Mercurial > libavcodec.hg
graph
-
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
-
Explain why the level variable is magically inceased in mpeg4_encode_dc(). libavcodecFri, 08 Jan 2010 10:00:56 +0000, by diego
-
Snow : release buffers allocated using avctx->get_buffer. libavcodecFri, 08 Jan 2010 05:09:17 +0000, by jai_menon
-
Set bits_per_coded_sample in the raw video encoder. libavcodecFri, 08 Jan 2010 05:08:02 +0000, by jai_menon
-
Add a few CONFIG_MPEG4_DECODER that should be there. libavcodecFri, 08 Jan 2010 04:00:06 +0000, by michael
-
Split the mpeg4 encoder and decoder off h263.c libavcodecThu, 07 Jan 2010 23:53:49 +0000, by michael
-
Add multi-channel correlation support for ALS. libavcodecThu, 07 Jan 2010 22:48:58 +0000, by thilo.borgmann
-
Optimize short-term prediction by reducing index arithmetic. libavcodecThu, 07 Jan 2010 22:23:28 +0000, by thilo.borgmann
-
Document decide_ac_pred() and restore_ac_coeffs(). libavcodecThu, 07 Jan 2010 15:43:49 +0000, by michael
-
Move restore_ac_coeffs() call into decode_ac_pred(). libavcodecThu, 07 Jan 2010 15:31:54 +0000, by michael
-
Move restore_ac_coeffs() up so its declared before its use. libavcodecThu, 07 Jan 2010 15:24:50 +0000, by michael
-
Factorize if() surrounding every ff_h263_show_pict_info() call. libavcodecThu, 07 Jan 2010 14:55:11 +0000, by michael