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-02-18mp3on4: require a minimum framesize.Ronald S. Bultje
2012-01-31mp3dec: Fix a heap-buffer-overflowAlex Converse
2012-01-27lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov
2012-01-21mpegaudiodec: switch error detection check to AV_EF_BUFFERDustin Brody
2012-01-09mpegaudiodec: optimized iMDCT transformVitor Sessak
2012-01-09mpegaudiodec: move imdct and windowing function to mpegaudiodspVitor Sessak
2012-01-09mpegaudiodec: interleave iMDCT buffer to simplify future SIMD implementationsVitor Sessak
2012-01-07mpegaudiodec: Use clearer pointer mathVitor Sessak
2012-01-02mpegaudiodec: skip all channels when skipping granulesJustin Ruggles
2011-12-31mpegaudiodec: fix seeking.Ronald S. Bultje
2011-12-31mpegaudiodec: fix compilation when testing the unchecked bitstream readerJustin Ruggles
2011-12-17mp3dec: hack: fix decoding with safe bitstream readerMans Rullgard
2011-12-03latmdec: fix audio specific config parsingJanne Grunau
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-27mpegaudio: do not use init_static_data() for initializing tables.Justin Ruggles
2011-11-16mpegaudiodec: Don't use a nonexistent log context for av_dlogMartin Storsjö
2011-11-15cosmetics: indentationJustin Ruggles
2011-11-15mpegaudiodec: init static tables in AVCodec.init_static_data()Justin Ruggles
2011-10-28mp3on4: do not needlessly set data_size to 0Justin Ruggles
2011-10-28mp3adu: return error instead of just consuming bad packetsJustin Ruggles
2011-10-28mpegaudiodec: check output data size based on avctx->frame_sizeJustin Ruggles
2011-10-28avcodec: remove avcodec_parse_frame and deprecate associated elements.Justin Ruggles
2011-10-28mpegaudiodec: cosmetics: basic pretty-printingJustin Ruggles
2011-10-28mpegaudiodec: remove frame_count field from MPADecodeContext.Justin Ruggles
2011-10-28mpegaudiodec: return AVERROR return codes instead of -1Justin Ruggles
2011-10-28mpegaudiodec: Skip only bad frames instead of the whole packet.Justin Ruggles
2011-10-22lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody
2011-10-21mp3on4: check for allocation failures in decode_init_mp3on4()Justin Ruggles
2011-10-21mp3on4: create a separate flush function for MP3onMP4.Justin Ruggles
2011-10-21mp3on4: ensure that the frame channel count does not exceed the codec channelJustin Ruggles
2011-10-21mp3on4: set channel layoutJustin Ruggles
2011-10-21mp3on4: fix the output channel orderJustin Ruggles
2011-10-21mp3on4: allocate temp buffer with av_malloc() instead of on the stack.Justin Ruggles
2011-10-21mp3on4: copy MPADSPContext from first context to all contexts.Justin Ruggles
2011-10-20lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov
2011-10-20lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun
2011-06-01mpegaudiodec: Fix av_dlog() invocation.Diego Biurrun
2011-05-31mpegaudiodec: remove unusued code and variablesMans Rullgard
2011-05-31mpegaudio: clean up compute_antialias() definitionMans Rullgard
2011-05-21dct32: Add AVX implementation of 32-point DCTVitor Sessak
2011-05-20mpegaudio: clean up #includesMans Rullgard
2011-05-19mpegaudio: move some struct definitions from mpegaudio.hMans Rullgard
2011-05-19Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard
2011-05-18mpegaudio: sanitise compute_antialias_* namesMans Rullgard
2011-05-17mpegaudio: add _fixed suffix to some namesMans Rullgard
2011-05-17dct: build dct32 as separate object filesMans Rullgard
2011-05-16mpegaudio: move OUT_FMT macro to mpegaudiodec.cMans Rullgard
2011-05-16mpegaudio: remove OUT_MIN/MAX macrosMans Rullgard
2011-05-10mpegaudiodec: group #includes more sanelyMans Rullgard