10650 Commits (6698d13998f983a5d592c5df525d67882c9c186f)

Author SHA1 Message Date
Michael Niedermayer c69b3e0dc1 Revert r20249, it seems the union trick works everywhere 16 years ago
Jai Menon 215dab5fee alacenc : use private compression_level value consistently. 16 years ago
Alexander Strange f076fe4422 Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). 16 years ago
Alexander Strange 2d4bbdecee Huffyuv: Add missing const to src pointers in dsputil functions. 16 years ago
Alexander Strange 8471a1873d Huffyuv: Remove unnecessary allocation in alloc_temp(). 16 years ago
Alexander Strange 6ec8eadda4 Huffyuv: Fix a valgrind warning in get_vlc2(). 16 years ago
Jai Menon a0992374ee alacenc : Move some code around for clarity. 16 years ago
Ramiro Polla 52ae1e869b mlp: Indent. 16 years ago
Ramiro Polla 7fd8806924 mlp: Only initialize VLC tables once. This caused a crash when multiple 16 years ago
Reimar Döffinger 33815fa106 mlp: Use smaller CRC tables if CONFIG_SMALL. 16 years ago
Carl Eugen Hoyos 45fc24a005 Do not try to free memory that was never allocated (partial revert of r20231). 16 years ago
Carl Eugen Hoyos 0b7f39c9d4 Release unreleased buffers found by make test. 16 years ago
Michael Niedermayer b388d5e4c6 Very evil missuse of svn to test if AVOption and AVOption2 are compatible. 16 years ago
Michael Niedermayer f1cb9858b5 Add an experimental AVOption2 that uses an union instead of double for default_val. 16 years ago
Reimar Döffinger c76911bd65 Split parts of dvdata.h into dvdata.c, this ensures that things like 16 years ago
Reimar Döffinger 75df2edbb9 Add support for hardcoded ff_sin_* tables. 16 years ago
Reimar Döffinger 4ee726b670 Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions 16 years ago
Reimar Döffinger 91405541d5 Remove silly casts to the same type as we already have. 16 years ago
Reimar Döffinger 77edf86648 Add missing release_buffer at decode end for asv1 decoder. 16 years ago
Reimar Döffinger a57afd2943 Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32. 16 years ago
Frank Barchard e8b785411e Raise MAX_THREADS to 16. 16 years ago
Reimar Döffinger aafd659518 Do not initialize ff_cos_* tables again in rdft_init, they are already 16 years ago
Reimar Döffinger 686884da9d Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding. 16 years ago
Reimar Döffinger 16aec74761 Use hardcoded instead of runtime-calculated ff_cos_* tables if 16 years ago
Kostya Shishkov 6d924b5a5f Release frame after decoding is done 16 years ago
Reimar Döffinger ea09f69194 Print a warning message when avcodec_default_free_buffers finds unreleased 16 years ago
Reimar Döffinger 4a49ab77c6 Remove unnecessary calls to avcodec_check_dimensions, the check is already 16 years ago
Reimar Döffinger 0fbb0185b9 Call release_buffer on close for v210dec and v210x 16 years ago
Reimar Döffinger 4b5fee0205 Add missing release_buffer on close 16 years ago
Reimar Döffinger d8b35b8586 Add decoder for "forward uncompressed". 16 years ago
Reimar Döffinger 7537726f47 Implement execute2 for w32thread 16 years ago
Reimar Döffinger 1e6ff470b5 Fix w32thread implementation to handle job count > thread_count. 16 years ago
Reimar Döffinger 5bd1fc6fbd fft_dispatch array should be const 16 years ago
Reimar Döffinger c522b4e94e Simplify: use FFSWAP 16 years ago
Sascha Sommer 933e866735 extend description of avcodec_decode_audio3: 16 years ago
Reimar Döffinger b5ca9cd36f Reindent after removing the outer for loops in the execute2 patch 16 years ago
Reimar Döffinger 2a1294b978 Move dnxhdenc to execute2 multithreading API. 16 years ago
Reimar Döffinger 8d23a86f33 Add an execute2 function that is more flexible and allows to use parallel 16 years ago
Måns Rullgård 0115b3eadb ARM: align stack in NEON h264 mc functions 16 years ago
Måns Rullgård 3e6015cc18 ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs 16 years ago
Reimar Döffinger 9881d05d80 100l in avpicture_layout: width of chroma planes depends on format depth, too. 16 years ago
Kostya Shishkov 53b04467ae Warn when WVC1 cannot be decoded 16 years ago
Reimar Döffinger 3bb984987c Hack: set the coded frame PTS to the incoming PTS. 16 years ago
Reimar Döffinger 268fcbe2c8 Fix 100l incorrect bitmask check. 16 years ago
Kostya Shishkov 9e553f7acc Print error message when true interlaced VC-1 frames are encountered 16 years ago
Robert Swain 0359289d1d AAC: Fix regression introduced in r20067 where ADTS files would always be 16 years ago
David Conrad 144fec83b3 dca and aac decoders use float_to_int16_interleave, so check for 16 years ago
Måns Rullgård 12bf71b691 ARM: whitespace cosmetics 16 years ago
Måns Rullgård bef966e341 ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00 16 years ago
Måns Rullgård 2ad4c241c8 ARM: make function names all-lowercase 16 years ago