summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* 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
* Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse2010-05-26
* VP8 decoding via libvpx.James Zern2010-05-25
* Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction.Reimar Döffinger2010-05-23
* Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.Stefano Sabatini2010-05-20
* Bump minor version for CODEC_ID_VP8David Conrad2010-05-19
* Add VP8 CODEC_IDGoogle2010-05-19
* Add log_level_offset to AVCodecContext.Stefano Sabatini2010-05-17
* Change the order of parameters for ff_eval_expr() andStefano Sabatini2010-05-16
* Another try for fixing/improving decode_video documentation.Reimar Döffinger2010-05-08
* Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser2010-05-06
* Clarify how allocation works for the picture argument forReimar Döffinger2010-05-02
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add function to export EDGE_WIDTH from libavcodec.Bobby Bingham2010-04-01
* Document API addition of avcodec_copy_context().Ronald S. Bultje2010-03-31
* Add avcodec_copy_context().Ronald S. Bultje2010-03-31
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31