summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/vqf: check number of channels before use.Michael Niedermayer2014-01-161-0/+5
* avformat/thp: force moving forwardMichael Niedermayer2014-01-161-1/+1
* avformat/thp: fix variable types to avoid overflowsMichael Niedermayer2014-01-161-7/+7
* Do not read mkv audio bit_depth if bits_per_coded_sample is already set.Carl Eugen Hoyos2014-01-161-0/+1
* Do not set mkv bit_depth to av_get_bytes_per_sample() for G.726.Carl Eugen Hoyos2014-01-161-1/+1
* Use the h264 parser when decoding VSSH in avi.Carl Eugen Hoyos2014-01-081-0/+2
* avformat/mxfdec: detect loops during header parsingMichael Niedermayer2014-01-081-1/+8
* avformat/oggdec: dont read timestamps from EOS pages of ogm videosMichael Niedermayer2014-01-051-0/+5
* nutenc/write_index: warn if 2 consecutive keyframes have the same PTS and dis...Michael Niedermayer2013-12-241-1/+8
* wtvenc: populate VIDEOINFOHEADER2Peter Ross2013-12-241-8/+43
* avformat/riffenc: indentPeter Ross2013-12-241-3/+3
* riffenc: add option to ff_put_bmp_header to ignore extradataPeter Ross2013-12-245-6/+8
* avformat/utils: dont count attached pics toward the probesizeMichael Niedermayer2013-11-181-2/+3
* avformat/utils: do not override pts in h264 when they are provided from the d...Michael Niedermayer2013-10-271-2/+4
* avformat/mp3dec: perform seek resync in the correct directionMichael Niedermayer2013-10-261-2/+3
* avformat/wavdec: Dont trust the fact chunk for PCMMichael Niedermayer2013-10-241-2/+9
* avformat/matroskadec: only set r_frame_rate if the value is within reasonable...Michael Niedermayer2013-10-241-1/+2
* avformat/mov: force parsing of headers if stts is absentMichael Niedermayer2013-10-241-0/+2
* avformat/subtitles: add a next line jumper and use it.Clément Bœsch2013-09-167-8/+27
* avformat/srtdec: skip initial random line breaks.Clément Bœsch2013-09-161-0/+2
* Use rc_max_rate if no video bit_rate was specified when muxing mxf_d10.Carl Eugen Hoyos2013-09-121-1/+1
* Store the video bit_rate in the context when muxing mxf.Carl Eugen Hoyos2013-09-121-6/+10
* avformat/subtitles: check lower bound for duration overlap seeking.Clément Bœsch2013-09-101-1/+2
* avformat/vobsub: fix seeking.Clément Bœsch2013-09-102-2/+30
* avformat/matroskaenc: remove bogus prores tagPaul B Mahol2013-09-081-1/+0
* w64dec: fix end position of summarylist guidPaul B Mahol2013-09-051-1/+1
* w64dec: fix skipping of unknown guidsPaul B Mahol2013-09-051-1/+1
* avformat/lxfdec: use a parser to parse video frame headersMichael Niedermayer2013-09-011-0/+1
* avformat/avidec: match first index and first packet size=0 handlingMichael Niedermayer2013-08-311-1/+1
* avformat/matroskadec: check out_samplerate before using it in av_rescale()Michael Niedermayer2013-08-261-0/+2
* matroskadec: Improve TTA duration calculationJames Almer2013-08-261-1/+1
* matroskaenc: simplify mkv_check_tag()Michael Niedermayer2013-08-261-3/+2
* lavf/matroskaenc: Check for valid metadata before creating tagsJames Almer2013-08-261-3/+15
* matroska_read_seek: Fix used streams for subtitle index compensationMichael Niedermayer2013-08-261-4/+5
* avformat/paf: Fix integer overflow and out of array readMichael Niedermayer2013-08-251-2/+3
* movenc: ilbc needs audio_vbr set.Michael Niedermayer2013-08-201-0/+3
* avformat/dtsdec: Improve probe, reject things looking like analog signalsMichael Niedermayer2013-07-261-1/+6
* avformat/matroskadec: Detect conflicting sample rate/default_durationMichael Niedermayer2013-07-161-1/+10
* Merge remote-tracking branch 'jamrial/release/1.2' into release/1.2Michael Niedermayer2013-07-151-3/+10
|\
| * oggparseskeleton: avoid header parsing failureMichael Niedermayer2013-07-071-0/+3
| * oggparseskeleton: Replace avpriv_report_missing_feature() with a normal av_lo...James Almer2013-07-071-2/+1
| * oggparseskeleton: Fix fisbone header parsingJames Almer2013-07-071-1/+6
* | avformat/utils: Keep internal and external av_read_frame() packets in sync.Dale Curtis2013-07-101-0/+3
* | mp3dec: detect CBR and use CBR axiom to seekMichael Niedermayer2013-07-091-6/+23
|/
* mmsh: dont close context on seeking failureMichael Niedermayer2013-07-071-2/+4
* avformat/mov: Fix duration of fragmented movMichael Niedermayer2013-07-071-1/+1
* mpegts: only reopen pmt_cb filter if its different from the previous.Michael Niedermayer2013-07-071-3/+9
* rmdec: Pass AVIOContext to rm_read_metadata()Michael Niedermayer2013-07-071-6/+7
* Fix copying extradata to codec in mxfdec.cNigel Touati-Evans2013-06-271-1/+3
* avformat/iff: Byte seek is unsupportedMichael Niedermayer2013-06-211-1/+1