Mercurial > libavcodec.hg
graph
-
Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel Atom. libavcodecTue, 12 Jan 2010 23:02:07 +0000, by reimar
-
Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just libavcodecTue, 12 Jan 2010 21:17:26 +0000, by michael
-
Split all the reference picture handling off h264.c. libavcodecTue, 12 Jan 2010 20:59:00 +0000, by michael
-
Replace variable length array with an allocated buffer libavcodecTue, 12 Jan 2010 20:35:22 +0000, by thilo.borgmann
-
Split (picture|seq) parameter set decoding out of h264.c. libavcodecTue, 12 Jan 2010 19:33:45 +0000, by michael
-
Split direct mode (macro)block decoding off h264.c. libavcodecTue, 12 Jan 2010 14:32:58 +0000, by michael
-
Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert(). libavcodecTue, 12 Jan 2010 13:54:35 +0000, by michael
-
Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer libavcodecTue, 12 Jan 2010 09:13:32 +0000, by zuxy
-
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. libavcodecTue, 12 Jan 2010 00:29:26 +0000, by cehoyos
-
fft-test: Replace do_mdct with a tf_transform enum and switch on it. libavcodecMon, 11 Jan 2010 16:40:01 +0000, by alexc
-
Fix two RLE buffer size calculations in TSCC decoder. libavcodecMon, 11 Jan 2010 14:21:53 +0000, by kostya
-
10l: Fix forgotten variable rename from r14893 (fixes issue 1675). libavcodecMon, 11 Jan 2010 10:54:59 +0000, by cehoyos
-
Add missing internal.h to files calling ff_match_2uint16(). libavcodecMon, 11 Jan 2010 04:57:04 +0000, by astrange
-
Optimize horizontal_compose53i() by inlining inv_lift() and optimizing the libavcodecMon, 11 Jan 2010 00:54:48 +0000, by michael
-
Add a function to parse Dirac's sequence header libavcodecMon, 11 Jan 2010 00:31:44 +0000, by conrad
-
Export fullrange flag and color information for h.264 libavcodecMon, 11 Jan 2010 00:31:39 +0000, by conrad
-
Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 libavcodecSat, 09 Jan 2010 18:33:21 +0000, by michael
-
Make inter_level/run global again, msmpeg4 uses them. libavcodecSat, 09 Jan 2010 18:12:06 +0000, by michael
-
Make some tables static again, i mistakely thought they would be used in several libavcodecSat, 09 Jan 2010 17:22:37 +0000, by michael
-
Export get_slice_type() as ff_h264_get_slice_type(). libavcodecSat, 09 Jan 2010 16:20:41 +0000, by ramiro
-
Split H263 encoder and decoder from common code. libavcodecSat, 09 Jan 2010 14:59:06 +0000, by michael
-
Add support for hard-coded MDCT-related ff_sine_windows tables. libavcodecSat, 09 Jan 2010 13:28:04 +0000, by reimar
-
Always initialize bit_depth_luma and bit_depth_chroma in the H264 libavcodecSat, 09 Jan 2010 07:57:26 +0000, by jai_menon
-
Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c. libavcodecFri, 08 Jan 2010 19:59:51 +0000, by michael
-
Change local variable type from unsigned int to int in order to libavcodecFri, 08 Jan 2010 19:53:42 +0000, by thilo.borgmann
-
Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. libavcodecFri, 08 Jan 2010 19:40:10 +0000, by michael
-
Use h263 tables in msmpeg4v1 dont duplicate them halfway. libavcodecFri, 08 Jan 2010 19:10:11 +0000, by michael
-
AAC: add a const to decode_spectrum_and_dequant() args libavcodecFri, 08 Jan 2010 17:52:54 +0000, by mru
-
Rename most non static h263 tables so their name contains h263. libavcodecFri, 08 Jan 2010 17:51:48 +0000, by michael
-
Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability libavcodecFri, 08 Jan 2010 17:41:14 +0000, by michael
-
Rename DCtab_*, its a global variable and it helps understanding if mpeg4 libavcodecFri, 08 Jan 2010 17:28:43 +0000, by michael