]> git.sesse.net Git - ffmpeg/history - libavcodec
opusdec: Remove dead code
[ffmpeg] / libavcodec /
2017-07-07 Derek Buitenhuisopusdec: Remove dead code
2017-07-07 Derek Buitenhuisscpr: Added missing error check
2017-07-07 Derek Buitenhuisbitpacked: Remove dead store
2017-07-07 DongHoon Kanglibavcodec/htmlsubtitles.c: make tags case-insensitive
2017-07-07 Muhammad Faizavcodec/fft_template: use ff_thread_once on costable...
2017-07-07 Rafaël Carréh264dec: remove unneeded prototype
2017-07-06 wm4htmlsubtitles: support <br> tag
2017-07-06 Michael Niedermayeravcodec/interplayvideo: Clean up frames on parameter...
2017-07-05 James AlmerRevert "x86/sbrdsp: remove unnecessary sign extend...
2017-07-05 Michael Niedermayeravcodec/hevcdec: do not let updated extradata corrupt...
2017-07-05 James Almerx86/sbrdsp: remove unnecessary sign extend instruction...
2017-07-05 James Almerx86/sbrdsp: zero extend m_max in apply_noise_main
2017-07-05 James Almerx86/utvideodsp: make restore_rgb_planes functions work...
2017-07-05 Michael Niedermayeravcodec/wavpack: Fix invalid shift
2017-07-05 Michael Niedermayeravcodec/h264_slice: Fix signed integer overflow
2017-07-04 Paul B Maholavcodec/alsdec: fix some undefined shifts
2017-07-04 Paul B Maholavcodec/alsdec: remove unused header
2017-07-03 Aman Guptalavc/mediacodec: rescale pts before decoding for both...
2017-07-03 Aman Guptalavc/mediacodec: add missing newline on warning
2017-07-03 Matthieu Bouronlavc/aarch64: add sbrdsp neon implementation
2017-07-03 wm4vdpau: do not use buggy HEVC support by default
2017-07-02 Paul B Maholavcodec/alsdec: call correct function for multi-channel...
2017-07-01 Kostya Shishkovavcodec/imc: cast float to int prior to comparing with...
2017-07-01 foo86avcodec/s302m: fix AVOption flags
2017-06-30 wm4hevcdec: properly export some side data with frame...
2017-06-30 James Almerx86/sbrdsp: sign extend start and end gprs in ff_sbr_hf...
2017-06-30 Michael Niedermayeravcodec/hevc_ps: Fix integer overflow with beta/tc...
2017-06-30 Michael Niedermayeravcodec/interplayvideo: Check ff_get_buffer() for failure
2017-06-29 Paul B Maholavcodec/interplayvideo: fix regression causing artifacts
2017-06-29 Paul B Maholavcodec/gdv: add decompression for 2 and 5 method
2017-06-28 Michael Niedermayeravcodec/cfhd: Fix invalid left shift of negative value
2017-06-28 Michael Niedermayeravcodec/vb: Check vertical GMC component before multiply
2017-06-28 Paul B Maholavcodec/interplayvideo: use correct context when checki...
2017-06-28 James Darnleyavcodec/x86: use new x86-64 functions for -idct simple
2017-06-28 James Darnleyavcodec/x86: add an 8-bit simple IDCT function based...
2017-06-28 James Darnleyavcodec/x86: allow future 8-bit simple idct to have...
2017-06-28 Paul B Maholavcodec/interplayvideo: return void
2017-06-28 Paul B Maholavcodec/interplayvideo: fix dead-lock
2017-06-28 Paul B Maholavcodec/interplayvideo: use int16_t instead of short
2017-06-28 Paul B Maholavcodec/interplayvideo: check that video_size is >0
2017-06-28 Vittorio Giovarahevc: Add support for alternative transfer characterics SEI
2017-06-28 Michael Niedermayeravcodec/utvideodec: Factor multiply out of inner loop
2017-06-28 Michael Niedermayeravcodec/utvideodec: bswap directly without memcpy
2017-06-28 Michael Niedermayeravcodec/utvideodec: enable unchecked bitreader
2017-06-28 Michael Niedermayeravcodec/utvideodec: hardcode vlc bits
2017-06-28 Michael Niedermayeravcodec/utvideodec: Move bitstream end check out of...
2017-06-28 Clément Bœschlavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysis
2017-06-28 Clément Bœschlavc/aarch64: add a few SIMD functions for AAC PS
2017-06-28 Clément Bœschlavc/aacpsdsp: fix a few spaces (cosmetics)
2017-06-28 Clément Bœschlavc/arm: fix lack of precision in ff_ps_stereo_interpo...
2017-06-27 Michael Niedermayeravcodec/x86/vp9dsp_init_16bpp: Fix linking to missing...
2017-06-27 Michael Niedermayeravcodec/hevcdec: do basic validity check on delta_chrom...
2017-06-27 Ilia Valiakhmetovavcodec/vp9: add 64-bit ipred_dr_32x32_16 avx2 implemen...
2017-06-27 Anton Khirnovhwframe: Allow hwaccel frame allocators to align surfac...
2017-06-27 wm4dxva: verbose-log decoder GUID list
2017-06-27 wm4dxva: support DXGI_FORMAT_420_OPAQUE decoding
2017-06-27 wm4dxva: fix some warnings
2017-06-27 wm4dxva: add declarative profile checks
2017-06-27 wm4dxva: add support for new dxva2 and d3d11 hwaccel APIs
2017-06-27 wm4dxva: move d3d11 locking/unlocking to functions
2017-06-27 wm4dxva: preparations for new hwaccel API
2017-06-27 wm4lavc: set avctx->hwaccel before init
2017-06-27 Paul B Maholavcodec/interplayvideo: properly check if there is...
2017-06-27 Hein-Pieter van... Interplay MVE: Implement frame format 0x10
2017-06-27 Hein-Pieter van... Interplay MVE: Implement frame format 0x06
2017-06-27 Hein-Pieter van... Interplay MVE: Refactor IP packet format
2017-06-27 Hein-Pieter van... Interplay MVE: Implement MVE SEND_BUFFER operation
2017-06-27 Paul B Maholavcodec/proresenc_kostya: add 4444XQ profile
2017-06-27 Michael Niedermayeravcodec/ffv1enc: compute the max number of slices and...
2017-06-27 Michael Niedermayeravcodec/ffv1enc: Allow less than 2 rows of slices for...
2017-06-27 Paul B Maholavcodec/utvideodec: add SIMD for restore_rgb_planes
2017-06-26 Paul B Maholavcodec/utvideodec: decode to GBR(A)P
2017-06-26 Kyle Swansonavcodec/g722enc: force mono channel layout
2017-06-26 Michael Niedermayeravcodec/jpeg2000dwt: Fix integer overflows in sr_1d97_int()
2017-06-26 Michael Niedermayeravcodec/jpeg2000dwt: Fix integer overflow in dwt_decode...
2017-06-26 Michael Niedermayeravcodec/ffv1enc: Try to choose slice count so that...
2017-06-26 Michael Niedermayeravcodec/ffv1: Increase the maximum number of slices...
2017-06-26 Matthieu Bouronlavc/x86: clear r2 higher bits in ff_sbr_sum_square
2017-06-26 Paul B Maholavcodec/proresenc_kostya: enable frame threading
2017-06-25 Michael Niedermayeravcodec/frame_thread_encoder: Fix AV_OPT_TYPE_STRING...
2017-06-25 Paul B Maholavcodec/proresenc_kostya: use frame metadata instead...
2017-06-25 Paul B Maholavcodec/prores_kostya: increase bits usage when alpha...
2017-06-25 Michael Niedermayeravcodec/hevcdec: Do not check the first ff_init_cabac_d...
2017-06-24 Michael Niedermayeravcodec/wavpack: Fix integer overflow in wv_unpack_stereo()
2017-06-24 Michael Niedermayeravcodec/hevc_ps: Fix max_dec_buffer check
2017-06-24 Paul B Maholavcodec/adpcm_data: use uint16_t to handle all values
2017-06-24 Jun Zhaolavc/tests/golomb: Add unit test for set_ue_golomb_long.
2017-06-24 Jun Zhaolavc/golobm: Add set_ue_golomb_long to support up to...
2017-06-24 Jun Zhaolavc/put_bits: Add put_bits64() to support up to 64...
2017-06-24 Michael Niedermayeravcodec/hevcdec: Use error path if init_get_bits8(...
2017-06-24 Michael Niedermayeravcodec/hevcdec: check ff_init_cabac_decoder() for...
2017-06-24 Mark Thompsonvaapi_encode: Add VP9 support
2017-06-24 Mark Thompsonvp9: Add bsf to fix reordering in raw streams
2017-06-24 Michael Niedermayeravcodec/mpeg4videodec: Fix GMC with videos of dimension 1
2017-06-24 James Almerx86/mdct15: use three operand form for some instructions
2017-06-24 Reino17Add support for LibOpenJPEG v2.2/git
2017-06-23 Rostislav Pehlivanovmdct15: add assembly optimizations for the 15-point FFT
2017-06-23 jerettlavc/videotoolboxenc: fix open videotoolbox bug on...
2017-06-23 jerettlavc/videotoolboxenc: fix loadVTEncSymbols crash when...
2017-06-23 Jun Zhaolavc/golomb: add value range comment for set_ue_golomb().
next