- 26 Jan, 2011 24 commits
-
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit a6d1bd05)
-
Diego Elio Pettenò authored
Also drop some CONFIG_DV_MUXER #ifdefs probably vestigial from before the split of dvenc and dvdec. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit f0a86769)
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 1d4da6a4)
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit bb875b75)
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 3568853f)
-
Diego Elio Pettenò authored
This ensures a locally-unique name as well as marks the symbol as FFmpeg-private at least by declaration. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 82e1f217)
-
Diego Elio Pettenò authored
The table is not used anywhere else on libavcodec. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 53493f9a)
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 80944df7)
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit e63dd5fb)
-
Mans Rullgard authored
(cherry picked from commit efa6ce99)
-
Martin Storsjö authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 2762a7a2)
-
Martin Storsjo authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit e836b1b0)
-
Martin Storsjo authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit aeb2de1c)
-
Martin Storsjo authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 93e7490e)
-
Martin Storsjo authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit fef5649a)
-
Martin Storsjö authored
The key string is supposed to contain the equals character, too. Since the checked string was wrong, and the return value check was wrong too, it incorrectly seemed to work right before. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 2b0decf6)
-
Kostya authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit dacbcd17)
-
Kostya authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 3bdc886c)
-
Stefano Sabatini authored
If audio_sync_method is >1 the resampler is used for audio drift compensation, and do_audio_out() was causing an assert failure because audio_resample was not set. Fix issue 2516, which was introduced by SVN r25939. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 07b48f8c)
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 78f318be)
-
Mans Rullgard authored
The PathScale compiler miscompiles wrapping arithmetic without these flags. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 5f3b8314)
-
Mans Rullgard authored
Dragonfly, NetBSD, and OpenBSD do not support symbol versioning although our link test passes. Disable it explicitly for these systems. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit a1e4b3f6)
-
Mans Rullgard authored
(cherry picked from commit 7a5a168a)
-
Janne Grunau authored
(cherry picked from commit 2fd9035d)
-
- 25 Jan, 2011 1 commit
-
-
Jai Menon authored
Additionally, this fixes a warning when building with clang.
-
- 24 Jan, 2011 3 commits
-
-
Baptiste Coudurier authored
In mov demuxer, set adpcm_ms and adpcm_ima_wav frame size to stsd samples per packet.
-
Reimar Döffinger authored
This should be faster, is less code and fixes issue 2524 (allocation error would lead to crash).
-
Reimar Döffinger authored
-
- 23 Jan, 2011 12 commits
-
-
Mans Rullgard authored
With the removal of the libmpeg2 bitstream reader, MIN_CACHE_BITS is always >= 25, so tests against smaller values can be removed. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit f162e988)
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 611a6f59)
-
Mans Rullgard authored
These whitespace changes improve the readability of the get_bits macros. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit fb5c841d)
-
Mans Rullgard authored
Some of the macros in get_bits.h include a final semicolon, some do not. This removes these or adds do {} while(0) around the macros as appropriate and adds semicolons where needed in calling code. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit bf5f9b52)
-
Mans Rullgard authored
Using the libmpeg2 reader causes errors in a multitude of places, including MPEG and H264 codecs. As the advantage of this reader is questionable, removing it seems the sensible course of action, especially considering the simplifications this allows elsewhere with the bit cache size increasing from 17 to 25 bits as minimum. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 938f72e1)
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 2b39962e)
-
Reinhard Tartler authored
remove the trivial function do_switch_stream as it doesn't help to make the code easier to understand. (cherry picked from commit 305ca590)
-
Justin Ruggles authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 3b924294)
-
Justin Ruggles authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 6eabb0d3)
-
Ronald S. Bultje authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit fcb7e535)
-
Ronald S. Bultje authored
Don't free RBSP tables (containing decoded NAL units) on resolution change, because we actually need this data to decode the frame after reiniting (with new resolution). Fixed issue 2393. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 91078926)
-
Mans Rullgard authored
C99 variadic macros require more arguments than there are named parameters in the definition. This means we must use an extra indirection to avoid having two different macros for arrays with one resp more than one dimension. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 96aad41e)
-