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
2011-01-09Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos
2011-01-08Deprecate reordered_opaque in favor of pkt_pts/dtsMichael Niedermayer
2011-01-08Add pkt_dts to AVFrame, this will in the future allow multithreading decodersMichael Niedermayer
2011-01-08Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.ptsMichael Niedermayer
2011-01-08Add av_get_profile_name() to get profile names.Anssi Hannula
2011-01-07Export dca profile information.Anssi Hannula
2011-01-04Change the AC-3 encoder to use floating-point.Justin Ruggles
2011-01-01Fix typos.Stefano Sabatini
2010-12-29add SubRip decoderAurelien Jacobs
2010-12-29Bump micro for VP8 emu-edge support.Ronald S. Bultje
2010-12-27Metadata demuxer.Anton Khirnov
2010-12-18bump lavcodec minor version for amr-wb decoder in r26051Ramiro Polla
2010-12-09Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromStefano Sabatini
2010-12-07Add a FLAC parser.Michael Chinen
2010-12-04Add CODEC_CAP_NEG_LINESIZES.Stefano Sabatini
2010-12-04Add forgotten deprecation to avcodec_pix_fmt_string().Stefano Sabatini
2010-12-04Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini
2010-12-04Try to improve reordered_opaque doxy.Michael Niedermayer
2010-12-04Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer
2010-11-26Mobotix .mxg demuxerAnatoly Nenashev
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini
2010-11-21Move audio channel API from libavcodec to libavcore.Stefano Sabatini
2010-11-21Add a av_grow_packet function, to be used by code that mergesReimar Döffinger
2010-11-14minor bump and Changelog entry for r25747Aurelien Jacobs
2010-11-14minor bump and APIchanges for r25745Aurelien Jacobs
2010-11-13allow passing subtitles header between decoder and encoderAurelien Jacobs
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-11-10Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini
2010-11-03Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h andStefano Sabatini
2010-11-03Implement functions:Stefano Sabatini
2010-11-02Move sample format definitions from libavcodec to libavcore.Stefano Sabatini
2010-11-02Add single stream LATM/LOAS decoderJanne Grunau
2010-10-22Add new -slices option and use it for libvpx and libx264.James Zern
2010-10-03Add the CODEC_CAP_CHANNEL_CONF capability code and addBenjamin Larsson
2010-10-01Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXFTomas Härdin
2010-10-01add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flagAurelien Jacobs
2010-10-01add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string APIAurelien Jacobs
2010-10-01add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc fieldAurelien Jacobs
2010-10-01add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle APIAurelien Jacobs
2010-09-30add FF_API_VIDEO_OLD define to disable the deprecated decode_video APIAurelien Jacobs
2010-09-30add FF_API_AUDIO_OLD define to disable the deprecated decode_audio APIAurelien Jacobs
2010-09-29Move allocation and init to defaults of the private codec contexts to avcodec...Michael Niedermayer
2010-09-29Add AVClass for the private context, this will be used for codec specific opt...Michael Niedermayer
2010-09-28Fix index_entries pos:Michael Chinen
2010-09-27Bump version and update APIchanges after r25210.Stefano Sabatini
2010-09-26Bump minor version for the addition of the G.722 encoderMartin Storsjö
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-09-26Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov
2010-09-24Deprecate av_opt_show() in favor of a new function av_opt_show2(),Stefano Sabatini
2010-09-14Add R10k decoder.Zhou Zongyi