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-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-28atrac3: do not use init_static_data to init VLC data.Reimar Döffinger
2012-11-22ensure comment blocks that contain doxygen commands start with double asterixPeter Ross
2012-11-09atrac3dec: Check coding mode against channels.Michael Niedermayer
2012-10-24Merge commit 'c68317ebbe4915035df0b08c23eea7a0b80ab881'Michael Niedermayer
2012-10-23atrac3: return an error if extradata_size is not a specific known sizeJustin Ruggles
2012-10-23Merge commit '2b8dd371e4d276ca0d342e82b8b4cc281be0630a'Michael Niedermayer
2012-10-23Merge commit '5d1007f74dd496d54b932242004382f44e3b22b4'Michael Niedermayer
2012-10-23Merge commit 'a2664c91fba15a1307f676ffad511f8f86fb3a27'Michael Niedermayer
2012-10-23Merge commit '5ac673b5531d846b79a3d77e3e932e0cb1234c45'Michael Niedermayer
2012-10-22atrac3: initialize static tables in AVCodec.init_static_data()Justin Ruggles
2012-10-22atrac3: replace a calculation with FFALIGN()Justin Ruggles
2012-10-22atrac3: separate window initialization from IMDCT initializationJustin Ruggles
2012-10-22atrac3: remove unused ATRAC3Context field, sample_rateJustin Ruggles
2012-10-22atrac3: move the 'frame_factor' field from ATRAC3Context to where it is usedJustin Ruggles
2012-10-22atrac3: use sizeof(variable) instead of sizeof(type)Justin Ruggles
2012-10-22atrac3: simplify MDCT window calculationJustin Ruggles
2012-10-22atrac3: move the 'samples_per_frame' field from ATRAC3Context to where it is ...Justin Ruggles
2012-10-22atrac3: remove unused ATRAC3Context field, bit_rateJustin Ruggles
2012-10-22atrac3: remove unused ATRAC3Context field, samples_per_channelJustin Ruggles
2012-10-22atrac3: use AVCodecContext.block_align instead of keeping a private copyJustin Ruggles
2012-10-22atrac3: move the 'delay' field from ATRAC3Context to where it is usedJustin Ruggles
2012-10-22atrac3: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles
2012-10-22atrac3: move the 'version' field from ATRAC3Context to where it is usedJustin Ruggles
2012-10-22atrac3: simplify some loop indexingJustin Ruggles
2012-10-22atrac3: cosmetics: pretty-printing and renamingJustin Ruggles
2012-10-02Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'Michael Niedermayer
2012-10-01atrac3: use float planar sample formatJustin Ruggles
2012-09-11atrac3: replace powf(2,...) by exp2f()Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-22atrac3: switch to av_assertMichael Niedermayer
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-17atrac3: Fix crash in tonal component decoding.Michael Niedermayer
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16libavcodec: Add ff_ prefix to some nonstatic symbolsMartin Storsjö
2011-12-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-31cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun
2011-12-17atrac3: Fix crash in tonal component decoding.Michael Niedermayer
2011-12-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-07cosmetics: drop some completely pointless parenthesesDiego Biurrun
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer