Mercurial > libavcodec.hg
graph
-
CCITT Fax Group 3 and 4 decompression by kostya. libavcodecFri, 26 Dec 2008 13:39:19 +0000, by michael
-
ASAO Nelly Moser implementation moved to a better place on mphq. libavcodecFri, 26 Dec 2008 11:00:30 +0000, by diego
-
Fix compilation without optimization under 64-bit with x264 deblock asm enabled. libavcodecFri, 26 Dec 2008 00:19:08 +0000, by darkshikari
-
Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16, libavcodecThu, 25 Dec 2008 18:27:49 +0000, by gpoirier
-
Change mplayerhq.hu references to ffmpeg.org where appropriate. libavcodecThu, 25 Dec 2008 15:49:50 +0000, by diego
-
The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER. libavcodecThu, 25 Dec 2008 13:26:18 +0000, by diego
-
flatten an array, since gcc fails at optimizing multidimensional arrays libavcodecThu, 25 Dec 2008 01:20:37 +0000, by lorenm
-
Integrate get_te0_golomb() calls into the code, this allows some checks libavcodecTue, 23 Dec 2008 22:04:34 +0000, by michael
-
Use get_ue_golomb_31() where possible, almost all are just in headers libavcodecTue, 23 Dec 2008 21:12:19 +0000, by michael
-
Update golomb decoding tables so that get_*_golomb_31() return some libavcodecTue, 23 Dec 2008 21:07:36 +0000, by michael
-
Use the new VLC table for the first non trailing coeff too. libavcodecTue, 23 Dec 2008 19:10:46 +0000, by michael
-
352l: correct calculating number of bits for storing macroblock offset in RV3/4 libavcodecTue, 23 Dec 2008 18:27:06 +0000, by kostya
-
Optimize 0 0 0-3 search, 45% faster on pentium dual. libavcodecTue, 23 Dec 2008 00:38:45 +0000, by michael
-
Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster on libavcodecMon, 22 Dec 2008 17:14:13 +0000, by michael
-
inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual. libavcodecMon, 22 Dec 2008 16:46:17 +0000, by michael
-
Negate 2 more variables, 1 cpu cycle faster on pentium dual. libavcodecMon, 22 Dec 2008 16:20:13 +0000, by michael
-
Negate a few variables, this simplifies the code and makes it 5 cycles faster libavcodecMon, 22 Dec 2008 16:10:35 +0000, by michael
-
Simplify ifs(), 8 cpu cycles faster on pentium dual libavcodecMon, 22 Dec 2008 15:54:27 +0000, by michael
-
Simplify if(), 3 cpu cycles faster in pentium dual. libavcodecMon, 22 Dec 2008 15:53:00 +0000, by michael
-
Decode TIFF image only after all tags have been decoded libavcodecMon, 22 Dec 2008 06:50:18 +0000, by kostya
-
Some TIFFs declare -1 for the single strip height libavcodecMon, 22 Dec 2008 06:47:51 +0000, by kostya
-
Calculate line size variable correctly for lower bitdepths and use it for raw data copying libavcodecMon, 22 Dec 2008 06:39:31 +0000, by kostya
-
Register TIFF tags for CCITT Group 3 and 4 compression options libavcodecMon, 22 Dec 2008 06:36:10 +0000, by kostya
-
Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward. libavcodecMon, 22 Dec 2008 00:03:30 +0000, by diego
-
Fix incorrectly constructed Dirac parse units that caused A/V sync loss. libavcodecMon, 22 Dec 2008 00:01:39 +0000, by diego
-
Do not use full include path for headers in the same directory. libavcodecSun, 21 Dec 2008 23:56:55 +0000, by diego
-
Change mpeg audio parser so it only sets frame_size, channels and bit_rate libavcodecSun, 21 Dec 2008 23:50:16 +0000, by michael
-
Include "libavutil/common.h" where we use llrint() in case ffmpeg's libavcodecSun, 21 Dec 2008 21:53:42 +0000, by andoma
-
Fix PTS returned by the demuxers for mpeg4 without a decoder. libavcodecSun, 21 Dec 2008 21:47:29 +0000, by michael
-
Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header(). libavcodecSun, 21 Dec 2008 21:30:36 +0000, by michael
-
AAC: Fix AAC prediction when used in conjunction with the CPE libavcodecSun, 21 Dec 2008 05:28:14 +0000, by superdump
-
AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig libavcodecSun, 21 Dec 2008 05:08:32 +0000, by superdump