]> git.sesse.net Git - ffmpeg/history - libavcodec
avformat/matroskaenc: move some initialization checks to mkv_init
[ffmpeg] / libavcodec /
2017-11-27 Philip Langdaleavcodec/nvdec: More effort to make vp8 compile with...
2017-11-27 Philip Langdaleavcodec/nvdec: Make vp8 initialisation more 'compatible'
2017-11-27 Michael Niedermayeravcodec/mlpdsp: Fix signed integer overflow, 2nd try
2017-11-27 Michael Niedermayeravcodec/h264idct_template: Fix integer overflow in...
2017-11-27 Michael Niedermayeravcodec/kgv1dec: Check that there is enough input for...
2017-11-27 James Almeravcodec/vc1dec: fix preprocessor checks and hw_configs...
2017-11-27 James Almeravcodec/mpeg4videodec: fix preprocessor check for the...
2017-11-26 Philip Langdaleavcodec/nvdec: Implement vp8 hwaccel
2017-11-26 Mark Thompsonvaapi_decode: Ignore the profile when not useful
2017-11-26 Mark Thompsonvaapi: Add VP8 decode hwaccel
2017-11-26 Mark Thompsonvp8: Add hwaccel hooks
2017-11-26 Mark Thompsonvaapi: Make the decode profile matching more explicit
2017-11-26 Mark Thompsonlavc: Mark all AVHWAccel structures as const
2017-11-26 Mark Thompsonlavc: Delete all fake hwaccels
2017-11-26 Mark Thompsonlavc: Remove register mechanism for hwaccels
2017-11-26 Mark Thompsonlavc: Deprecate av_hwaccel_next() and av_register_hwaccel()
2017-11-26 Mark Thompsonlavc: Use hardware config information in ff_get_format()
2017-11-26 Mark Thompsonlavc: Add hardware config metadata for decoders support...
2017-11-26 Mark Thompsonlavc: Add codec metadata to indicate hardware support
2017-11-26 Michael Niedermayeravcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDE...
2017-11-26 Derek Buitenhuisvorbisenc: Check the return value of av_frame_clone
2017-11-26 Mark Thompsonnvenc: Include config.h before checking for D3D11 support
2017-11-26 Derek Buitenhuish264_picture: Actually return error during alloc failure
2017-11-26 Rostislav Pehlivanoverror_resilience: remove avpriv_atomic usage
2017-11-26 Rostislav Pehlivanovlibavcodec/utils.c: simplify avcodec locking with atomics
2017-11-26 Rostislav Pehlivanovlavc/utils.c: use C11 atomics for entangled thread...
2017-11-25 Martin Vignaliavcodec/hapdec : use gray8 for HapAlphaOnly decoding...
2017-11-25 Martin Vignaliavcodec/texturedsp : add rgtc1u gray decoding
2017-11-25 Mikulas Patockaavcodec/fft: fix INTERL macro on 3dnow
2017-11-25 Mark ThompsonMerge commit '136e7cf64ce9e78de7158d6720539d51cb96b743'
2017-11-25 Mikulas Patockaffmpeg libopusdec: fix missing include file in libopusdec.c
2017-11-25 Michael Niedermayeravcodec/sbrdsp_fixed: Fix integer overflow
2017-11-24 Philip Langdaleavcodec/nvdec: Round up odd width/height values
2017-11-24 Dale Curtisavcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u...
2017-11-24 Michael Niedermayeravcodec/j2kenc: Only allocate cblk.data once
2017-11-23 Martin Vignaliavcodec/x86/exrdsp : use ymm constant for pb_80
2017-11-23 Li, Zhongqsv/hevcdec: Load hw plugin by default on non-windows os
2017-11-23 Rostislav Pehlivanovopus_pvq: fix crashing on analysis of mono
2017-11-22 Michael Niedermayeravcodec/jpeg2000: Dynamically allocate codeblock data
2017-11-21 Michael Niedermayeravcodec/mpeg4videodec: Check also for negative versions...
2017-11-21 James Almerx86/utvideodsp: reuse shared constants
2017-11-21 James Almerx86/constants: make pb_80 32 byte wide
2017-11-21 Martin Vignaliavcodec/hapdec : add support for hapqa decoding
2017-11-21 Martin Vignaliavcodec/hapdec : indent after previous commit
2017-11-21 Martin Vignaliavcodec/hapdec : reorganize code before adding multi...
2017-11-21 Martin Vignaliavcodec/huffyuvdspenc : add diff_int16 AVX2 func
2017-11-21 Martin Vignaliavcodec/huffyuvdspenc : reorganize diff_int16
2017-11-21 Martin Vignaliavcodec/huffyuvdsp : add add_int16 AVX2 func
2017-11-21 Martin Vignaliavcodec/huffyuvdsp : reorganize add_int16 asm
2017-11-21 Martin Vignaliavcodec/huffyuvdsp(enc) : move duplicate macro to a...
2017-11-21 Martin Vignaliavcodec/x86/utvideodsp.asm : cosmetic
2017-11-21 Martin Vignaliavcodec/utvideodsp : add avx2 version for the dsp
2017-11-21 Martin Vignaliavcodec/x86/utvideodsp : make macro for func
2017-11-21 Dale CurtisFix undefined shift on assumed 8-bit input.
2017-11-21 James Zernlibvpxenc: remove pre-1.4.0 checks
2017-11-21 James Zernlibvpxdec: remove pre-1.4.0 checks
2017-11-21 James Zernlibvpx: remove pre-1.4.0 checks
2017-11-20 James Almerx86/jpeg2000dsp: add ff_ict_float_{fma3,fma4}
2017-11-20 Michael Niedermayeravcodec/hevcdsp_template: Fix invalid shift in put_hevc...
2017-11-20 Aman Guptalibavcodec/videotoolbox: fix decoding of h264 streams...
2017-11-20 Mark Thompsoncompat/cuda: Pass a logging context to load functions
2017-11-20 Philip Langdaleavcodec: Implement mpeg4 nvdec hwaccel
2017-11-20 Philip Langdaleavcodec: Implement mpeg1 nvdec hwaccel
2017-11-20 Philip Langdaleavcodec: Refactor common nvdec hwaccel logic
2017-11-20 James Almeravcodec: remove unnecessary AVPacketSideDataType enum...
2017-11-19 James AlmerMerge commit '3152058bf1dca318898550efacf0286f4836cae6'
2017-11-19 Martin Storsjölibavcodec: Don't use dllexport, only dllimport when...
2017-11-18 Philip Langdaleavcodec: Implement mpeg2 nvdec hwaccel
2017-11-18 Philip Langdaleavcodec: Fix reference data type for nvdec vc1 hwaccel
2017-11-18 Jim DeLaHuntIgnore libavcodec/tests/mpeg12framerate, a test program
2017-11-18 Dale CurtisUse ff_thread_once for fixed, float table init.
2017-11-18 Michael Niedermayeravcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output()
2017-11-18 Michael Niedermayeravcodec/zmbv: Check that the buffer is large enough...
2017-11-18 Michael Niedermayeravcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD13...
2017-11-18 Michael Niedermayeravcodec/wmv2dec: Check end of bitstream in parse_mb_ski...
2017-11-18 Carl Eugen Hoyoslavc/dnxhddata: Improve help output, mention yuv444p10...
2017-11-17 Timo Rothenpieleravcodec/nvenc: check pop_context return value
2017-11-17 Timo Rothenpieleravcodec/nvenc: fix double defined GUID on cygwin
2017-11-17 Kieran Kunhyalibavcodec/h264_sei: Don't log random user data. This...
2017-11-17 James Zernlavc/libvpxenc: add tune-content option
2017-11-17 Michael Niedermayeravcodec/snowdec: Check for remaining bitstream in decod...
2017-11-17 Michael Niedermayeravcodec/snowdec: Check intra block dc differences.
2017-11-16 Umair Khanlibavcodec/als: fix address sanitization error in decoder
2017-11-16 Umair Khanlibavcodec/als: remove check for predictor order of...
2017-11-16 James AlmerMerge commit 'bad7ce1d82f0b7da55086b8c6124eff0d35a1b1a'
2017-11-16 James AlmerMerge commit 'd070b9b703a542429a13db9623109ae20474c775'
2017-11-16 James AlmerMerge commit '9e48de3cc86c732d9cebd496d6f0a2b7e7732754'
2017-11-16 James AlmerMerge commit '5c2a01f064d5ab2b309d25c7f46c6c4471838d90'
2017-11-16 Aman Guptaavcodec/mpeg12dec: ensure a53_caption_size is reset...
2017-11-16 Aman Guptaavcodec/mpeg12dec: parse A53 caption data embedded...
2017-11-16 James Almeravcodec/proresdec: align dequantization matrix buffers
2017-11-16 Mark ThompsonMerge commit '620f88a0b94a651c6cc912b1fb32d308762d59b5'
2017-11-15 Mark ThompsonMerge commit 'c77da21e5d15056b8ba060ee5ce9e73f26653612'
2017-11-15 Mark ThompsonMerge commit 'ff007e30d8d45ba1ff2b2a4615f1cd5bafb50626'
2017-11-15 Michael Niedermayeravcodec/vc2enc: Clear coef_buf on allocation
2017-11-15 Michael Niedermayeravcodec/dvbsubdec: Avoid re-computing clut
2017-11-15 Michael Niedermayeravcodec/h264dec: Fix potential array overread
2017-11-15 Hendrik Leppkesnvenc: support d3d11 surface input
2017-11-15 Hendrik Leppkesnvenc: factor context push/pop into functions
2017-11-15 James Almeravcodec/pthread_frame: remove usage of AVCodecContext...
next