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
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-06-26mpegaudiodec: copy AVFloatDSPContext from first context to all contextsAndreas Cadhalpun
2015-06-21Merge commit '6ec688e1bc76dd93151cbca1c340162ae4b10d77'Michael Niedermayer
2015-06-20mp3: enable packed main_data decoding in MP4nu774
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-04-17avcodec/mpegaudiodec_template: use double to build csa tablesMichael Niedermayer
2014-12-05avcodec/mpegaudiodec_template: only allocate fdsp when its usedMichael Niedermayer
2014-12-03avcodec/mpegaudiodec_float: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-10-19avcodec/mpegaudiodec_template: use av_freep(), do not leave stale pointers in...Michael Niedermayer
2014-08-16Drop remaining unneeded != NULLMichael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-06-05avcodec/mpegaudiodec: Reset dither and mdct stateMichael Niedermayer
2014-05-09avcodec/mpegaudiodec_template: make shift unsigned to avoid undefined behaviorMichael Niedermayer
2014-01-15avcodec/mpegaudiodec_template: decode_frame_mp3on4: conceal errors in decodin...Michael Niedermayer
2014-01-14avcodec/mpegaudiodec_template/mp3on4: check that all channels have been decod...Michael Niedermayer
2014-01-02mp3on4: fail when the header check failsMichael Niedermayer
2013-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-12-12mp3adu: Set the channel layout properlyMartin Storsjö
2013-12-04libavcodec/mpegaudio: change CONFIG_FLOAT to USE_FLOATMichael Niedermayer
2013-11-24Merge commit '0eeeb9647e9c92c9edfd0b18c7cb5da7ac666f85'Michael Niedermayer
2013-11-24mpegaudiodec: Consistently handle fixed/float templatingDiego Biurrun