summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* 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
* Move AVMediaType from libavcodec to libavutil.Stefano Sabatini2010-03-30
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos2010-03-30
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-29
* Clearer CODEC_CAP_DR1 documentation.Reimar Döffinger2010-03-27
* Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier2010-03-25
* Bump minor version, I forgot in the last commitVitor Sessak2010-03-23
* Add doxygen docs for av_xiphlacingJosh Allmann2010-03-22
* Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet2010-03-15
* CODEC_ID_XVID is not used anywhere, remove it at next major bumpAurelien Jacobs2010-03-13
* bump minor avcodec version for libxvid codec id change (r22489)Aurelien Jacobs2010-03-13
* Move error code definitions from libavcodec/avcodec.h toStefano Sabatini2010-03-13
* Revert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE to 64."Alex Converse2010-03-09
* Bump avcodec minor version for kgv1 decoderDaniel Verkamp2010-03-09
* Kega Game Video (KGV1) decoderDaniel Verkamp2010-03-09
* Add an HE-AAC v1 decoder.Alex Converse2010-03-08
* Create a public API for FFT family of functionsMåns Rullgård2010-03-07
* Increase FF_INPUT_BUFFER_PADDING_SIZE to 64.Alex Converse2010-03-07
* Fix avcodec_align_dimensions to return values suitably aligned for FLV decodingReimar Döffinger2010-02-27
* Fix typos in ref_index documentation.Benoit Fouet2010-02-26
* Clarify ref_index.Michael Niedermayer2010-02-26
* Bink video decoderKostya Shishkov2010-02-21
* Try to support truncated h264 frames mixed with mpeg pes headers in mkv.Michael Niedermayer2010-02-12