- 02 Jul, 2011 4 commits
-
-
Reinhard Tartler authored
-
Reinhard Tartler authored
convert the comment that documents the metadata API to use the doxygen markup
-
Anton Khirnov authored
av_open_input_stream used to allow this, even though it makes no sense. Make it just print a warning instead of failing, thus restoring compatibility. Note that avformat_open_input() will still reject this combination. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
- 01 Jul, 2011 12 commits
-
-
Alex Converse authored
-
Mans Rullgard authored
x86 does not use this variant so having inline asm there is pointless. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Reinhard Tartler authored
We have now switched to http://bugzilla.libav.org.
-
Alex Converse authored
-
Alex Converse authored
Add al05_44, al06_44, al17_44.
-
Justin Ruggles authored
-
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 6 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.
-