Mercurial > libavcodec.hg
graph
-
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