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
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
2013-07-07rmdec: Pass AVIOContext to rm_read_metadata()Michael Niedermayer
2013-06-27Fix copying extradata to codec in mxfdec.cNigel Touati-Evans
2013-06-21avformat/iff: Byte seek is unsupportedMichael 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-06-19ff_gen_search: fix infinite loopMichael Niedermayer
2013-06-19ff_gen_search: fix limitMichael Niedermayer
2013-06-19ff_gen_search: make step 64 bit to prevent hypothetical integer overflowMichael Niedermayer
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-13Do not read strd chunk in avi files as H264 extradata.Carl Eugen Hoyos
2013-05-09Fix heap-buffer-overflow in matroska_parse_blockDale Curtis
2013-05-09rmdec: flush audio packet on seekingMichael Niedermayer
2013-05-09matroska: 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-10mpegts: clear avprograms only for removed programsMichael Niedermayer
2013-03-07avformat: Fix apics with aacMichael Niedermayer
2013-03-07hls: fix timebaseMichael Niedermayer
2013-03-07lavf/segment: add support to ffconcat segment listStefano Sabatini
2013-03-06asfdec: dont truncate type 2-5 valuesMichael Niedermayer
2013-03-05lavf/concat: compute duration if possible.Nicolas George
2013-03-05Revert "lavf/concatdec: define "ffcat" and "ffconcat" extensions"Nicolas George
2013-03-05mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov
2013-03-05iff: fix integer overflowMichael Niedermayer
2013-03-04update_stream_timings: check bitrate for being in range.Michael Niedermayer
2013-03-04avformat: Make duration estimation from pts more robustMichael Niedermayer
2013-03-04nutdec: more specific return codes for decode_syncpoint()Michael Niedermayer
2013-03-04nutdec: print error on invalid/unsupported fourcc styleMichael Niedermayer
2013-03-04Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2013-03-04buildsys: only include log2_tab per library for shared buildsMichael Niedermayer
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-03-03avformat: gather aspect ratio from rv30/40 in find_stream_infoMichael Niedermayer
2013-03-03Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2013-03-03movenc: Do not flag secondary audio and subtitle tracks as enabled.Michael Niedermayer
2013-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-02rtpdec: Initialize some variables to silence compiler warningsMartin Storsjö