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-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-06-07vorbis: return meaningful errorsLuca Barbato
2013-05-20vorbis: fallback to normal division instead of crashingLuca Barbato
2013-05-20vorbis: simplify the inner loop in setup_classifsLuca Barbato
2013-05-20vorbis: use normal integer values for iteratorsLuca Barbato
2013-05-20vorbis: refactor vorbis_residue_decode_internalLuca Barbato
2013-03-11vorbisdec: do not leak the first frame.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-06vorbisdec: check memory allocationsLuca Barbato
2013-02-26vorbisdec: cosmetics: rename variable avccontext to avctxJustin Ruggles
2013-02-25vorbisdec: Accept 0 amplitude_bitsLuca Barbato
2013-02-25vorbisdec: Add missing checksLuca Barbato
2013-02-25vorbisdec: cosmeticsLuca Barbato
2013-02-25vorbisdec: Error on bark_map_size equal to 0.Michael Niedermayer
2013-02-12vorbis: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-21vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje
2013-01-20Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-20vorbisdec: use float planar sample formatJustin Ruggles
2012-09-14vorbisdec: ensure FASTDIV denominator is never 1Luca Barbato
2012-08-19vorbisdec: remove some pointless commentsMans Rullgard
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-18vorbisdec: replace div/mod in loop with a counterMans Rullgard
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-06-05vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-08vorbisdec: avoid invalid memory accessAaron Colwell
2012-03-04avcodec: add a Vorbis parser to get packet durationJustin Ruggles
2012-03-04vorbisdec: read the previous window flag for long windowsJustin Ruggles
2012-02-25vorbisdec: add a flush() functionJustin Ruggles
2012-02-16vorbis: Add ff_ prefix to nonstatic symbolsMartin Storsjö
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-02-03vorbis: fix overflows in floor1[] vector and inverse db table index.Ronald S. Bultje
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-08vorbis: An additional defense in the Vorbis codec.Chris Evans
2012-01-08vorbisdec: Fix decoding bug with channel handlingReinhard Tartler
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-10vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE checkJustin Ruggles
2011-11-10vorbisdec: remove unneeded buf_size==0 checkJustin Ruggles
2011-11-10vorbisdec: return proper error codes instead of made-up onesJustin Ruggles
2011-10-23cosmetics: remove extra spaces before end-of-statement semi-colonsJustin Ruggles
2011-10-23vorbisdec: check output buffer size before writing outputJustin Ruggles
2011-10-20lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-15doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun