summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* riff: add "YUV8" FourCCPiotr Bandurski2014-04-04
| | | | Sample-Id: MAILTEST.AVI
* riff: Add "S263" FourCCPiotr Bandurski2014-04-04
|
* riff: Support XMPG as mpeg1Michael Niedermayer2014-04-04
|
* riff: support BW10 as mpeg1Michael Niedermayer2014-04-04
|
* riff: Add SLDV FourCC for dvvideoPiotr Bandurski2014-04-04
|
* riff: Support NTSC forward dvcpro videosCarl Eugen Hoyos2014-04-04
| | | | PAL looks incorrect.
* riff: add dvis/pdvc FourCCsPiotr Bandurski2014-04-04
|
* riff: add "GXVE" FourCC for WMV2Piotr Bandurski2014-04-04
| | | | Sample-Id: vivd.avi
* riff: add PLV1 fourcc to mpeg4Compn2014-04-04
| | | | Sample-Id: york-water-meteor.avi
* riff: Support decoding ASP variant from QNAP SystemsCarl Eugen Hoyos2014-04-04
|
* riff: add "SM4V" FourCCPiotr Bandurski2014-04-04
|
* riff: add DYM4 mpeg4 fourccCompn2014-04-04
|
* riff: add DM4V FourCCPiotr Bandurski2014-04-04
|
* riff: add G264 to mpeg4, only decodes keyframesCompn2014-04-04
|
* riff: add "lsvm" FourCC for H263.Piotr Bandurski2014-04-04
|
* riff: Support H.264 fourcc UMSVCarl Eugen Hoyos2014-04-04
|
* riff: add FourCC for GeoVision camerasCarl Eugen Hoyos2014-04-04
|
* riff: Add V264 for H264 in CCTV recordingsCarl Eugen Hoyos2014-04-04
|
* riff: add H264 from QNAP SystemsCarl Eugen Hoyos2014-04-04
|
* riff: add SMV2 FourCC for H264Piotr Bandurski2014-04-04
| | | | Sample-Id: smv2.avi
* riff: add ISMP/timecode tagClément Bœsch2014-04-04
|
* riff: Add ITRK tagJames Almer2014-04-04
| | | | | Some players, like foobar2000 or modern versions of WMP, create WAV files using the ITRK tag for track instead of IPRT
* isom: add some BOXX tagsPiotr Bandurski2014-04-04
|
* isom: add 'flic' tagReimar Döffinger2014-04-04
|
* isom: add 'm1v ' tagCarl Eugen Hoyos2014-04-04
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* mxf: Remove typoLuca Barbato2014-04-03
| | | | Reported-By: Vittorio Giovara <vittorio.giovara@gmail.com>
* avi: Improve non-interleaved detectionMichael Niedermayer2014-04-02
| | | | | | | | | | | | | | | Additional fixes by Nigel Touati-Evans <nigel.touatievans@gmail.com>. Check the index for streams with a time drift of 2s or a buffer drift of 64MB. Bug-Id: 666 CC: libav-stable@libav.org Sample-Id: yet-another-broken-interleaved-avi.avi Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* lavf: add supported extension to avi and mov demuxersMarc-Antoine Arnaud2014-04-02
|
* More correct printf format specifiersDiego Biurrun2014-04-02
| | | | This avoids compiler warnings about argument and specifier type mismatch.
* OpenEXR decoderJimmy Christensen2014-04-01
| | | | | | | 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>
* mov: Unbreak sbtl writingMichael Niedermayer2014-03-31
|
* mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions from tkhdMichael Niedermayer2014-03-31
| | | | | | This also moves mov_rewrite_dvd_sub_extradata() to mov.c. Sample-Id: NeroRecodeSample.mp4
* mov: fill in subtitle dimensions after parsing tkhdMichael Niedermayer2014-03-31
| | | | Sample-Id: NeroRecodeSample.mp4
* isom: only write the size if its non zero in mov_rewrite_dvd_sub_extradata()Michael Niedermayer2014-03-31
| | | | Sample-Id: NeroRecodeSample.mp4
* isom: Simplify mov_rewrite_dvd_sub_extradata()Michael Niedermayer2014-03-31
| | | | This avoids the 2nd buffer and fixes the palette truncated check
* movenc: Add dvd subtitle supportJohn Stebbins2014-03-28
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* PAF demuxer and decoderPaul B Mahol2014-03-27
| | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* BRender PIX image decoderAleksi Nurmi2014-03-27
| | | | | | Further enhancements by Vittorio Giovara and Paul B Mahol. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* Alias PIX image encoder and decoderVittorio Giovara2014-03-26
|
* mp3dec: export replaygain tags from ID3v2Anton Khirnov2014-03-24
|
* Add replaygain side data type and code for parsing replaygain tags.Anton Khirnov2014-03-24
|
* lavf: add an AVStream field for exporting stream-global side dataAnton Khirnov2014-03-24
|
* mpeg: K&R formatting cosmeticsTanja Batchelor2014-03-24
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* movenc: Allow override of major brand in ftyp atomJohn Stebbins2014-03-23
| | | | Signed-off-by: Tim Walker <tdskywalker@gmail.com>
* mxf: Lowercase UL stringsLuca Barbato2014-03-19
| | | | The specification uses lower case most of the time.
* mxf: Verbose debug loggingLuca Barbato2014-03-19
| | | | | Print the UL in code format and in the short format used by the specification.
* mxf: Override faulty PreviousPartition entriesLuca Barbato2014-03-19
| | | | | | | | | | Some files set the PreviousPartition field to point to its own offset. If we are parsing forward the Previous partition is immediately known and its value could be used, otherwise we can safely point to the header. Reported-By: Jean Baptiste Kempf <jb@videolan.org>
* mxf: Add additional H264 PictureEssenceCodingLuca Barbato2014-03-19
| | | | Unbreak some MXF Proxy files.
* mpegts: Forward error codes in various functionsKeiji Costantini2014-03-18
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* mpegts: K&R formatting cosmeticsKeiji Costantini2014-03-18
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>