log

age author description
Sat, 09 Jan 2010 17:22:37 +0000 michael Make some tables static again, i mistakely thought they would be used in several libavcodec
Sat, 09 Jan 2010 16:20:41 +0000 ramiro Export get_slice_type() as ff_h264_get_slice_type(). libavcodec
Sat, 09 Jan 2010 14:59:06 +0000 michael Split H263 encoder and decoder from common code. libavcodec
Sat, 09 Jan 2010 13:28:04 +0000 reimar Add support for hard-coded MDCT-related ff_sine_windows tables. libavcodec
Sat, 09 Jan 2010 07:57:26 +0000 jai_menon Always initialize bit_depth_luma and bit_depth_chroma in the H264 libavcodec
Sat, 09 Jan 2010 03:31:13 +0000 pross update my email address libavcodec
Fri, 08 Jan 2010 19:59:51 +0000 michael Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c. libavcodec
Fri, 08 Jan 2010 19:53:42 +0000 thilo.borgmann Change local variable type from unsigned int to int in order to libavcodec
Fri, 08 Jan 2010 19:40:10 +0000 michael Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. libavcodec
Fri, 08 Jan 2010 19:10:11 +0000 michael Use h263 tables in msmpeg4v1 dont duplicate them halfway. libavcodec
Fri, 08 Jan 2010 18:54:52 +0000 daniel Release cyuv/aura decoder buffer libavcodec
Fri, 08 Jan 2010 17:52:54 +0000 mru AAC: add a const to decode_spectrum_and_dequant() args libavcodec
Fri, 08 Jan 2010 17:51:48 +0000 michael Rename most non static h263 tables so their name contains h263. libavcodec
Fri, 08 Jan 2010 17:41:14 +0000 michael Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability libavcodec
Fri, 08 Jan 2010 17:28:43 +0000 michael Rename DCtab_*, its a global variable and it helps understanding if mpeg4 libavcodec
Fri, 08 Jan 2010 16:37:32 +0000 jai_menon Snow : re-indent after r21093. libavcodec
Fri, 08 Jan 2010 16:34:50 +0000 jai_menon Snow : remove pointless 'if(1)'. libavcodec
Fri, 08 Jan 2010 16:26:44 +0000 michael Remove useless line. libavcodec
Fri, 08 Jan 2010 16:04:45 +0000 michael Fix indention. libavcodec
Fri, 08 Jan 2010 15:50:26 +0000 andoma Log unknown NAL code from correct context libavcodec
Fri, 08 Jan 2010 14:45:24 +0000 jai_menon Snow : use non-NULL context for av_log. libavcodec
Fri, 08 Jan 2010 14:33:35 +0000 jai_menon Cosmetics : remove duplicated comment. libavcodec
Fri, 08 Jan 2010 10:00:56 +0000 diego Explain why the level variable is magically inceased in mpeg4_encode_dc(). libavcodec
Fri, 08 Jan 2010 06:11:56 +0000 alexc fft-test: whitespace cosmetics libavcodec
Fri, 08 Jan 2010 05:09:17 +0000 jai_menon Snow : release buffers allocated using avctx->get_buffer. libavcodec
Fri, 08 Jan 2010 05:08:02 +0000 jai_menon Set bits_per_coded_sample in the raw video encoder. libavcodec
Fri, 08 Jan 2010 04:00:06 +0000 michael Add a few CONFIG_MPEG4_DECODER that should be there. libavcodec
Thu, 07 Jan 2010 23:53:49 +0000 michael Split the mpeg4 encoder and decoder off h263.c libavcodec
Thu, 07 Jan 2010 22:48:58 +0000 thilo.borgmann Add multi-channel correlation support for ALS. libavcodec
Thu, 07 Jan 2010 22:33:26 +0000 cehoyos Fix red/blue swap for 4xa files. libavcodec
Thu, 07 Jan 2010 22:23:28 +0000 thilo.borgmann Optimize short-term prediction by reducing index arithmetic. libavcodec
Thu, 07 Jan 2010 15:46:45 +0000 michael Add some const qualifiers. libavcodec
Thu, 07 Jan 2010 15:43:49 +0000 michael Document decide_ac_pred() and restore_ac_coeffs(). libavcodec
Thu, 07 Jan 2010 15:31:54 +0000 michael Move restore_ac_coeffs() call into decode_ac_pred(). libavcodec
Thu, 07 Jan 2010 15:24:50 +0000 michael Move restore_ac_coeffs() up so its declared before its use. libavcodec
Thu, 07 Jan 2010 15:12:31 +0000 michael More doxy libavcodec
Thu, 07 Jan 2010 14:56:40 +0000 michael Document ff_h263_show_pict_info(). libavcodec
Thu, 07 Jan 2010 14:55:11 +0000 michael Factorize if() surrounding every ff_h263_show_pict_info() call. libavcodec
Thu, 07 Jan 2010 06:32:34 +0000 michael 2 more if(CONFIG_*_DECODER) libavcodec
Thu, 07 Jan 2010 06:25:41 +0000 michael Split out intel H263 decoder. libavcodec
Thu, 07 Jan 2010 06:20:57 +0000 michael flv.h should ideally be included in flvdec.c libavcodec
Thu, 07 Jan 2010 05:41:49 +0000 michael Move forgotton "AVCodec flv_encoder" over to flvenc.c. libavcodec
Thu, 07 Jan 2010 05:36:45 +0000 michael Split flv decoding out. libavcodec
Thu, 07 Jan 2010 04:42:39 +0000 michael Split out flv encoding. libavcodec
Thu, 07 Jan 2010 04:01:19 +0000 michael Document aspect_to_info(). libavcodec
Thu, 07 Jan 2010 03:58:12 +0000 michael Cleanup aspect_to_info(). libavcodec
Thu, 07 Jan 2010 03:54:10 +0000 michael Document several more things. libavcodec
Thu, 07 Jan 2010 03:40:41 +0000 michael Document *VLC_BITS. libavcodec
Thu, 07 Jan 2010 03:36:46 +0000 michael Simplify h263_get_picture_format(). libavcodec
Thu, 07 Jan 2010 03:34:30 +0000 michael Mark h263_get_picture_format() av_const to indicate that it has no funny libavcodec
Thu, 07 Jan 2010 03:30:45 +0000 michael Document h263_get_picture_format(). libavcodec
Wed, 06 Jan 2010 23:15:33 +0000 cehoyos 100l: Fix compilation after r21037. libavcodec
Wed, 06 Jan 2010 22:40:52 +0000 michael Stop the approximation in bessel() once it does no longer improve. libavcodec
Wed, 06 Jan 2010 21:51:20 +0000 daniel Handle more ADPCM codecs in av_get_bits_per_sample(). libavcodec
Tue, 05 Jan 2010 16:25:41 +0000 vitor Use correct context for av_log(), should prevent a crash for malformed files. libavcodec
Tue, 05 Jan 2010 10:18:01 +0000 diego Add a few explanatory comments to cornercase workarounds. libavcodec
Tue, 05 Jan 2010 01:16:02 +0000 thilo.borgmann Replace array operator [] with direct access via pointer. libavcodec
Tue, 05 Jan 2010 01:14:38 +0000 cehoyos Cosmetics: Fix indentation and comment after r21027. libavcodec
Tue, 05 Jan 2010 01:11:45 +0000 cehoyos Support decoding raw 2bpp in mov, fixes issue 1528. libavcodec
Tue, 05 Jan 2010 00:41:29 +0000 cehoyos Improve readability of 4bpp raw decoder and prepare for supporting 2bpp. libavcodec