Mon, 22 Sep 2008 20:43:35 +0000 |
michael |
Another try to fix temporal direct mode references.
libavcodec
|
Mon, 22 Sep 2008 05:40:52 +0000 |
diego |
spelling cosmetics
libavcodec
|
Mon, 22 Sep 2008 05:38:50 +0000 |
diego |
AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com.
libavcodec
|
Mon, 22 Sep 2008 03:00:26 +0000 |
michael |
Fix all the recent problems Justin had run into with the AC3 parser,
libavcodec
|
Mon, 22 Sep 2008 02:32:22 +0000 |
michael |
Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes.
libavcodec
|
Sun, 21 Sep 2008 23:51:36 +0000 |
michael |
indent
libavcodec
|
Sun, 21 Sep 2008 23:49:53 +0000 |
michael |
Correct comment in the direct mode code.
libavcodec
|
Sun, 21 Sep 2008 23:46:59 +0000 |
michael |
Simplify initialization of a few direct mode related variables.
libavcodec
|
Sun, 21 Sep 2008 02:39:09 +0000 |
michael |
Make MBAFF temporal direct mode closer to the spec.
libavcodec
|
Sun, 21 Sep 2008 02:23:51 +0000 |
michael |
Move direct_dist_scale_factor() and direct_ref_list_init() after fill_mbaff_ref_list()
libavcodec
|
Sun, 21 Sep 2008 02:19:45 +0000 |
michael |
Set poc for field references in MBAFF.
libavcodec
|
Sat, 20 Sep 2008 11:13:14 +0000 |
stefano |
Log an error message in case of invalid number of channels.
libavcodec
|
Fri, 19 Sep 2008 18:53:31 +0000 |
michael |
Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF.
libavcodec
|
Fri, 19 Sep 2008 18:49:17 +0000 |
michael |
Remove check and error message for "MBAFF + !direct_8x8_inference is not implemented"
libavcodec
|
Thu, 18 Sep 2008 16:36:19 +0000 |
michael |
Make pps/sps scaling_matrix initialization closer to the spec.
libavcodec
|
Thu, 18 Sep 2008 16:02:51 +0000 |
superdump |
Zero 'idx' for each iteration of the coupling gain loop and as it is only used
libavcodec
|
Thu, 18 Sep 2008 15:48:37 +0000 |
superdump |
Cosmetics: missing brackets
libavcodec
|
Thu, 18 Sep 2008 15:35:08 +0000 |
superdump |
Cast the return value of get_bits() to signed integer such that the subtraction
libavcodec
|
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
|