log

age author description
Wed, 26 Aug 2009 23:07:07 +0000 mru Remove useless alignment from MpegEncContext.intra_scantable libavcodec
Wed, 26 Aug 2009 22:10:35 +0000 cehoyos Decoder for LPCM as used in Bluray discs. libavcodec
Wed, 26 Aug 2009 21:25:43 +0000 cehoyos Fix comments after switching from CABAC to range coder in r3658. libavcodec
Wed, 26 Aug 2009 21:23:21 +0000 faust3 add decode_coeffs() libavcodec
Wed, 26 Aug 2009 21:18:54 +0000 faust3 merge 2-channel M/S stereo decoding code with the multichannel version libavcodec
Wed, 26 Aug 2009 15:22:15 +0000 mru 4xm: provide 16-byte alignment where required libavcodec
Wed, 26 Aug 2009 13:17:06 +0000 mru dsputil: declare some arrays 16-byte aligned libavcodec
Wed, 26 Aug 2009 12:12:40 +0000 mru Remove some unnecessary alignment specifiers libavcodec
Wed, 26 Aug 2009 11:31:37 +0000 cehoyos Always allocate a buffer of AVPALETTE_SIZE for palette in the libavcodec
Wed, 26 Aug 2009 10:08:00 +0000 reimar 100l typo, xsub encoder printed end time hours where minutes should have been. libavcodec
Wed, 26 Aug 2009 09:10:51 +0000 reimar 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2 libavcodec
Wed, 26 Aug 2009 01:29:10 +0000 reimar Reindent. libavcodec
Wed, 26 Aug 2009 01:28:41 +0000 reimar Remove now dead code. libavcodec
Wed, 26 Aug 2009 01:27:58 +0000 reimar Apply r19642 also pgssubdec: libavcodec
Tue, 25 Aug 2009 23:28:33 +0000 mru mdec: remove unused members from struct MDECContext libavcodec
Tue, 25 Aug 2009 23:28:30 +0000 mru Remove explicit init to zero of static inv_zigzag_direct16 libavcodec
Tue, 25 Aug 2009 20:02:30 +0000 diego whitespace cosmetics libavcodec
Tue, 25 Aug 2009 08:47:39 +0000 cehoyos Add Bluray Subtitle Support libavcodec
Mon, 24 Aug 2009 21:42:22 +0000 mru PPC: remove unnecessary alignment on local variables libavcodec
Mon, 24 Aug 2009 17:35:47 +0000 vitor Cosmetics: add some whitespace around operators libavcodec
Mon, 24 Aug 2009 10:59:14 +0000 diego Add necessary #include for config.h. libavcodec
Mon, 24 Aug 2009 10:36:13 +0000 mru PPC: simplify loading some values into altivec registers libavcodec
Mon, 24 Aug 2009 10:06:26 +0000 diego Add missing header to fix 'make checkheaders'. libavcodec
Sun, 23 Aug 2009 11:02:41 +0000 mru Include required headers in {mips,ppc}/mathops.h libavcodec
Sun, 23 Aug 2009 11:02:37 +0000 mru Skip headers requiring external libs not present in checkheaders libavcodec
Sun, 23 Aug 2009 01:55:54 +0000 vitor TwinVQ decoder libavcodec
Sat, 22 Aug 2009 15:56:06 +0000 lorenm bring back some randomness in fft-test. (regression in r18070) libavcodec
Fri, 21 Aug 2009 16:54:42 +0000 faust3 Add some more wmapro decoder hunks libavcodec
Fri, 21 Aug 2009 10:10:42 +0000 diego Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil. libavcodec
Fri, 21 Aug 2009 09:54:28 +0000 reimar Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7REGS. libavcodec
Fri, 21 Aug 2009 08:46:49 +0000 diego Add missing #includes to pass 'make checkheaders'. libavcodec
Thu, 20 Aug 2009 18:54:50 +0000 reimar Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle libavcodec
Wed, 19 Aug 2009 21:59:44 +0000 mru Get rid of large stack array in rd8x8_c() libavcodec
Wed, 19 Aug 2009 21:59:40 +0000 mru eval: replace variable-length array with av_malloc/free libavcodec
Wed, 19 Aug 2009 21:59:36 +0000 mru flacdec: change variable-length array to fixed length libavcodec
Mon, 17 Aug 2009 02:23:53 +0000 mru AVR32: optimised mathops.h libavcodec
Mon, 17 Aug 2009 00:17:58 +0000 alexc Use the AOT enum instead of integer literals for setting and comparing audio libavcodec
Mon, 17 Aug 2009 00:15:02 +0000 alexc Mark the AOT escape value as supported. libavcodec
Mon, 17 Aug 2009 00:14:10 +0000 alexc Add USAC and SAOC AOTs to the AudioObjectType enum. libavcodec
Sat, 15 Aug 2009 11:59:53 +0000 diego Fix bug caused by difference in stride and picture width. libavcodec
Sat, 15 Aug 2009 11:42:15 +0000 diego cosmetics: indentation, prettyprinting, K&R coding style libavcodec
Sat, 15 Aug 2009 11:32:11 +0000 diego Drop some more useless braces around if/for constructs. libavcodec
Sat, 15 Aug 2009 11:31:42 +0000 diego Simplify another 'if' condition: Replace 'exp == 0' by '!exp'. libavcodec
Sat, 15 Aug 2009 11:22:55 +0000 superdump Add a function that can apply an order 2 rational transfer function in-place. libavcodec
Sat, 15 Aug 2009 11:12:47 +0000 diego Remove useless braces around if/for/while expressions. libavcodec
Sat, 15 Aug 2009 11:02:50 +0000 diego Simplify 'if' condition statements. libavcodec
Sat, 15 Aug 2009 09:12:58 +0000 reimar Fix start_display_time/end_display_time to be relative to packet pts in xsub decoder. libavcodec
Sat, 15 Aug 2009 00:58:26 +0000 reimar Reindent. libavcodec
Sat, 15 Aug 2009 00:57:24 +0000 reimar Remove code that is now dead. libavcodec
Sat, 15 Aug 2009 00:52:41 +0000 reimar Simplify initialization of AVSubtitle by using memset. libavcodec
Sat, 15 Aug 2009 00:46:33 +0000 reimar Make sure AVSubtitle is initialized, memset it to 0. libavcodec
Sat, 15 Aug 2009 00:02:42 +0000 reimar Fix cmd_pos bounds check to avoid the overflow case. libavcodec
Fri, 14 Aug 2009 16:41:21 +0000 cehoyos Fix typo. libavcodec
Fri, 14 Aug 2009 01:05:48 +0000 mru 10L: remove instruction left over from debugging libavcodec
Fri, 14 Aug 2009 01:02:06 +0000 mru ARM: NEON optimised vorbis_inverse_coupling libavcodec
Wed, 12 Aug 2009 19:54:28 +0000 superdump Add ff_celp_circ_addf() function to be used for sparse vector circular libavcodec
Wed, 12 Aug 2009 13:25:37 +0000 reimar Fix a memleak with win32 threads: the handle returned by _beginthreadex libavcodec
Tue, 11 Aug 2009 16:18:55 +0000 cehoyos Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their native libavcodec
Tue, 11 Aug 2009 07:04:33 +0000 lorenm fix a crash in SVQ1 with cmp!=sad libavcodec
Mon, 10 Aug 2009 12:34:36 +0000 diego Remove pointless #ifdefs from conditionally used files. libavcodec