summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser2010-05-061-1/+11
* Clarify how allocation works for the picture argument forReimar Döffinger2010-05-021-0/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Add function to export EDGE_WIDTH from libavcodec.Bobby Bingham2010-04-011-1/+10
* Document API addition of avcodec_copy_context().Ronald S. Bultje2010-03-311-1/+1
* Add avcodec_copy_context().Ronald S. Bultje2010-03-311-0/+13
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Move AVMediaType from libavcodec to libavutil.Stefano Sabatini2010-03-301-10/+0
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-15/+27
* Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos2010-03-301-1/+1
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-291-1/+2
* Clearer CODEC_CAP_DR1 documentation.Reimar Döffinger2010-03-271-2/+3
* Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier2010-03-251-1/+45
* Bump minor version, I forgot in the last commitVitor Sessak2010-03-231-1/+1
* Add doxygen docs for av_xiphlacingJosh Allmann2010-03-221-0/+7
* Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet2010-03-151-1/+0
* CODEC_ID_XVID is not used anywhere, remove it at next major bumpAurelien Jacobs2010-03-131-0/+2
OpenPOWER on IntegriCloud