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
2011-11-21Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2011-11-21ac3probe: Detect Sonic Foundry Soft Encode AC3 as raw AC3.Michael Niedermayer
2011-11-21mjpeg: support mpoMichael Niedermayer
2011-11-20Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
2011-11-19Add a version bump and APIchanges entry for avcodec_open2 and avformat_find_s...Anton Khirnov
2011-11-19lavf: fix multiplication overflow in avformat_find_stream_info()Mans Rullgard
2011-11-19lavf: fix invalid reads in avformat_find_stream_info()Anton Khirnov
2011-11-19lavf: add avformat_find_stream_info()Anton Khirnov
2011-11-19rawdec: use a default sample rate if none is specified.Michael Niedermayer
2011-11-19rawdec: add check on sample_rateStefano Sabatini
2011-11-08libavformat: add support for G726 audio decoder in RTP and RTSP streamsMiroslav Slugeň
2011-11-08Do not call parse_keyframes_index with NULL stream.Reimar Döffinger
2011-11-08Do not call parse_keyframes_index with NULL stream.Reimar Döffinger
2011-11-04Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2011-11-04mp3enc: avoid truncating id3v1 tags by one byteTobias Rapp
2011-11-04asfdec: Check packet_replic_size earlierMichael Niedermayer
2011-11-04tta: check for extradata allocation failure in tta demuxerJustin Ruggles
2011-11-04mpegts: do not return from ff_mpegts_parse_packet() after having seen the fir...Laurent Aimar
2011-11-04mpegts: fix return value when enough ts packets have been parsed or when the ...Laurent Aimar
2011-11-04avio: Check for invalid buffer length.Alex Converse
2011-11-04matroskadec: fix out of bounds writeRonald S. Bultje
2011-11-04mov: 10l: Terminate string with 0 not '0'Alex Converse
2011-11-04mov: Prevent illegal writes when chapter titles are very short.Alex Converse
2011-11-04rtpdec: Read the packet length for all RTCP packet typesJohn Brooks
2011-11-04rtpdec: Fix the minimum packet length for RTCP SR packetsJohn Brooks
2011-11-04mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related fu...Alex Converse
2011-11-04vqa: fix double free on corrupted streamsLaurent Aimar
2011-11-04lavf: fix signed overflow in avformat_find_stream_info()Mans Rullgard
2011-11-04riff: map 0x0038 to amrnb, works on http://video.mopoto.com/4/40/407/40709.aviCompn
2011-10-11mpegtsenc: Lift limit on PMT PIDLoren Osborn
2011-10-09Do not set codec_tag property for matroska muxers.Carl Eugen Hoyos
2011-10-09Do not set codec_tag property for matroska muxers.Carl Eugen Hoyos
2011-10-09lavf/utils: fix overestimation of the rational number density.Michael Niedermayer
2011-10-09lavf/utils: fix overestimation of the rational number density.Michael Niedermayer
2011-10-02Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2011-10-02Fix use of uninitialized memory in 4X Technologies demuxer.Laurent Aimar
2011-10-02Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
2011-10-01avienc: Add a limit on the number of skiped frames muxed in a row.Michael Niedermayer
2011-10-01Fix double free on error in Deluxe Paint Animation demuxer.Laurent Aimar
2011-10-01Check for out of bound writes in the avs demuxer.Laurent Aimar
2011-10-01Check for corrupted data in avs demuxer.Laurent Aimar
2011-10-01lavf: Avoid using av_malloc(0) in av_dump_formatMartin Storsjö
2011-10-01mov: Only touch extradata in mov_read_extradata() if codec_id is what we expectTomas Härdin
2011-10-01movenc: Replace av_realloc by av_realloc_f when relevant.Nicolas George
2011-10-01gxfenc: Replace av_realloc by av_realloc_f when relevant.Nicolas George
2011-10-01aviobuf: Replace av_realloc by av_realloc_f when relevant.Nicolas George
2011-10-01avienc: Replace av_realloc by av_realloc_f when relevant.Nicolas George
2011-10-01avidec: Replace av_realloc by av_realloc_f when relevant.Nicolas George
2011-10-014xm: Replace av_realloc by av_realloc_f when relevant.Nicolas George
2011-10-01Fix return value on EOF in mpc v8 demuxer.Laurent Aimar