summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc/mlpenc: remove the redundant condition checkJun Zhao2019-05-12
* lavc/libvpxenc: remove redundant condition checkJun Zhao2019-05-12
* lavc/bink: Remove the dead code blockJun Zhao2019-05-12
* lavc/avpacket: check NULL before using the pointerJun Zhao2019-05-12
* lavc/aacenc_ltp: remove unnecessary condition check.Jun Zhao2019-05-12
* avcodec/gif: remove flags from gifimage optionPaul B Mahol2019-05-11
* avcodec/gif: fix issues with transparent cropJacob Graff2019-05-11
* lavc/libx265: Use avctx->framerate first for frame rate settingJun Zhao2019-05-11
* lavc/libx264: Use avctx->framerate first for frame rate settingJun Zhao2019-05-11
* avcodec/prosumer: Only memset(0) what is needed.Michael Niedermayer2019-05-09
* avcodec/fic: Check input size against minimal frame sizeMichael Niedermayer2019-05-09
* avcodec/pafvideo: Check input space for decode_0() before slow operationsMichael Niedermayer2019-05-09
* avcodec/scpr: check remaining data after decodeMichael Niedermayer2019-05-09
* avcodec/cuviddec: add capability check for maximum macroblock countRuta Gadkari2019-05-08
* avcodec/mlp_parser: split off shared code to its own fileJames Almer2019-05-07
* lavc/qsv: extactly map profileZhong Li2019-05-07
* lavc/qsvdec: fix hevc level incorrectly mapZhong Li2019-05-07
* lavc/qsvdec: add query function and provide error messageZhong Li2019-05-07
* avcodec/fits: Check bitpixMichael Niedermayer2019-05-06
* avcodec/vp9_raw_reorder: reset state when flushingJames Almer2019-05-06
* avcodec/hevcdec: Declare that VDPAU can handle HEVC 4:4:4 contentManojGuptaBonda2019-05-05
* avcodec/vdpau_hevc: Pass sps and pps range extension flags to VDPAUManojGuptaBonda2019-05-05
* avcodec/truehd_core: reset state when flushingJames Almer2019-05-05
* avcodec/h263dec: Fixed VA API, VDPAU, and VideoToolbox hardware acceleration ...fumoboy0072019-05-05
* avcodec/jvdec: Use ff_get_buffer() when the content is not reusedMichael Niedermayer2019-05-04
* avcodec/pnm_parser: clear state if buffer is discardedMichael Niedermayer2019-05-04
* aacdec: use float_dsp in apply_independent_couplingLynne2019-05-03
* x86/v210dec: use named registersJames Almer2019-05-03
* x86/v210dec: don't reserve more xmm regs than neededJames Almer2019-05-03
* x86/v210dec: remove duplicate load instructionJames Almer2019-05-03
* avcodec/x86/v210: fix operands of vpblendd used in new avx2 codeJames Darnley2019-05-02
* libavcodec Adding ff_v210_planar_unpack AVX2Michael Stoner2019-05-02
* avcodec/v210dec: move DSP function setting into dedicated functionJames Darnley2019-05-02
* avcodec/wavpackenc: use ff_clz()Paul B Mahol2019-05-02
* avcodec/cinepak: Add missing constMichael Niedermayer2019-05-02
* avcodec/agm: Check output size before allocationMichael Niedermayer2019-04-30
* avcodec/truemotion2: Fix 2 integer overflows in tm2_update_block()Michael Niedermayer2019-04-30
* avcodec/cinepak: Check slice_size before allocating imageMichael Niedermayer2019-04-30
* avcodec/cbs_h2645: use the fixed() macro for forbidden_zero_bitJames Almer2019-04-28
* avcodec/cbs_h2645: add macros to read and write fields with no custom range o...James Almer2019-04-28
* avcodec/cbs_av1: add missing value range constrains to timecode Metadata OBUJames Almer2019-04-28
* avcodec/scpr: avoid using uninitialized valuePaul B Mahol2019-04-28
* avcodec/pnm_parser: Remember the length already scanned for ascii imagesMichael Niedermayer2019-04-27
* avcodec/pnm_parser: Remember the size of the image and do not reparse the headerMichael Niedermayer2019-04-27
* avcodec/scpr3: add missing check for decode_value3() return valueJames Almer2019-04-27
* avcodec/nvenc: fix indentationTimo Rothenpieler2019-04-27
* avcodec/nvenc: only unregister input resources when absolutely neededTimo Rothenpieler2019-04-27
* x86/opusdsp: replace loads with shufflesLynne2019-04-26
* avcodec/gdv: Check input palette size before rescale()Michael Niedermayer2019-04-26
* avcodec/jpeg2000dec: Fix return type of get_plt()Michael Niedermayer2019-04-25