- 18 Mar, 2014 1 commit
-
-
Keiji Costantini authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 16 Mar, 2014 28 commits
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Carl Eugen Hoyos authored
-
Jean First authored
Some applications use the j2c extension for jpeg2000 codestream files.
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Michael Niedermayer authored
-
Jean First authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
Drop the mpegvideo dependency for svq3 in configure.
-
Vittorio Giovara authored
-
Vittorio Giovara authored
Unused buffers scratchpad and temp have been dropped too.
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
This is done to disentangle ER from mpegvideo. In order to use a classic Picture, callers can use ff_mpeg_set_erpic() or use a custom function to set the fields. Please note that buffers need to be allocated before calling ff_er_frame_end().
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Martin Storsjö authored
For live audio streams, requiring 500 frames for a stream to be detected is a bit overkill. This allows live ADTS streams that don't start nicely at a frame boundary to start up more quickly, e.g. http://mp3.streampower.be/radio1.aac. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
If a portion of the probe buffer seem to resemble ADTS frames, but some data at the end is a mismatch, disregard the whole probing attempt. If it actually is ADTS data, there shouldn't be any mismatches within the sequential frame data. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
-
Anton Khirnov authored
get_channel() returns 0 on success CC:libav-stable@libav.org
-
- 15 Mar, 2014 1 commit
-
-
wm4 authored
mp4 files embedding DVD subtitles do not use the same extradata format as the rest of Libav expects. The subtitle decoder in libavcodec in particular does not understand this format. Convert the extradata to the vobsub .idx format. mp4 stores the palette as binary 32 bit ints in YUV. The subtitle resolution is stored separately in the track header, which we access through AVStream. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 14 Mar, 2014 8 commits
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
Group checks into logical groups and sort alphabetically within those groups unless checks have close coupling. Keep closely coupled checks together.
-
Diego Biurrun authored
The function is assigned to a function pointer that does not have the restrict keyword for that parameter. This fixes compilation for MSVC builds that don't recognize "restrict", broken since ed9625eb.
-
Luca Barbato authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 13 Mar, 2014 2 commits
-
-
Vittorio Giovara authored
-
Diego Biurrun authored
Drop non-informative _bfin suffix, rename some files for consistency with other architectures, rename others to reflect their content.
-