Mercurial > libavcodec.hg
graph
-
cosmetics: Add some whitespace for better readability. libavcodecThu, 30 Aug 2007 23:16:34 +0000, by diego
-
cosmetics: Sort some lines, whitespace changes. libavcodecThu, 30 Aug 2007 23:11:24 +0000, by diego
-
Blackfin 32bit multiplication primitives MULH MUL16 libavcodecThu, 30 Aug 2007 15:15:48 +0000, by mhoffman
-
Replace complicated and currently broken manual alignment code by libavcodecThu, 30 Aug 2007 11:41:58 +0000, by reimar
-
Change 4xm demuxer and video decoder to pass the video format version in libavcodecMon, 27 Aug 2007 21:58:39 +0000, by rtogni
-
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific libavcodecMon, 27 Aug 2007 09:17:03 +0000, by diego
-
Do not wrongly mark Apple gcc workarounds as being specific to Darwin. libavcodecSun, 26 Aug 2007 22:06:40 +0000, by diego
-
remove alignment correction of the destination pointers in luma_16x6 libavcodecSun, 26 Aug 2007 21:47:58 +0000, by gpoirier
-
workaround gcc bug, untested as my gcc is not complaining libavcodecSun, 26 Aug 2007 12:34:22 +0000, by michael
-
optimize the first vertical lifting step, this also prevents another libavcodecSun, 26 Aug 2007 11:16:23 +0000, by michael
-
get rid of totally senseless "m" + read in register we have enough libavcodecSun, 26 Aug 2007 06:51:51 +0000, by michael
-
avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum libavcodecSun, 26 Aug 2007 01:11:02 +0000, by michael
-
avoid an overflow in the 1 horizontal lifting step libavcodecSat, 25 Aug 2007 19:04:33 +0000, by michael
-
prevent one overflow in the first vertical lifting step libavcodecSat, 25 Aug 2007 16:28:45 +0000, by michael
-
cleanup (remove some old experimentation related code) libavcodecSat, 25 Aug 2007 03:19:39 +0000, by michael
-
we only have 2 wavelets, the 3rd was just for experimentation ... libavcodecSat, 25 Aug 2007 03:04:13 +0000, by michael
-
use 16bit IDWT (a SIMD implementation of it should be >2x faster then with libavcodecSat, 25 Aug 2007 03:00:51 +0000, by michael
-
Remove HAVE_ALTIVEC preprocessor directives that are only compiled libavcodecFri, 24 Aug 2007 23:01:50 +0000, by diego
-
Fix trivial mixed declarations and code warning caused by a double semicolon. libavcodecFri, 24 Aug 2007 15:42:50 +0000, by diego
-
Remove SYS_DARWIN preprocessor directive that is just a duplicate of a libavcodecFri, 24 Aug 2007 15:38:37 +0000, by diego
-
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodecFri, 24 Aug 2007 15:18:41 +0000, by diego
-
Move Apple gcc AltiVec vector declaration syntax to libavutil. libavcodecFri, 24 Aug 2007 15:04:00 +0000, by diego
-
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodecFri, 24 Aug 2007 14:57:46 +0000, by diego
-
Add request_channels member to AVCodecContext so we now have a proper libavcodecThu, 23 Aug 2007 20:28:28 +0000, by reimar
-
Initialize the "stc" variable before using it in ff_find_start_code() libavcodecThu, 23 Aug 2007 07:02:27 +0000, by lucabe
-
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). libavcodecWed, 22 Aug 2007 22:46:39 +0000, by diego
-
Identifiers starting with underscores are reserved. libavcodecWed, 22 Aug 2007 12:41:16 +0000, by diego
-
parsers and bsfs declarations are not meant to be part of public API libavcodecTue, 21 Aug 2007 18:24:08 +0000, by aurel
-
Change rounding of the horizontal DWT to match the vertical one. libavcodecTue, 21 Aug 2007 16:29:40 +0000, by michael
-
asv1.c directly uses Put/GetBitContext, so it should include bitstream.h libavcodecTue, 21 Aug 2007 15:48:08 +0000, by aurel
-
remove code which become unused by the previous changes libavcodecTue, 21 Aug 2007 00:05:30 +0000, by michael
-
Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested) libavcodecTue, 21 Aug 2007 00:03:18 +0000, by michael
-
Simplify and optimize the 4th vertical lifting step of the MMX code libavcodecTue, 21 Aug 2007 00:02:19 +0000, by michael
-
Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd libavcodecMon, 20 Aug 2007 23:59:20 +0000, by michael
-
simplify, speedup and reduce needed headroom by 2 bits in the 3rd libavcodecMon, 20 Aug 2007 23:54:49 +0000, by michael
-
slightly change horizontal lift3 so it needs 1 bit less headroom libavcodecMon, 20 Aug 2007 23:02:59 +0000, by michael
-
remove idiotc double subtraction from the sse2 code (untested, no sse2 here) libavcodecMon, 20 Aug 2007 22:41:47 +0000, by michael
-
and of course the unneeded double subtractions were blindly put in the libavcodecMon, 20 Aug 2007 22:29:21 +0000, by michael
-
Use defines instead of raw hex numbers to specify CRC polynomials libavcodecSun, 19 Aug 2007 12:36:15 +0000, by reimar
-
Statements like a = b = c = d = e; store from right-to-left, so if libavcodecTue, 14 Aug 2007 22:28:09 +0000, by gpoirier
-
Move msmpeg4 tables from a header file to msmpegdata.c. libavcodecMon, 13 Aug 2007 17:57:06 +0000, by diego
-
Add attribute that forces alignment of stack to functions that need it. libavcodecMon, 13 Aug 2007 15:28:29 +0000, by ramiro
-
special handling for vp3 idct, use the c reference libavcodecMon, 13 Aug 2007 14:16:20 +0000, by mhoffman
-
use bytestream_get_le*() this also fixes a big endian bug libavcodecMon, 13 Aug 2007 13:20:16 +0000, by michael
-
Support for WavPack version 0x410 (false stereo chunks) libavcodecMon, 13 Aug 2007 05:36:50 +0000, by kostya
-
Rename flag for consistency with the next commit libavcodecMon, 13 Aug 2007 05:35:48 +0000, by kostya
-
fix type 3 aka skipped blocks for old version libavcodecMon, 13 Aug 2007 01:06:04 +0000, by michael
-
use version instead of some random 32bit value to switch between 16 and libavcodecMon, 13 Aug 2007 00:55:39 +0000, by michael
-
replace vlc_type by version and set that from codec_tag which contains the libavcodecMon, 13 Aug 2007 00:53:55 +0000, by michael
-
support ifr2 from Toy-Story2_better-image-quality.4xa libavcodecSun, 12 Aug 2007 15:47:27 +0000, by michael
-
use shorter types vec_"type" instead of the too long vector "type" libavcodecSun, 12 Aug 2007 13:50:06 +0000, by gpoirier
-
Don't check the return value of decode_cabac_residual since it always libavcodecSun, 12 Aug 2007 00:07:29 +0000, by conrad
-
various simplifications around recent av_clip_int16() usage libavcodecSat, 11 Aug 2007 23:17:03 +0000, by aurel
-
fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq libavcodecSat, 11 Aug 2007 23:09:28 +0000, by michael
-
ensure that default_get_buffer() doesnt reuse images if the dimension or libavcodecFri, 10 Aug 2007 19:28:28 +0000, by michael
-
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) libavcodecThu, 09 Aug 2007 17:01:15 +0000, by romansh
-
comments modification: add, clean up, Doxygenize, and reword libavcodecThu, 09 Aug 2007 00:36:49 +0000, by jbr
-
use reget_buffer and remove internal copying of buffer - codec works again libavcodecThu, 09 Aug 2007 00:16:27 +0000, by alex
-
debug: tell how much bits are skipped with unknown nal code libavcodecWed, 08 Aug 2007 20:27:18 +0000, by alex