- 22 Jun, 2015 1 commit
-
-
Vittorio Giovara authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 19 Apr, 2015 1 commit
-
-
Vittorio Giovara authored
This applies to every library where performance is not critical.
-
- 17 Mar, 2015 2 commits
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Luca Barbato authored
As produced by Camtasia 4.
-
- 11 Feb, 2015 1 commit
-
-
Paul B Mahol authored
Fixes bug #4303. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 03 Feb, 2015 1 commit
-
-
Carl Eugen Hoyos authored
The frames seem to contain a higher bitrate which our decoder is able to handle. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 26 Jan, 2015 1 commit
-
-
Carl Eugen Hoyos authored
The frames are said to contain a higher bit-depth but users report that our decoder shows visually correct output. Requested by forum user gregba and Christoph Gerstbauer.
-
- 06 Jan, 2015 1 commit
-
-
Justin Ruggles authored
As referenced in the CoreMedia API docs. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 10 Oct, 2014 1 commit
-
-
Benoit Fouet authored
Support only one independent substream right now, and only syncframes containing 6 blocks. Fixes part of ticket #3074 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 21 May, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #3660.
-
- 19 Apr, 2014 1 commit
-
-
Peter Ross authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 03 Apr, 2014 3 commits
-
-
Piotr Bandurski authored
-
Reimar Döffinger authored
-
Carl Eugen Hoyos authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 31 Mar, 2014 1 commit
-
-
Jimmy Christensen authored
Additional fixes and enhancements by Vittorio Giovara, Gonzalo Garramuno, Nicolas George, Paul B Mahol and Michael Niedermayer. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 30 Mar, 2014 3 commits
-
-
Michael Niedermayer authored
This also moves mov_rewrite_dvd_sub_extradata() to mov.c. Sample-Id: NeroRecodeSample.mp4
-
Michael Niedermayer authored
Sample-Id: NeroRecodeSample.mp4
-
Michael Niedermayer authored
This avoids the 2nd buffer and fixes the palette truncated check
-
- 17 Mar, 2014 3 commits
-
-
Michael Niedermayer authored
This also moves mov_rewrite_dvd_sub_extradata() to mov.c Fixes: NeroRecodeSample.mp4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes regression with NeroRecodeSample.mp4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This avoids the 2nd buffer and fixes the palette truncated check Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 16 Mar, 2014 2 commits
-
-
Michael Niedermayer authored
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 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>
-
- 09 Mar, 2014 12 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Tim Walker authored
-
Tim Walker authored
'hvc1' requires that parameter set NAL units be present only in the samples entry, but not in the samples themselves, requiring that additional parameter sets, if present, be filtered out of the samples and placed in new, additional sample entries if they override or otherwise conflict with the parameter sets present in the first sample entry. We do not have any way of doing this at present, so the files we produce can only comply with the restrictions set for the 'hev1' sample entry name in ISO/IEC 14496-15.
-
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.
-
Piotr Bandurski authored
-
Mark Himsley authored
It is my understanding that "Unless otherwise stated, all data in a QuickTime movie is stored in big-endian byte ordering" [1] in MOV files. I have a couple of thousand files, which technically are invalid because their sound sample description element 4CC is 'lpcm' but its version is 0 - and "Version 0 supports only uncompressed audio in raw ('raw ') or twos-complement ('twos') format" [2] Because isom.c only contains a mapping for 4CC 'lpcm' to AV_CODEC_ID_PCM_S16LE, these files have their audio decoded as LE when it is actually BE. This commit adds AV_CODEC_ID_PCM_S16BE as the first match for 4CC 'lpcm'. [1] https://developer.apple.com/library/mac/documentation/quicktime/QTFF/qtff.pdf page 21 [2] https://developer.apple.com/library/mac/documentation/quicktime/QTFF/qtff.pdf page 178 Reviewed-by: Yusuke Nakamura <muken.the.vfrmaniac@gmail.com>
-
Piotr Bandurski authored
-
Carl Eugen Hoyos authored
-
Piotr Bandurski authored
-
Piotr Bandurski authored
-
Carl Eugen Hoyos authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Ben Littler authored
Someone needs to binary search FCP for new isom...
-
- 22 Feb, 2014 1 commit
-
-
Carl Eugen Hoyos authored
-
- 19 Jan, 2014 1 commit
-
-
wm4 authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 25 Dec, 2013 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes use of uninitialized memory Fixes: msan_uninit-mem_7f607d80f661_6965_mov00003.mqv Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-