summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* 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
* Add G.722 ADPCM audio decoderMartin Storsjö2010-09-09
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-07
* Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini2010-09-07
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Add #ifndef around FF_API_MM_FLAGS.Stefano Sabatini2010-09-05
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControlAurelien Jacobs2010-09-01
* Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram2010-08-26
* removed an unnecessary blank lineTobias Bindhammer2010-08-23
* added codec-ids for the a64 codecTobias Bindhammer2010-08-23
* Implement av_get_image_linesize() and use it inStefano Sabatini2010-08-12
* Add av_picture_data_copy() and reimplement av_picture_copy() as aS.N. Hemanth Meenakshisundaram2010-08-11
* Deprecate avcodec_check_dimensions() in favor of the new functionStefano Sabatini2010-08-06
* Move fill_image_linesize() and fill_image_data_ptr() fromStefano Sabatini2010-07-29
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-26
* add SubRip muxer and demuxerAurelien Jacobs2010-07-24
* Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster thanRonald S. Bultje2010-07-19
* ASCII/ANSI art decoderPeter Ross2010-07-18
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-11
* Add avsubtitle_free function.Reimar Döffinger2010-07-11
* Fix trivial punctuation errorPeter Ross2010-07-11
* Document that and why subtitle decoders do not support direct-rendering.Reimar Döffinger2010-07-10
* Add native GSM 06.10 audio decoder.Reimar Döffinger2010-07-10
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-07
* Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker2010-07-03
* fix comment grammarAurelien Jacobs2010-07-02
* clarify convergence_duration documentationAurelien Jacobs2010-07-02
* Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun2010-07-02
* Grammar fixesMåns Rullgård2010-07-02
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-01
* Improve av_resample() documentationMåns Rullgård2010-06-30
* Fix grammar errors in documentationMåns Rullgård2010-06-30