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-01-25h264: Allow discarding the cropping information from SPSVittorio Giovara
2013-01-21lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje
2013-01-14mkv: support vp9 tagTom Finegan
2013-01-06Drop Snow codecDiego Biurrun
2012-12-23lavc: Correct the description of pkt_dtsMartin Storsjö
2012-12-23lavc: make pkt_{p,d}ts doxy less confusingAnton Khirnov
2012-12-23lavc: rewrite and extend AVFrame doxyAnton Khirnov
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-08tak: demuxer, parser, and decoderPaul B Mahol
2012-11-26lavc: clarify get_buffer() documentationJustin Ruggles
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato
2012-11-02parser: Move Doxygen documentation to the header filesDiego Biurrun
2012-11-02PGS subtitles: Expose forced flagJohn Stebbins
2012-11-02lavc: add some AVPacket doxy.Anton Khirnov
2012-10-30avcodec: Add a RFC 3389 comfort noise codecMartin Storsjö
2012-10-23lavc: fix documentation for AVCodecContext.delayJustin Ruggles
2012-10-22lavc: extend frame_size doxy.Anton Khirnov
2012-10-14lavc: update documentation for AVFrame.extended_dataJustin Ruggles
2012-10-12avcodec: Remove broken MMI optimizationsDiego Biurrun
2012-10-12Remove libmpeg2 #define remnantsDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
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