]> git.sesse.net Git - ffmpeg/history - libavcodec
crypto: consistently use size_t as type for length parameters
[ffmpeg] / libavcodec /
2017-01-09 Anton Khirnovh264dec: make ff_h264_decode_init() static
2017-01-09 Anton Khirnovh264dec: drop a redundant check
2017-01-09 Steve Lhommehevcdec: add P010 support for D3D11VA
2017-01-08 Steve Lhommedxva2: Factorize DXVA context validity test into a...
2017-01-08 Steve Lhommedxva2: Make ff_dxva2_get_surface() static and drop...
2017-01-04 Jun Zhaovaapi_h264: Fix POC on IDR frames
2017-01-04 Mark Thompsonvaapi_h265: Fix build failure with old libva without...
2017-01-03 Martin Storsjöaarch64: vp9mc: Fix a comment to refer to a register...
2017-01-03 Martin Storsjöaarch64: vp9dsp: Fix vertical alignment in the init...
2017-01-03 Martin Storsjöarm: vp9mc: Fix vertical alignment of operands
2016-12-25 Diego Biurrunparser: Add missing #include for printing ISO C99 conve...
2016-12-23 Diego BiurrunUse correct printf conversion specifiers for POSIX...
2016-12-22 Diego Biurrunbuild: Generate pkg-config files from Make and not...
2016-12-21 Diego Biurrunratecontrol: Drop xvid-rc-related struct members unused...
2016-12-21 Ruta Gadkarinvenc: Update check for lookahead
2016-12-19 Martin Storsjöaarch64: vp9itxfm: Use the offset parameter to movrel
2016-12-19 Alexandra Hájkovátta: Convert to the new bitstream reader
2016-12-19 Alexandra Hájkovámlp: Convert to the new bitstream reader
2016-12-19 Alexandra Hájkováunary: Convert to the new bitstream reader
2016-12-19 Anton Khirnovh264dec: make sure to only end a field if it has been...
2016-12-19 Anton Khirnovmpeg12dec: move setting first_field to mpeg_field_start()
2016-12-19 Anton Khirnovmpeg12dec: avoid signed overflow in bitrate calculation
2016-12-19 Anton Khirnovmpegvideo_parser: avoid signed overflow in bitrate...
2016-12-19 Anton Khirnovvaapi_decode: use the correct logging context
2016-12-19 Anton Khirnovhevcdec: add a VAAPI hwaccel
2016-12-19 Anton Khirnovpthread_frame: do not run hwaccel decoding asynchronous...
2016-12-19 Anton Khirnovpthread_frame: ensure the threads don't run simultaneou...
2016-12-19 Anton Khirnovhevcdec: do not set decoder-global SPS prematurely
2016-12-14 Janne Grunauarm64: replace 'bic' with immediate with 'and' with...
2016-12-14 Diego Biurrunppc: Centralize compiler-specific altivec.h #include...
2016-12-14 Diego Biurrunppc: hevcdsp: Use shorthands for vector types
2016-12-14 Diego Biurrundecode.h: Add missing headers to fix standalone compilation
2016-12-14 Wan-Teh Changpthread_frame: use better memory orders for frame progress
2016-12-14 Derek Buitenhuish264_slice: Wait for refs to be available before we...
2016-12-14 Anton Khirnovhevc: decouple calling get_format() from exporting...
2016-12-14 Anton Khirnovbinkaudio: switch to the new send/receive API
2016-12-14 Anton Khirnovvp9: split superframes in the filtering stage before...
2016-12-14 Anton Khirnovlavc: add a bitstream filter for splitting VP9 superframes
2016-12-14 Anton Khirnovqsvdec_h2645: switch to the new generic filtering mechanism
2016-12-14 Anton Khirnovlavc: add support for filtering packets before decoding
2016-12-14 Anton Khirnovdecode: restructure the core decoding code
2016-12-14 Anton Khirnovdecode: be more explicit about storing the last packet...
2016-12-14 Anton Khirnovlavc: add a null bitstream filter
2016-12-14 Anton Khirnovlavc: handle MP3 in get_audio_frame_duration()
2016-12-12 Diego Biurrundxva2: Keep code shared between dxva2 and d3d11va under...
2016-12-12 Alexandra Hajkovahevc: ppc: Add HEVC 4x4 IDCT for PowerPC
2016-12-11 Diego BiurrunDrop libxvid rate control support for mpegvideo encoding
2016-12-11 Diego Biurrundxva2: Simplify some ifdefs
2016-12-10 Mark Thompsonvaapi_h265: Fix CFR mode with framerate set in AVCodecC...
2016-12-09 Diego Biurrunvdpau: Do not #include vdpau_x11.h from the main vdpau...
2016-12-09 Diego Biurrundxva2: Adjust multiple inclusion guard names to follow...
2016-12-08 Andreas Cadhalpunlibopusdec: fix out-of-bounds read
2016-12-08 Andreas Cadhalpunlibschroedingerdec: fix leaking of framewithpts
2016-12-08 Andreas Cadhalpunlibschroedingerdec: don't produce empty frames
2016-12-08 Timothy Guomx: Fix allocation check
2016-12-08 Timothy Guqsvdec: Fix memory leak on error
2016-12-08 Diego Biurrunlibkvazaar: Add missing header #includes
2016-12-08 Diego Biurrunbuild: Add an internal component for hevc_ps code
2016-12-07 Vittorio Giovaralavc: Add spherical packet side data API
2016-12-07 Diego Biurrunbuild: Add missing Makefile entries and ifdefs for...
2016-12-05 Diego Biurrunbuild: Create a component for MPEG audio header decoding
2016-12-05 Diego Biurrunbuild: Add missing hevc_ps dependency for QSV HEVC...
2016-12-03 Alexandra Hájkovámimic: Convert to the new bitstream reader
2016-12-03 Alexandra Hájkovámetasound: Convert to the new bitstream reader
2016-12-03 Alexandra Hájkoválagarith: Convert to the new bitstream reader
2016-12-03 Alexandra Hájkováindeo: Convert to the new bitstream reader
2016-12-03 Alexandra Hájkováimc: Convert to the new bitstream reader
2016-12-03 Alexandra Hájkováwebp: Convert to the new bitstream reader
2016-12-02 James Almermpeg4audio: correctly propagate meaningful error values
2016-12-02 Wan-Teh Changmmaldec: initialize refcount using atomic_init()
2016-12-02 Vittorio Giovaraoptions_table: Do not rely on enum size as option bound
2016-12-02 Vittorio Giovaralavc: Use a stricter check for the color properties...
2016-12-01 Diego Biurruncabac: x86: Give optimizations header a more meaningful...
2016-11-30 Martin Storsjöaarch64: vp9itxfm: Skip empty slices in the first pass...
2016-11-30 Martin Storsjöarm: vp9itxfm: Skip empty slices in the first pass...
2016-11-30 Martin Storsjöarm: vp9itxfm: Only reload the idct coeffs for the...
2016-11-30 Clément Bœschvp9dsp: add DC only versions for idct/idct.
2016-11-30 Diego Biurrunhevc: Eliminate pointless variable indirection
2016-11-30 Diego Biurrunhevc: Drop pointless av_unused attribute
2016-11-30 Diego Biurrunmetasound: Drop unused tables
2016-11-29 Diego Biurrunmjpegdec: Check return values of functions that may...
2016-11-29 Diego Biurrundxva2: Adjust printf length modifiers where appropriate
2016-11-29 Anton Khirnovlavc: move decoding-related code from utils.c to a...
2016-11-29 Anton Khirnovlavc: move encoding-related code from utils.c to a...
2016-11-29 James Almeraac_adtstoasc_bsf: validate and forward extradata if...
2016-11-29 Andreas Cadhalpunmss2: only use error correction for matching block...
2016-11-28 Diego Biurrunac3enc: Avoid unnecessary macro indirections
2016-11-28 Diego Biurrunac3enc: Reshuffle functions to avoid forward declarations
2016-11-28 Diego Biurrunac3enc: Reshuffle some float/fixed-mode ifdefs to avoid...
2016-11-25 Anton Khirnovtta: avoid undefined shifts
2016-11-25 Anton Khirnovtta: use get_unary() instead of a custom implementation
2016-11-24 Martin Storsjöaarch64: vp9itxfm: Don't repeatedly set x9 when nothing...
2016-11-24 Alexandra Hájkováxsubdec: Convert to the new bitstream reader
2016-11-24 Alexandra Hájkováxan: Convert to the new bitstream reader
2016-11-24 Alexandra Hájkováwnv1: Convert to the new bitstream reader
2016-11-24 Alexandra Hájkovávima: Convert to the new bitstream reader
2016-11-24 Alexandra Hájkovávble: Convert to the new bitstream reader
2016-11-24 Alexandra Hájkováutvideodec: Convert to the new bitstream reader
2016-11-24 Alexandra Hájkovátwinvq: Convert to the new bitstream reader
2016-11-24 Alexandra Hájkovátscc2: Convert to the new bitstream reader
next