21342 Commits (b1ade3d1821a29174963b28cd0caa5f7ed394998)
 

Author SHA1 Message Date
Reimar Döffinger 91405541d5 Remove silly casts to the same type as we already have. 15 years ago
Reimar Döffinger 77edf86648 Add missing release_buffer at decode end for asv1 decoder. 15 years ago
Reimar Döffinger a57afd2943 Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32. 15 years ago
Frank Barchard e8b785411e Raise MAX_THREADS to 16. 15 years ago
Jai Menon 2e3ca1ffd0 Skip padding bytes correctly in ID3 tags. 15 years ago
Reimar Döffinger aafd659518 Do not initialize ff_cos_* tables again in rdft_init, they are already 15 years ago
Justin Ruggles 0fa0fa296a 10l: update Makefile after rename 15 years ago
Justin Ruggles 5855e4e0dd Rename aiff.c to aiffdec.c 15 years ago
Justin Ruggles 47b47bbdaf Split up the AIFF muxer and demuxer into separate files. 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
Reimar Döffinger 1e69999334 MXF: simply ignore tracks that are invalid due to not having a valid Sequence 15 years ago
Justin Ruggles 8746296818 Add Speex support to the Ogg muxer. 15 years ago
Justin Ruggles 24c6f152c4 Do not read data past the end of the SSND chunk in the AIFF demuxer. 15 years ago
Carl Eugen Hoyos dd9d5a1ef8 Support Midvid JPEG Video Codec (still flipped). 15 years ago
Carl Eugen Hoyos 54089ecd5a Support Intel JPEG Library Video Codec (still flipped). 15 years ago
Justin Ruggles 15299b3821 Calculate correct packet durations when demuxing Ogg/Speex. This involves 15 years ago
Sascha Sommer 933e866735 extend description of avcodec_decode_audio3: 15 years ago
Reimar Döffinger 90aa6ace63 Merge declaration and initialization 15 years ago
Reimar Döffinger 098d8e0950 Simplify: use FFMIN 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
Daniel G. Taylor febd1c90a6 Detect Windows Media DRM protected files and display warning if no key 15 years ago
Måns Rullgård 0115b3eadb ARM: align stack in NEON h264 mc functions 15 years ago
Måns Rullgård e276d9e82d ARM: force PIC for shared libs only with ARMv6T2 and later 15 years ago
Carl Eugen Hoyos b8c0db9981 Allow autodetection of E-AC3. 15 years ago
Reimar Döffinger a9b0204374 Do the dnxhd_720p_rd test with -threads 4 in order to also test the threading code. 15 years ago
Måns Rullgård 3e6015cc18 ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs 15 years ago
Måns Rullgård 1fce58c2fc ARM: enable PIC 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
Carl Eugen Hoyos 0096d766b9 Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS. 15 years ago
Reimar Döffinger 3bb984987c Hack: set the coded frame PTS to the incoming PTS. 15 years ago
Stefano Sabatini 046703660d Document the additon of the w and h fields to AVFilterPic. 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
Daniel Verkamp 54eb4ae0a2 Do not allow 0 sample rate in TMV demuxer 15 years ago
Daniel Verkamp f19ae9ea4d Stricter TMV probe 15 years ago
Robert Swain 0359289d1d AAC: Fix regression introduced in r20067 where ADTS files would always be 15 years ago