Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-05avformat/mpegtsenc: Check data array size in mpegts_write_pmt()Michael Niedermayer
2014-01-27rtpdec_asf: Copy the need_parsing field from the chained demuxerMartin Storsjö
2014-01-21Allow decoding of slightly broken Nikon avi files.Carl Eugen Hoyos
2014-01-16avformat/vqf: check number of channels before use.Michael Niedermayer
2014-01-16avformat/thp: force moving forwardMichael Niedermayer
2014-01-16avformat/thp: fix variable types to avoid overflowsMichael Niedermayer
2014-01-16Do not read mkv audio bit_depth if bits_per_coded_sample is already set.Carl Eugen Hoyos
2014-01-16Do not set mkv bit_depth to av_get_bytes_per_sample() for G.726.Carl Eugen Hoyos
2014-01-08Use the h264 parser when decoding VSSH in avi.Carl Eugen Hoyos
2014-01-08avformat/mxfdec: detect loops during header parsingMichael Niedermayer
2014-01-05avformat/oggdec: dont read timestamps from EOS pages of ogm videosMichael Niedermayer
2013-12-24nutenc/write_index: warn if 2 consecutive keyframes have the same PTS and dis...Michael Niedermayer
2013-12-24wtvenc: populate VIDEOINFOHEADER2Peter Ross
2013-12-24avformat/riffenc: indentPeter Ross
2013-12-24riffenc: add option to ff_put_bmp_header to ignore extradataPeter Ross
2013-11-18avformat/utils: dont count attached pics toward the probesizeMichael Niedermayer
2013-10-27avformat/utils: do not override pts in h264 when they are provided from the d...Michael Niedermayer
2013-10-26avformat/mp3dec: perform seek resync in the correct directionMichael Niedermayer
2013-10-24avformat/wavdec: Dont trust the fact chunk for PCMMichael Niedermayer
2013-10-24avformat/matroskadec: only set r_frame_rate if the value is within reasonable...Michael Niedermayer
2013-10-24avformat/mov: force parsing of headers if stts is absentMichael Niedermayer
2013-09-16avformat/subtitles: add a next line jumper and use it.Clément Bœsch
2013-09-16avformat/srtdec: skip initial random line breaks.Clément Bœsch
2013-09-13Use rc_max_rate if no video bit_rate was specified when muxing mxf_d10.Carl Eugen Hoyos
2013-09-13Store the video bit_rate in the context when muxing mxf.Carl Eugen Hoyos
2013-09-10avformat/subtitles: check lower bound for duration overlap seeking.Clément Bœsch
2013-09-10avformat/vobsub: fix seeking.Clément Bœsch
2013-09-09avformat/matroskaenc: remove bogus prores tagPaul B Mahol
2013-09-06w64dec: fix end position of summarylist guidPaul B Mahol
2013-09-06w64dec: fix skipping of unknown guidsPaul B Mahol
2013-09-01avformat/lxfdec: use a parser to parse video frame headersMichael Niedermayer
2013-08-31avformat/avidec: match first index and first packet size=0 handlingMichael Niedermayer
2013-08-26avformat/matroskadec: check out_samplerate before using it in av_rescale()Michael Niedermayer
2013-08-26matroskadec: Improve TTA duration calculationJames Almer
2013-08-26matroskaenc: simplify mkv_check_tag()Michael Niedermayer
2013-08-26lavf/matroskaenc: Check for valid metadata before creating tagsJames Almer
2013-08-26matroska_read_seek: Fix used streams for subtitle index compensationMichael Niedermayer
2013-08-25avformat/paf: Fix integer overflow and out of array readMichael Niedermayer
2013-08-20movenc: ilbc needs audio_vbr set.Michael Niedermayer
2013-07-26avformat/dtsdec: Improve probe, reject things looking like analog signalsMichael Niedermayer
2013-07-16avformat/matroskadec: Detect conflicting sample rate/default_durationMichael Niedermayer
2013-07-15Merge remote-tracking branch 'jamrial/release/1.2' into release/1.2Michael Niedermayer
2013-07-10avformat/utils: Keep internal and external av_read_frame() packets in sync.Dale Curtis
2013-07-09mp3dec: detect CBR and use CBR axiom to seekMichael Niedermayer
2013-07-08oggparseskeleton: avoid header parsing failureMichael Niedermayer
2013-07-08oggparseskeleton: Replace avpriv_report_missing_feature() with a normal av_lo...James Almer
2013-07-08oggparseskeleton: Fix fisbone header parsingJames Almer
2013-07-07mmsh: dont close context on seeking failureMichael Niedermayer
2013-07-07avformat/mov: Fix duration of fragmented movMichael Niedermayer
2013-07-07mpegts: only reopen pmt_cb filter if its different from the previous.Michael Niedermayer