29331 Commits (a06c14a48ee9af91e4146f26a578d99d3494d0eb)

Author SHA1 Message Date
Derek Buitenhuis 6ee95af8a1 libx265: Add 4:2:2 support 11 years ago
Derek Buitenhuis 4e9b46b056 libx265: Actually use X265_API_IMPORTS 11 years ago
Ronald S. Bultje 385a3420d1 vp9/x86: fix overwrite in ipred_vl_4x4_ssse3. 11 years ago
Michael Niedermayer 3a1c8951bc avcodec/libx264: fix "bitrate reconfiguration" 11 years ago
Christophe Gisquet 508e7a5c16 x86: huffyuv: fix {add,diff}_int16 11 years ago
Luca Barbato 2f4170312f libx264: Support bitrate reconfiguration 11 years ago
Michael Niedermayer 67d29da4bd avcodec: increase FF_INPUT_BUFFER_PADDING_SIZE to 32 11 years ago
Michael Niedermayer ef8725122d avcodec/motion_est: Only clip MVs which are used 11 years ago
Janne Grunau cd62c04d00 h263enc: keep block_last_index always valid during advanced intra coding 11 years ago
Janne Grunau 0ddc53dabb mpegvideo: synchronize AVFrame pointers in ERContext fully 11 years ago
Michael Niedermayer 60ab6e2457 avcodec/mpegvideo_enc: fix padding for odd dimensions and interlaced video 11 years ago
Michael Niedermayer c69defd4d0 avcodec/qtrleenc: Check that width is a multiple of 4 for grayscale 11 years ago
Vittorio Giovara d7705be961 mpegvideoenc: check color_range 11 years ago
Diego Biurrun 27860819d5 ppc: Consistently use convenience macro for runtime CPU detection 11 years ago
Diego Biurrun 205fdd4ea5 ppc: Fix runtime CPU detection for apedsp, huffyuvdsp, svq1enc 11 years ago
Carl Eugen Hoyos 723adfb1df Fix standalone compilation of the webvtt encoder. 11 years ago
Martin Storsjö 570d4b2186 x86: h264: Don't keep data in the redzone across function calls on 64 bit unix 11 years ago
Martin Storsjö 0776e0ef6b adpcm: Write the proper predictor in trellis mode in IMA QT 11 years ago
Michael Niedermayer 06f576c4ab avcodec/x86/dct_init: fix build failure with clang && disable-optimizations 11 years ago
Michael Niedermayer 637093a2db avcodec/utvideoenc: skip unused huffman entries 11 years ago
Michael Niedermayer 29a1164e60 avcodec/utvideodec: fix use of get_vlc2() 11 years ago
Michael Niedermayer 334aafe565 avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entries 11 years ago
Carl Eugen Hoyos 673716c54b avcodec/utvideodec: Increase vlc len 11 years ago
Michael Niedermayer 0accf24b15 cavsdec: fix qp fixed slice handling 11 years ago
James Almer 6d408495b5 x86/dct32: don't build ff_dct32_float_sse on x86_64 11 years ago
Michael Niedermayer 7d8a60a442 avcodec/options_table: improve max/min rate help text 11 years ago
Michael Niedermayer 4959c4a793 avcodec/pthread_slice: Use av_malloc(z)_array() 11 years ago
Michael Niedermayer ab1e191720 avcodec/pthread_frame: Use av_mallocz_array() 11 years ago
Michael Niedermayer 007547b282 avcodec: fix () in TRANSPOSE macro 11 years ago
Michael Niedermayer ee5145c05d avcodec/aacpsy: Use av_mallocz_array() 11 years ago
Michael Niedermayer 6e6bd5481c avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory is possible 11 years ago
James Almer fc8db12a73 x86/vp9: inital AVX2 intra_pred 11 years ago
Michael Niedermayer 5183fac92f avcodec/hevc_sei: fix invalid get_bits() in a comment 11 years ago
Michael Niedermayer 118c042116 avcodec/tscc2: fix macro () 11 years ago
Michael Niedermayer 925bd174f2 avcodec/tta: fix macro () 11 years ago
Michael Niedermayer 5a376976a0 avcodec/vorbisdec: Reset first_frame 11 years ago
Michael Niedermayer 71da91e887 avcodec/libvpxenc: update the ranges for "cpu_used" so it matches the "speed" alias 11 years ago
Rafaël Carré 5265e3e40f avcodec/libvpxenc: Update the "cpu-used" options default to match the "speed" alias 11 years ago
Michael Niedermayer 3b42a8e439 avcodec/mpeg12enc: store sequence display extension only if we have something to store in it 11 years ago
Christophe Gisquet 7eb5b20a87 huffyuvdec: trick for plane decoding <= 14bits 11 years ago
Martin Storsjö 3d79d0c93e adpcm: Avoid reading out of bounds in the IMA QT trellis encoder 11 years ago
Michael Niedermayer 049b20b287 avcodec/adpcmenc: fix integer overflow / undefined behavior in STORE_NODE() 11 years ago
Martin Storsjö fa8f060b75 adpcm: Write the proper predictor in trellis mode in IMA QT 11 years ago
Martin Storsjö a32765c425 adpcm: Fix trellis encoding of IMA QT 11 years ago
Marc-Antoine Arnaud f558f0d2da avcodec options: add enum option for color_range 11 years ago
Marc-Antoine Arnaud 7c29b7229b avcodec options: add enum option for colorspace 11 years ago
Marc-Antoine Arnaud efc2dfe6a0 avcodec options: add enum option for color_trc 11 years ago
Marc-Antoine Arnaud bd71c300f9 avcodec options: add enum option for color_primaries 11 years ago
Marc-Antoine Arnaud 8a06794112 mpeg2: add sequence display extension information 11 years ago
Christophe Gisquet adf4ee40e7 wma lossless: reuse scalarproduct_and_madd_int16 11 years ago