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