]> git.sesse.net Git - ffmpeg/history - libavcodec
lavf/cover_rect: Fix logic check issue
[ffmpeg] / libavcodec /
2019-05-09 Michael Niedermayeravcodec/prosumer: Only memset(0) what is needed.
2019-05-09 Michael Niedermayeravcodec/fic: Check input size against minimal frame...
2019-05-09 Michael Niedermayeravcodec/pafvideo: Check input space for decode_0()...
2019-05-09 Michael Niedermayeravcodec/scpr: check remaining data after decode
2019-05-08 Ruta Gadkariavcodec/cuviddec: add capability check for maximum...
2019-05-07 James Almeravcodec/mlp_parser: split off shared code to its own...
2019-05-07 Zhong Lilavc/qsv: extactly map profile
2019-05-07 Zhong Lilavc/qsvdec: fix hevc level incorrectly map
2019-05-07 Zhong Lilavc/qsvdec: add query function and provide error message
2019-05-06 Michael Niedermayeravcodec/fits: Check bitpix
2019-05-06 James Almeravcodec/vp9_raw_reorder: reset state when flushing
2019-05-05 ManojGuptaBondaavcodec/hevcdec: Declare that VDPAU can handle HEVC...
2019-05-05 ManojGuptaBondaavcodec/vdpau_hevc: Pass sps and pps range extension...
2019-05-05 James Almeravcodec/truehd_core: reset state when flushing
2019-05-05 fumoboy007avcodec/h263dec: Fixed VA API, VDPAU, and VideoToolbox...
2019-05-04 Michael Niedermayeravcodec/jvdec: Use ff_get_buffer() when the content...
2019-05-04 Michael Niedermayeravcodec/pnm_parser: clear state if buffer is discarded
2019-05-03 Lynneaacdec: use float_dsp in apply_independent_coupling
2019-05-03 James Almerx86/v210dec: use named registers
2019-05-03 James Almerx86/v210dec: don't reserve more xmm regs than needed
2019-05-03 James Almerx86/v210dec: remove duplicate load instruction
2019-05-02 James Darnleyavcodec/x86/v210: fix operands of vpblendd used in...
2019-05-02 Michael Stonerlibavcodec Adding ff_v210_planar_unpack AVX2
2019-05-02 James Darnleyavcodec/v210dec: move DSP function setting into dedicat...
2019-05-02 James AlmerMerge commit 'c4642788e83b0858bca449f9b6e71ddb015dfa5d'
2019-05-02 James AlmerMerge commit '9485cce6d55baf547e92ef1f54cad117f2a38287'
2019-05-02 James AlmerMerge commit 'c93e92f2b25f4174350ded3f59ad117ec8eb1fe4'
2019-05-02 James AlmerMerge commit 'c0bd865ad60da31282c5d8e1000c98366249c31e'
2019-05-02 James AlmerMerge commit '1e56173515826aa4d680d3b216d80a3879ed1c68'
2019-05-02 Paul B Maholavcodec/wavpackenc: use ff_clz()
2019-05-02 Michael Niedermayeravcodec/cinepak: Add missing const
2019-04-30 Michael Niedermayeravcodec/agm: Check output size before allocation
2019-04-30 Michael Niedermayeravcodec/truemotion2: Fix 2 integer overflows in tm2_upd...
2019-04-30 Michael Niedermayeravcodec/cinepak: Check slice_size before allocating...
2019-04-28 James Almeravcodec/cbs_h2645: use the fixed() macro for forbidden_...
2019-04-28 James Almeravcodec/cbs_h2645: add macros to read and write fields...
2019-04-28 James Almeravcodec/cbs_av1: add missing value range constrains...
2019-04-28 Paul B Maholavcodec/scpr: avoid using uninitialized value
2019-04-27 Michael Niedermayeravcodec/pnm_parser: Remember the length already scanned...
2019-04-27 Michael Niedermayeravcodec/pnm_parser: Remember the size of the image...
2019-04-27 James Almeravcodec/scpr3: add missing check for decode_value3...
2019-04-27 Timo Rothenpieleravcodec/nvenc: fix indentation
2019-04-27 Timo Rothenpieleravcodec/nvenc: only unregister input resources when...
2019-04-26 Lynnex86/opusdsp: replace loads with shuffles
2019-04-26 Michael Niedermayeravcodec/gdv: Check input palette size before rescale()
2019-04-25 Michael Niedermayeravcodec/jpeg2000dec: Fix return type of get_plt()
2019-04-25 Michael Niedermayeravcodec/jpeg2000dec: Check PLT data somewhat
2019-04-25 Michael Niedermayeravcodec/jpeg2000dec: Replace the step_x/y assert by...
2019-04-25 Michael Niedermayeravcodec/jpeg2000: Check stepsize before using it
2019-04-25 Michael Niedermayeravcodec/qtrle: Check how much of the chunk is available...
2019-04-25 Michael Niedermayeravcodec/aacdec_fixed: Fix undefined shift in noise_scale()
2019-04-25 Nikolas Boweavcodec/bintext: Add error message when resolution...
2019-04-25 Michael Niedermayeravcodec/zmbv: optimize motion compensation with memcpy()
2019-04-24 James Almeravcodec/h264_ps: use get_se_golomb_long() to parse...
2019-04-24 James Almeravcodec/h264_ps: fix storage size for offset_for_ref_frame
2019-04-24 Michael Niedermayeravcodec/arbc: Try to correct keyframe/frame type
2019-04-24 Michael Niedermayeravcodec/arbc: Skip unchanged frames
2019-04-24 Michael Niedermayeravcodec/dxtory: Check slice_size against minimum in...
2019-04-24 Michael Niedermayeravcodec/dsicinvideo: check the amount decoded by cin_de...
2019-04-24 Michael Niedermayeravcodec/agm: Check that there is available input in...
2019-04-23 Sergey Svechnikovavcodec/cuviddec: improve progressive frame detection
2019-04-21 Michael Niedermayeravcodec/agm: remove ;;
2019-04-21 Michael Niedermayeravcodec/agm: Check for too many too short codes in...
2019-04-21 Michael Niedermayeravcodec/agm: Do not crash on invalid codes
2019-04-21 Michael Niedermayeravcodec/ccaption_dec: Add a blank like at the end to...
2019-04-21 Paul B Maholavcodec/dvdec: add frame threads
2019-04-20 Gyan Doshiavcodec: add AV_CODEC_FLAG_DROPCHANGED to flags
2019-04-19 Michael Niedermayeravcodec/pictordec: Only recalculate d when y changes...
2019-04-19 Michael Niedermayeravcodec/pictordec: avoid pointers in picmemset()
2019-04-19 Michael Niedermayeravcodec/wmv2dec: Check that the P frame secondary heade...
2019-04-19 Michael Niedermayeravcodec/ivi: Move buffer/block end check to caller...
2019-04-19 Michael Niedermayeravcodec/diracdec: Use 64bit in intermediate of global...
2019-04-19 Carl Eugen Hoyoslavc/alac: Make a variable unsigned.
2019-04-19 Paul B Maholavcodec/get_bits: unbreak get_bits_le() with cached...
2019-04-16 James Almeravcodec/cbs_av1: use the new signed value read/write...
2019-04-16 James Almeravcodec/cbs_h265: fix storage type for time_offset_valu...
2019-04-16 James Almeravcodec/cbs_h264: fix storage type for time_offset...
2019-04-16 James Almeravcodec/cbs_h2645: add helper macros for signed values
2019-04-16 James Almeravcodec/cbs: add helper functions and macros to read...
2019-04-16 James Almeravcodec/cbs_av1: add support for Scalability Metadata
2019-04-16 Carl Eugen Hoyoslavc/libaomenc: Mark a potentially unused variable...
2019-04-16 fumoboy007avcodec/videotoolbox: add support for 10bit pixel format
2019-04-14 James Almeravcodec/cbs_av1: add support for Padding OBUs
2019-04-14 James Almeravcodec/cbs_av1: add a function to strip trailing zeroe...
2019-04-13 Michael Niedermayeravcodec/truemotion2: Fix integer overflow in tm2_decode...
2019-04-13 Paul B Maholavcodec/imm4: flush prev_frame after seeking
2019-04-13 Paul B Maholavcodec: add LSCR decoder
2019-04-11 James Almeravcodec: add an AV1 frame split bitstream filter
2019-04-11 Michael Niedermayeravcodec/agm: Check frame dimensions
2019-04-11 Paul B Maholavcodec: add ADPCM AGM decoder
2019-04-11 Paul B Maholavcodec/agm: add support for non-dct coding
2019-04-11 Paul B Maholavcodec/agm: add support for higher compression
2019-04-10 Michael Niedermayeravcodec/pnm_parser: Factor out next/index compensation
2019-04-10 Michael Niedermayeravcodec/pnm_parser: Factor next initialization out
2019-04-10 Michael Niedermayeravcodec/pnm_parser: Support concatenated ASCII images
2019-04-09 Lynneaarch64/opusdsp: implement NEON accelerated postfilter...
2019-04-05 Michael Niedermayeravcodec/agm: Fix integer overflow with w/h
2019-04-04 Michael Niedermayeravcodec/agm: More completely check size before using it
2019-04-03 James Almeravcodec/av1_metadata: add an option to remove Padding...
2019-04-03 Zhong Lilavc/qsvenc: enable hevc gpb option
next