summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/magicyuvenc: mark as experimentalPaul B Mahol2018-04-131-1/+1
* avcodec/vp9: add profile 2 10-bit DXVA2/D3D11 decoding supportHendrik Leppkes2018-04-131-1/+1
* avcodec/dxva2: add VP9 10-bit Profile2 mode mappingsHendrik Leppkes2018-04-131-1/+7
* avcodec/nv{enc,dec}: use sane version checking macroTimo Rothenpieler2018-04-134-3/+15
* avcodec/nvdec_hevc: add support for new extended sps/pps flags from SDK 8.1Timo Rothenpieler2018-04-133-3/+9
* avcodec/mjpegdec: Check input buffer size.Michael Niedermayer2018-04-122-0/+5
* avcodec/h264_slice: Fix integer overflow with last_pocMichael Niedermayer2018-04-121-1/+1
* avcodec/dpx: Support for RGB 12-bit packed decodingJérôme Martinez2018-04-121-3/+64
* avcodec/mpegpicture: fix "stride changed" failures in gray modeAman Gupta2018-04-111-3/+5
* avcodec/nvenc: update required driver versions for nvencTimo Rothenpieler2018-04-111-2/+10
* avcodec/nvenc: add support for B frames as refTimo Rothenpieler2018-04-113-0/+38
* lavc/libopusdec: Allow avcodec_open2 to call .closeMatt Wolenetz2018-04-111-1/+5
* lavc/amfenc: Retain a reference to D3D frames used as input during the encodi...Alexander Kravchenko2018-04-102-1/+97
* lavc/videotoolbox: fix failure to decode PAFFRodger Combs2018-04-101-5/+2
* avcodec/arm/hevcdsp_sao : add NEON optimization for saoMeng Wang2018-04-093-1/+242
* avcodec/movtextdec: Check style_start/endMichael Niedermayer2018-04-091-0/+8
* avcodec/aacsbr_fixed: Fix integer overflow in sbr_hf_assemble()Michael Niedermayer2018-04-071-1/+1
* lavc/clearvideo: Allow decoding without extradata.Carl Eugen Hoyos2018-04-071-0/+2
* libavcodec/rv34: error out earlier on missing referencesMichael Niedermayer2018-04-071-3/+3
* avcodec/get_bits: Document skip_bits_long()Michael Niedermayer2018-04-071-0/+7
* avcodec/prores_ks : do not call estimate_alpha at each quantification stepMartin Vignali2018-04-051-12/+8
* avcodec/openh264enc.c: generate IDR frame in response to I frame pict_typeValery Kot2018-04-051-0/+4
* avcodec/decode: fix warning when decoding pseudo paletted formatswm42018-04-051-0/+2
* avcodec/mpeg4videodec: unbreak multithreading decodingJames Almer2018-04-041-4/+6
* avcodec/libaomdec: fix broken pix_fmt changes from the previous commitJames Almer2018-04-041-6/+6
* avcodec/mpeg4videodec: free studio profile VLCs when closing the decoderJames Almer2018-04-041-1/+15
* avcodec/clearvideo: fix mixed code and declarationsJames Almer2018-04-041-4/+5
* avcodec/sheervideo: add missing wrappers to sheervideodata.hJames Almer2018-04-031-0/+4
* avcodec/clearvideo: add missing wrappers to clearvideodata.hJames Almer2018-04-031-1/+4
* avcodec/libaomdec: add support for monochrome filesJames Almer2018-04-031-4/+8
* avcodec/libaomdec: remove duplicate codeJames Almer2018-04-031-11/+2
* lavc/cfhd: fix distortion of lowest 8 lines when height is not multiple of 16Gagandeep Singh2018-04-031-2/+3
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-034-8/+7
* avcodec/xwdenc: do not rely on AV_PIX_FMT_FLAG_PSEUDOPAL paletteswm42018-04-031-1/+8
* avcodec/sheervideo: move tables to own headerPaul B Mahol2018-04-032-1070/+1094
* avcodec/clearvideo: add inter-frame decodingPaul B Mahol2018-04-032-105/+2443
* avcodec/imgconvert: fix possible null pointer dereferenceSimon Thelen2018-04-031-2/+3
* avcodec/aacdec_fixed: Fix integer overflow in apply_independent_coupling_fixed()Michael Niedermayer2018-04-021-1/+1
* avcodec/cscd: Error out when LZ* decompression failsMichael Niedermayer2018-04-021-2/+6
* avcodec/libaomdec: remove references to gbrp pixfmtJames Almer2018-04-021-8/+4
* avcodec/libaomenc: remove references to gbrp pixfmtJames Almer2018-04-021-9/+1
* avcodec/aic: fix decoding of videos which height is not multiple of 16Paul B Mahol2018-04-021-2/+12
* avcodec/scpr: fix decoding of prev+top-topleft prediction in keyframesPaul B Mahol2018-04-021-3/+3
* mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya2018-04-0211-46/+763
* simple_idct: Template functions to support an input bitdepth parameterKieran Kunhya2018-04-028-44/+86
* avcodec/scpr: check for possible out of array accessPaul B Mahol2018-04-021-0/+4
* avcodec/bsf: use av_packet_make_refcounted to ensure packets are ref countedJames Almer2018-04-021-9/+6
* avcodec/encode: use av_packet_make_refcounted to ensure packets are ref countedJames Almer2018-04-011-8/+2
* avcodec/frame_thread_encoder: remove usage of av_dup_packet()James Almer2018-04-011-1/+1
* avcodec/avpacket: add av_packet_make_refcounted()James Almer2018-04-013-2/+36
OpenPOWER on IntegriCloud