summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram2010-08-261-2/+2
* removed an unnecessary blank lineTobias Bindhammer2010-08-231-1/+0
* added codec-ids for the a64 codecTobias Bindhammer2010-08-231-1/+4
* Implement av_get_image_linesize() and use it inStefano Sabatini2010-08-121-1/+1
* Add av_picture_data_copy() and reimplement av_picture_copy() as aS.N. Hemanth Meenakshisundaram2010-08-111-3/+13
* Deprecate avcodec_check_dimensions() in favor of the new functionStefano Sabatini2010-08-061-7/+6
* Move fill_image_linesize() and fill_image_data_ptr() fromStefano Sabatini2010-07-291-1/+1
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-261-15/+7
* add SubRip muxer and demuxerAurelien Jacobs2010-07-241-0/+1
* Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster thanRonald S. Bultje2010-07-191-0/+4
* ASCII/ANSI art decoderPeter Ross2010-07-181-1/+2
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-111-1/+30
* Add avsubtitle_free function.Reimar Döffinger2010-07-111-2/+11
* Fix trivial punctuation errorPeter Ross2010-07-111-3/+3
* Document that and why subtitle decoders do not support direct-rendering.Reimar Döffinger2010-07-101-0/+4
* Add native GSM 06.10 audio decoder.Reimar Döffinger2010-07-101-1/+1
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-071-2/+3
* Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker2010-07-031-4/+7
* fix comment grammarAurelien Jacobs2010-07-021-2/+4
* clarify convergence_duration documentationAurelien Jacobs2010-07-021-0/+2
* Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun2010-07-021-2/+2
* Grammar fixesMåns Rullgård2010-07-021-2/+2
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-011-1/+1
* Improve av_resample() documentationMåns Rullgård2010-06-301-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-48/+47
* Native VP8 decoder.David Conrad2010-06-221-2/+2
* Bump micro version, add changelog entry for DTS-ES extension decoding supportMartin Storsjö2010-06-221-1/+1
* Add HE-AAC v2 support to the AAC decoder.Alex Converse2010-06-191-1/+1
* RealAudio 14.4k encoder.Francesco Lavra2010-06-111-2/+2
* avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may ...Tomas Härdin2010-06-101-1/+3
* Pictor/PC Paint decoderPeter Ross2010-06-081-1/+2
* Improve grammar and readabilityRodney Baker2010-06-051-6/+6
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-051-1/+1
* Clarify that get/release_buffer() overriding only works with CODEC_CAP_DR1 co...Michael Niedermayer2010-06-031-1/+1
* Document the frames returned by the decoder better.Michael Niedermayer2010-06-031-0/+5
* VP8 encoding via libvpx.James Zern2010-06-031-1/+1
* Implement av_get_codec_tag_string() and use it in ffprobe.Stefano Sabatini2010-06-021-2/+11
* Make ff_parse_expr() and ff_parse_and_eval_expr() return an intStefano Sabatini2010-06-011-1/+1
* Bump minor version bump and add an APIchanges entry after addition ofStefano Sabatini2010-05-261-1/+1
* Bump minor version and add Changelog entry after r23334.Carl Eugen Hoyos2010-05-261-1/+1
* Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.Janne Grunau2010-05-261-0/+5
* Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse2010-05-261-1/+2
* VP8 decoding via libvpx.James Zern2010-05-251-2/+2
* Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction.Reimar Döffinger2010-05-231-0/+8
* Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.Stefano Sabatini2010-05-201-1/+1
* Bump minor version for CODEC_ID_VP8David Conrad2010-05-191-1/+1
* Add VP8 CODEC_IDGoogle2010-05-191-0/+1
* Add log_level_offset to AVCodecContext.Stefano Sabatini2010-05-171-1/+3
* Change the order of parameters for ff_eval_expr() andStefano Sabatini2010-05-161-1/+1
* Another try for fixing/improving decode_video documentation.Reimar Döffinger2010-05-081-2/+2