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-08-10lavc: Add refcounted api to AVPacketLuca Barbato
2013-08-07deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND insteadKostya Shishkov
2013-08-05vdpau: deprecate VDPAU codec capabilityRémi Denis-Courmont
2013-08-02avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura
2013-07-27Add missing deprecation attributesDiego Biurrun
2013-06-24lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya
2013-06-03Go2Webinar decoderKostya Shishkov
2013-05-24avcodec: Add picture structure information to AVCodecParserContext.Yusuke Nakamura
2013-05-18Escape 130 (RPL) decoderEli Friedman
2013-05-17lavc doxy: add avcodec.h to the libavcodec group.Anton Khirnov
2013-05-17Apple Intermediate Codec decoderKostya Shishkov
2013-05-03avcodec: Add field order information to AVCodecParserContext.Masaki Tanaka
2013-05-03lavc: schedule AVCodecContext.lowres for removal on next bump.Anton Khirnov
2013-04-30avcodec: doxy: Clarify how to use buf[] when implementing get_buffer2()Derek Buitenhuis
2013-04-30avcodec: doxy: Clarify what get_buffer2 must fill in buf[]Derek Buitenhuis
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