Fri, 25 Jan 2008 21:14:17 +0000 |
mru |
clean up dynamic loading of libfaad
libavcodec
|
Fri, 25 Jan 2008 07:37:46 +0000 |
andoma |
Correctly clean up IntraX8Context upon codec close.
libavcodec
|
Thu, 24 Jan 2008 19:51:31 +0000 |
mru |
cosmetic: libfaad.c indentation
libavcodec
|
Thu, 24 Jan 2008 19:51:29 +0000 |
mru |
fix dynamic loading of libfaad 2.6
libavcodec
|
Thu, 24 Jan 2008 19:31:59 +0000 |
michael |
Fix crash for CAVLC->CABAC switch caused by writing into NULL tables.
libavcodec
|
Wed, 23 Jan 2008 21:27:07 +0000 |
diego |
Add #undef printf and disable non-functional code to make test program compile.
libavcodec
|
Wed, 23 Jan 2008 10:23:24 +0000 |
diego |
Fix test program compilation: Add missing #include and update the call
libavcodec
|
Wed, 23 Jan 2008 10:19:39 +0000 |
diego |
Put some disabled functions that are only used in the test program in cabac.c
libavcodec
|
Wed, 23 Jan 2008 10:18:08 +0000 |
diego |
Add #undef random and call the right function to fix test program compilation.
libavcodec
|
Tue, 22 Jan 2008 23:47:59 +0000 |
diego |
Remove unused variables in test code.
libavcodec
|
Tue, 22 Jan 2008 09:20:25 +0000 |
diego |
Fix warnings in test code:
libavcodec
|
Mon, 21 Jan 2008 00:29:22 +0000 |
diego |
Remove two unused variables.
libavcodec
|
Mon, 21 Jan 2008 00:28:29 +0000 |
diego |
Remove unnecessary forward declaration.
libavcodec
|
Sun, 20 Jan 2008 23:53:51 +0000 |
diego |
Consistently use TEST as the preprocessor condition to enable test code.
libavcodec
|
Sun, 20 Jan 2008 21:38:21 +0000 |
aurel |
add proper matroskaenc dependency over xiph.o
libavcodec
|
Sun, 20 Jan 2008 20:55:28 +0000 |
aurel |
add missing Makefile rules for zork pcm encoder/decoder
libavcodec
|
Sun, 20 Jan 2008 20:51:19 +0000 |
aurel |
and thus, nellymoser obviously also depens on fft.o
libavcodec
|
Sun, 20 Jan 2008 20:45:43 +0000 |
aurel |
nellymoser uses mdct functions
libavcodec
|
Sat, 19 Jan 2008 19:27:39 +0000 |
reimar |
Add mfspr-based AltiVec detection code.
libavcodec
|
Sat, 19 Jan 2008 11:04:02 +0000 |
kostya |
simplify 4-point transform part a bit
libavcodec
|
Sat, 19 Jan 2008 06:52:29 +0000 |
kostya |
Factor out constant addition
libavcodec
|
Fri, 18 Jan 2008 07:04:58 +0000 |
kostya |
Save quantizer values as well
libavcodec
|
Fri, 18 Jan 2008 07:04:11 +0000 |
kostya |
Save coded block patterns for future loop filtering.
libavcodec
|
Thu, 17 Jan 2008 08:34:53 +0000 |
diego |
Simplify preprocessor expression as suggested by Mans.
libavcodec
|
Thu, 17 Jan 2008 08:30:06 +0000 |
diego |
Replace puts() by dprintf where appropriate.
libavcodec
|
Thu, 17 Jan 2008 00:12:04 +0000 |
michael |
Replace idiotic (what moron wrote that code?) "buffer overflow" message by
libavcodec
|
Wed, 16 Jan 2008 21:21:30 +0000 |
diego |
Rename illegal identifiers, _ followed by capital is reserved for the system.
libavcodec
|
Wed, 16 Jan 2008 17:07:34 +0000 |
kostya |
pqindex=0 is forbidden
libavcodec
|
Wed, 16 Jan 2008 12:42:52 +0000 |
michael |
qscale==0 is invalid
libavcodec
|
Wed, 16 Jan 2008 09:02:22 +0000 |
diego |
Add const qualifiers to unmodified function parameters, fixes the warning:
libavcodec
|
Wed, 16 Jan 2008 08:59:12 +0000 |
diego |
Remove bogus cast.
libavcodec
|
Mon, 14 Jan 2008 22:10:19 +0000 |
diego |
Add a couple of missing consts.
libavcodec
|
Mon, 14 Jan 2008 06:10:02 +0000 |
kostya |
Select scan tables for 8x4 and 4x8 blocks only once.
libavcodec
|
Mon, 14 Jan 2008 04:27:03 +0000 |
michael |
Remove green clouds.
libavcodec
|
Sun, 13 Jan 2008 23:58:12 +0000 |
lu_zero |
gcc2 doesn't have bogus mergel, patch from Sigbjrn Skjret cisc...broadpark___no
libavcodec
|
Sun, 13 Jan 2008 11:02:08 +0000 |
superdump |
Add variable alpha and size of half window for Kaiser-Bessel Derived window
libavcodec
|
Sun, 13 Jan 2008 08:33:00 +0000 |
reimar |
Get rid of fft_rev table, use ff_reverse and a shift.
libavcodec
|
Sat, 12 Jan 2008 17:37:36 +0000 |
reimar |
Use FFSWAP instead of "manual" swap
libavcodec
|
Sat, 12 Jan 2008 11:11:19 +0000 |
andoma |
Make the Kaiser-Bessel window generator a common function
libavcodec
|
Fri, 11 Jan 2008 21:34:05 +0000 |
michael |
Factorize some code into functions, had this in my tree and will be
libavcodec
|
Fri, 11 Jan 2008 18:20:42 +0000 |
michael |
Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.
libavcodec
|
Fri, 11 Jan 2008 18:18:45 +0000 |
michael |
Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.
libavcodec
|
Fri, 11 Jan 2008 08:29:58 +0000 |
diego |
Factorize some duplicated code from CAVS and H.264 into a common file.
libavcodec
|
Wed, 09 Jan 2008 08:38:28 +0000 |
andoma |
Fix a bug causing the generated stream to be corrupt if the buffer
libavcodec
|
Tue, 08 Jan 2008 23:44:48 +0000 |
jbr |
used defined name for testing error resilience level
libavcodec
|
Tue, 08 Jan 2008 23:08:51 +0000 |
diego |
Fix random typos.
libavcodec
|
Tue, 08 Jan 2008 00:25:25 +0000 |
michael |
Randomly change the amount of noise if nothing is explicitly set.
libavcodec
|
Mon, 07 Jan 2008 12:48:42 +0000 |
benoit |
Mark the ff_svq1_frame_size_table as constant.
libavcodec
|
Mon, 07 Jan 2008 12:47:14 +0000 |
benoit |
Move wmv1_scantable to .rodata section by making it an array of arrays.
libavcodec
|
Mon, 07 Jan 2008 12:43:04 +0000 |
benoit |
Mark the tables in g726.c as constant.
libavcodec
|
Mon, 07 Jan 2008 12:40:39 +0000 |
benoit |
Remove unused symbol.
libavcodec
|
Mon, 07 Jan 2008 00:18:02 +0000 |
jbr |
split out init of downmix coeffs into a separate function that can be called
libavcodec
|
Sun, 06 Jan 2008 23:56:19 +0000 |
jbr |
remove unneeded variable from AC3DecodeContext
libavcodec
|
Sun, 06 Jan 2008 23:33:30 +0000 |
jbr |
make sure that the last coupling band stops at the end of the coupling range
libavcodec
|
Sun, 06 Jan 2008 20:15:24 +0000 |
jbr |
fix phase flag processing for the case when coupling coordinates are reused
libavcodec
|
Sun, 06 Jan 2008 16:02:55 +0000 |
diego |
Rename two structures, identifiers starting with _[A-Z] are reserved.
libavcodec
|
Sun, 06 Jan 2008 11:47:53 +0000 |
kostya |
Fractional parts of motion vectors should be accounted separately too
libavcodec
|
Sat, 05 Jan 2008 21:23:57 +0000 |
jbr |
check for request_channels in dca init function
libavcodec
|
Sat, 05 Jan 2008 21:08:20 +0000 |
jbr |
add downmixing support to libfaad decoder
libavcodec
|
Sat, 05 Jan 2008 18:40:49 +0000 |
jbr |
cosmetics: indentation after last commit
libavcodec
|
Sat, 05 Jan 2008 18:39:55 +0000 |
jbr |
move E-AC3 header parsing to ff_ac3_parse_header()
libavcodec
|
Sat, 05 Jan 2008 17:04:57 +0000 |
jbr |
remove unneeded variables from AC3HeaderInfo
libavcodec
|
Sat, 05 Jan 2008 16:47:40 +0000 |
jbr |
do not set channels before checking request_channels
libavcodec
|
Sat, 05 Jan 2008 16:45:25 +0000 |
jbr |
use request_channels in liba52 decoder
libavcodec
|
Sat, 05 Jan 2008 15:23:39 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Sat, 05 Jan 2008 15:22:53 +0000 |
jbr |
check for request_channels at codec init
libavcodec
|
Sat, 05 Jan 2008 15:18:15 +0000 |
jbr |
do not set channels before checking request_channels
libavcodec
|
Sat, 05 Jan 2008 05:36:00 +0000 |
jbr |
adjust output channels based on AVCodecContext.request_channels in AC3 parser
libavcodec
|
Sat, 05 Jan 2008 01:14:09 +0000 |
michael |
Drop non key frames before the first key frame.
libavcodec
|
Fri, 04 Jan 2008 23:09:58 +0000 |
aurel |
improve CRC API
libavcodec
|
Fri, 04 Jan 2008 20:02:10 +0000 |
banan |
Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net
libavcodec
|
Fri, 04 Jan 2008 17:50:45 +0000 |
kostya |
RV30 thirdpel motion compensation support
libavcodec
|
Fri, 04 Jan 2008 13:38:25 +0000 |
diego |
Change some files to only include the necessary headers.
libavcodec
|
Fri, 04 Jan 2008 13:18:28 +0000 |
benoit |
Initialize "saved" buffer to zero.
libavcodec
|
Fri, 04 Jan 2008 00:39:03 +0000 |
jbr |
cosmetics: indentation and add a TODO comment
libavcodec
|
Thu, 03 Jan 2008 23:05:53 +0000 |
jbr |
only check ac3 crc if AVCodecContext.error_resilience > 0
libavcodec
|
Thu, 03 Jan 2008 22:42:37 +0000 |
jbr |
cosmetics: indentation after last commit
libavcodec
|
Thu, 03 Jan 2008 22:41:59 +0000 |
jbr |
remove workaround which is no longer needed due to
libavcodec
|
Thu, 03 Jan 2008 09:16:56 +0000 |
kostya |
Make decode210() common function.
libavcodec
|
Thu, 03 Jan 2008 02:26:29 +0000 |
jbr |
add crc check to ac3 decoder
libavcodec
|
Wed, 02 Jan 2008 19:24:42 +0000 |
diego |
Fix issue #301:
libavcodec
|
Mon, 31 Dec 2007 07:12:50 +0000 |
kostya |
Direct blocks should use motion vectors from the second reference frame
libavcodec
|
Sun, 30 Dec 2007 22:58:20 +0000 |
jbr |
simplify
libavcodec
|
Sun, 30 Dec 2007 22:28:17 +0000 |
jbr |
pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments
libavcodec
|
Sun, 30 Dec 2007 21:26:30 +0000 |
jbr |
cosmetics: rename sampling_rate to sample_rate
libavcodec
|
Sun, 30 Dec 2007 21:24:49 +0000 |
jbr |
do not need to cast a (void *)
libavcodec
|
Sun, 30 Dec 2007 21:09:08 +0000 |
jbr |
cosmetics: vertical realignment after last commit
libavcodec
|
Sun, 30 Dec 2007 20:58:50 +0000 |
jbr |
cosmetics: rename all AC3DecodeContext variables from ctx to s
libavcodec
|
Sun, 30 Dec 2007 20:47:22 +0000 |
jbr |
cosmetics: rename GetBitContext gb to gbc
libavcodec
|
Sun, 30 Dec 2007 03:10:18 +0000 |
jbr |
remove unused context variable
libavcodec
|
Sat, 29 Dec 2007 20:49:03 +0000 |
aurel |
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)
libavcodec
|
Fri, 28 Dec 2007 13:12:47 +0000 |
ivo |
remove forgotten debug statement
libavcodec
|
Fri, 28 Dec 2007 13:09:57 +0000 |
ivo |
Sort properly
libavcodec
|
Fri, 28 Dec 2007 13:07:43 +0000 |
ivo |
Sun Rasterfile decoder
libavcodec
|
Fri, 28 Dec 2007 06:13:55 +0000 |
jbr |
use cutoff frequency to adjust bandwidth in ac3 encoder
libavcodec
|
Fri, 28 Dec 2007 05:32:12 +0000 |
jbr |
use bps instead of kbps for bitrate
libavcodec
|