- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 18 Jun, 2012 1 commit
-
-
Martin Storsjö authored
The packet size, signalled via block_align, has to be passed via the container. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 25 Apr, 2012 1 commit
-
-
Hendrik Leppkes authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 23 Apr, 2012 1 commit
-
-
Yusuke Nakamura authored
DTS LBR identifier ('dtse') is not included since libavcodec doesn't support it yet. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 22 Feb, 2012 1 commit
-
-
Alex Converse authored
Reference: VLC
-
- 21 Feb, 2012 1 commit
-
-
Alex Converse authored
-
- 15 Feb, 2012 1 commit
-
-
Martin Storsjö authored
Prefix the functions/tables brktimegm, pcm_read_seek, dv_offset_reset, voc_get_packet, codec_movaudio_tags, codec_movvideo_tags. After this, lavf has no global symbols without the proper prefix. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 13 Dec, 2011 1 commit
-
-
Derek Buitenhuis authored
v410 is a packed 10-bit 4:4:4 YCbCr format used in QuickTime. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 09 Dec, 2011 3 commits
-
-
Justin Ruggles authored
original order is retained within the same tag or codec id to maintain the muxing/demuxing priority.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
- 02 Dec, 2011 1 commit
-
-
Janne Grunau authored
Pass the correct size in bits to mpeg4audio_get_config and add a flag to disable parsing of the sync extension when the size is not known. Latm with AudioMuxVersion 0 does not specify the size of the audio specific config. Data after the audio specific config can be misinterpreted as sync extension resulting in random and wrong configs.
-
- 28 Oct, 2011 1 commit
-
-
Alex Converse authored
-
- 20 Oct, 2011 2 commits
-
-
Anton Khirnov authored
Specifically, ff_mpeg4audio_sample_rates, ff_mpeg4audio_get_config and ff_copy_pce_data
-
Anton Khirnov authored
Specifically, ff_mpa_freq_tab, ff_mpa_bitrate_tab, ff_mpa_decode_header, ff_mpegaudio_decode_header.
-
- 04 Oct, 2011 1 commit
-
-
Diego Biurrun authored
-
- 22 Sep, 2011 1 commit
-
-
Alex Converse authored
-
- 29 Aug, 2011 1 commit
-
-
Tomas Härdin authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 25 Aug, 2011 1 commit
-
-
Alex Converse authored
-
- 21 Jun, 2011 2 commits
-
-
Carl Eugen Hoyos authored
-
ami_stuff authored
-
- 23 Mar, 2011 1 commit
-
-
Tomas Härdin authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 11 Mar, 2011 1 commit
-
-
Benjamin Larsson authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 22 Feb, 2011 1 commit
-
-
Benjamin Larsson authored
Also change the comments a bit since the FOURCCs aren't specific to Flip4Mac and different ones are used for 720 versus 1080 lines. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 21 Feb, 2011 1 commit
-
-
Anton Khirnov authored
In the name of consistency: get_byte -> avio_r8 get_<type> -> avio_r<type> get_buffer -> avio_read get_partial_buffer will be made private later get_strz is left out becase I want to change it later to return something useful. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 20 Feb, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 06 Feb, 2011 1 commit
-
-
Sascha Sommer authored
Makes playing QDMC files in MPlayer work when using the libavformat demuxer. Problem was that the extradata was not passed from demuxer to decoder. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 03 Feb, 2011 2 commits
-
-
Tomas Härdin authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Benjamin Larsson authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 29 Jan, 2011 1 commit
-
-
Luca Barbato authored
dprintf clashes with POSIX.1-2008
-
- 23 Nov, 2010 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 25806 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Oct, 2010 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 25336 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Sep, 2010 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 25271 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Sep, 2010 2 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 25264 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 25263 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Sep, 2010 1 commit
-
-
Zhou Zongyi authored
Original patch by Zhou Zongyi, zhouzy A os pku edu cn, resubmitted by James Darnley, james.darnley gmail, changes by me. Originally committed as revision 25115 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Jun, 2010 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 23608 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jun, 2010 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 23480 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 May, 2010 1 commit
-
-
Francesco Lavra authored
Patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 23250 to svn://svn.ffmpeg.org/ffmpeg/trunk
-