26957 Commits (03fff09b32171e0c76d104c02ebf578c7f4fe21d)

Author SHA1 Message Date
Michael Niedermayer 03fff09b32 avcodec/wmalosslessdec: Pass on error code from decode_tilehdr() 11 years ago
Carl Eugen Hoyos 26fc6ffec4 Cast signed libopenjpeg data values to unsigned before shifting. 11 years ago
Hendrik Leppkes 23bc1351ad vdpau: restore compatibility with deprecated fields in AVVDPAUContext 11 years ago
Michael Niedermayer e2bb185e62 nut: Support XYZ12 rawvideo 11 years ago
Michael Niedermayer e1d8ef4c21 avcodec/mss2: fix chroma dimensions 11 years ago
Carl Eugen Hoyos 8298b54179 Fix libopenjpeg colour range adjust for 8<bpp<16. 11 years ago
Carl Eugen Hoyos 8b7cce441c Support signed j2k images via libopenjpeg. 11 years ago
Michael Niedermayer ebfa1264aa avcodec/mjpegdec: allow lowres with amv 11 years ago
Michael Niedermayer 7c3700cd1d avcodec/mjpegdec: use the AVFrame width/height for flipping 11 years ago
Michael Niedermayer af15c17daa avcodec/mjpegdec: remove new flipping code 11 years ago
Maxim Polijakowski e6f0bb6527 ATRAC3+ decoder 11 years ago
Diego Biurrun 4c642d8d98 x86: hpeldsp: Add missing av_cold attribute to init function 11 years ago
Diego Biurrun b0be1ae792 x86: avcodec: Add a bunch of missing #includes for av_cold 11 years ago
Diego Biurrun 4b48201d4d ac3tab.h: #include the correct headers 11 years ago
Anton Khirnov d48132b7de mjpegdec: apply flipping after decoding, not before 11 years ago
Guillaume Martres e588615d93 hevc: fix decoding of one PU wide files 11 years ago
Anton Khirnov ca96e33716 vp9: drop support for real (non-emulated) edges 11 years ago
Anton Khirnov ef8c93e2f1 vp8: drop support for real (non-emulated) edges 11 years ago
Anton Khirnov ebfe622bb1 mpegvideo: drop support for real (non-emulated) edges 11 years ago
Michael Niedermayer fb8f5d0510 avcodec/msvideo1enc: fix SKIPS_MAX 11 years ago
Michael Niedermayer 48ad1f392a avcodec/libstagefright: drop dependancy on sizeof(AVFrame) 11 years ago
Michael Niedermayer 1a0370ad94 avcodec/kgv1dec: remove unused function and variable 11 years ago
Ronald S. Bultje c6fe984f2f vp9/x86: make STORE_2X2 macro local. 11 years ago
Michael Niedermayer 9d098ea32f avcodec/huffyuvenc: Factorize store_huffman_tables() out 11 years ago
Michael Niedermayer 9e7b477c8c avcodec/ffv1enc: choose 1.2 by default for higher resolutions to ensure multi-threaded decodability 11 years ago
Michael Niedermayer 5d4541007f avcodec/huffyuvenc: fix -context 1 encoding 11 years ago
Ronald S. Bultje 024fac5cd4 vp9: make mv bounds 32bit. 11 years ago
Ronald S. Bultje 5b0fc07819 vp9: reset contextual caches on frame size change with mt enabled. 11 years ago
Ronald S. Bultje 04a187fb2a vp9/x86: idct_32x32_add_ssse3 sub-8x8-idct. 11 years ago
Ronald S. Bultje 37b001d14d vp9/x86: idct_32x32_add_ssse3 sub-16x16-idct. 11 years ago
Ronald S. Bultje e84d14df10 vp9/x86: idct_32x32_add_ssse3. 11 years ago
Martin Storsjö 952d3187d8 arm: Add a missing # as prefix for an immediate constant 11 years ago
Martin Storsjö 5dae487235 arm: Allow overriding the alignment set in the function macro 11 years ago
Martin Storsjö b7b932f5e3 arm: Remove a leftover define for the pld instruction 11 years ago
Martin Storsjö 67bb3a4e28 arm: cosmetics: Reindent the h264dsp neon init function 11 years ago
Michael Niedermayer 8aead3ffa8 avformat/adxdec: dont return random data on EOF 11 years ago
Michael Niedermayer 8ca9a68f19 avcodec/flacdec: check rice_order against blocksize 11 years ago
Michael Niedermayer 99b6357f37 rename CONFIG_FFT_FIXED_32 -> FFT_FIXED_32 11 years ago
Michael Niedermayer 21b25537fb avcodec/mpeg4videodec: use av_fast_padded_malloc() for bitstream buffer 11 years ago
Michael Niedermayer 13f3092b38 avcodec/huffyuv: add YUVA420P, YUVA422P, YUVA444P, GBRAP, GRAY8A 11 years ago
Michael Niedermayer 60ab582a4e avcodec/huffyuv: add GRAY8 support 11 years ago
Michael Niedermayer 22f59a8cbe avcodec/huffyuv: add GBRP support 11 years ago
Diego Biurrun 794fcf79a8 Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT 11 years ago
Paul B Mahol 63debaa74c libopusenc: Change default frame duration to 20 ms 11 years ago
Michael Niedermayer 98dcbb47fa avcodec/h264: reset list_count too in case of error in ff_set_ref_count() 11 years ago
Anton Khirnov 9cbf2d78f0 pthread_frame: unref decoded frames on failure 11 years ago
Anton Khirnov a03a642d5c h264: do not use 422 functions for monochrome 11 years ago
Anton Khirnov 9eef9eb301 h264: check that execute_decode_slices() is not called too many times 11 years ago
Anton Khirnov bfd26b7ce6 h264: reject mismatching luma/chroma bit depths during sps parsing 11 years ago
Anton Khirnov 9a026c7298 h264: rebuild the default ref list if the reference count changes 11 years ago