log

age author description
Wed, 25 Jun 2008 18:35:24 +0000 michael Set frame_size to the gcd of what the decoder can output. libavcodec
Wed, 25 Jun 2008 17:37:47 +0000 astrange Don't set mm_flags in fft-test, since it doesn't do anything anyway. libavcodec
Wed, 25 Jun 2008 17:33:55 +0000 astrange Use a local variable instead of mm_flags in dct-test. libavcodec
Wed, 25 Jun 2008 14:14:58 +0000 stefang make ModeAlphabet read-only and use a custom mode alphabet libavcodec
Wed, 25 Jun 2008 12:30:35 +0000 benoit Close parse context. libavcodec
Wed, 25 Jun 2008 12:08:39 +0000 ramiro Make it a little easier to spot that the code is not dealing only with libavcodec
Wed, 25 Jun 2008 11:33:49 +0000 stefang remove duplicate tables libavcodec
Tue, 24 Jun 2008 23:51:17 +0000 astrange Define mm_flags/support to be 0 on architectures where they don't exist. libavcodec
Tue, 24 Jun 2008 21:32:34 +0000 vitor Simplify interp() libavcodec
Tue, 24 Jun 2008 21:30:09 +0000 vitor More cosmetics libavcodec
Tue, 24 Jun 2008 21:29:18 +0000 vitor Cosmetics libavcodec
Tue, 24 Jun 2008 20:27:29 +0000 stefang revert accidental const slipping in libavcodec
Tue, 24 Jun 2008 20:15:31 +0000 diego Replace redundant MAX macro declaration by proper use of FFMAX. libavcodec
Tue, 24 Jun 2008 20:01:31 +0000 stefang mark read-only data as const libavcodec
Tue, 24 Jun 2008 18:38:55 +0000 vitor Use lpc_coef[2] instead of lpc_coef and lpc_coef_old libavcodec
Tue, 24 Jun 2008 18:13:44 +0000 vitor Remove unused entries from lpc_refl_cb* libavcodec
Tue, 24 Jun 2008 18:06:30 +0000 vitor Remove unused entries from energy_tab libavcodec
Tue, 24 Jun 2008 09:10:30 +0000 diego Mark constant structure member as const to avoid some warnings. libavcodec
Tue, 24 Jun 2008 09:00:58 +0000 diego Remove redundant mm_flags declaration, fixes the warning: libavcodec
Mon, 23 Jun 2008 21:27:42 +0000 vitor Remove unused values from gain_{val,exp}_tab libavcodec
Mon, 23 Jun 2008 21:12:35 +0000 vitor Now these tables fit in 16 bits. libavcodec
Mon, 23 Jun 2008 21:10:59 +0000 vitor Merge the >> 4 calculation of cb1_base in the table libavcodec
Mon, 23 Jun 2008 21:00:28 +0000 vitor Consistency: make the output buffer the first argument of functions libavcodec
Mon, 23 Jun 2008 20:53:05 +0000 vitor Use sizeof() intead of hardcoding the values libavcodec
Mon, 23 Jun 2008 20:46:42 +0000 vitor Simplify libavcodec
Mon, 23 Jun 2008 20:44:58 +0000 vitor Simplify libavcodec
Mon, 23 Jun 2008 20:42:36 +0000 vitor It makes more sense to return 1 here in case of overflow. libavcodec
Mon, 23 Jun 2008 20:39:28 +0000 vitor Cosmetics: indent libavcodec
Mon, 23 Jun 2008 20:39:09 +0000 vitor Remove unneeded check libavcodec
Mon, 23 Jun 2008 20:37:53 +0000 vitor rescale_rms() should use unsigned ints libavcodec
Mon, 23 Jun 2008 20:35:02 +0000 vitor Move factor multiplication out of irms() libavcodec
Mon, 23 Jun 2008 20:33:31 +0000 vitor This should be signed libavcodec
Mon, 23 Jun 2008 20:28:00 +0000 vitor More comments removal/fixes libavcodec
Mon, 23 Jun 2008 20:26:57 +0000 vitor Remove useless comment libavcodec
Mon, 23 Jun 2008 20:26:24 +0000 vitor More comments improvement libavcodec
Mon, 23 Jun 2008 20:24:06 +0000 vitor Document defines better libavcodec
Mon, 23 Jun 2008 20:20:29 +0000 vitor Remove useless define libavcodec
Mon, 23 Jun 2008 20:18:51 +0000 vitor Rename rotate_buffer() to copy_and_dup() and doxy it libavcodec
Mon, 23 Jun 2008 20:13:07 +0000 vitor Simplify t_sqrt() libavcodec
Mon, 23 Jun 2008 20:12:12 +0000 vitor Add doxy comment libavcodec
Mon, 23 Jun 2008 20:06:36 +0000 vitor Rename var libavcodec
Mon, 23 Jun 2008 20:05:42 +0000 vitor Move code unrelated to lpc filtering out of lpc_filter() libavcodec
Mon, 23 Jun 2008 19:59:42 +0000 vitor Simplify rotate_buffer() libavcodec
Mon, 23 Jun 2008 19:47:10 +0000 stefano Fix typo in libavcodec/opt.h. libavcodec
Mon, 23 Jun 2008 07:33:15 +0000 benoit Allocate static tables on stack, not heap. libavcodec
Sun, 22 Jun 2008 20:10:16 +0000 vitor Cosmetics libavcodec
Sun, 22 Jun 2008 20:09:13 +0000 vitor Avoid a memcpy. Code is also simpler now in my opinion. libavcodec
Sun, 22 Jun 2008 15:26:00 +0000 superdump Remove now unused variable libavcodec
Sun, 22 Jun 2008 15:12:27 +0000 superdump Add generic ff_sine_window_init function and implement in codecs appropriately libavcodec
Sun, 22 Jun 2008 13:20:41 +0000 aurel vp6: ensure that huffman decoding table is sorted with descending symbol order libavcodec
Sun, 22 Jun 2008 13:01:24 +0000 diego cosmetics: alignment libavcodec
Sun, 22 Jun 2008 12:56:30 +0000 diego Add missing entry for PCM_DVD_ENCODER. libavcodec
Sun, 22 Jun 2008 12:52:26 +0000 diego Add missing mpegvideo.o to list of vc1.o dependencies. libavcodec
Sun, 22 Jun 2008 12:48:39 +0000 diego Add missing entry for ADPCM_IMA_QT_ENCODER. libavcodec
Sun, 22 Jun 2008 12:47:39 +0000 diego Add missing entry for ADPCM_EA_MAXIS_XA_DECODER. libavcodec
Sun, 22 Jun 2008 07:05:40 +0000 reimar Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16 libavcodec
Sat, 21 Jun 2008 09:15:49 +0000 stefano Extend documentation for AVOption. libavcodec
Fri, 20 Jun 2008 20:46:07 +0000 vitor Do not write junk in the end of truncated files. FATE libavcodec
Thu, 19 Jun 2008 20:51:56 +0000 vitor Misc cosmetics libavcodec
Thu, 19 Jun 2008 20:48:00 +0000 vitor Remove useless comment libavcodec
Thu, 19 Jun 2008 20:43:34 +0000 vitor Last table renaming libavcodec
Thu, 19 Jun 2008 20:36:23 +0000 vitor Yet more table renaming libavcodec
Thu, 19 Jun 2008 20:34:29 +0000 vitor 10l: fix typo libavcodec
Thu, 19 Jun 2008 20:31:34 +0000 vitor More table renaming libavcodec
Thu, 19 Jun 2008 20:28:28 +0000 vitor Rename table libavcodec
Thu, 19 Jun 2008 19:37:51 +0000 vitor Rename vars: s/decsp/out/ libavcodec
Thu, 19 Jun 2008 19:35:59 +0000 vitor Rename function libavcodec
Thu, 19 Jun 2008 19:34:38 +0000 vitor Rename var libavcodec
Thu, 19 Jun 2008 11:04:31 +0000 michael Do not shift F[I] twice, it is also clearer and smaller now. libavcodec
Thu, 19 Jun 2008 11:00:17 +0000 michael Factorize c->ap += (-c->ap) >> 4 out libavcodec
Thu, 19 Jun 2008 10:52:47 +0000 michael Get rid of G726Tables.bits. libavcodec
Thu, 19 Jun 2008 10:49:30 +0000 michael Copy 4 pointers to avid dozends of ptr dereferences. libavcodec
Thu, 19 Jun 2008 10:38:20 +0000 michael Does not need to be int16. libavcodec
Thu, 19 Jun 2008 10:29:36 +0000 michael Factorize I >> (c->tbls->bits - 1) out. libavcodec
Thu, 19 Jun 2008 10:12:15 +0000 stefano Improve an lclenc.c error message in case of unsupported input pixel libavcodec
Thu, 19 Jun 2008 10:02:39 +0000 michael 1 abs() less libavcodec
Wed, 18 Jun 2008 21:09:36 +0000 michael simplify libavcodec
Wed, 18 Jun 2008 21:05:07 +0000 michael useless () libavcodec
Wed, 18 Jun 2008 21:00:44 +0000 michael remove unneeded tr == 0 libavcodec
Wed, 18 Jun 2008 20:54:21 +0000 michael simplify libavcodec
Wed, 18 Jun 2008 20:51:12 +0000 michael Get rid of the redundant AVG726Context. libavcodec
Wed, 18 Jun 2008 19:18:32 +0000 michael Remove the truncated bitstream handling from our g726 decoder. libavcodec
Tue, 17 Jun 2008 14:42:51 +0000 gpoirier convert DOS-style carriage return to Unix-style libavcodec
Tue, 17 Jun 2008 14:03:00 +0000 michael Change iquant tables to int16. libavcodec
Tue, 17 Jun 2008 13:46:59 +0000 michael simplify libavcodec
Tue, 17 Jun 2008 13:40:40 +0000 michael Get rid of useless wrapper function. libavcodec
Tue, 17 Jun 2008 00:09:42 +0000 michael Do not inline g726_iterate() the function is big so its inlining will libavcodec
Mon, 16 Jun 2008 23:57:12 +0000 michael Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler. libavcodec
Mon, 16 Jun 2008 23:53:34 +0000 michael Remove redundant zeroing (the context is memset(0)). libavcodec
Mon, 16 Jun 2008 23:51:07 +0000 michael Use smaller data types for tables. libavcodec
Mon, 16 Jun 2008 23:34:15 +0000 michael Float11 does not need int, .o file becomes smaller and the code might libavcodec
Mon, 16 Jun 2008 23:31:23 +0000 michael simplify libavcodec
Mon, 16 Jun 2008 23:23:56 +0000 michael Correct validity checks. libavcodec
Mon, 16 Jun 2008 23:20:11 +0000 michael Print sane error message for channels != 1. libavcodec
Mon, 16 Jun 2008 23:16:44 +0000 michael Check number of bits so we do not try to use table entries which do not exist. libavcodec
Mon, 16 Jun 2008 23:12:50 +0000 michael Support decoding of sample_g726.asf. libavcodec
Mon, 16 Jun 2008 20:42:54 +0000 michael get_bits() outputs exactly as many bits as requested no need to mask them. libavcodec
Mon, 16 Jun 2008 20:40:44 +0000 michael Remove dead code. libavcodec
Mon, 16 Jun 2008 08:25:48 +0000 diego Add missing #includes to fix 'make checkheaders'. libavcodec
Sun, 15 Jun 2008 18:01:25 +0000 jbr fix verbatim mode decoding. patch by Jai Menon (realityman gmx net). libavcodec
Fri, 13 Jun 2008 19:30:27 +0000 michael -0x8000 == 0x8000 with int16 libavcodec
Fri, 13 Jun 2008 09:30:42 +0000 stefano Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Tue, 10 Jun 2008 19:21:40 +0000 bcoudurier remove useless wrapper func libavcodec
Mon, 09 Jun 2008 16:30:59 +0000 reimar Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output and libavcodec
Mon, 09 Jun 2008 16:26:28 +0000 reimar Almost-cosmetics: split out coeff_count from all_fragments struct into libavcodec
Mon, 09 Jun 2008 01:21:57 +0000 bcoudurier enable global_header flag for audio and video encoding, was wrongly part of commit r13722 libavcodec
Mon, 09 Jun 2008 01:20:14 +0000 bcoudurier revert wrong part of r13722 commit libavcodec
Mon, 09 Jun 2008 00:43:07 +0000 bcoudurier uniformize trellis quant option libavcodec
Sun, 08 Jun 2008 21:09:02 +0000 jbr move rematrixing band table to ac3dec_data.c libavcodec
Sun, 08 Jun 2008 21:08:57 +0000 jbr add ac3dec_data.[c,h] libavcodec
Sun, 08 Jun 2008 21:08:53 +0000 jbr add fields needed for E-AC-3 decoding to decode context libavcodec
Sun, 08 Jun 2008 20:45:18 +0000 bwolowiec Separating from nellymoserdec.c parts required by encoder libavcodec
Sun, 08 Jun 2008 17:12:25 +0000 banan Oma demuxer libavcodec
Sat, 07 Jun 2008 22:30:51 +0000 jbr split up header parsing function libavcodec
Sat, 07 Jun 2008 22:30:47 +0000 jbr store exp_strategy for all blocks in decode context libavcodec
Sat, 07 Jun 2008 22:30:43 +0000 jbr store cpl_in_use for all blocks in decode context libavcodec
Sat, 07 Jun 2008 22:30:39 +0000 jbr cosmetics: add and align references to spec variable names libavcodec
Sat, 07 Jun 2008 22:30:35 +0000 jbr cosmetics: vertical align libavcodec
Sat, 07 Jun 2008 22:30:31 +0000 jbr use macro constants for array sizes in decode context libavcodec