log

age author description
Fri, 16 Oct 2009 12:31:32 +0000 michael Add an experimental AVOption2 that uses an union instead of double for default_val. libavcodec
Fri, 16 Oct 2009 07:55:57 +0000 reimar Split parts of dvdata.h into dvdata.c, this ensures that things like libavcodec
Thu, 15 Oct 2009 18:04:55 +0000 reimar Add support for hardcoded ff_sin_* tables. libavcodec
Thu, 15 Oct 2009 17:55:51 +0000 reimar Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions libavcodec
Thu, 15 Oct 2009 17:19:07 +0000 reimar Remove silly casts to the same type as we already have. libavcodec
Thu, 15 Oct 2009 17:16:50 +0000 reimar Add missing release_buffer at decode end for asv1 decoder. libavcodec
Thu, 15 Oct 2009 17:10:07 +0000 reimar Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32. libavcodec
Thu, 15 Oct 2009 15:11:57 +0000 cehoyos Raise MAX_THREADS to 16. libavcodec
Thu, 15 Oct 2009 11:50:32 +0000 reimar Do not initialize ff_cos_* tables again in rdft_init, they are already libavcodec
Thu, 15 Oct 2009 06:59:23 +0000 reimar Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding. libavcodec
Wed, 14 Oct 2009 21:41:24 +0000 reimar Use hardcoded instead of runtime-calculated ff_cos_* tables if libavcodec
Wed, 14 Oct 2009 05:28:24 +0000 kostya Release frame after decoding is done libavcodec
Tue, 13 Oct 2009 20:48:51 +0000 reimar Print a warning message when avcodec_default_free_buffers finds unreleased libavcodec
Tue, 13 Oct 2009 20:13:28 +0000 reimar Remove unnecessary calls to avcodec_check_dimensions, the check is already libavcodec
Tue, 13 Oct 2009 18:31:22 +0000 reimar Call release_buffer on close for v210dec and v210x libavcodec
Tue, 13 Oct 2009 18:28:37 +0000 reimar Add missing release_buffer on close libavcodec
Tue, 13 Oct 2009 18:15:57 +0000 reimar Add decoder for "forward uncompressed". libavcodec
Tue, 13 Oct 2009 13:40:03 +0000 reimar Implement execute2 for w32thread libavcodec
Tue, 13 Oct 2009 13:03:12 +0000 reimar Fix w32thread implementation to handle job count > thread_count. libavcodec
Tue, 13 Oct 2009 10:30:10 +0000 reimar fft_dispatch array should be const libavcodec
Tue, 13 Oct 2009 08:23:00 +0000 reimar Simplify: use FFSWAP libavcodec
Mon, 12 Oct 2009 19:50:31 +0000 faust3 extend description of avcodec_decode_audio3: libavcodec
Mon, 12 Oct 2009 14:46:53 +0000 reimar Reindent after removing the outer for loops in the execute2 patch libavcodec
Mon, 12 Oct 2009 14:43:57 +0000 reimar Move dnxhdenc to execute2 multithreading API. libavcodec
Mon, 12 Oct 2009 11:35:35 +0000 reimar Add an execute2 function that is more flexible and allows to use parallel libavcodec
Sun, 11 Oct 2009 16:16:08 +0000 mru ARM: align stack in NEON h264 mc functions libavcodec
Sun, 11 Oct 2009 10:15:48 +0000 mru ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs libavcodec
Sun, 11 Oct 2009 07:05:26 +0000 reimar 100l in avpicture_layout: width of chroma planes depends on format depth, too. libavcodec
Sun, 11 Oct 2009 05:36:59 +0000 kostya Warn when WVC1 cannot be decoded libavcodec
Sat, 10 Oct 2009 14:43:31 +0000 reimar Hack: set the coded frame PTS to the incoming PTS. libavcodec
Sat, 10 Oct 2009 08:49:57 +0000 reimar Fix 100l incorrect bitmask check. libavcodec
Sat, 10 Oct 2009 07:35:31 +0000 kostya Print error message when true interlaced VC-1 frames are encountered libavcodec
Fri, 09 Oct 2009 15:38:44 +0000 superdump AAC: Fix regression introduced in r20067 where ADTS files would always be libavcodec
Thu, 08 Oct 2009 14:40:14 +0000 conrad dca and aac decoders use float_to_int16_interleave, so check for libavcodec
Wed, 07 Oct 2009 21:35:24 +0000 mru ARM: whitespace cosmetics libavcodec
Wed, 07 Oct 2009 21:35:19 +0000 mru ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00 libavcodec
Tue, 06 Oct 2009 21:55:41 +0000 mru ARM: make function names all-lowercase libavcodec
Tue, 06 Oct 2009 21:55:37 +0000 mru ARM: enable ARMv4 add_pixels_clamped libavcodec
Tue, 06 Oct 2009 21:55:35 +0000 mru ARM: ARMv6 optimised add_pixels_clamped() libavcodec
Tue, 06 Oct 2009 21:55:30 +0000 mru ARM: whitespace cosmetics libavcodec
Tue, 06 Oct 2009 16:06:15 +0000 cehoyos Move HuffYUV left prediction to dsputil. libavcodec
Tue, 06 Oct 2009 15:30:08 +0000 kostya Since some junk may be or may be not present before actual VC-1 extradata, libavcodec
Tue, 06 Oct 2009 06:33:18 +0000 reimar Remove casts that are useless since the argument is void *. libavcodec
Tue, 06 Oct 2009 06:18:57 +0000 jai_menon Allow building api-example from outside of libavcodec and also libavcodec
Mon, 05 Oct 2009 21:33:50 +0000 jbr cosmetics: reindent and line wrap after last commit libavcodec
Mon, 05 Oct 2009 21:27:36 +0000 jbr alacenc: add a fixed LPC coefficient mode as compression level 1. old libavcodec
Mon, 05 Oct 2009 20:18:16 +0000 michael Revert: libavcodec
Sun, 04 Oct 2009 13:13:12 +0000 mru ARM: add ff_ prefix to lots of functions libavcodec
Sun, 04 Oct 2009 13:13:08 +0000 mru ARM: cosmetics libavcodec
Sun, 04 Oct 2009 13:13:06 +0000 mru ARM: replace some #if with if() libavcodec
Sun, 04 Oct 2009 13:13:02 +0000 mru ARM: clean up file/function naming conventions libavcodec
Sun, 04 Oct 2009 13:12:55 +0000 mru ARM: clean up dsputil initialisation libavcodec
Sun, 04 Oct 2009 08:42:23 +0000 pross Sun Raster RGB support libavcodec
Sat, 03 Oct 2009 18:22:56 +0000 mru ARM: shorten some long macro names libavcodec
Sat, 03 Oct 2009 18:22:52 +0000 mru ARM: update ldm/stm instructions to modern syntax libavcodec
Sat, 03 Oct 2009 18:22:49 +0000 mru ARM: whitespace cosmetics libavcodec
Sat, 03 Oct 2009 14:59:40 +0000 superdump Reindent after channel layout commit from yesterday libavcodec
Sat, 03 Oct 2009 10:01:23 +0000 faust3 increase maximum compressed frame size libavcodec
Sat, 03 Oct 2009 09:44:05 +0000 faust3 return AVERROR_INVALIDDATA when the bitstream could not be decoded libavcodec
Sat, 03 Oct 2009 05:18:32 +0000 pross Support decoding of uncompressed PCX scanlines libavcodec