Mercurial > libavcodec.hg
graph
-
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
-
Make it possible to disable loop filter in VC-1. libavcodecThu, 11 Sep 2008 06:35:37 +0000, by kostya
-
Correct pulse amplitude application - a negative or 0 coefficient implies the libavcodecThu, 11 Sep 2008 01:22:34 +0000, by superdump
-
Fix incorrect printing of brainfart cropping error in some cases in progressive mode. libavcodecThu, 11 Sep 2008 00:34:39 +0000, by darkshikari
-
Remove ChannelData.lev var and use ChannelData.level instead libavcodecTue, 09 Sep 2008 16:50:11 +0000, by vitor
-
Add support for creating Simple Profile (I-frame only, no arithmetic coding) libavcodecTue, 09 Sep 2008 14:47:47 +0000, by diego
-
vorbis_enc : set coded_frame->pts value to running sample count. libavcodecTue, 09 Sep 2008 14:42:50 +0000, by jai_menon
-
remove one more stuff under #if LIBAVCODEC_VERSION_INT libavcodecMon, 08 Sep 2008 23:47:50 +0000, by aurel
-
alac : fix case where bits_per_sample is not set. libavcodecMon, 08 Sep 2008 19:05:46 +0000, by jai_menon
-
Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an libavcodecMon, 08 Sep 2008 18:51:33 +0000, by vitor
-
Remove deprecated avcodec_decode_audio() this one was not under #ifdef. libavcodecMon, 08 Sep 2008 18:31:48 +0000, by michael
-
avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_fmts. libavcodecMon, 08 Sep 2008 18:29:08 +0000, by michael
-
Rename error_resilience to error_recognition. libavcodecMon, 08 Sep 2008 18:18:49 +0000, by michael
-
Pass directly variable 'a' to interp instead of evaluating it from num_blocks libavcodecMon, 08 Sep 2008 18:18:29 +0000, by vitor