Mercurial > libavcodec.hg
graph
-
Use the new idct functions (except chroma as it was slower in benchmarks) libavcodecThu, 18 Dec 2008 02:53:18 +0000, by michael
-
H.264 idct functions that include the chroma, inter luma and intra16 luma loops libavcodecThu, 18 Dec 2008 02:36:48 +0000, by michael
-
Skip non intra luma code when there is no coded luma. libavcodecThu, 18 Dec 2008 01:10:51 +0000, by michael
-
Skip chroma handling when there is no coded chroma. libavcodecThu, 18 Dec 2008 00:46:54 +0000, by michael
-
add const qualifier to some pointers for input data libavcodecWed, 17 Dec 2008 20:17:07 +0000, by kostya
-
Merge deblocking pattern with CBP for RV30/40 loop filtering libavcodecWed, 17 Dec 2008 20:00:48 +0000, by kostya
-
Unfortunately RV30 luma thirdpel MC functions cannot be substituted with libavcodecWed, 17 Dec 2008 19:37:45 +0000, by kostya
-
4l: TIFF stores short strings inside tag, do not interpret it is as an offset libavcodecWed, 17 Dec 2008 17:39:35 +0000, by kostya
-
add AltiVec implementation of int32_to_float_fmul_scalar libavcodecWed, 17 Dec 2008 09:47:06 +0000, by gpoirier
-
Fix svq3 decoding, is_complex was not initialized. libavcodecWed, 17 Dec 2008 03:41:48 +0000, by michael
-
Fix indention, also do a little vertical alignment of changed lines. libavcodecTue, 16 Dec 2008 22:16:11 +0000, by michael
-
Factorize 3 multiplications out, code becomes 3 cpu cycles faster. libavcodecTue, 16 Dec 2008 21:08:16 +0000, by michael
-
Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont remove libavcodecTue, 16 Dec 2008 20:43:39 +0000, by michael
-
Do not recalculate constant part of is_complex for every MB. libavcodecTue, 16 Dec 2008 20:26:22 +0000, by michael
-
Horizontal and vertical prediction functions needed for new lossless mode libavcodecTue, 16 Dec 2008 19:39:01 +0000, by michael
-
Fix warning "format not a string literal and no format arguments". libavcodecTue, 16 Dec 2008 07:56:33 +0000, by benoit
-
Workaround for shared libs on OS X with Apple gcc 4.0.1 libavcodecTue, 16 Dec 2008 00:47:59 +0000, by conrad
-
Implement the av_set_number2() internal function, which makes possible libavcodecMon, 15 Dec 2008 22:48:10 +0000, by stefano
-
Remove ending period in a log message, which was inconsistent with libavcodecMon, 15 Dec 2008 22:40:28 +0000, by stefano
-
Enable filter_mb_fast if CODEC_FLAG2_FAST is set. libavcodecMon, 15 Dec 2008 01:24:04 +0000, by michael
-
vp56: don't reset dimensions to 0 in codec init libavcodecMon, 15 Dec 2008 00:00:16 +0000, by aurel
-
Move documentation of avcodec_register_all() from allcodecs.c to libavcodecSun, 14 Dec 2008 21:38:03 +0000, by stefano
-
Remove set_all_opt() and its use in av_set_string2(). Make libavcodecSun, 14 Dec 2008 21:34:12 +0000, by stefano
-
Use a more explicit "codec" rather than "format" as the parameter of libavcodecSun, 14 Dec 2008 19:36:38 +0000, by stefano
-
indeo3: replace sizeof(struct ...) by sizeof(*var) libavcodecSun, 14 Dec 2008 16:41:51 +0000, by aurel
-
cosmetics: typo/grammar/wording/whitespace fixes libavcodecSun, 14 Dec 2008 15:48:01 +0000, by diego
-
Prevent shift overflow, patch by Anders Grnberg, galileo.m2 gmail com. libavcodecSun, 14 Dec 2008 12:30:34 +0000, by diego
-
Add a few const qualifiers in appropriate places. libavcodecSun, 14 Dec 2008 12:24:50 +0000, by diego
-
undoing revision 16118 for truemotion1.c; commit was premature libavcodecSun, 14 Dec 2008 03:41:11 +0000, by melanson
-
The POSIX namespace shall be held sacrosanct. To that end, libavcodecSun, 14 Dec 2008 03:29:33 +0000, by melanson
-
Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace. libavcodecSat, 13 Dec 2008 13:34:59 +0000, by diego
-
Add img_convert() to imgconvert.h and #include it from imgresample.c. libavcodecSat, 13 Dec 2008 12:56:29 +0000, by diego
-
s/#AVClass/AVClass/, consistent with the rest of the doxy. libavcodecFri, 12 Dec 2008 23:02:21 +0000, by stefano
-
Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility libavcodecFri, 12 Dec 2008 05:12:51 +0000, by ods15
-
fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected, patch by Jay Freeman, saurik at saurik com libavcodecFri, 12 Dec 2008 01:40:00 +0000, by bcoudurier
-
Move get_pixels_8x4 before init func to avoid useless forward declaration. libavcodecFri, 12 Dec 2008 00:12:59 +0000, by bcoudurier
-
rename 4x8 to 8x4 to match widthxheight consistently libavcodecFri, 12 Dec 2008 00:11:19 +0000, by bcoudurier
-
s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved libavcodecThu, 11 Dec 2008 21:45:41 +0000, by michael
-
Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix. libavcodecThu, 11 Dec 2008 19:27:53 +0000, by vitor
-
move structure definitions in their own header libavcodecThu, 11 Dec 2008 01:32:24 +0000, by bcoudurier
-
Fix compilation with only Theora decoder enabled libavcodecThu, 11 Dec 2008 00:33:02 +0000, by conrad
-
Avoid the 'Claimed bitrate and buffer size mismatch' warning storm. libavcodecThu, 11 Dec 2008 00:11:02 +0000, by reynaldo
-
AAC: move scratch array to context to ensure 16-byte alignment libavcodecWed, 10 Dec 2008 00:50:59 +0000, by mru
-
Remove useless inline qualifier, fixes linking with gcc 4.3. libavcodecTue, 09 Dec 2008 20:11:37 +0000, by diego
-
AAC: Use a sign LUT rather than 1-2*get_bits1() libavcodecTue, 09 Dec 2008 17:14:42 +0000, by superdump
-
AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain. libavcodecTue, 09 Dec 2008 17:08:40 +0000, by superdump