]> git.sesse.net Git - ffmpeg/history - libavcodec/avcodec.h
avcodec: add av_get_exact_bits_per_sample() function
[ffmpeg] / libavcodec / avcodec.h
2012-03-05 Justin Rugglesavcodec: add av_get_exact_bits_per_sample() function
2012-03-04 Anton Khirnovlavc: make codec_is_decoder/encoder() public.
2012-03-04 Anton Khirnovlavc: deprecate AVCodecContext.sub_id.
2012-03-03 Anton Khirnovlavc: free the output packet when encoding failed or...
2012-03-03 Anton Khirnovlavc: clarify the meaning of AVCodecContext.frame_number.
2012-03-01 Martin Storsjöh263enc: Add an option for outputting info about MBs...
2012-03-01 Martin Storsjöavpacket: Add a function for shrinking already allocate...
2012-02-29 Anton Khirnovmpegvideo_enc: add quantizer_noise_shaping private...
2012-02-29 Anton Khirnovlavc: deprecate AVCodecContext.inter_threshold.
2012-02-29 Anton Khirnovlavc: deprecate AVCodecContext.color_table_id.
2012-02-29 Anton Khirnovmpegvideo_enc: add chroma/luma_elim_threshold private...
2012-02-29 Anton Khirnovmpegvideo_enc: add cbp_rd flag to mpv_flags.
2012-02-29 Anton Khirnovmpegvideo_enc: add qp_rd flag to mpv_flags.
2012-02-29 Anton Khirnovmpegvideo_enc: add strict_gop flag to mpv_flags.
2012-02-29 Anton Khirnovlavc: add -mpv_flags to mpegvideo_enc-based encoders.
2012-02-27 Anton Khirnovlavc: reorder AVCodecContext fields.
2012-02-27 Anton Khirnovlavc: reorder AVFrame fields.
2012-02-25 Justin Rugglesavcodec: document the use of AVCodecContext.delay for...
2012-02-20 Justin Rugglesavcodec: add duration field to AVCodecParserContext
2012-02-14 Paul B MaholCDXL demuxer and decoder
2012-02-13 Diego BiurrunMove PS2 MMI code below the mips subdirectory, where...
2012-02-08 Anton Khirnovlavc: add avcodec_encode_video2() that encodes from...
2012-02-08 Diego BiurrunRemove Sun medialib glue code.
2012-02-06 Kieran Kunhyaavcodec: Clarify AVFrame member documentation.
2012-02-01 Janne Grunauavcodec: Add av_fast_padded_malloc().
2012-02-01 Diego Biurrunavcodec.h: Remove some disabled cruft.
2012-01-31 Anton Khirnovlavc: set AVCodecContext.codec in avcodec_get_context_d...
2012-01-31 Anton Khirnovlavc: make avcodec_close() work properly on unopened...
2012-01-31 Anton Khirnovlavc: add avcodec_is_open().
2012-01-31 Anton Khirnovlavc: reorder AVCodec fields.
2012-01-28 Anton Khirnovlavc: extend doxy for avcodec_alloc_context3().
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_AVFRAME_AGE cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_DATA_POINTERS cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_INTERNAL_CONTEXT cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_PARSE_FRAME cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_GET_ALPHA_INFO cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_SNOW_GLOBAL_OPTS cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_AVCODEC_INIT cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_ER cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_DRC_SCALE cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_AVCODEC_OPEN cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_ALLOC_CONTEXT cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_THREAD_INIT cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_PALETTE_CONTROL cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS...
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.
2012-01-24 Justin Rugglesavcodec: add a new codec_id for CRYO APC IMA ADPCM.
2012-01-23 Paul B MaholXWD encoder and decoder
2012-01-16 Justin Rugglesavcodec: Add avcodec_encode_audio2() as replacement...
2012-01-16 Justin Rugglesavcodec: add a public function, avcodec_fill_audio_frame().
2012-01-15 Reinhard Tartlerlavc: Relax API strictness in avcodec_decode_audio3...
2012-01-07 Justin Rugglesavcodec: attempt to clarify the CODEC_CAP_DELAY documen...
2012-01-07 Justin Rugglesavcodec: fix avcodec_encode_audio() documentation.
2012-01-01 Janne Grunauthreads: introduce CODEC_CAP_AUTO_THREADS and add it...
2011-12-25 Stefano Sabatinilavc: add format field to AVFrame
2011-12-25 Stefano Sabatinilavc: add width and height fields to AVFrame
2011-12-25 Stefano Sabatinilavc: add a sample_aspect_ratio field to AVFrame
2011-12-22 Alex Conversemov: Don't stick the QuickTime field ordering atom...
2011-12-21 Martin Storsjölibavcodec: Define a side data type for parameter changes
2011-12-21 Martin Storsjölibavcodec: Define a side data type for new extradata
2011-12-18 Mans Rullgardavcodec: deprecate AVFrame.age
2011-12-13 Derek Buitenhuisv410 encoder and decoder
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-10 Kostya ShishkovDxtory capture format decoder
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-12-02 Justin Rugglesavcodec: change number of plane pointers from 4 to...
2011-11-26 Anton Khirnovlavc: update doxy to use nondeprecated API.
2011-11-25 Mans RullgardMake channel layout masks unsigned
2011-11-22 Luca Barbatodoxy: introduce an empty structure in libavcodec
2011-11-19 Justin Rugglesavcodec: move some AVCodecContext fields to an internal...
2011-11-11 Derek BuitenhuisVBLE Decoder
2011-11-09 Justin Rugglesavcodec: add support for planar signed 8-bit PCM.
2011-11-07 Kostya ShishkovBMV demuxer and decoder
2011-11-06 Kostya Shishkovcosmetics: insert some spaces in explicit enum value...
2011-11-06 Kostya Shishkovmove 8SVX audio codecs to the audio codec list part...
2011-11-06 Kostya Shishkovdeprecate codec IDs that won't ever be used
2011-11-03 Martin Storsjöavcodec: Remove a misplaced and useless attribute_depre...
2011-10-28 Alex Converseisom: Add MPEG4SYSTEMS dummy object type indication.
2011-10-28 Justin Rugglesavcodec: remove avcodec_parse_frame and deprecate assoc...
2011-10-20 Anton Khirnovlavc: deprecate img_get_alpha_info().
2011-10-20 Justin Rugglesavcodec: add CODEC_CAP_DELAY note to avcodec_decode_aud...
2011-10-20 Justin Rugglesavcodec: clarify the CODEC_CAP_DELAY note in avcodec_de...
2011-10-20 Justin Rugglesavcodec: clarify documentation of CODEC_CAP_DELAY
2011-10-19 Diego Biurrunavcodec.h: Move G.729/G.723 CODEC_IDs to the correct...
2011-10-19 Anton Khirnovlavc: make avcodec_get_context_defaults3 "officially...
2011-10-19 Kostya ShishkovUt Video decoder
2011-10-18 Dustin Brodylavc: rename AV_ER_* options to AV_EF_* and rename...
2011-10-18 Dustin Brodylavc: replace API-bump-triggered AVCodecContext field...
2011-10-16 Mans Rullgardavcodec: remove stray @deprecated comment
2011-10-14 Dustin Brodylavc: add a flag-based error_recognition field to AVCod...
2011-10-14 Dustin Brodylavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE...
next