summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* lavc: mark deprecated AVCodec.max_lowres for removal on next bumpAnton Khirnov2013-10-021-0/+2
* pcm: support 24-bit/32-bit little-endian planarPaul B Mahol2013-09-271-0/+2
* lavc doxy: document that avcodec_flush_buffers() invalidates decoded framesAnton Khirnov2013-09-241-5/+11
* Add a WebP decoderJustin Ruggles2013-09-181-0/+1
* Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-101-1/+2
* lavc: Add refcounted api to AVPacketLuca Barbato2013-08-101-0/+60
* deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND insteadKostya Shishkov2013-08-071-0/+3
* vdpau: deprecate VDPAU codec capabilityRémi Denis-Courmont2013-08-051-0/+2
* avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura2013-08-021-0/+8
* Add missing deprecation attributesDiego Biurrun2013-07-271-1/+2
* lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya2013-06-241-0/+2
* Go2Webinar decoderKostya Shishkov2013-06-031-0/+1
* avcodec: Add picture structure information to AVCodecParserContext.Yusuke Nakamura2013-05-241-0/+17
* Escape 130 (RPL) decoderEli Friedman2013-05-181-0/+1
* lavc doxy: add avcodec.h to the libavcodec group.Anton Khirnov2013-05-171-1/+2
* Apple Intermediate Codec decoderKostya Shishkov2013-05-171-0/+1
* avcodec: Add field order information to AVCodecParserContext.Masaki Tanaka2013-05-031-0/+2
* lavc: schedule AVCodecContext.lowres for removal on next bump.Anton Khirnov2013-05-031-0/+4
* avcodec: doxy: Clarify how to use buf[] when implementing get_buffer2()Derek Buitenhuis2013-04-301-2/+4
* avcodec: doxy: Clarify what get_buffer2 must fill in buf[]Derek Buitenhuis2013-04-301-2/+5
* JPEG 2000 decoder for DCinemaNicolas Bertrand2013-04-221-0/+6
* h264: fully support cropping.Anton Khirnov2013-04-191-0/+5
* lavc: extend / update the [coded_]{width,height} doxyAnton Khirnov2013-04-101-5/+9
* lavc: update the doxy for avcodec_decode_{video,audio} wtih refcounting.Anton Khirnov2013-03-191-11/+23
* Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun2013-03-131-0/+6
* lavc: remove disabled FF_API_IDCT cruftAnton Khirnov2013-03-111-8/+0
* lavc: remove disabled FF_API_SNOW cruftAnton Khirnov2013-03-111-10/+0
* lavc: remove disabled FF_API_MMI cruftAnton Khirnov2013-03-111-3/+0
* lavc: remove disabled FF_API_LIBMPEG2 cruftAnton Khirnov2013-03-111-3/+0
* lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruftAnton Khirnov2013-03-111-97/+0
* lavc: remove disabled FF_API_CODEC_ID cruftAnton Khirnov2013-03-091-8/+0
* lavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruftAnton Khirnov2013-03-091-30/+0
* lavc: remove disabled FF_API_DSP_MASK cruftAnton Khirnov2013-03-091-8/+0
* lavc: remove disabled FF_API_SUB_ID cruftAnton Khirnov2013-03-091-7/+0
* lavc: remove disabled FF_API_INTER_THRESHOLD cruftAnton Khirnov2013-03-091-7/+0
* lavc: remove disabled FF_API_COLOR_TABLE_ID cruftAnton Khirnov2013-03-091-10/+0
* lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruftAnton Khirnov2013-03-091-29/+0
* lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruftAnton Khirnov2013-03-091-20/+0
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-30/+0
* lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruftAnton Khirnov2013-03-091-65/+0
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-5/+118
* Move AVFrame from lavc to lavu.Anton Khirnov2013-03-081-347/+1
* lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov2013-03-081-4/+4
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-6/+36
* lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje2013-03-071-0/+5
* h264: Allow discarding the cropping information from SPSVittorio Giovara2013-01-251-0/+2
* lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje2013-01-201-5/+7
* mkv: support vp9 tagTom Finegan2013-01-141-0/+1
* Drop Snow codecDiego Biurrun2013-01-061-1/+7
* lavc: Correct the description of pkt_dtsMartin Storsjö2012-12-231-1/+1
OpenPOWER on IntegriCloud