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-08avformat/mpegtsenc: Check data array size in mpegts_write_pmt()Michael Niedermayer
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-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-09avformat/matroskaenc: remove bogus prores tagPaul B Mahol
2013-08-31avformat/avidec: match first index and first packet size=0 handlingMichael Niedermayer
2013-08-29avformat/paf: Fix integer overflow and out of array readMichael Niedermayer
2013-08-29Merge remote-tracking branch 'jamrial/release/1.0' into release/1.0Michael Niedermayer
2013-08-29matroska_read_seek: Fix used streams for subtitle index compensationMichael Niedermayer
2013-08-27avformat/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-20movenc: ilbc needs audio_vbr set.Michael Niedermayer
2013-07-26avformat/dtsdec: Improve probe, reject things looking like analog signalsMichael Niedermayer
2013-07-21Merge remote-tracking branch 'jamrial/release/1.0' into release/1.0Michael Niedermayer
2013-07-21swfdec: do better validation of tag lengthJustin Ruggles
2013-07-21swfdec: check lens validityMichael Niedermayer
2013-07-21avformat/utils: Keep internal and external av_read_frame() packets in sync.Dale Curtis
2013-07-16avformat/matroskadec: Detect conflicting sample rate/default_durationMichael 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
2013-07-07rmdec: Pass AVIOContext to rm_read_metadata()Michael Niedermayer
2013-06-21avformat/libmodplug: Reduce the probe score for small inputMichael Niedermayer
2013-06-20Autodetect idcin only if audio properties allow decoding.Carl Eugen Hoyos
2013-05-28avienc: Disallow the first frame to be skipedMichael Niedermayer
2013-05-18avidec: dont randomly skip packets for offseting the indexMichael Niedermayer
2013-05-14Fix heap-buffer-overflow in matroska_parse_blockDale Curtis
2013-05-13Do not read strd chunk in avi files as H264 extradata.Carl Eugen Hoyos
2013-05-07matroska: set "done" only during resync fail.Reimar Döffinger
2013-04-04Skip padding in an id3 tag in aiff files.Carl Eugen Hoyos
2013-04-03smacker: fix off by one errorPaul B Mahol
2013-04-02Write broken aac frames to mov files instead of skipping them.Carl Eugen Hoyos
2013-03-27Only test the first frame for missing aac_adtstoasc bistream filter.Carl Eugen Hoyos
2013-03-21rmdec: flush audio packet on seekingMichael Niedermayer
2013-03-20matroska: fix missing ,Andrea3000
2013-03-20iff: fix integer overflowMichael Niedermayer
2013-03-20mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov
2013-03-07avformat: Fix apics with aacMichael Niedermayer
2013-03-07hls: fix timebaseMichael Niedermayer
2013-03-04rtmpproto: increase APP_MAX_LENGTHn1.0.5Michael Niedermayer
2013-03-03rtmpproto: Check APP_MAX_LENGTHMichael Niedermayer
2013-03-02Require at least three frames to autodetect loas.Carl Eugen Hoyos
2013-03-01lavf/avio: check for : in filenames for protocols.Nicolas George