summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
...
* lavc: deprecate the audio resampling API.Anton Khirnov2012-10-051-0/+10
* avcodec: document the use of AVCodecContext.delay for audio decodingNathan Caldwell2012-09-281-7/+10
* Add Opus codec id and codec description.Andrew D'Addesio2012-09-271-0/+1
* lavc: add avcodec_free_frame().Anton Khirnov2012-09-241-1/+13
* lavc: rename the argument of avcodec_alloc_frame/get_frame_defaultsAnton Khirnov2012-09-241-2/+2
* lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov2012-09-171-1/+4
* libavcodec: remove av_destruct_packet_nofree()Mans Rullgard2012-09-151-5/+0
* MSS2 decoderAlberto Delmás2012-08-311-0/+1
* lavc: add lossy/lossless codec properties.Anton Khirnov2012-08-301-0/+10
* Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov2012-08-291-0/+3
* lavc: add avcodec_descriptor_get_by_name().Anton Khirnov2012-08-181-0/+6
* lavc: add const to AVCodec* function parameters.Anton Khirnov2012-08-181-7/+7
* lavc: add an intra-only codec property.Anton Khirnov2012-08-111-0/+10
* lavc: add codec descriptors.Anton Khirnov2012-08-111-0/+34
* lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.Anton Khirnov2012-08-101-3/+8
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-11/+11
* lavc: add AV prefix to codec ids.Anton Khirnov2012-08-071-316/+320
* Canopus Lossless decoderDerek Buitenhuis2012-08-011-0/+1
* imgconvert: deprecate avcodec_find_best_pix_fmt()Janne Grunau2012-07-131-0/+5
* imgconvert: add avcodec_find_best_pix_fmt2()Janne Grunau2012-07-131-0/+21
* MS Expression Encoder Screen decoderKostya Shishkov2012-07-131-0/+1
* libavcodec: Add more AAC profilesMartin Storsjö2012-07-121-0/+4
* TechSmith Screen Codec 2 decoderKostya Shishkov2012-07-111-0/+1
* MS ATC Screen (aka MSS3) decoderKostya Shishkov2012-07-021-0/+1
* MS Screen 1 decoderKostya Shishkov2012-06-201-0/+1
* lavc: Extend the documentation for avcodec_init_packetSimon A. Eugster2012-06-191-0/+3
* Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö2012-06-181-0/+1
* Indeo Audio decoderKostya Shishkov2012-06-051-0/+1
* 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
OpenPOWER on IntegriCloud