Thu, 18 Sep 2008 15:13:15 +0000 |
michael |
Ensure that extradata is not parsed twice.
libavcodec
|
Thu, 18 Sep 2008 14:08:44 +0000 |
kostya |
add newline at the end of message
libavcodec
|
Thu, 18 Sep 2008 13:17:44 +0000 |
kostya |
ZMBV encoder forgot to fill coded frame pointer
libavcodec
|
Thu, 18 Sep 2008 05:20:54 +0000 |
kostya |
Factorize out code used for MS RLE format decoding in different decoders.
libavcodec
|
Thu, 18 Sep 2008 03:08:33 +0000 |
conrad |
Remove duplication of TRANSPOSE8 macro, also removing some redundant load/stores
libavcodec
|
Thu, 18 Sep 2008 03:08:13 +0000 |
conrad |
Make a separate macro for writing an entire block from registers to memory
libavcodec
|
Thu, 18 Sep 2008 03:07:41 +0000 |
conrad |
Factorize SSE2_(Row|Column)_IDCT into one macro
libavcodec
|
Wed, 17 Sep 2008 20:52:54 +0000 |
conrad |
Cosmetics: remove excessive blank lines
libavcodec
|
Wed, 17 Sep 2008 19:49:31 +0000 |
conrad |
Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabled
libavcodec
|
Wed, 17 Sep 2008 19:38:44 +0000 |
conrad |
Cosmetics: reindent
libavcodec
|
Wed, 17 Sep 2008 19:30:51 +0000 |
conrad |
Rewrite SSE2 VP3 IDCT in inline asm
libavcodec
|
Wed, 17 Sep 2008 19:30:33 +0000 |
conrad |
Rewrite MMX VP3 IDCT in inline asm
libavcodec
|
Wed, 17 Sep 2008 19:30:03 +0000 |
conrad |
MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permutated correctly
libavcodec
|
Wed, 17 Sep 2008 19:29:40 +0000 |
conrad |
Take idct permutation into account when initializing dequantization matrices
libavcodec
|
Wed, 17 Sep 2008 19:26:37 +0000 |
vitor |
Use SAMPLE_FMT_FLT instead of doing the float->int conversion in the
libavcodec
|
Wed, 17 Sep 2008 06:13:07 +0000 |
voroshil |
Second-stage gain and Moving Average Predictor codebooks.
libavcodec
|
Wed, 17 Sep 2008 06:05:12 +0000 |
voroshil |
Another set of approved changes for G.729: includes, formats structure,
libavcodec
|
Tue, 16 Sep 2008 15:59:43 +0000 |
superdump |
Validate pulse position and error out if an invalid position is encountered.
libavcodec
|
Tue, 16 Sep 2008 01:49:32 +0000 |
michael |
Only print "invalid new backstep" when it is really invalid.
libavcodec
|
Tue, 16 Sep 2008 01:24:12 +0000 |
michael |
Fix regression test failure caused by golomb limit not being considered
libavcodec
|
Tue, 16 Sep 2008 01:13:55 +0000 |
bcoudurier |
sync to latest x264 git, field was renamed
libavcodec
|
Tue, 16 Sep 2008 00:31:32 +0000 |
michael |
Make decoder more robust by default against broken encoders.
libavcodec
|
Mon, 15 Sep 2008 20:30:22 +0000 |
michael |
Correct the threshold of get_ur_golomb_jpegls() at which the optimized
libavcodec
|
Sun, 14 Sep 2008 22:27:47 +0000 |
jbr |
cosmetics: fix indentation after r15321
libavcodec
|
Sun, 14 Sep 2008 22:25:50 +0000 |
jbr |
write actual min and max frame size to FLAC header. update regression test checksum.
libavcodec
|
Sun, 14 Sep 2008 22:20:14 +0000 |
diego |
cosmetics: Fix indentation.
libavcodec
|
Sun, 14 Sep 2008 22:18:50 +0000 |
diego |
Remove useless #ifdef around #include.
libavcodec
|
Sun, 14 Sep 2008 21:39:54 +0000 |
jbr |
write MD5 checksum to FLAC header. update regression tests.
libavcodec
|
Sun, 14 Sep 2008 20:00:36 +0000 |
jbr |
write number of samples in FLAC extradata.
libavcodec
|
Sun, 14 Sep 2008 15:50:59 +0000 |
jbr |
Return error when trying to decode non-grayscale 16-bit PNM images.
libavcodec
|
Sat, 13 Sep 2008 20:52:57 +0000 |
superdump |
Reindent after last commit
libavcodec
|
Sat, 13 Sep 2008 20:51:36 +0000 |
superdump |
Apply pulses to unscaled coefficients rather than scaled.
libavcodec
|
Sat, 13 Sep 2008 20:22:31 +0000 |
superdump |
Operands of '+' are not necessarily evaluated in order so r15311 was pointless.
libavcodec
|
Sat, 13 Sep 2008 18:47:43 +0000 |
superdump |
Correct order of parsing for pulse scalefactor band and offset to match the
libavcodec
|
Sat, 13 Sep 2008 16:56:58 +0000 |
vitor |
Cosmetics: line breaks
libavcodec
|
Sat, 13 Sep 2008 16:49:05 +0000 |
vitor |
Simplify: use a single history buffer for gain and a single one for
libavcodec
|
Sat, 13 Sep 2008 13:18:35 +0000 |
diego |
Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char &
libavcodec
|
Fri, 12 Sep 2008 14:33:35 +0000 |
superdump |
Reindent after last commit
libavcodec
|
Fri, 12 Sep 2008 14:32:49 +0000 |
superdump |
Only read some of TNS bitstream data in the case that the TNS filter order is
libavcodec
|
Thu, 11 Sep 2008 19:10:26 +0000 |
vitor |
Cosmetics: align spec references
libavcodec
|
Thu, 11 Sep 2008 19:06:54 +0000 |
vitor |
Rename function: s/colmult/apply_window/
libavcodec
|
Thu, 11 Sep 2008 08:13:23 +0000 |
diego |
misc spelling/wording/grammar fixes
libavcodec
|
Thu, 11 Sep 2008 06:35:37 +0000 |
kostya |
Make it possible to disable loop filter in VC-1.
libavcodec
|
Thu, 11 Sep 2008 01:22:34 +0000 |
superdump |
Correct pulse amplitude application - a negative or 0 coefficient implies the
libavcodec
|
Thu, 11 Sep 2008 00:34:39 +0000 |
darkshikari |
Fix incorrect printing of brainfart cropping error in some cases in progressive mode.
libavcodec
|
Wed, 10 Sep 2008 19:00:02 +0000 |
vitor |
Convert table to integer.
libavcodec
|
Tue, 09 Sep 2008 19:20:20 +0000 |
vitor |
Convert two tables to signed decimal
libavcodec
|
Tue, 09 Sep 2008 16:51:39 +0000 |
vitor |
Cosmetics: remove useless parentheses
libavcodec
|
Tue, 09 Sep 2008 16:50:11 +0000 |
vitor |
Remove ChannelData.lev var and use ChannelData.level instead
libavcodec
|
Tue, 09 Sep 2008 14:47:47 +0000 |
diego |
Add support for creating Simple Profile (I-frame only, no arithmetic coding)
libavcodec
|
Tue, 09 Sep 2008 14:42:50 +0000 |
jai_menon |
vorbis_enc : set coded_frame->pts value to running sample count.
libavcodec
|
Mon, 08 Sep 2008 23:47:50 +0000 |
aurel |
remove one more stuff under #if LIBAVCODEC_VERSION_INT
libavcodec
|
Mon, 08 Sep 2008 19:05:46 +0000 |
jai_menon |
alac : fix case where bits_per_sample is not set.
libavcodec
|
Mon, 08 Sep 2008 18:52:00 +0000 |
vitor |
Remove useless comment
libavcodec
|
Mon, 08 Sep 2008 18:51:33 +0000 |
vitor |
Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an
libavcodec
|
Mon, 08 Sep 2008 18:31:48 +0000 |
michael |
Remove deprecated avcodec_decode_audio() this one was not under #ifdef.
libavcodec
|
Mon, 08 Sep 2008 18:29:08 +0000 |
michael |
avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_fmts.
libavcodec
|
Mon, 08 Sep 2008 18:18:49 +0000 |
michael |
Rename error_resilience to error_recognition.
libavcodec
|
Mon, 08 Sep 2008 18:18:29 +0000 |
vitor |
Pass directly variable 'a' to interp instead of evaluating it from num_blocks
libavcodec
|
Mon, 08 Sep 2008 18:16:00 +0000 |
vitor |
Simplify if() in copy_and_dup()
libavcodec
|