26975 Commits (6bd001d76657bfcfe3cf11efd1256866a03ad329)

Author SHA1 Message Date
Serhii Marchuk c917cde9cc mpegts muxer, DVB subtitles encoder: common DVB subtitles payload 11 years ago
Michael Niedermayer 2ce4543286 avcodec/dct-test: add support for C prores IDCT 11 years ago
Guillaume Martres b00a8b4d19 hevc: remove useless clip in FUNC(sao_band_filter)() 11 years ago
Guillaume Martres c9fe0caf7a hevc: clip pixels when transquant bypass is used 11 years ago
Michael Niedermayer 65801040c6 avcodec/dct-test: reproduce 4..1019 clipping when testing prores IDCT 11 years ago
Michael Niedermayer 2981f6a79f avcodec/dct-test: correct output bias of prores idct 11 years ago
Ronald S. Bultje 0065d2d520 vp9: fix mt-related hang a parser infinite loop. 11 years ago
Michael Niedermayer 7dc0aba3fb avcodec/mjpegenc: use a seperate chroma matrix when luma and chroma differ 11 years ago
Michael Niedermayer b8ff951ce0 avcodec/mpegvideo_enc: init chroma matrix for mjpeg 11 years ago
Michael Niedermayer 859d74040e avcodec/mjpegenc: pass chroma quantization matrix through as well, not just luma 11 years ago
Luca Barbato 5856bca360 hevc: Clip the pixel before shifting 11 years ago
Michael Niedermayer 0999f1613b avcodec/hevc: use av_mallocz() for allocating tab_ipm 11 years ago
Michael Niedermayer d5af400713 avcodec/alac: warn if not all channels where decoded 11 years ago
Michael Niedermayer e11983bda0 avcodec/alac: only set *got_frame_ptr when all channels have been decoded 11 years ago
Michael Niedermayer 6b18a6839b avcodec/wmalosslessdec: shrink output on error so no uninitialized data is returned 11 years ago
Michael Niedermayer ae3856dcaf avcodec/wmalosslessdec: deallocate uninitialized frame on decode_tilehdr() failure 11 years ago
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
Martin Storsjö 44a0a98f92 arm: Add an option for making sure NEON registers aren't clobbered 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