summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
...
* lavc: add sample rate and channel layout to AVFrame.Anton Khirnov2012-05-07
* avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation.Robert Nagy2012-05-06
* Add SMPTE240M transfer characteristics flag.Hendrik Leppkes2012-05-03
* avcodec: introduce YCoCg colorspaceHendrik Leppkes2012-04-29
* avcodec: cosmetic cleanup on headerLuca Barbato2012-04-29
* Remove lowres video decodingMans Rullgard2012-04-21
* avcodec: remove AVCodecContext.dsp_maskMans Rullgard2012-04-21
* lavc doxy: add remaining avcodec.h functions to a misc doxygen group.Anton Khirnov2012-04-09
* lavc doxy: add AVPicture functions to a doxy group.Anton Khirnov2012-04-09
* lavc doxy: add resampling functions to a doxy group.Anton Khirnov2012-04-09
* lavc doxy: replace \ with /Anton Khirnov2012-04-09
* lavc doxy: add encoding functions to a doxy group.Anton Khirnov2012-04-09
* lavc doxy: add decoding functions to a doxy group.Anton Khirnov2012-04-09
* lavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE,H263_MB_INFO}Anton Khirnov2012-04-09
* lavc doxy: add AVPacket-related stuff to a separate doxy group.Anton Khirnov2012-04-09
* lavc doxy: add core functions/definitions to a doxy group.Anton Khirnov2012-04-09
* avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame()Justin Ruggles2012-04-09
* ZeroCodec DecoderDerek Buitenhuis2012-03-19
* RealAudio Lossless decoderKostya Shishkov2012-03-19
* avcodec: add XBM encoderPaul B Mahol2012-03-17
* avcodec: add av_get_audio_frame_duration() function.Justin Ruggles2012-03-05
* avcodec: add av_get_exact_bits_per_sample() functionJustin Ruggles2012-03-05
* lavc: make codec_is_decoder/encoder() public.Anton Khirnov2012-03-04
* lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-04
* lavc: free the output packet when encoding failed or produced no output.Anton Khirnov2012-03-03
* lavc: clarify the meaning of AVCodecContext.frame_number.Anton Khirnov2012-03-03
* h263enc: Add an option for outputting info about MBs as side dataMartin Storsjö2012-03-01
* avpacket: Add a function for shrinking already allocated side dataMartin Storsjö2012-03-01
* mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov2012-02-29
* lavc: deprecate AVCodecContext.inter_threshold.Anton Khirnov2012-02-29
* lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov2012-02-29
* mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-29
* mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov2012-02-29
* mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov2012-02-29
* mpegvideo_enc: add strict_gop flag to mpv_flags.Anton Khirnov2012-02-29
* lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-29
* lavc: reorder AVCodecContext fields.Anton Khirnov2012-02-27
* lavc: reorder AVFrame fields.Anton Khirnov2012-02-27
* avcodec: document the use of AVCodecContext.delay for audio encodersJustin Ruggles2012-02-25
* avcodec: add duration field to AVCodecParserContextJustin Ruggles2012-02-20
* CDXL demuxer and decoderPaul B Mahol2012-02-14
* Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun2012-02-13
* lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacketAnton Khirnov2012-02-08
* Remove Sun medialib glue code.Diego Biurrun2012-02-08
* avcodec: Clarify AVFrame member documentation.Kieran Kunhya2012-02-06
* avcodec: Add av_fast_padded_malloc().Janne Grunau2012-02-01
* avcodec.h: Remove some disabled cruft.Diego Biurrun2012-02-01
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-31
* lavc: make avcodec_close() work properly on unopened codecs.Anton Khirnov2012-01-31
* lavc: add avcodec_is_open().Anton Khirnov2012-01-31