summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* lavc: pad last audio frame with silence when needed.Anton Khirnov2012-05-091-7/+3
* lavc: add sample rate and channel layout to AVFrame.Anton Khirnov2012-05-071-0/+16
* avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation.Robert Nagy2012-05-061-1/+1
* Add SMPTE240M transfer characteristics flag.Hendrik Leppkes2012-05-031-0/+1
* avcodec: introduce YCoCg colorspaceHendrik Leppkes2012-04-291-0/+1
* avcodec: cosmetic cleanup on headerLuca Barbato2012-04-291-39/+39
* Remove lowres video decodingMans Rullgard2012-04-211-3/+3
* avcodec: remove AVCodecContext.dsp_maskMans Rullgard2012-04-211-7/+5
* lavc doxy: add remaining avcodec.h functions to a misc doxygen group.Anton Khirnov2012-04-091-16/+36
* lavc doxy: add AVPicture functions to a doxy group.Anton Khirnov2012-04-091-23/+44
* lavc doxy: add resampling functions to a doxy group.Anton Khirnov2012-04-091-2/+10
* lavc doxy: replace \ with /Anton Khirnov2012-04-091-1/+1
* lavc doxy: add encoding functions to a doxy group.Anton Khirnov2012-04-091-151/+166
* lavc doxy: add decoding functions to a doxy group.Anton Khirnov2012-04-091-405/+426
* lavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE,H263_MB_INFO}Anton Khirnov2012-04-091-0/+4
* lavc doxy: add AVPacket-related stuff to a separate doxy group.Anton Khirnov2012-04-091-33/+49
* lavc doxy: add core functions/definitions to a doxy group.Anton Khirnov2012-04-091-165/+177
* avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame()Justin Ruggles2012-04-091-1/+1
* ZeroCodec DecoderDerek Buitenhuis2012-03-191-0/+1
* RealAudio Lossless decoderKostya Shishkov2012-03-191-0/+1
* avcodec: add XBM encoderPaul B Mahol2012-03-171-0/+1
* avcodec: add av_get_audio_frame_duration() function.Justin Ruggles2012-03-051-0/+10
* avcodec: add av_get_exact_bits_per_sample() functionJustin Ruggles2012-03-051-0/+10
* lavc: make codec_is_decoder/encoder() public.Anton Khirnov2012-03-041-0/+10
* lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-041-7/+4
* lavc: free the output packet when encoding failed or produced no output.Anton Khirnov2012-03-031-0/+8
* lavc: clarify the meaning of AVCodecContext.frame_number.Anton Khirnov2012-03-031-1/+11
* h263enc: Add an option for outputting info about MBs as side dataMartin Storsjö2012-03-011-0/+19
* avpacket: Add a function for shrinking already allocated side dataMartin Storsjö2012-03-011-0/+11
* mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov2012-02-291-4/+4
* lavc: deprecate AVCodecContext.inter_threshold.Anton Khirnov2012-02-291-4/+4
* lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov2012-02-291-1/+3
* mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-291-2/+4
* mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov2012-02-291-1/+1
* mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov2012-02-291-1/+1
* mpegvideo_enc: add strict_gop flag to mpv_flags.Anton Khirnov2012-02-291-1/+1
* lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-291-0/+2
* lavc: reorder AVCodecContext fields.Anton Khirnov2012-02-271-799/+800
* lavc: reorder AVFrame fields.Anton Khirnov2012-02-271-90/+91
* avcodec: document the use of AVCodecContext.delay for audio encodersJustin Ruggles2012-02-251-2/+14
* avcodec: add duration field to AVCodecParserContextJustin Ruggles2012-02-201-0/+7
* CDXL demuxer and decoderPaul B Mahol2012-02-141-0/+1
* Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun2012-02-131-1/+1
* lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacketAnton Khirnov2012-02-081-0/+39
* Remove Sun medialib glue code.Diego Biurrun2012-02-081-2/+0
* avcodec: Clarify AVFrame member documentation.Kieran Kunhya2012-02-061-2/+2
* avcodec: Add av_fast_padded_malloc().Janne Grunau2012-02-011-0/+9
* avcodec.h: Remove some disabled cruft.Diego Biurrun2012-02-011-26/+0
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-311-0/+5
* lavc: make avcodec_close() work properly on unopened codecs.Anton Khirnov2012-01-311-1/+11
OpenPOWER on IntegriCloud