- 23 Mar, 2013 1 commit
-
-
Piotr Bandurski authored
Fixes "quality 10" mode from Ticket1873 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Jan, 2013 1 commit
-
-
Paul B Mahol authored
Demuxing files should be possible even if there are no decoding support in lavc (yet). Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 03 Jan, 2013 1 commit
-
-
Reimar Döffinger authored
Followup to http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/151321 patch by Reimar and Thomas Mundt fixes some AVC-Intra files from different tickets. It does not fix http://samples.ffmpeg.org/ffmpeg- bugs/trac/ticket524/AVCI50.mov Authors of this commit are: Reimar and Thomas Mundt Patch and commit message mostly taken from ffmpeg-devel, mail by Carl Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Dec, 2012 1 commit
-
-
Janne Grunau authored
The sample in https://bugzilla.libav.org/show_bug.cgi?id=393 and samples/F4V/H263_NM_f.mp4 both have codec_tag H263 for different codecs. H263 is apparently used by Flash Media Server for Sorensen Spark videos. Patch based on commit 5442083b by Carl Eugen Hoyos. Fixes bug 393.
-
- 17 Dec, 2012 1 commit
-
-
Peter Ross authored
Signed-off-by:
Peter Ross <pross@xvid.org>
-
- 03 Dec, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Dec, 2012 1 commit
-
-
Carl Eugen Hoyos authored
-
- 28 Nov, 2012 1 commit
-
-
Justin Ruggles authored
-
- 06 Oct, 2012 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #1354
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 15 Jul, 2012 2 commits
-
-
Piotr Bandurski authored
samples: http://www.datafilehost.com/download-46d9a0fa.htmlSigned-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Piotr Bandurski authored
sample: http://www.datafilehost.com/download-92da395c.htmlReviewed-by:
compn <tempn@twmi.rr.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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>
-
- 05 Jun, 2012 1 commit
-
-
Piotr Bandurski authored
-
- 25 May, 2012 1 commit
-
-
ami_stuff authored
Fixes a part of ticket #1352. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 May, 2012 1 commit
-
-
Carl Eugen Hoyos authored
-
- 30 Apr, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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>
-
- 07 Apr, 2012 1 commit
-
-
Reimar Döffinger authored
The format is slightly proprietary. DVDs use a format of code byte (0x00, 0x01, 0xfe or 0xff), two data bytes MOV uses instead cdat/cdt2 atom, two data bytes Auto-detecting and supporting both in one decoder is trivial, so a single codec ID is used. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 06 Apr, 2012 2 commits
-
-
Jimmy Christensen authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Baptiste Coudurier authored
The correct point that seperates ISO and MAC language codes is 0x400 according to the current QT spec. Old QT specs did not list where this seperation is but apparently only defined the meaning of the first 137. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Mar, 2012 1 commit
-
-
Reimar Döffinger authored
Fixes trac issue #626. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 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>
-
- 05 Feb, 2012 1 commit
-
-
Carl Eugen Hoyos authored
Fixes last part of ticket #470. Reviewed-by: Paul B Mahol
-
- 02 Feb, 2012 1 commit
-
-
Carl Eugen Hoyos authored
The codec contains no alpha information but deinterleaved interlaced video. Found by Maksym Veremeyenko.
-
- 30 Jan, 2012 1 commit
-
-
Carl Eugen Hoyos authored
-
- 21 Jan, 2012 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #934
-
- 04 Jan, 2012 3 commits
-
-
Carl Eugen Hoyos authored
Reviewed-by: Derek Buitenhuis Reviewed-by: Paul B Mahol
-
Carl Eugen Hoyos authored
Reviewed-by: Derek Buitenhuis Reviewed-by: Paul B Mahol
-
Carl Eugen Hoyos authored
Fixes ticket #525. Reviewed-by: Paul B Mahol
-
- 02 Jan, 2012 1 commit
-
-
Paul B Mahol authored
y41p is a packed 12-bit 4:1:1 YUV format used by Brooktree. Fixes issue 1123 / ticket #102. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 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:
Michael Niedermayer <michaelni@gmx.at>
-
- 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
-