Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-05lavc: deprecate the audio resampling API.Anton Khirnov
2012-09-28avcodec: document the use of AVCodecContext.delay for audio decodingNathan Caldwell
2012-09-27Add Opus codec id and codec description.Andrew D'Addesio
2012-09-24lavc: add avcodec_free_frame().Anton Khirnov
2012-09-24lavc: rename the argument of avcodec_alloc_frame/get_frame_defaultsAnton Khirnov
2012-09-17lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov
2012-09-15libavcodec: remove av_destruct_packet_nofree()Mans Rullgard
2012-08-31MSS2 decoderAlberto Delmás
2012-08-30lavc: add lossy/lossless codec properties.Anton Khirnov
2012-08-29Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov
2012-08-18lavc: add avcodec_descriptor_get_by_name().Anton Khirnov
2012-08-18lavc: add const to AVCodec* function parameters.Anton Khirnov
2012-08-11lavc: add an intra-only codec property.Anton Khirnov
2012-08-11lavc: add codec descriptors.Anton Khirnov
2012-08-10lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-07lavc: add AV prefix to codec ids.Anton Khirnov
2012-08-02Canopus Lossless decoderDerek Buitenhuis
2012-07-13imgconvert: deprecate avcodec_find_best_pix_fmt()Janne Grunau
2012-07-13imgconvert: add avcodec_find_best_pix_fmt2()Janne Grunau
2012-07-13MS Expression Encoder Screen decoderKostya Shishkov
2012-07-12libavcodec: Add more AAC profilesMartin Storsjö
2012-07-11TechSmith Screen Codec 2 decoderKostya Shishkov
2012-07-02MS ATC Screen (aka MSS3) decoderKostya Shishkov
2012-06-20MS Screen 1 decoderKostya Shishkov
2012-06-19lavc: Extend the documentation for avcodec_init_packetSimon A. Eugster
2012-06-18Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö
2012-06-05Indeo Audio decoderKostya Shishkov
2012-05-09lavc: pad last audio frame with silence when needed.Anton Khirnov
2012-05-07lavc: add sample rate and channel layout to AVFrame.Anton Khirnov
2012-05-06avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation.Robert Nagy
2012-05-03Add SMPTE240M transfer characteristics flag.Hendrik Leppkes
2012-04-30avcodec: introduce YCoCg colorspaceHendrik Leppkes
2012-04-30avcodec: cosmetic cleanup on headerLuca Barbato
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-21avcodec: remove AVCodecContext.dsp_maskMans Rullgard
2012-04-09lavc doxy: add remaining avcodec.h functions to a misc doxygen group.Anton Khirnov
2012-04-09lavc doxy: add AVPicture functions to a doxy group.Anton Khirnov
2012-04-09lavc doxy: add resampling functions to a doxy group.Anton Khirnov
2012-04-09lavc doxy: replace \ with /Anton Khirnov
2012-04-09lavc doxy: add encoding functions to a doxy group.Anton Khirnov
2012-04-09lavc doxy: add decoding functions to a doxy group.Anton Khirnov
2012-04-09lavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE,H263_MB_INFO}Anton Khirnov
2012-04-09lavc doxy: add AVPacket-related stuff to a separate doxy group.Anton Khirnov
2012-04-09lavc doxy: add core functions/definitions to a doxy group.Anton Khirnov
2012-04-09avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame()Justin Ruggles
2012-03-19ZeroCodec DecoderDerek Buitenhuis
2012-03-19RealAudio Lossless decoderKostya Shishkov
2012-03-17avcodec: add XBM encoderPaul B Mahol
2012-03-05avcodec: add av_get_audio_frame_duration() function.Justin Ruggles