summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* cinepakenc: K&R formatting cosmeticsDiego Biurrun2017-07-051-427/+444
* cinepakenc: Stop using AVPictureTimothy Gu2017-07-051-106/+162
* cinepakenc: Drop broken debug codeDiego Biurrun2017-07-051-175/+10
* cinepakenc: add option handling for flexibilityaddr-see-the-website@aetey.se2017-07-051-30/+62
* cinepakenc: fixes and improvementsaddr-see-the-website@aetey.se2017-07-051-194/+640
* Add Cinepak encoderTomas Härdin2017-07-053-1/+824
* hevc: Add support for alternative transfer characterics SEIVittorio Giovara2017-06-283-0/+22
* dvbsubdec: Free subrect memory on allocation errorVittorio Giovara2017-06-281-0/+8
* dvbsubdec: Fixed segfault when decoding subtitlesLorenz Brun2017-06-281-6/+11
* hwframe: Allow hwaccel frame allocators to align surface sizesAnton Khirnov2017-06-271-2/+6
* dxva: verbose-log decoder GUID listwm42017-06-271-0/+47
* dxva: support DXGI_FORMAT_420_OPAQUE decodingwm42017-06-271-2/+11
* dxva: fix some warningswm42017-06-271-9/+7
* dxva: add declarative profile checkswm42017-06-271-20/+44
* nvenc: Minimize the surface allocationBen Chang2017-06-243-9/+44
* nvenc: Use a fifo to manage the free surface poolBen Chang2017-06-242-11/+15
* nvenc: Add an explicit auto aliasBen Chang2017-06-242-0/+2
* aarch64: vp9: Fix assembling with Xcode 6.2 and olderMemphiz2017-06-202-4/+4
* build: Add missing mpeg4audio dependency for RTP muxerDiego Biurrun2017-06-171-0/+1
* libfdk-aacdec: Correct buffer_size parameterMichael Niedermayer2017-06-131-1/+1
* mmal: Add missing .item_name to AVClass declarationDiego Biurrun2017-06-131-0/+1
* Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-1213-26/+67
* nvenc: Add default value for AVCodecContext::refsSrinath K R2017-06-102-0/+2
* dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-0812-10/+823
* dxva: move d3d11 locking/unlocking to functionswm42017-06-081-18/+28
* dxva: preparations for new hwaccel APIwm42017-06-086-43/+55
* lavc: set avctx->hwaccel before initwm42017-06-081-2/+2
* smacker: Improve error handlingDiego Biurrun2017-06-011-23/+24
* smacker: Check that the data size is a multiple of a sample vectorMichael Niedermayer2017-06-011-0/+5
* decode: fix the code reducing cropping to preserve alignmentAnton Khirnov2017-05-201-1/+7
* hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContextAnton Khirnov2017-05-203-9/+8
* extract_extradata_bsf: make sure all needed parameter set NALUs were foundJames Almer2017-05-201-3/+12
* vp9_superframe_bsf: cache input packets directlyAnton Khirnov2017-05-201-30/+19
* vp9_superframe_bsf: convert to the new bitstream readerAnton Khirnov2017-05-201-10/+12
* hevc: Add names for reserved NAL unit typesMark Thompson2017-05-161-0/+16
* h264_sei: Add namespace prefix to all SEI valuesMark Thompson2017-05-165-55/+56
* arm: Avoid using .dn register aliasesMartin Storsjö2017-05-152-20/+5
* h264_refs: validate the SPS pointer in ff_h264_execute_ref_pic_marking()Sean McGovern2017-05-091-0/+7
* hevcdec: move SEI message parsing into a separate headerJames Almer2017-05-093-61/+95
* hevcdec: remove HEVCContext usage from hevc_seiJames Almer2017-05-093-79/+86
* hevc: Add NEON 32x32 IDCTAlexandra Hájková2017-05-042-21/+294
* hevc: 16x16 NEON idct: Use the right element size for loads/storesAlexandra Hájková2017-05-041-8/+8
* aacsbr: Turnoff in the event of over read.Alex Converse2017-05-031-0/+1
* aac: Split function to parse ADTS header data into public and private partDiego Biurrun2017-05-028-28/+110
* bitstream: Move VLC reading functions into the vlc.h headerLuca Barbato2017-05-022-73/+74
* vlc: Add header #include when the types are usedLuca Barbato2017-05-0229-0/+29
* hevc: Add NEON add_residual for bitdepth 10Alexandra Hájková2017-05-012-0/+102
* vp9_raw_reorder_bsf: Remove a redundant allocationMark Thompson2017-04-301-4/+0
* mpeg4audio: Make avpriv_copy_pce_data() inlineAnton Khirnov2017-04-283-42/+43
* arm: hevc_idct: Tune the add_res_8x8 and add_res_32x32 functionsMartin Storsjö2017-04-281-16/+35
OpenPOWER on IntegriCloud