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-04-22JPEG 2000 decoder for DCinemaNicolas Bertrand
2013-04-19h264: fully support cropping.Anton Khirnov
2013-04-10lavc: extend / update the [coded_]{width,height} doxyAnton Khirnov
2013-03-19lavc: update the doxy for avcodec_decode_{video,audio} wtih refcounting.Anton Khirnov
2013-03-13Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun
2013-03-11lavc: remove disabled FF_API_IDCT cruftAnton Khirnov
2013-03-11lavc: remove disabled FF_API_SNOW cruftAnton Khirnov
2013-03-11lavc: remove disabled FF_API_MMI cruftAnton Khirnov
2013-03-11lavc: remove disabled FF_API_LIBMPEG2 cruftAnton Khirnov
2013-03-11lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_CODEC_ID cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_DSP_MASK cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_SUB_ID cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_INTER_THRESHOLD cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_COLOR_TABLE_ID cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruftAnton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-08Move AVFrame from lavc to lavu.Anton Khirnov
2013-03-08lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-03-07lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje
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