10380 Commits (b1ade3d1821a29174963b28cd0caa5f7ed394998)

Author SHA1 Message Date
Frank Barchard e8b785411e Raise MAX_THREADS to 16. 15 years ago
Reimar Döffinger aafd659518 Do not initialize ff_cos_* tables again in rdft_init, they are already 15 years ago
Reimar Döffinger 686884da9d Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding. 15 years ago
Reimar Döffinger 16aec74761 Use hardcoded instead of runtime-calculated ff_cos_* tables if 15 years ago
Kostya Shishkov 6d924b5a5f Release frame after decoding is done 15 years ago
Reimar Döffinger ea09f69194 Print a warning message when avcodec_default_free_buffers finds unreleased 15 years ago
Reimar Döffinger 4a49ab77c6 Remove unnecessary calls to avcodec_check_dimensions, the check is already 15 years ago
Reimar Döffinger 0fbb0185b9 Call release_buffer on close for v210dec and v210x 15 years ago
Reimar Döffinger 4b5fee0205 Add missing release_buffer on close 15 years ago
Reimar Döffinger d8b35b8586 Add decoder for "forward uncompressed". 15 years ago
Reimar Döffinger 7537726f47 Implement execute2 for w32thread 15 years ago
Reimar Döffinger 1e6ff470b5 Fix w32thread implementation to handle job count > thread_count. 15 years ago
Reimar Döffinger 5bd1fc6fbd fft_dispatch array should be const 15 years ago
Reimar Döffinger c522b4e94e Simplify: use FFSWAP 15 years ago
Sascha Sommer 933e866735 extend description of avcodec_decode_audio3: 15 years ago
Reimar Döffinger b5ca9cd36f Reindent after removing the outer for loops in the execute2 patch 15 years ago
Reimar Döffinger 2a1294b978 Move dnxhdenc to execute2 multithreading API. 15 years ago
Reimar Döffinger 8d23a86f33 Add an execute2 function that is more flexible and allows to use parallel 15 years ago
Måns Rullgård 0115b3eadb ARM: align stack in NEON h264 mc functions 15 years ago
Måns Rullgård 3e6015cc18 ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs 15 years ago
Reimar Döffinger 9881d05d80 100l in avpicture_layout: width of chroma planes depends on format depth, too. 15 years ago
Kostya Shishkov 53b04467ae Warn when WVC1 cannot be decoded 15 years ago
Reimar Döffinger 3bb984987c Hack: set the coded frame PTS to the incoming PTS. 15 years ago
Reimar Döffinger 268fcbe2c8 Fix 100l incorrect bitmask check. 15 years ago
Kostya Shishkov 9e553f7acc Print error message when true interlaced VC-1 frames are encountered 15 years ago
Robert Swain 0359289d1d AAC: Fix regression introduced in r20067 where ADTS files would always be 15 years ago
David Conrad 144fec83b3 dca and aac decoders use float_to_int16_interleave, so check for 15 years ago
Måns Rullgård 12bf71b691 ARM: whitespace cosmetics 15 years ago
Måns Rullgård bef966e341 ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00 15 years ago
Måns Rullgård 2ad4c241c8 ARM: make function names all-lowercase 15 years ago
Måns Rullgård cf57bea6fb ARM: enable ARMv4 add_pixels_clamped 15 years ago
Måns Rullgård 153f49570f ARM: ARMv6 optimised add_pixels_clamped() 15 years ago
Måns Rullgård c8315e9186 ARM: whitespace cosmetics 15 years ago
Nathan Caldwell 73c6f59830 Move HuffYUV left prediction to dsputil. 15 years ago
Andrew Dennison 95ce961d88 Since some junk may be or may be not present before actual VC-1 extradata, 15 years ago
Reimar Döffinger 01418506a2 Remove casts that are useless since the argument is void *. 15 years ago
Jai Menon 1c38da85e6 Allow building api-example from outside of libavcodec and also 15 years ago
Justin Ruggles 9a9964c50e cosmetics: reindent and line wrap after last commit 15 years ago
Justin Ruggles d6eee9f3e9 alacenc: add a fixed LPC coefficient mode as compression level 1. old 15 years ago
Michael Niedermayer 1fe4abf397 Revert: 15 years ago
Måns Rullgård 55c0e1e6d2 ARM: add ff_ prefix to lots of functions 15 years ago
Måns Rullgård 9abcc9a6f4 ARM: cosmetics 15 years ago
Måns Rullgård f67e0b824f ARM: replace some #if with if() 15 years ago
Måns Rullgård 701c618f7d ARM: clean up file/function naming conventions 15 years ago
Måns Rullgård 84d430f85a ARM: clean up dsputil initialisation 15 years ago
Peter Ross 384f26f428 Sun Raster RGB support 15 years ago
Måns Rullgård 1febba1e62 ARM: shorten some long macro names 15 years ago
Måns Rullgård 2e823300a6 ARM: update ldm/stm instructions to modern syntax 15 years ago
Måns Rullgård abff992d36 ARM: whitespace cosmetics 15 years ago
Robert Swain f640478b56 Reindent after channel layout commit from yesterday 15 years ago