]> git.sesse.net Git - ffmpeg/history - libavcodec
libavutil: Define the noreturn attribute for clang in MSVC mode as well
[ffmpeg] / libavcodec /
2017-03-21 Luca Barbatodca: Refactor dca_filter_channels() a little
2017-03-21 Luca Barbatodca: Validate the channel map
2017-03-21 Konda Rajunvenc: Allow different const qps for I, P and B frames
2017-03-20 wm4lavc: vdpau: add support for new hw_frames_ctx and...
2017-03-20 wm4lavc: Add hwaccel_flags field to AVCodecContext
2017-03-20 Diego Biurrunbuild: Add missing object dependency for extract_extrad...
2017-03-16 Martin Storsjöarm/aarch64: vp9: Fix vertical alignment
2017-03-14 Diego Biurrunx86: fft: Port to cpuflags
2017-03-14 Diego Biurrunx86: h264: Simplify DEQUANT macro with cpuflags
2017-03-14 Diego Biurrunx86: vp8dsp: port FILTER_BILINEAR macro to cpuflags
2017-03-14 Diego Biurrunx86util: Port all macros to cpuflags
2017-03-12 Anton Khirnovh264_cavlc: check the value of run_before
2017-03-12 Anton Khirnovh2645_parse: use the bytestream2 API for packet splitting
2017-03-12 Anton Khirnovh264dec: initialize field_started to 0 on each decode...
2017-03-11 Martin Storsjöarm/aarch64: vp9itxfm: Skip loading the min_eob pointer...
2017-03-11 Martin Storsjöarm: vp9itxfm: Template the quarter/half idct32 function
2017-03-09 Kieran KunhyaAdd Cineform HD Decoder
2017-03-09 Konda Rajuadd initial QP value options
2017-03-09 wm4avcodec: clarify some decoding/encoding API details
2017-03-06 Vittorio Giovarapixlet: Fix architecture-dependent code and values
2017-03-05 Diego Biurrunx86: Merge align directives into SECTION_RODATA declara...
2017-03-04 Ganapathy Kasinvenc: Remove qmin and qmax constraints for nvenc vbr
2017-03-01 Paul B MaholAdd Apple Pixlet decoder
2017-03-01 Diego Biurrunbuild: Generalize yasm/nasm-related variable names
2017-03-01 Diego Biurrunx86: hevc: Add missing colons after assembly labels
2017-02-28 Michael Niedermayerh264_sei: Check actual presence of picture timing SEI...
2017-02-28 Ben Changnvenc: Fix the preset mapping list
2017-02-25 Anton Khirnovlavc: make sure not to return EAGAIN from codecs
2017-02-25 Anton Khirnovsvq3: fix the slice size check
2017-02-24 John Stebbinsh264dec: fix dropped initial SEI recovery point
2017-02-23 Martin Storsjöaarch64: vp9itxfm: Reorder iadst16 coeffs
2017-02-23 Martin Storsjöarm: vp9itxfm: Reorder iadst16 coeffs
2017-02-23 Martin Storsjöaarch64: vp9itxfm: Reorder the idct coefficients for...
2017-02-23 Martin Storsjöarm: vp9itxfm: Reorder the idct coefficients for better...
2017-02-23 Martin Storsjöaarch64: vp9itxfm: Avoid reloading the idct32 coefficients
2017-02-23 Martin Storsjöarm: vp9itxfm: Avoid reloading the idct32 coefficients
2017-02-23 Martin Storsjöarm: vp9lpf: Implement the mix2_44 function with one...
2017-02-23 Martin Storsjöaarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup...
2017-02-23 Martin Storsjöarm/aarch64: vp9lpf: Keep the comparison to E within...
2017-02-23 Diego BiurrunPlace attribute_deprecated in the right position for...
2017-02-20 Diego Biurrunnvenc: Fix nvec vs. nvenc typo
2017-02-18 Mark Thompsonwebp: Fix alpha decoding
2017-02-16 Mark Thompsonvaapi_encode: Discard output buffer if picture submissi...
2017-02-15 Martin Storsjölibopenh264dec: Let the framework use the h264_mp4toann...
2017-02-13 Mark Thompsonvaapi: Implement device-only setup
2017-02-13 Mark Thompsonlavc: Add device context field to AVCodecContext
2017-02-12 Martin Storsjöaarch64: vp9lpf: Fix broken indentation/vertical alignment
2017-02-11 Martin Storsjöaarch64: vp9lpf: Interleave the start of flat8in into...
2017-02-11 Martin Storsjöarm: vp9lpf: Interleave the start of flat8in into the...
2017-02-11 Luca Barbatodv: Convert to the new bitstream reader
2017-02-11 Luca Barbatoaac: Validate the sbr sample rate before using the...
2017-02-11 Anton Khirnovlavc: use av_cpu_max_align() instead of hardcoding...
2017-02-10 Martin Storsjöarm: vp9lpf: Use orrs instead of orr+cmp
2017-02-10 Martin Storsjöarm/aarch64: vp9lpf: Calculate !hev directly
2017-02-10 Martin Storsjöaarch64: vp9itxfm: Optimize 16x16 and 32x32 idct dc...
2017-02-10 Martin Storsjöarm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by...
2017-02-10 Martin Storsjöaarch64: vp9mc: Calculate less unused data in the 4...
2017-02-10 Martin Storsjöarm: vp9mc: Calculate less unused data in the 4 pixel...
2017-02-10 Martin Storsjöaarch64: vp9mc: Simplify the extmla macro parameters
2017-02-10 Martin Storsjöutvideodec: Add a missing include
2017-02-09 Timo Rothenpielernvenc: make gpu indices independent of supported capabi...
2017-02-09 Derek Buitenhuisavcodec: Mark some codecs with threadsafe init as such
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Fix incorrect vertical alignment
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Update a comment to refer to a regis...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Use the right lane sizes in 8x8...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Use a single lane ld1 instead of...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Share instructions for loading idct...
2017-02-09 Martin Storsjöarm: vp9itxfm: Share instructions for loading idct...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Do separate functions for half/quart...
2017-02-09 Martin Storsjöarm: vp9itxfm: Do a simpler half/quarter idct16/idct32...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Move the load_add_store macro out...
2017-02-09 Martin Storsjöarm: vp9itxfm: Move the load_add_store macro out from...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Make the larger core transforms...
2017-02-09 Martin Storsjöarm: vp9itxfm: Make the larger core transforms standalo...
2017-02-08 Martin Storsjöomx: Use the EOS flag to handle flushing at the end
2017-02-07 Diego BiurrunUse bitstream_init8() where appropriate
2017-02-06 Alexandra Hájkováwma: Convert to the new bitstream reader
2017-02-05 Martin Storsjöaarch64: vp9itxfm: Restructure the idct32 store macros
2017-02-05 Martin Storsjöarm: vp9itxfm: Avoid .irp when it doesn't save any...
2017-02-03 Diego Biurrunasm: Consistently uppercase SECTION markers
2017-02-02 Alexandra Hájkovásvq3: Convert to the new bitstream reader
2017-02-01 wm4lavc: deprecate refcounted_frames field
2017-02-01 Anton KhirnovMark some arrays that never change as const.
2017-01-31 Alexandra Hájkováffv1: Convert to the new bitstream reader
2017-01-31 Alexandra Hájkováh261dec: Convert to the new bitstream reader
2017-01-31 Alexandra Hájkováshorten: Convert to the new bitstream reader
2017-01-31 Alexandra Hájkováralf: Convert to the new bitstream reader
2017-01-31 Alexandra Hájkováloco: Convert to the new bitstream reader
2017-01-31 Alexandra Hájkováfic: Convert to the new bitstream reader
2017-01-31 Alexandra Hájkovádirac: Convert to the new bitstream reader
2017-01-31 Alexandra Hájkovácavs: Convert to the new bitstream reader
2017-01-31 Alexandra Hájkováaic: Convert to the new bitstream reader
2017-01-31 Diego Biurrungolomb: Convert to the new bitstream reader
2017-01-31 Andreas Cadhalpunpgssubdec: reset rle_data_len/rle_remaining_len on...
2017-01-30 Mark Thompsonvaapi_encode: Add VP8 support
2017-01-30 Mark Thompsonvaapi_encode: Pass framerate parameters to driver
2017-01-30 Mark Thompsonvaapi_h264: Enable VBR mode
2017-01-30 Mark Thompsonvaapi_encode: Support VBR mode
2017-01-29 Mark Thompsonvaapi_encode: Add MPEG-2 support
2017-01-25 Alexandra Hájkovátak: Convert to the new bitstream reader
next