aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* lavc: add support for CODEC_CAP_DELAY in subtitlesMarton Balint2013-10-271-0/+8
* avcodec/avcodec.h: Add documentation for the AV_EF_* defifinesMichael Niedermayer2013-10-271-8/+8
* avcodec: Add little-endian G726 decoderCarl Eugen Hoyos2013-10-181-0/+1
* lavc: Adding seek_preroll to AVCodecContextVignesh Venkatasubramanian2013-10-141-0/+10
* Merge commit '16ea20c827ef2ffaf77d5e05d5cf9983689f7b2b'Michael Niedermayer2013-10-131-6/+18
|\
| * lavc doxy: extend/clarify avcodec_decode_audio4() doxyAnton Khirnov2013-10-121-6/+18
* | Merge commit '66d3f5fd5ca4cb3d09b52ad1041cd4359325a21a'Michael Niedermayer2013-10-131-10/+0
|\|
| * lavc doxy: remove false statements about alignment requirements.Anton Khirnov2013-10-121-10/+0
* | lavc: rename h265 to hevc, add AV_CODEC_ID_H265 with identical value for back...Michael Niedermayer2013-10-131-1/+2
* | avcodec: add av_codec_get_max_lowres()Michael Niedermayer2013-10-031-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-031-0/+2
|\|
| * lavc: mark deprecated AVCodec.max_lowres for removal on next bumpAnton Khirnov2013-10-021-0/+2
* | Merge commit '7e52080cb18332cb1da9fe133498750b6b4b0fb3'Michael Niedermayer2013-09-271-0/+2
|\|
| * pcm: support 24-bit/32-bit little-endian planarPaul B Mahol2013-09-271-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-251-5/+11
|\|
| * lavc doxy: document that avcodec_flush_buffers() invalidates decoded framesAnton Khirnov2013-09-241-5/+11
* | avcodec/avcodec.h: skip_alpha should not be accessed directly (would cause AB...Michael Niedermayer2013-09-221-0/+1
* | Make decoding alpha optional for some codecs.Reimar Döffinger2013-09-221-0/+13
* | Merge commit 'c4bfa098072ba338d83555d6e2199f7e1e64ffff'Michael Niedermayer2013-09-191-0/+1
|\|
| * Add a WebP decoderJustin Ruggles2013-09-181-0/+1
* | avcodec: add const qualifier to avcodec_find_best_pix_fmt2 argsDylan Alex Simon2013-09-111-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-111-1/+2
|\|
| * Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-101-1/+2
* | Make avcodec_find_best_pix_fmt_of_list const-correctMichael Bradshaw2013-09-101-1/+1
* | avcodec: fix AVpacket → AVPacket typo.Clément Bœsch2013-09-041-1/+1
* | avformat: H265 demuxerDirk Farin2013-09-031-0/+1
* | avcodec: clarify documentation of avcodec_copy_context()Michael Niedermayer2013-08-131-1/+1
* | libavcodec/avcodec.h: Fix duplicate wordsMichael Niedermayer2013-08-121-1/+1
* | Merge commit '5a9a9d4a2abefa63d9a898ce26715453c569e89d'Michael Niedermayer2013-08-111-0/+60
|\|
| * lavc: Add refcounted api to AVPacketLuca Barbato2013-08-101-0/+60
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-071-0/+3
|\|
| * deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND insteadKostya Shishkov2013-08-071-0/+3
* | Merge commit '549294fbbe1c00fee37dc4d3f291b98945e11094'Michael Niedermayer2013-08-061-0/+2
|\|
| * vdpau: deprecate VDPAU codec capabilityRémi Denis-Courmont2013-08-051-0/+2
* | Merge commit 'a8b19271c3b40ac3c3dc769fe248887acf14ba5a'Michael Niedermayer2013-08-031-0/+8
|\|
| * avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura2013-08-021-0/+8
* | Merge commit 'bf4b0ed1d5d323050a87c9f0ad1dd40860eb3da2'Michael Niedermayer2013-07-281-1/+2
|\|
| * Add missing deprecation attributesDiego Biurrun2013-07-271-1/+2
* | avcodec: add avcodec_chroma_pos_to_enum()Michael Niedermayer2013-07-231-0/+11
* | avcodec: add avcodec_enum_to_chroma_pos()Michael Niedermayer2013-07-231-0/+11
* | avcodec/avutil: Add AVColorSpace and AVColorRange to AVFramesMichael Niedermayer2013-07-171-20/+0
* | lavc/avcodec.h: fix various typos in av_bitstream_filter_filter() docsStefano Sabatini2013-07-171-4/+4
* | lavc/avcodec.h: extend documentation for AVPicture APIStefano Sabatini2013-07-151-16/+55
* | lavc/avcodec.h: document bitstream filter APIStefano Sabatini2013-07-051-0/+64
* | configure: rename have_incompatible_fork_abi -> have_incompatible_libav_abiStefano Sabatini2013-07-031-1/+1
* | lavc/avcodec.h: fix prolems -> problems typoStefano Sabatini2013-07-031-1/+1
* | Merge commit '95d52464542f532061290192518d5fe1c1930e8d'Michael Niedermayer2013-06-241-0/+2
|\|
| * lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya2013-06-241-0/+2
* | Merge commit '2d66a58ccde05e764594bd7e5f0f9244634d0b2c'Michael Niedermayer2013-06-031-0/+1
|\|
| * Go2Webinar decoderKostya Shishkov2013-06-031-0/+1