Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-19vorbisdec: remove some pointless commentsMans Rullgard
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-02vorbisdec: fix heap buffer overflow.Michael Niedermayer
2012-07-12vorbisdec: switch to av_assertMichael Niedermayer
2012-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-18vorbisdec: replace div/mod in loop with a counterMans Rullgard
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse
2012-04-12vorbisdec: use correct channels variable.Reimar Döffinger
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-08vorbisdec: avoid invalid memory accessAaron Colwell
2012-03-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-25vorbisdec: add a flush() functionJustin Ruggles
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-03vorbis: fix overflows in floor1[] vector and inverse db table index.Ronald S. Bultje
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-16vorbisdec: Check that the x values of floor1 are unique.Michael Niedermayer
2012-01-08vorbis: An additional defense in the Vorbis codec.Chris Evans
2012-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-08vorbisdec: Fix decoding bug with channel handlingReinhard Tartler
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2012-01-05vorbis: make sure ch is non zero before calling vorbis_residue_decodeMichael Niedermayer
2012-01-05vorbis: An additional defense in the Vorbis codec.Chris Evans
2012-01-05vorbis: Fix decoder bug.Chris Evans
2012-01-05vorbisdec: Make sure blocksize is not set to an invalid value.Michael Niedermayer
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-23cosmetics: remove extra spaces before end-of-statement semi-colonsJustin Ruggles
2011-10-23vorbisdec: check output buffer size before writing outputJustin Ruggles