- 30 Jan, 2011 5 commits
-
-
Luca Barbato authored
the sdp demuxer did not forward it at all while the rtsp demuxer assumed a single kind of error (cherry picked from commit f81c7ac7)
-
Luca Barbato authored
Select has limitations on the fd values it could accept and silently breaks when it is reached. (cherry picked from commit a8475bbd)
-
Alex Converse authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 5ce5dbc5)
-
Diego Elio Pettenò authored
This reduces the symbols exported by libavformat from 699 to 451. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit e6288640)
-
Diego Elio Pettenò authored
This significantly reduces the size of the symbol table in the generated ELF shared object (as well as the other linked tables). Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit ac28ce5f)
-
- 29 Jan, 2011 1 commit
-
-
Reimar Döffinger authored
VC1 test container always uses time-base 1 ms, so we must convert from whatever time-base the application gave us to that, otherwise the video will play at ridiculous speeds. It would be possible to signal that a container supports only one time-base and have code in a layer above do the conversion, but for a single format this seems over-engineered.
-
- 28 Jan, 2011 21 commits
-
-
Michael Niedermayer authored
-
Reimar Döffinger authored
Avoids an assert when the sample rate is invalid and the timebase is thus set to e.g. 1/0. Sample file is http://samples.mplayerhq.hu/ogg/fuzzed-srate-crash.ogg
-
Michael Niedermayer authored
-
Justin Ruggles authored
(cherry picked from commit b5ec6383)
-
Justin Ruggles authored
(cherry picked from commit 9d06d7bc)
-
John Stebbins authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 97b04f5e)
-
Janne Grunau authored
based on Alex Converse's "Fix ADPCM MS in mov muxing" patch (cherry picked from commit 795ed278)
-
Justin Ruggles authored
40% faster in ff_iir_filter_flt() when c->order == 2. (cherry picked from commit 37cb3eb5)
-
Luca Barbato authored
That unbreaks compilation of vaapi and dxva2 Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit d1b6f33b)
-
Diego Elio Pettenò authored
This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts. (cherry picked from commit c6610a21)
-
Anton Khirnov authored
It probably also fixes a memleak or two. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 225b6d7f)
-
Mans Rullgard authored
This reverts commit c34461b3. The wrong version of the patch was committed. (cherry picked from commit c4f8765a)
-
Ronald S. Bultje authored
Fix C VP8 H+V MC functions which do two-dimensional 4/6-tap filters to not overread beyond their edges if the second filter is 4-tap, since the outer pixels aren't there anymore since 44002d83. (cherry picked from commit 22893e10)
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f)
-
Diego Elio Pettenò authored
The iff.h header only declared one function that is now static, the libavformat/iff.c source file wasn't using it before. Drop the file entirely. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 2d162e38)
-
Justin Ruggles authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 4c57cde9)
-
Justin Ruggles authored
It is only used to generate band_start_tab, which about the same size, at runtime, so it's simpler just to always hardcode band_start_tab. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 24e3ad30)
-
Diego Elio Pettenò authored
This removes ff_get_ref_perms_string, ff_dprintf_ref and ff_dprintf_link fro the interface of libavfilter. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit eb7ccf8f)
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 7767d8d3)
-
Marco Gittler authored
Signed-off-by: Jason Garrett-Glaser <jason@x264.com> (cherry picked from commit b09f5482)
-
Georgi Chorbadzhiyski authored
The reserved bits between PCR base and extension fields must be set to 1. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 535638b5)
-
- 26 Jan, 2011 13 commits
-
-
Diego Elio Pettenò authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 1a886748)
-
Diego Elio Pettenò authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 57c4d01e)
-
Diego Elio Pettenò authored
The header is empty after making the function static, so delete it and drop its usage. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 13eb6b90)
-
Diego Elio Pettenò authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit d625a32d)
-
Diego Elio Pettenò authored
Both functions seem to be commanded by the ff_spatial_idwt function instead. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit ebb06d96)
-
Diego Elio Pettenò authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit f2e246f5)
-
Diego Elio Pettenò authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 676f1f53)
-
Diego Elio Pettenò authored
Also make it an anonymous structure as never it is accessed by name. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit a3dffc06)
-
Diego Elio Pettenò authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 85297319)
-
Diego Elio Pettenò authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 101e1f6f)
-
Anton Khirnov authored
It probably also fixes a memleak or two. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit c34461b3)
-
Anton Khirnov authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 2934cd9d)
-
Anton Khirnov authored
It will be useful in mp3 demuxer and hopeful some other places. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 93b78d12)
-