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-15Deprecate oldabi branch by adding a warning to configureoldabiTimothy Gu
2011-11-24Fix adts format creation in aac+ encoder modified: libavcodec/libaacplus.cSergiy Gur'yev
2011-11-22Merge branch 'release/0.7' into oldabiMichael Niedermayer
2011-11-21Update for 0.7.8n0.7.8Michael Niedermayer
2011-11-21Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2011-11-21svq1dec: call avcodec_set_dimensions() after dimensions changed.Michael Niedermayer
2011-11-21vp3dec: Check coefficient index in vp3_dequant()Michael Niedermayer
2011-11-21qdm2dec: fix buffer overflow.Michael Niedermayer
2011-11-21h264: Fix invalid interlaced progressive MB combinations for direct mode pred...Michael Niedermayer
2011-11-21mpegvideo: dont use ff_mspel_motion() for vc1Michael Niedermayer
2011-11-21imgutils: Fix illegal read.Thierry Foucu
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-19lavc: fix parentheses placement in avcodec_open2().Baptiste Coudurier
2011-11-19lavc: introduce avcodec_open2() as a replacement for avcodec_open().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-19qdm2dec: check remaining input bits in the mainloop of qdm2_fft_decode_tones()Michael Niedermayer
2011-11-19cinepak: check strip_sizeMichael Niedermayer
2011-11-19wma: Check channel number before init.Michael Niedermayer
2011-11-19Do not try to read 16bit gray png files with alpha channel.Carl Eugen Hoyos
2011-11-19cook: fix apparent typo in extradata parsingK.Y.H
2011-11-19ffplay: limit lowres to the maximum supported. Fixes Ticket591Michael Niedermayer
2011-11-19v4l2: fix uninitialized variableMichael Niedermayer
2011-11-19vf_transpose: remove pix_fmts which can currently not be supported.Michael Niedermayer
2011-11-18vp5: Fix illegal read.Alex Converse
2011-11-18vp6: Fix illegal read.Thierry Foucu
2011-11-14vf_transpose: avoid multiple calls to avfilter_draw_slice()Stefano Sabatini
2011-11-14vf_transpose: avoid multiple calls to avfilter_draw_slice()Stefano Sabatini
2011-11-09Merge branch 'release/0.7' into oldabiMichael Niedermayer
2011-11-08nuv: Fix combination of size changes and LZO compression.Reimar Döffinger
2011-11-08av_lzo1x_decode: properly handle negative buffer length.Reimar Döffinger
2011-11-08nuv: Fix combination of size changes and LZO compression.Reimar Döffinger
2011-11-08av_lzo1x_decode: properly handle negative buffer length.Reimar Döffinger
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-08Do not call parse_keyframes_index with NULL stream.Reimar Döffinger
2011-11-05update versions for 0.7 branchn0.7.7Michael Niedermayer
2011-11-04Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2011-11-04Version numbers for 0.8.6n0.8.6Michael Niedermayer
2011-11-04snow: emu edge supportMichael Niedermayer
2011-11-04imc: validate channel countJustin Ruggles
2011-11-04imc: check for ff_fft_init() failureJustin Ruggles
2011-11-04libgsmdec: check output buffer size before decodingJustin Ruggles