summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* 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
* Native VP8 decoder.David Conrad2010-06-22
* Bump micro version, add changelog entry for DTS-ES extension decoding supportMartin Storsjö2010-06-22
* Add HE-AAC v2 support to the AAC decoder.Alex Converse2010-06-19
* RealAudio 14.4k encoder.Francesco Lavra2010-06-11
* avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may ...Tomas Härdin2010-06-10
* Pictor/PC Paint decoderPeter Ross2010-06-08
* Improve grammar and readabilityRodney Baker2010-06-05
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-05
* Clarify that get/release_buffer() overriding only works with CODEC_CAP_DR1 co...Michael Niedermayer2010-06-03
* Document the frames returned by the decoder better.Michael Niedermayer2010-06-03
* VP8 encoding via libvpx.James Zern2010-06-03
* Implement av_get_codec_tag_string() and use it in ffprobe.Stefano Sabatini2010-06-02
* Make ff_parse_expr() and ff_parse_and_eval_expr() return an intStefano Sabatini2010-06-01
* Bump minor version bump and add an APIchanges entry after addition ofStefano Sabatini2010-05-26
* Bump minor version and add Changelog entry after r23334.Carl Eugen Hoyos2010-05-26
* Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.Janne Grunau2010-05-26