summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-11-08ffmpeg: modify dv check [2/2]shuanglong.wang6-2/+41
2017-05-26PD#144652:fixed amnuplayer to support dobly vision files.merge 138732Bang Peng8-0/+26
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2017-04-14PD#141900: Add support hevc hdr infoJian Wang4-0/+133
2017-03-17PD#138967: modify for amnuplayer use ffmpeg dumuxJian Wang3-1/+52
2013-10-28Merge commit '23a211cbba0b7c9ee694040031b2e5da1be54a00'Michael Niedermayer6-7/+23
2013-10-28lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov6-7/+24
2013-10-27lavc: add support for CODEC_CAP_DELAY in subtitlesMarton Balint4-4/+15
2013-10-27avcodec/avcodec.h: Add documentation for the AV_EF_* defifinesMichael Niedermayer1-8/+8
2013-10-18avcodec: Add little-endian G726 decoderCarl Eugen Hoyos5-3/+33
2013-10-14lavc: Adding seek_preroll to AVCodecContextVignesh Venkatasubramanian3-1/+12
2013-10-13Merge commit '16ea20c827ef2ffaf77d5e05d5cf9983689f7b2b'Michael Niedermayer1-6/+18
2013-10-13Merge commit '66d3f5fd5ca4cb3d09b52ad1041cd4359325a21a'Michael Niedermayer1-10/+0
2013-10-12lavc: rename h265 to hevc, add AV_CODEC_ID_H265 with identical value for back...Michael Niedermayer3-4/+5
2013-10-12lavc doxy: extend/clarify avcodec_decode_audio4() doxyAnton Khirnov1-6/+18
2013-10-12lavc doxy: remove false statements about alignment requirements.Anton Khirnov1-10/+0
2013-10-03avcodec: add av_codec_get_max_lowres()Michael Niedermayer4-3/+13
2013-10-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-0/+2
2013-10-02lavc: mark deprecated AVCodec.max_lowres for removal on next bumpAnton Khirnov1-0/+2
2013-09-27Merge commit '7e52080cb18332cb1da9fe133498750b6b4b0fb3'Michael Niedermayer3-1/+5
2013-09-26pcm: support 24-bit/32-bit little-endian planarPaul B Mahol9-16/+61
2013-09-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-5/+11
2013-09-24lavc doxy: document that avcodec_flush_buffers() invalidates decoded framesAnton Khirnov1-5/+11
2013-09-22avcodec/avcodec.h: skip_alpha should not be accessed directly (would cause AB...Michael Niedermayer1-0/+1
2013-09-22Make decoding alpha optional for some codecs.Reimar Döffinger12-4/+133
2013-09-19Merge commit 'c4bfa098072ba338d83555d6e2199f7e1e64ffff'Michael Niedermayer10-33/+1502
2013-09-18Add a WebP decoderJustin Ruggles12-10/+1488
2013-09-11avcodec: add const qualifier to avcodec_find_best_pix_fmt2 argsDylan Alex Simon2-2/+2
2013-09-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer9-11/+12
2013-09-10Make avcodec_find_best_pix_fmt_of_list const-correctMichael Bradshaw2-2/+2
2013-09-10Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun9-11/+12
2013-09-04avcodec: fix AVpacket → AVPacket typo.Clément Bœsch1-1/+1
2013-09-03avformat: H265 demuxerDirk Farin6-1/+71
2013-08-13avcodec: clarify documentation of avcodec_copy_context()Michael Niedermayer1-1/+1
2013-08-12libavcodec/avcodec.h: Fix duplicate wordsMichael Niedermayer1-1/+1
2013-08-11Merge commit '5a9a9d4a2abefa63d9a898ce26715453c569e89d'Michael Niedermayer4-12/+157
2013-08-10lavc: Add refcounted api to AVPacketLuca Barbato4-13/+157
2013-08-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer4-2/+17
2013-08-07deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND insteadKostya Shishkov4-2/+17
2013-08-06Merge commit '549294fbbe1c00fee37dc4d3f291b98945e11094'Michael Niedermayer4-2/+12
2013-08-05vdpau: deprecate VDPAU codec capabilityRémi Denis-Courmont4-2/+12
2013-08-03Merge commit 'a8b19271c3b40ac3c3dc769fe248887acf14ba5a'Michael Niedermayer5-4/+14
2013-08-02avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura5-4/+14
2013-07-28Merge commit 'bf4b0ed1d5d323050a87c9f0ad1dd40860eb3da2'Michael Niedermayer3-4/+8
2013-07-27Add missing deprecation attributesDiego Biurrun3-4/+8
2013-07-23avcodec: add avcodec_chroma_pos_to_enum()Michael Niedermayer4-2/+28
2013-07-23avcodec: add avcodec_enum_to_chroma_pos()Michael Niedermayer2-0/+23
2013-07-16avcodec/avutil: Add AVColorSpace and AVColorRange to AVFramesMichael Niedermayer5-21/+54
2013-07-16lavc/avcodec.h: fix various typos in av_bitstream_filter_filter() docsStefano Sabatini1-4/+4
2013-07-15lavc/avcodec.h: extend documentation for AVPicture APIStefano Sabatini1-16/+55
[next]