- 01 Jul, 2011 6 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
This ensures that any processing between the MDCT and exponent extraction will be using clipped coefficients.
-
Justin Ruggles authored
-
Ronald S. Bultje authored
For 9/10bit, it means we don't have to upscale to 16bit before actual scaling or pixel format conversion, and thus a performance gain.
-
John Stebbins authored
EBML_STOP leaves matroska->current_id set. Then matroska_read_seek changes the stream position without resetting current_id. The next matroska_parse_cluster fails due to calculation of incorrect pos. So clear current_id when avio_seek happens in matroska_read_seek. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Reinhard Tartler authored
-
- 30 Jun, 2011 18 commits
-
-
Reinhard Tartler authored
Without this, members that have been declare with the DECLARE_ALIGNED macro don't show up at all in the generated documentation.
-
Diego Biurrun authored
-
Reinhard Tartler authored
-
Reinhard Tartler authored
-
Benjamin Larsson authored
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
libavutil/opt.c:604:1: warning: missing braces around initializer [-Wmissing-braces]
-
Diego Biurrun authored
The targets are now part of FATE and can be run as individual FATE targets.
-
Martin Storsjö authored
This fixes this compilation warning, by making endptr a non-const pointer, as required by strtol: In function ‘udp_open’: warning: passing argument 2 of ‘strtol’ from incompatible pointer type Signed-off-by: Martin Storsjö <martin@martin.st>
-
Mohamed Naufal authored
This fixes building with --enable-small, by using the correct variable name. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
-
Alex Converse authored
-
- 29 Jun, 2011 16 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Ami Fischman authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Ami Fischman authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Nathan Caldwell authored
In adjust_frame_information(), msc is incremented for each sfb in each sub-window then compared against max_sfb which is for a single sub-window. This resulted in frames using EIGHT_SHORT_SEQUENCE where the first few sub-windows increment msc to a value that results in ms_mode == 2. Even though only some of the bands are actually using Mid/Side.
-
Nathan Caldwell authored
-
Nathan Caldwell authored
aacenc: Implement dummy channel group analysis that just calls the single channel analysis for each channel.
-
Nathan Caldwell authored
-
Mans Rullgard authored
PLD is present in ARMv5TE and later, which is checked for separately. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
ogg_save() copies streams[], but doesn't keep track of free()'ed struct members. Thus, if in between a call to ogg_save() and ogg_restore(), streams[].private was free()'ed, this would result in a double free -> crash, which happened when e.g. playing small chained ogg fragments.
-
Ronald S. Bultje authored
This means that precision is retained when scaling between sample formats with >8 bits per component (48bit RGB, 16bit grayscale, 9/10/16bit YUV).
-
Mans Rullgard authored
GNU make 3.81 apparently does not support order-only prerequisites with pattern rules, and thus fails to create the tools directory if it is missing. Naming the objects explicitly in the rule makes it work properly. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Can Wu authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-