11593 Commits (bfbdc58e521bc8aa750ce9a1be3bc57ce1c85d53)

Author SHA1 Message Date
Vitor Sessak 2758004fce DCT: remove unused field from context 15 years ago
Kostya Shishkov b78a985afb fix minor typo 15 years ago
Aurelien Jacobs 3546fa8d87 fix compilation with --disable-everything --enable-decoder=mpeg2video 15 years ago
Måns Rullgård 1366f05978 rdft: reorder functions to avoid static prototype 15 years ago
Måns Rullgård 2881c83127 Call rdft by function pointer 15 years ago
Michael Niedermayer b297129bdb Hotfix for regtest-error failure 15 years ago
Michael Niedermayer 673fc6388f Error concealment of h264 with multiple references. 15 years ago
Janusz Krzysztofik 5388f0b479 Reinitialize the h264 decoder context on every valid aspect ratio 15 years ago
Måns Rullgård d343d59837 Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED 15 years ago
Stefano Sabatini fd7cbc7f9c Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather than 15 years ago
Carl Eugen Hoyos 9109cdca97 Fix compilation on PPC 470. 15 years ago
Alexis Ballier 57937d6195 qtrleenc: add rgb555 output 15 years ago
Maxim Poliakovski ace38c36bf Correct reference buffer switching in Indeo 5 decoder. 15 years ago
Kostya Shishkov 6eec969d54 document two variables in Indeo5 decoding context 15 years ago
Michael Niedermayer 68f0bc7e62 Use H264s MC instead of mpeg4-asp qpel for h264 error resilience. 15 years ago
Måns Rullgård 3bd74e9243 Simplify arch-specific object file lists 15 years ago
Måns Rullgård 43f60eba19 Move arch-specific makefile parts into $arch/Makefile 15 years ago
Måns Rullgård 4693b031a3 Move H264 dsputil functions into their own struct 15 years ago
Baptiste Coudurier f5beb9a8a1 100L, revert r22560, already present 15 years ago
Baptiste Coudurier 48b2ef95b3 mpegts muxer now needs mpeg4audio code like adts muxer 15 years ago
Måns Rullgård 404793f4ac H264: fix signed overflow in constant multiplication 15 years ago
Michael Niedermayer 53f66cee0c Add ff_ prefix for mpeg2_dc_scale_table. 15 years ago
Michael Niedermayer 6506c3d2b2 Support intra_dc_precision>8 in jpeg 15 years ago
Michael Niedermayer bd57cae86f use mpeg2 quantization bias for mjpeg. 15 years ago
Benoit Fouet 4a287145c2 Remove avcodec_thread_execute from avcodec.h, and make static functions that 15 years ago
Carl Eugen Hoyos 66b50bc0b2 Cosmetics: Fix a comment. 15 years ago
Måns Rullgård 1e470fadcb DWT: x86 init should depend on HAVE_MMX 15 years ago
Reimar Döffinger c26bce1070 Allow hard-coding of the 32kB cubic-root table for AAC. 15 years ago
Reimar Döffinger 062777b343 Allow hard-coding several QDM2 tables (about 32 kB size). 15 years ago
Reimar Döffinger 108d262c56 Add some more table-printing functions needed for future patches. 15 years ago
Måns Rullgård 33996217ca Add ff_ prefix to dwt functions 15 years ago
Måns Rullgård 05aec7bb87 Separate DWT from snow and dsputil 15 years ago
Michael Niedermayer 686c781766 Make sure all mvs of a mb are set in the error concealment code. 15 years ago
Michael Niedermayer bb4fcfa395 Ensure that the deblock filter accesses the correct MVs for h264. 15 years ago
Alex Converse b3e5931d18 aacsbr: DSPUtilize analysis input scaling. 15 years ago
Alex Converse f8a93a2036 aac: Don't bias output during the IMDCT if SBR will be used. 15 years ago
Stefano Sabatini 0edfa79b23 Make iff.c:decode_init return the value returned by 15 years ago
Aurelien Jacobs 382b5b3a0c CODEC_ID_XVID is not used anywhere, remove it at next major bump 15 years ago
Aurelien Jacobs 74dc70c425 bump minor avcodec version for libxvid codec id change (r22489) 15 years ago
David Conrad 14268254c8 vp3: Split out motion vectors to their own array 15 years ago
Stefano Sabatini 60c144f700 Move error code definitions from libavcodec/avcodec.h to 15 years ago
David Conrad 1e76a1da05 theora: Add support for 4:2:2 and 4:4:4 subsampling 15 years ago
David Conrad 1a8560423e vp3: remove unneeded error, this is internal and doesn't happen 15 years ago
David Conrad 577838842d vp3: Make fragment_width _height by plane 15 years ago
David Conrad 1c183aa418 vp3: we only need a temp MV array of size 4 15 years ago
David Conrad 703acd540e vp3: Use memset to clear the fragment array 15 years ago
David Conrad cd9c03f57f vp3: Init MVs to 0 15 years ago
David Conrad a16389c18f vp3: Simplify init_block_mapping 15 years ago
Aurelien Jacobs 2325bdad7b libxvid is producing standard mpeg4 so it don't need its own codec id 15 years ago
Michael Niedermayer 2c4bc23e7a Fix guess_mv() so that it works correctly with 4x4 MV blocks. 15 years ago