summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Set AV_PKT_FLAG_KEY based on nupplevideo headerJoakim Plate2011-09-181-3/+2
* add support for generic seeking by reading timestamps in nuvJoakim Plate2011-09-181-0/+76
* rtmpproto.c: Fixed RTMP Stream output issueChiranjeevi Melam2011-09-181-3/+5
* mpegpsdec: fix reading first mpegps packetArne de Bruijn2011-09-181-0/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-176-37/+56
|\
| * oggdec: fix out of bound write in the ogg demuxerLaurent Aimar2011-09-171-2/+12
| * movenc: create an alternate group for each media typeAnton Khirnov2011-09-171-1/+2
| * rawdec: refactor private option for raw video demuxersAnton Khirnov2011-09-174-17/+34
| * pcmdec: use unique classes for all pcm demuxers.Anton Khirnov2011-09-173-15/+15
| * rawdec: g722 is always 1 channel/16kHzAnton Khirnov2011-09-171-4/+5
| * Fixed size given to init_get_bits().Laurent Aimar2011-09-151-1/+1
* | Reject audio tracks with invalid interleaver parameters in RM demuxer.Laurent Aimar2011-09-171-4/+6
* | lavf/utils: rewrite real fps calculation code.Michael Niedermayer2011-09-162-18/+28
* | mxfenc: Add support for MPEG-2 MP@HL-14 in mxf containerDaniel Kristjansson2011-09-161-0/+4
* | Binary text decoderPeter Ross2011-09-163-0/+384
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-151-2/+2
|\ \ | |/
| * matroskadec: fix typo.Dustin Brody2011-09-151-1/+1
| * matroskadec: bail on parsing of incorrect seek index segmentsDustin Brody2011-09-151-1/+1
* | mpegts: make sure the "standard" code doesnt override the probing with NONE/D...Michael Niedermayer2011-09-151-0/+6
* | Correct determination of file size and frames in VBRI headersIngo Brückl2011-09-151-1/+1
* | ProRes DecoderElvis Presley2011-09-151-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-141-6/+5
|\ \ | |/
| * lavf utils: Remove write-only variableAlex Converse2011-09-141-2/+1
| * lavf utils: Rename shadowing variableAlex Converse2011-09-141-4/+4
| * Fixed off by one packet size allocation in the smacker demuxer.Laurent Aimar2011-09-121-1/+1
| * Check for invalid packet size in the smacker demuxer.Laurent Aimar2011-09-121-0/+2
| * ape demuxer: fix segfault on memory allocation failure.Laurent Aimar2011-09-121-0/+2
* | Don't override duration from file header with bitrate durationJoakim Plate2011-09-141-3/+5
* | [yop] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-3/+5
* | [wtv] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-5/+9
* | [tta] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-1/+2
* | [tmv] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-1/+2
* | [r3d] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-1/+2
* | [nsv] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-1/+3
* | [mxfdec] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-1/+2
* | [mpc8] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-1/+2
* | [jvd] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-1/+2
* | [filmstrip] Check return value of avio_seek and avoid modifying state if it f...Joakim Plate2011-09-141-1/+2
* | [ffmdec] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-3/+4
* | [dv] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-3/+4
* | [cafdec] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-1/+5
* | [bink] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-1/+3
* | make mpegts_get_pcr resync if it's not on a valid mpegts packetelupus2011-09-141-0/+6
* | cosmetic reindent of mpegts_get_pcrelupus2011-09-141-11/+11
* | check return value of url_fseek in mpegts_get_pcrelupus2011-09-141-1/+2
* | respect the maximum position mpegts_get_pcr is allowed to seek toelupus2011-09-141-4/+4
* | remove unused code in mpegts_get_pcrelupus2011-09-141-16/+0
* | wtvenc: add some asserts because iam paranoidMichael Niedermayer2011-09-141-0/+4
* | WTV muxer (2_wtvenc.patch, 3_add_wtv_muxer.patch)zhentan feng2011-09-143-1/+720
* | libavformat/utils: print ts in the "invalid dts/pts combination" case.Michael Niedermayer2011-09-131-1/+1
OpenPOWER on IntegriCloud