Mercurial > libavcodec.hg
graph
-
Another try to fix temporal direct mode references. libavcodecMon, 22 Sep 2008 20:43:35 +0000, by michael
-
AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com. libavcodecMon, 22 Sep 2008 05:38:50 +0000, by diego
-
Fix all the recent problems Justin had run into with the AC3 parser, libavcodecMon, 22 Sep 2008 03:00:26 +0000, by michael
-
Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes. libavcodecMon, 22 Sep 2008 02:32:22 +0000, by michael
-
Simplify initialization of a few direct mode related variables. libavcodecSun, 21 Sep 2008 23:46:59 +0000, by michael
-
Make MBAFF temporal direct mode closer to the spec. libavcodecSun, 21 Sep 2008 02:39:09 +0000, by michael
-
Move direct_dist_scale_factor() and direct_ref_list_init() after fill_mbaff_ref_list() libavcodecSun, 21 Sep 2008 02:23:51 +0000, by michael
-
Log an error message in case of invalid number of channels. libavcodecSat, 20 Sep 2008 11:13:14 +0000, by stefano
-
Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF. libavcodecFri, 19 Sep 2008 18:53:31 +0000, by michael
-
Remove check and error message for "MBAFF + !direct_8x8_inference is not implemented" libavcodecFri, 19 Sep 2008 18:49:17 +0000, by michael
-
Make pps/sps scaling_matrix initialization closer to the spec. libavcodecThu, 18 Sep 2008 16:36:19 +0000, by michael
-
Zero 'idx' for each iteration of the coupling gain loop and as it is only used libavcodecThu, 18 Sep 2008 16:02:51 +0000, by superdump
-
Cast the return value of get_bits() to signed integer such that the subtraction libavcodecThu, 18 Sep 2008 15:35:08 +0000, by superdump
-
ZMBV encoder forgot to fill coded frame pointer libavcodecThu, 18 Sep 2008 13:17:44 +0000, by kostya
-
Factorize out code used for MS RLE format decoding in different decoders. libavcodecThu, 18 Sep 2008 05:20:54 +0000, by kostya
-
Remove duplication of TRANSPOSE8 macro, also removing some redundant load/stores libavcodecThu, 18 Sep 2008 03:08:33 +0000, by conrad
-
Make a separate macro for writing an entire block from registers to memory libavcodecThu, 18 Sep 2008 03:08:13 +0000, by conrad
-
Factorize SSE2_(Row|Column)_IDCT into one macro libavcodecThu, 18 Sep 2008 03:07:41 +0000, by conrad
-
Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabled libavcodecWed, 17 Sep 2008 19:49:31 +0000, by conrad
-
MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permutated correctly libavcodecWed, 17 Sep 2008 19:30:03 +0000, by conrad
-
Take idct permutation into account when initializing dequantization matrices libavcodecWed, 17 Sep 2008 19:29:40 +0000, by conrad
-
Use SAMPLE_FMT_FLT instead of doing the float->int conversion in the libavcodecWed, 17 Sep 2008 19:26:37 +0000, by vitor
-
Second-stage gain and Moving Average Predictor codebooks. libavcodecWed, 17 Sep 2008 06:13:07 +0000, by voroshil
-
Another set of approved changes for G.729: includes, formats structure, libavcodecWed, 17 Sep 2008 06:05:12 +0000, by voroshil
-
Validate pulse position and error out if an invalid position is encountered. libavcodecTue, 16 Sep 2008 15:59:43 +0000, by superdump
-
Only print "invalid new backstep" when it is really invalid. libavcodecTue, 16 Sep 2008 01:49:32 +0000, by michael
-
Fix regression test failure caused by golomb limit not being considered libavcodecTue, 16 Sep 2008 01:24:12 +0000, by michael
-
sync to latest x264 git, field was renamed libavcodecTue, 16 Sep 2008 01:13:55 +0000, by bcoudurier
-
Make decoder more robust by default against broken encoders. libavcodecTue, 16 Sep 2008 00:31:32 +0000, by michael
-
Correct the threshold of get_ur_golomb_jpegls() at which the optimized libavcodecMon, 15 Sep 2008 20:30:22 +0000, by michael
-
write actual min and max frame size to FLAC header. update regression test checksum. libavcodecSun, 14 Sep 2008 22:25:50 +0000, by jbr
-
write MD5 checksum to FLAC header. update regression tests. libavcodecSun, 14 Sep 2008 21:39:54 +0000, by jbr
-
Return error when trying to decode non-grayscale 16-bit PNM images. libavcodecSun, 14 Sep 2008 15:50:59 +0000, by jbr
-
Apply pulses to unscaled coefficients rather than scaled. libavcodecSat, 13 Sep 2008 20:51:36 +0000, by superdump
-
Operands of '+' are not necessarily evaluated in order so r15311 was pointless. libavcodecSat, 13 Sep 2008 20:22:31 +0000, by superdump
-
Correct order of parsing for pulse scalefactor band and offset to match the libavcodecSat, 13 Sep 2008 18:47:43 +0000, by superdump
-
Simplify: use a single history buffer for gain and a single one for libavcodecSat, 13 Sep 2008 16:49:05 +0000, by vitor
-
Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char & libavcodecSat, 13 Sep 2008 13:18:35 +0000, by diego
-
Only read some of TNS bitstream data in the case that the TNS filter order is libavcodecFri, 12 Sep 2008 14:32:49 +0000, by superdump