summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* lavf/utils: rewrite real fps calculation code.Michael Niedermayer2011-09-16
* mxfenc: Add support for MPEG-2 MP@HL-14 in mxf containerDaniel Kristjansson2011-09-16
* Binary text decoderPeter Ross2011-09-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-15
|\
| * matroskadec: fix typo.Dustin Brody2011-09-15
| * matroskadec: bail on parsing of incorrect seek index segmentsDustin Brody2011-09-15
* | mpegts: make sure the "standard" code doesnt override the probing with NONE/D...Michael Niedermayer2011-09-15
* | Correct determination of file size and frames in VBRI headersIngo Brückl2011-09-15
* | ProRes DecoderElvis Presley2011-09-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-14
|\|
| * lavf utils: Remove write-only variableAlex Converse2011-09-14
| * lavf utils: Rename shadowing variableAlex Converse2011-09-14
| * Fixed off by one packet size allocation in the smacker demuxer.Laurent Aimar2011-09-12
| * Check for invalid packet size in the smacker demuxer.Laurent Aimar2011-09-12
| * ape demuxer: fix segfault on memory allocation failure.Laurent Aimar2011-09-12
* | Don't override duration from file header with bitrate durationJoakim Plate2011-09-14
* | [yop] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-14
* | [wtv] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-14
* | [tta] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-14
* | [tmv] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-14
* | [r3d] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-14
* | [nsv] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-14
* | [mxfdec] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-14
* | [mpc8] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-14
* | [jvd] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-14
* | [filmstrip] Check return value of avio_seek and avoid modifying state if it f...Joakim Plate2011-09-14
* | [ffmdec] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-14
* | [dv] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-14
* | [cafdec] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-14
* | [bink] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-14
* | make mpegts_get_pcr resync if it's not on a valid mpegts packetelupus2011-09-14
* | cosmetic reindent of mpegts_get_pcrelupus2011-09-14
* | check return value of url_fseek in mpegts_get_pcrelupus2011-09-14
* | respect the maximum position mpegts_get_pcr is allowed to seek toelupus2011-09-14
* | remove unused code in mpegts_get_pcrelupus2011-09-14
* | wtvenc: add some asserts because iam paranoidMichael Niedermayer2011-09-14
* | WTV muxer (2_wtvenc.patch, 3_add_wtv_muxer.patch)zhentan feng2011-09-14
* | libavformat/utils: print ts in the "invalid dts/pts combination" case.Michael Niedermayer2011-09-13
* | asf: only try to read asf index onceJoakim Plate2011-09-12
* | segafilm: Fix potential division by 0 on corrupted segafilm streams in the de...Laurent Aimar2011-09-12
* | segafilm: Check for memory allocation failures in segafilm demuxer.Laurent Aimar2011-09-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-12
|\|
| * smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov2011-09-12
* | mxfdec: skip to end of structural sets This fixes reading of partition packs....Philip de Nier2011-09-12
* | rmdec: Check return value of more avio_seek callsJoakim Plate2011-09-12
* | avidec: Check return value of more avio_seek callsJoakim Plate2011-09-12
* | asf: Check return value of more avio_seek callsJoakim Plate2011-09-12
* | Fix writes out of bounds in the ogg demuxer.Laurent Aimar2011-09-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-12
|\|
| * mpegts: improve error reportingGeorgi Chorbadzhiyski2011-09-11