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
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12mpc7/8: decode directly to the user-provided AVFrameJustin Ruggles
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-01mpc7/8: use planar sample formatJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-11mpc: pad mpc_CC/SCF[] tables to allow for negative indices.Ronald S. Bultje
2012-02-18mpc7: assign an error level + context to av_log() msg.Ronald S. Bultje
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-02mpc7: use av_fast_padded_malloc()Justin Ruggles
2012-02-02mpc7: simplify handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles
2012-01-31mpc7: check for allocation failureJustin Ruggles
2012-01-31mpc7: align local temp bufferJustin Ruggles
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-11mpc7: only support stereo input.Justin Ruggles
2011-11-10mpc7: Fix memset call in mpc7_decode_frame functionAlex Converse
2011-10-02mpc7: return error if packet is too small.Justin Ruggles
2011-10-02mpc7: check output buffer size before decodingJustin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-19Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-21Musepack SV8 supports "mono" files (though it still codes them as stereo),Kostya Shishkov
2010-11-1516l trocadero: Musepack SV7 decoder may skip more than 16 bits at theKostya Shishkov
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-29Move variable declaration to block where it is used and simplify code.Reimar Döffinger
2010-01-28Extract duplicated code into a separate function.Reimar Döffinger
2009-11-30Fix an issue uncovered by commit 20623:Attila Kinali
2009-05-14Use skip_bits_long() for large skipsDavid Conrad
2009-04-20Compact and make constant two tables used by Musepack decodersKostya Shishkov
2009-04-17Use new static VLC scheme in Indeo2, Musepack and WNV1 decodersKostya Shishkov
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-08Make Musepack decoders use LFG pseudorandom generatorKostya Shishkov
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19Replace calls to the deprecated function av_init_random() withStefano Sabatini
2009-01-14Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-11-19Add channel layout to several audio decoders I maintainKostya Shishkov
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun