- 20 Jul, 2011 1 commit
-
-
Chris Evans authored
This fixes a crash with specifically crafted files. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 18 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 17 Jul, 2011 5 commits
-
-
Diego Biurrun authored
libavformat/gxfenc.c:409: warning: ISO C90 forbids mixed declarations and code
-
Stefano Sabatini authored
Rename it to "avctx", the old name was confusing as the function is used also with decoder contexts. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 15 Jul, 2011 4 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 14 Jul, 2011 7 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
Without it, Doxygen cannot separate them into different sections.
-
Diego Biurrun authored
libavformat/utils.c:599: warning: missing braces around initializer libavformat/utils.c:599: warning: (near initialization for ‘ap.time_base’)
-
Anton Khirnov authored
-
Diego Biurrun authored
-
Anton Khirnov authored
-
- 13 Jul, 2011 14 commits
-
-
Anton Khirnov authored
ic is NULL in case of error.
-
Jindrich Makovicka authored
Signed-off-by:
Jindrich Makovicka <jindrich.makovicka@nangu.tv> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Alex Converse authored
This fixes AAC playback in ffplay.
-
Diego Biurrun authored
-
Kostya Shishkov authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
It's an XSI extension, not available on some supported systems.
-
Anton Khirnov authored
-
Tomas Härdin authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Tomas Härdin authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Tomas Härdin authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Tomas Härdin authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Tomas Härdin authored
Moving the search and parsing of the 'fmt ' info the main loop of wav_read_header() allows tags that precede it to be parsed. Creating wav_parse_fmt_tag() makes wav_read_header() easier to read. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Benjamin Larsson authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Kostya Shishkov authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 12 Jul, 2011 2 commits
-
-
Anton Khirnov authored
It's replaced by 'creation_time' metadata tag.
-
Anton Khirnov authored
It's a better format and we have an encoder for it, so it doesn't fail like CODEC_ID_TEXT.
-
- 11 Jul, 2011 2 commits
-
-
Chris Evans authored
Specifically crafted samples can reinit ogg->streams[] while reading samples, and thus we should not cache old pointers since these may no longer be valid. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Jindrich Makovicka authored
According to MPEG-TS specs, the continuity_counter shall not be incremented when the adaptation_field_control of the packet equals '00' or '10'. Signed-off-by:
Jindrich Makovicka <jindrich.makovicka@nangu.tv> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 10 Jul, 2011 4 commits
-
-
Anton Khirnov authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Declaring tools associated with each library in their respective makefiles allows these tools to easily depend on the correct prerequisites and link against the libs they need. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
-
Aaron Colwell authored
This decreases startup latency. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-