17436 Commits (0a3a69e8d77146b53a1112c715a78e7d293883b1)

Author SHA1 Message Date
Paul B Mahol 0a3a69e8d7 ffv1dec: use correct linesize 13 years ago
Paul B Mahol c8eba9f9d5 ffv1dec: PIX_FMT_YUVA444P support 13 years ago
Paul B Mahol b0a30ea7c8 ffv1enc: PIX_FMT_YUVA444P support 13 years ago
Paul B Mahol ab7da16ea4 ffv1dec: PIX_FMT_YUVA420P support 13 years ago
Paul B Mahol 7054629f04 ffv1enc: PIX_FMT_YUVA420P support 13 years ago
Michael Niedermayer 05ebe51e00 mpeg/h264: update thread context even if it is not initialized. 13 years ago
Michael Niedermayer e4a714f65a h264: Return the correct number of bytes for mid strea, extradata. 13 years ago
Michael Niedermayer 146ef3f37c pngdec: fix warning about pointer types 13 years ago
Carl Eugen Hoyos 97da38c99b Allow decoding of 64bit png images. 13 years ago
Carl Eugen Hoyos ea604de91e Simplify "deloco" and support decoding of 48bit loco png. 13 years ago
Michael Bradshaw f0d6828dbe Supoort decoding of gray16 images with libopenjpeg. 13 years ago
Clément Bœsch cc7342f712 assdec: fix wrong alloc pointer check. 13 years ago
Clément Bœsch 7c0d30b57b ass: use av_asprintf() instead of a temporary stack buffer. 13 years ago
Michael Niedermayer 9729f140ae diracdec: Fix integer overflow leading to out of global array read. 13 years ago
Justin Ruggles 89eea6df28 aacenc: make sure to encode enough frames to cover all input samples. 13 years ago
Justin Ruggles f44005b610 aacenc: only use the number of input samples provided by the user. 13 years ago
Alex Converse 48f1e5212c wmadec: Verify bitstream size makes sense before calling init_get_bits. 13 years ago
Alex Converse ae35210a5d kmvc: Log into a context at a log level constant. 13 years ago
Alex Converse dfa37fe8a3 mpeg12: Pad framerate tab to 16 entries. 13 years ago
Michael Niedermayer a02e8df973 kgv1dec: Increase offsets array size so it is large enough. 13 years ago
Alex Converse 386741f887 kmvc: Check palsize. 13 years ago
Reimar Döffinger 2ab5feafe1 huffman: use a simple assignment instead of FFSWAP. 13 years ago
Reimar Döffinger 6166bf3cbe Deobfuscate ff_huff_build_tree. 13 years ago
Carl Eugen Hoyos 36436a4032 Add option forced_subs_only for Bluray subtitles. 13 years ago
Carl Eugen Hoyos 6838df0488 Add pix_fmt_info for yuva444. 13 years ago
Christophe Gisquet 6b03900382 x86 dsputil: provide SSE2/SSSE3 versions of bswap_buf 13 years ago
Ronald S. Bultje af79a0c48a png: add support for bpp>4 to paeth x86 SIMD code. 13 years ago
Ronald S. Bultje f91c4b7824 png: add SSE2 version for add_bytes_l2. 13 years ago
Ronald S. Bultje 59f474b49d png: convert DSP functions to yasm. 13 years ago
Mans Rullgard 3715d841a6 Fix non-C89 declarations in for loops 13 years ago
Reimar Döffinger f9eb622944 Fix offset validity checks. 13 years ago
Reimar Döffinger cd3ced1bb9 fraps: frame threading support. 13 years ago
Reimar Döffinger 0efdb942a6 fraps: Deduplicate some code. 13 years ago
Reimar Döffinger 3469c88804 fraps: Minor simplification, use local variable. 13 years ago
Ronald S. Bultje 20a7d3178f png: add missing #if HAVE_SSSE3 around function pointer assignment. 13 years ago
Paul B Mahol 371946bc27 r210enc: don't write uninitialized data 13 years ago
Paul B Mahol 668a0b152b libvpxenc: update after FF_API_X264_GLOBAL_OPTS removal 13 years ago
Carl Eugen Hoyos a915618a29 Improve decoding quality for lossy wavpack. 13 years ago
Reimar Döffinger 7fabef1f01 fraps: optimize pseudo-YUV to RGB conversion. 13 years ago
Ronald S. Bultje 331e7c4cb3 imdct36: mark SSE functions as using all 16 XMM registers. 13 years ago
Ronald S. Bultje e92003514d png: move DSP functions to their own DSP context. 13 years ago
Aneesh Dogra f9708e9a0e sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats. 13 years ago
Aneesh Dogra 415f358a1f sunrast: Cosmetics 13 years ago
Aneesh Dogra 4ffb8e2c14 sunrast: Remove if (unsigned int < 0) check. 13 years ago
Aneesh Dogra fef3771778 sunrast: Replace magic number by a macro. 13 years ago
Paul Kendall 7df9937fcc Fix dvb subtitle decoding when display segment is missing. 13 years ago
Reimar Döffinger f4e8292eb7 fraps: Add release_buffer forgotten when reget_buffer was removed. 13 years ago
Reimar Döffinger 95e873bb14 fraps: fix indentation. 13 years ago
Reimar Döffinger 6a9b565e0a FRAPS: Do not needlessly use reget_buffer. 13 years ago
Paul B Mahol 6bcc8275a1 r210enc: fix encoding for unaligned widths 13 years ago