summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* compat/cuda: Pass a logging context to load functionsMark Thompson2017-11-20
* avcodec: Implement mpeg4 nvdec hwaccelPhilip Langdale2017-11-20
* avcodec: Implement mpeg1 nvdec hwaccelPhilip Langdale2017-11-20
* avcodec: Refactor common nvdec hwaccel logicPhilip Langdale2017-11-20
* avcodec: remove unnecessary AVPacketSideDataType enum offsetJames Almer2017-11-19
* Merge commit '3152058bf1dca318898550efacf0286f4836cae6'James Almer2017-11-19
|\
| * libavcodec: Don't use dllexport, only dllimport when building DLLsMartin Storsjö2017-11-19
| * vaapi_h264: Add missing return value checkMark Thompson2017-11-12
| * h264_metadata: Fix clearing SEI payload in error caseMark Thompson2017-11-12
| * cbs_h2645: Fix memory leak on when reading SEI failsMark Thompson2017-11-12
| * cbs: Add a missing return value checkMark Thompson2017-11-12
| * vaapi_h264: Do not use deprecated header typeMark Thompson2017-11-12
* | avcodec: Implement mpeg2 nvdec hwaccelPhilip Langdale2017-11-18
* | avcodec: Fix reference data type for nvdec vc1 hwaccelPhilip Langdale2017-11-18
* | Ignore libavcodec/tests/mpeg12framerate, a test programJim DeLaHunt2017-11-18
* | Use ff_thread_once for fixed, float table init.Dale Curtis2017-11-18
* | avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output()Michael Niedermayer2017-11-18
* | avcodec/zmbv: Check that the buffer is large enough for mvecMichael Niedermayer2017-11-18
* | avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD137iL0()Michael Niedermayer2017-11-18
* | avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode...Michael Niedermayer2017-11-18
* | lavc/dnxhddata: Improve help output, mention yuv444p10 and gbrp10.Carl Eugen Hoyos2017-11-18
* | avcodec/nvenc: check pop_context return valueTimo Rothenpieler2017-11-17
* | avcodec/nvenc: fix double defined GUID on cygwinTimo Rothenpieler2017-11-17
* | libavcodec/h264_sei: Don't log random user data. This prevents terminal junk.Kieran Kunhya2017-11-17
* | lavc/libvpxenc: add tune-content optionJames Zern2017-11-17
* | avcodec/snowdec: Check for remaining bitstream in decode_blocks()Michael Niedermayer2017-11-17
* | avcodec/snowdec: Check intra block dc differences.Michael Niedermayer2017-11-17
* | libavcodec/als: fix address sanitization error in decoderUmair Khan2017-11-16
* | libavcodec/als: remove check for predictor order of a blockUmair Khan2017-11-16
* | avcodec/mpeg12dec: ensure a53_caption_size is reset on malloc failuresAman Gupta2017-11-15
* | avcodec/mpeg12dec: parse A53 caption data embedded in SCTE-20 user dataAman Gupta2017-11-15
* | avcodec/proresdec: align dequantization matrix buffersJames Almer2017-11-15
* | Merge commit 'ff007e30d8d45ba1ff2b2a4615f1cd5bafb50626'Mark Thompson2017-11-15
|\|
| * vaapi_h264: Add workaround for bad SEI in old Intel driversMark Thompson2017-11-12
* | avcodec/vc2enc: Clear coef_buf on allocationMichael Niedermayer2017-11-15
* | avcodec/dvbsubdec: Avoid re-computing clutMichael Niedermayer2017-11-15
* | avcodec/h264dec: Fix potential array overreadMichael Niedermayer2017-11-15
* | nvenc: support d3d11 surface inputHendrik Leppkes2017-11-15
* | nvenc: factor context push/pop into functionsHendrik Leppkes2017-11-15
* | avcodec/pthread_frame: remove usage of AVCodecContext accessorsJames Almer2017-11-15
* | avcodec: deprecate getters and setters for AVCodecContext and AVCodec fieldsJames Almer2017-11-15
* | avcodec: Implement vc1 nvdec hwaccelPhilip Langdale2017-11-14
* | avcodec: Don't assume separate u and v planes in ff_alloc_picturePhilip Langdale2017-11-14
* | avcodec/mips: Improve hevc non-uni hz and vt mc msa functionsKaustubh Raste2017-11-14
* | avcodec/mips: cleanup unused macrosKaustubh Raste2017-11-14
* | avcodec: fix whitespace on AVPanScan struct definitionAman Gupta2017-11-14
* | avcodec/x86/mpegvideodsp: Fix signedness bug in need_emuMichael Niedermayer2017-11-14
* | avcodec/videotoolbox: fix opaque_ref handlingwm42017-11-13
* | avcodec/videotoolbox: reorder functions to avoid forward declarationsAman Gupta2017-11-13
* | avcodec/videotoolbox: fix whitespaceAman Gupta2017-11-13