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-07adpcmenc: fix encoded s_0 value.Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22adpcmenc: switch to ff_alloc_packet2()Michael Niedermayer
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21adpcmenc: update to AVCodec.encode2()Justin Ruggles
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21adpcmenc: Use correct frame_size for Yamaha ADPCM.Justin Ruggles
2012-02-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-31adpcmenc: remove some unneeded castsJustin Ruggles
2012-01-31adpcmenc: use int16_t and uint8_t instead of short and unsigned char.Justin Ruggles
2012-01-31adpcmenc: fix adpcm_ms extradata allocationJustin Ruggles
2012-01-31adpcmenc: return proper AVERROR codes instead of -1Justin Ruggles
2012-01-31adpcmenc: check for coded_frame allocation failureJustin Ruggles
2012-01-31adpcmenc: Do not set coded_frame->key_frame.Justin Ruggles
2012-01-29adpcmenc: refactor some code.Paul B Mahol
2012-01-28adpcmenc: check return value of avcodec_alloc_frame()Paul B Mahol
2011-12-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-05adpcmenc: cosmetics: pretty-printingChris Berov
2011-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-30adpcm: update reference linksJustin Ruggles
2011-09-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun
2011-09-24adpcmenc: Set bits_per_coded_sampleJustin Ruggles
2011-09-24adpcmenc: fix QT IMA ADPCM encoderBaptiste Coudurier
2011-09-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-12adpcm: split ADPCM encoders and decoders into separate files.Justin Ruggles