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
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-31tm2dec: fix overreadMichael Niedermayer
2012-03-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-29truemotion: forbid invalid VLC bitsizes and token values.Ronald S. Bultje
2012-03-29truemotion2: handle out-of-frame motion vectors through edge extension.Ronald S. Bultje
2012-03-28truemotion2: convert packet header reading to bytestream2.Ronald S. Bultje
2012-03-28tm2: Fix overread of token array.Michael Niedermayer
2012-03-24truemotion2dec: Fix overread of input.Michael Niedermayer
2012-03-04truemotion2: check motion vectors for validityMichael Niedermayer
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-23truemotion2: error out if the huffman tree has no nodes.Ronald S. Bultje
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-01-19Use av_fast_padded_malloc in mimic and truemotion2 decoders.Reimar Döffinger
2012-01-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-06truemotion2: check size before GetBitContext initialisationJanne Grunau
2011-12-20tm2: Check remaining size before init_get_bits()Michael Niedermayer
2011-11-06Try to set AVFrame.reference to correct values.Reimar Döffinger
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-02Remove unused variablesMans Rullgard
2011-05-30Fix various unused variable warningsClément Bœsch
2011-05-07lavc: set defaults in internal codec framesStefano Sabatini
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-1810l, commit that should have been stashed into the merge.Michael Niedermayer
2011-04-18Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-04Remove a few if (p) av_free(p) formsClément Bœsch
2011-02-03Remove a few if (p) av_free(p) formsClément Bœsch
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-09Check for several overreads, fixes issue 2512.Daniel Kang
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-10-16Do not try to free memory that was never allocated (partial revert of r20231).Carl Eugen Hoyos
2009-10-14Release frame after decoding is doneKostya Shishkov
2009-10-14Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger
2009-04-24TrueMotion 2 uses its own YUV-like colourspace, so convert output to proper RGB.Reimar Döffinger
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Make TM2 decoder byteswap input into separate buffer instead of doing it in-p...Kostya Shishkov
2009-02-01Factorize stream reading in TM2 decoderKostya Shishkov