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
|
Sat, 07 Jun 2008 22:30:26 +0000 |
jbr |
cosmetics: vertical align
libavcodec
|
Sat, 07 Jun 2008 22:30:22 +0000 |
jbr |
cosmetics: reorder decode context fields into logical groups
libavcodec
|
Sat, 07 Jun 2008 22:30:16 +0000 |
jbr |
move the decode context and some macro constants to a new file, ac3dec.h
libavcodec
|
Sat, 07 Jun 2008 22:30:09 +0000 |
jbr |
move mix level tables from parser to decoder. have parser read bitstream value instead of using an index to a table in the decoder.
libavcodec
|
Sat, 07 Jun 2008 22:30:03 +0000 |
jbr |
add more gain levels and adjust mix level tables accordingly.
libavcodec
|
Sat, 07 Jun 2008 22:29:54 +0000 |
jbr |
pass bap table to ff_ac3_bit_alloc_calc_bap()
libavcodec
|
Sat, 07 Jun 2008 22:29:45 +0000 |
jbr |
set default mix levels regardless of bitstream id
libavcodec
|
Sat, 07 Jun 2008 22:29:38 +0000 |
jbr |
cosmetics: indent
libavcodec
|
Sat, 07 Jun 2008 22:29:27 +0000 |
jbr |
skip unsupported frame types and substream id's
libavcodec
|
Sat, 07 Jun 2008 22:29:19 +0000 |
jbr |
read frame type from header info into decode context
libavcodec
|
Sat, 07 Jun 2008 22:29:11 +0000 |
jbr |
get substreamid from ac3 parser
libavcodec
|
Sat, 07 Jun 2008 22:29:03 +0000 |
jbr |
get the number of blocks from the ac3 parser and use in the ac3 decoder.
libavcodec
|
Sat, 07 Jun 2008 13:21:24 +0000 |
rtogni |
Remove my old email address
libavcodec
|
Sat, 07 Jun 2008 13:14:49 +0000 |
rtogni |
Remove my old email address.
libavcodec
|
Fri, 06 Jun 2008 17:50:32 +0000 |
diego |
Remove Fabrice's copyright from the Makefiles. They have been entirely
libavcodec
|
Fri, 06 Jun 2008 07:00:42 +0000 |
diego |
minor spelling/grammar fixes
libavcodec
|
Fri, 06 Jun 2008 00:32:31 +0000 |
michael |
Fix reading an element after the array.
libavcodec
|
Thu, 05 Jun 2008 16:15:44 +0000 |
vitor |
Remove *lpc_refl from the context. Only the value
libavcodec
|
Thu, 05 Jun 2008 16:11:51 +0000 |
vitor |
Split function rms() in two (it does two unrelated things)
libavcodec
|
Thu, 05 Jun 2008 02:20:15 +0000 |
lorenm |
rename me=tesa
libavcodec
|
Thu, 05 Jun 2008 01:57:35 +0000 |
bcoudurier |
add esa/dia compat me options and new tesa for libx264
libavcodec
|
Wed, 04 Jun 2008 00:56:36 +0000 |
bcoudurier |
x264 interlaced encoding option
libavcodec
|
Wed, 04 Jun 2008 00:44:43 +0000 |
bcoudurier |
cleanup, remove useless parentheses
libavcodec
|
Wed, 04 Jun 2008 00:31:20 +0000 |
jbr |
return error on frame sync error
libavcodec
|
Tue, 03 Jun 2008 23:34:26 +0000 |
jbr |
prevent crash when dba params are invalid
libavcodec
|
Tue, 03 Jun 2008 16:46:38 +0000 |
banan |
Sample tested and the code worked so the comment is removed
libavcodec
|
Tue, 03 Jun 2008 11:56:09 +0000 |
diego |
small spelling/wording fixes
libavcodec
|
Tue, 03 Jun 2008 03:12:56 +0000 |
michael |
ff_fetch_timestamp() prototype
libavcodec
|
Tue, 03 Jun 2008 02:43:17 +0000 |
michael |
In mpeg1/2 timestamps are associated with the access unit which
libavcodec
|
Mon, 02 Jun 2008 23:00:04 +0000 |
aurel |
bump micro version after commit r13615
libavcodec
|
Mon, 02 Jun 2008 19:04:14 +0000 |
bcoudurier |
print correct mpeg-2 broken_link value, and print closed_gop
libavcodec
|
Mon, 02 Jun 2008 18:29:04 +0000 |
vitor |
Remove warning that could never be triggered.
libavcodec
|
Mon, 02 Jun 2008 14:54:19 +0000 |
michael |
indent
libavcodec
|
Mon, 02 Jun 2008 14:53:54 +0000 |
michael |
Only store timestamps when there are timestamps.
libavcodec
|
Mon, 02 Jun 2008 14:40:27 +0000 |
michael |
Our MPEG-TS demuxer does not send complete PES packets but sends them
libavcodec
|
Mon, 02 Jun 2008 14:23:25 +0000 |
michael |
Move new field to the end to avoid ABI breakage, I thought this struct
libavcodec
|
Mon, 02 Jun 2008 13:14:01 +0000 |
michael |
cosmetic
libavcodec
|
Mon, 02 Jun 2008 13:12:54 +0000 |
michael |
Allow matching timestamps to be removed by fetch_timestamp().
libavcodec
|
Mon, 02 Jun 2008 13:09:56 +0000 |
michael |
Add off argument so that fetch_timestamp can search for timestamps
libavcodec
|
Mon, 02 Jun 2008 13:05:38 +0000 |
michael |
Factorize fetch_timestamp() into its own function
libavcodec
|
Mon, 02 Jun 2008 13:01:23 +0000 |
michael |
unused variable
libavcodec
|
Mon, 02 Jun 2008 03:12:43 +0000 |
bcoudurier |
cosmetics, remove table_ prefix
libavcodec
|
Mon, 02 Jun 2008 03:10:40 +0000 |
michael |
indent
libavcodec
|
Mon, 02 Jun 2008 03:10:00 +0000 |
michael |
Rename last_frame_offset to next_frame_offset.
libavcodec
|
Mon, 02 Jun 2008 03:07:32 +0000 |
bcoudurier |
optimize, merge offset bits in vlc code
libavcodec
|
Mon, 02 Jun 2008 02:55:30 +0000 |
michael |
Simplify parser core.
libavcodec
|
Mon, 02 Jun 2008 02:54:46 +0000 |
jbr |
move some AC3HeaderInfo struct fields to the Coded elements group.
libavcodec
|
Sun, 01 Jun 2008 21:29:45 +0000 |
bcoudurier |
return if bitrate is not specified or too low
libavcodec
|
Sun, 01 Jun 2008 20:51:44 +0000 |
bcoudurier |
add context_to_name func for logging
libavcodec
|
Sun, 01 Jun 2008 19:51:33 +0000 |
vitor |
Replace comments by error messages.
libavcodec
|
Sun, 01 Jun 2008 19:36:54 +0000 |
vitor |
Cosmetics
libavcodec
|
Sun, 01 Jun 2008 19:36:43 +0000 |
vitor |
Rename dec2() function
libavcodec
|
Sun, 01 Jun 2008 19:35:04 +0000 |
vitor |
Rename var
libavcodec
|
Sun, 01 Jun 2008 19:33:17 +0000 |
vitor |
Rename dec1() to a more descriptive name
libavcodec
|
Sun, 01 Jun 2008 19:30:07 +0000 |
vitor |
The function dec1() do two completly unrelated things. Split the rms calculation out of it.
libavcodec
|
Sun, 01 Jun 2008 13:30:15 +0000 |
vitor |
Yet more variable renaming
libavcodec
|
Sun, 01 Jun 2008 13:28:41 +0000 |
vitor |
More variable renaming
libavcodec
|
Sun, 01 Jun 2008 13:17:22 +0000 |
vitor |
Rename functions
libavcodec
|
Sun, 01 Jun 2008 13:16:13 +0000 |
vitor |
Rename variables
libavcodec
|
Sun, 01 Jun 2008 02:28:33 +0000 |
bcoudurier |
memcpy considering output width, not src linesize, fix segv with av_picture_pad
libavcodec
|
Sun, 01 Jun 2008 02:21:53 +0000 |
bcoudurier |
give context to av_log
libavcodec
|
Sun, 01 Jun 2008 01:07:59 +0000 |
michael |
Prevent scalefactors from overflowing.
libavcodec
|
Sat, 31 May 2008 22:12:49 +0000 |
jbr |
cosmetics: add a comment, remove a comment
libavcodec
|
Sat, 31 May 2008 22:12:01 +0000 |
jbr |
simplify
libavcodec
|
Sat, 31 May 2008 21:57:45 +0000 |
jbr |
set lfe params at frame init instead of in every block
libavcodec
|
Sat, 31 May 2008 21:53:31 +0000 |
jbr |
only calculate number of exponent groups when exponents are not reused.
libavcodec
|
Sat, 31 May 2008 21:37:28 +0000 |
jbr |
cosmetics: remove unneeded braces
libavcodec
|
Sat, 31 May 2008 19:59:10 +0000 |
jbr |
10l: cosmetics
libavcodec
|
Sat, 31 May 2008 19:56:54 +0000 |
jbr |
new dba values requires running last 2 bit allocation stages
libavcodec
|
Sat, 31 May 2008 16:04:41 +0000 |
jbr |
get_transform_coeffs() never returns an error, so make the function and its children return void.
libavcodec
|
Sat, 31 May 2008 15:37:41 +0000 |
vitor |
Add doxy comments to eq() and do_voice()
libavcodec
|
Sat, 31 May 2008 15:31:57 +0000 |
jbr |
use enum value for CRC error
libavcodec
|
Sat, 31 May 2008 15:30:55 +0000 |
jbr |
move header error logging to after CRC check
libavcodec
|
Sat, 31 May 2008 14:38:34 +0000 |
vitor |
Minor simplification
libavcodec
|
Sat, 31 May 2008 14:36:46 +0000 |
vitor |
Rename variable
libavcodec
|
Sat, 31 May 2008 14:34:35 +0000 |
vitor |
Remove useless intermediate variable
libavcodec
|
Sat, 31 May 2008 14:32:11 +0000 |
vitor |
Remove ra144.o dependency added in revision r13500, now reverted
libavcodec
|
Fri, 30 May 2008 23:27:21 +0000 |
michael |
unused
libavcodec
|
Fri, 30 May 2008 23:26:09 +0000 |
michael |
As *_static are not deallocated anymore except on program termination
libavcodec
|
Fri, 30 May 2008 21:17:10 +0000 |
michael |
unused
libavcodec
|
Fri, 30 May 2008 21:15:34 +0000 |
michael |
Remove non C code.
libavcodec
|
Fri, 30 May 2008 21:12:33 +0000 |
michael |
Move *_static to bitstream.c which is the only file left which needs
libavcodec
|
Fri, 30 May 2008 21:08:41 +0000 |
michael |
Change init_vlc_rl() so it does not use *alloc_static() anymore.
libavcodec
|
Fri, 30 May 2008 21:06:40 +0000 |
michael |
Change init_2d_vlc_rl() to not use *alloc_static().
libavcodec
|
Fri, 30 May 2008 20:06:08 +0000 |
michael |
Remove constant argument.
libavcodec
|
Fri, 30 May 2008 20:02:59 +0000 |
michael |
Switch to INIT_VLC_USE_NEW_STATIC.
libavcodec
|
Fri, 30 May 2008 20:00:19 +0000 |
michael |
Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier.
libavcodec
|
Fri, 30 May 2008 19:48:02 +0000 |
michael |
Make init_vlc* support proper static tables instead of this broken beyond
libavcodec
|
Fri, 30 May 2008 19:46:43 +0000 |
vitor |
Revert r13499, log:
libavcodec
|
Thu, 29 May 2008 23:16:12 +0000 |
cehoyos |
Warn about unimplemented H264 feature.
libavcodec
|
Thu, 29 May 2008 20:09:45 +0000 |
skal |
in TRUNCATED mode, use residual fragments in ParseContext
libavcodec
|
Thu, 29 May 2008 11:04:42 +0000 |
diego |
Add ASUS V1/V2 decoder codec long names.
libavcodec
|
Wed, 28 May 2008 23:56:25 +0000 |
bcoudurier |
set avctx time_base in dv decoder
libavcodec
|
Wed, 28 May 2008 22:36:08 +0000 |
michael |
ILP64 fix
libavcodec
|
Wed, 28 May 2008 21:25:18 +0000 |
vitor |
Rename variable
libavcodec
|
Wed, 28 May 2008 21:17:32 +0000 |
vitor |
More intermediate vars removal
libavcodec
|
Wed, 28 May 2008 21:04:42 +0000 |
vitor |
Remove unused var
libavcodec
|
Wed, 28 May 2008 21:02:51 +0000 |
vitor |
Remove useless intermediate var
libavcodec
|
Wed, 28 May 2008 20:36:11 +0000 |
vitor |
Remove dec1() function
libavcodec
|
Wed, 28 May 2008 19:04:34 +0000 |
vitor |
Use ff_acelp_weighted_vector_sum() instead of reimplementing it
libavcodec
|
Wed, 28 May 2008 19:02:16 +0000 |
vitor |
Make lpc coefficients 16 bit wide
libavcodec
|
Wed, 28 May 2008 18:59:09 +0000 |
vitor |
Simplify implementation and use of dec2()
libavcodec
|
Wed, 28 May 2008 11:59:41 +0000 |
michael |
Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.
libavcodec
|
Wed, 28 May 2008 11:33:28 +0000 |
michael |
set coded_frame
libavcodec
|
Wed, 28 May 2008 09:20:59 +0000 |
diego |
cosmetics: spelling typo fixes
libavcodec
|
Wed, 28 May 2008 01:54:09 +0000 |
michael |
Fix return type of ff_init_me().
libavcodec
|
Wed, 28 May 2008 01:34:46 +0000 |
michael |
minor simplification
libavcodec
|
Wed, 28 May 2008 01:30:59 +0000 |
michael |
redundant
libavcodec
|
Tue, 27 May 2008 23:41:10 +0000 |
michael |
Check dia size a little more. Fixes CID80.
libavcodec
|
Tue, 27 May 2008 22:10:17 +0000 |
michael |
Arrays where one element too small, fixes CID114.
libavcodec
|
Tue, 27 May 2008 21:12:28 +0000 |
michael |
memleak / fixes CID118
libavcodec
|
Tue, 27 May 2008 19:44:56 +0000 |
michael |
Do not read from prior the array, fix CID 127.
libavcodec
|
Tue, 27 May 2008 16:50:48 +0000 |
vitor |
Add comment
libavcodec
|
Tue, 27 May 2008 16:14:31 +0000 |
vitor |
Fix doxy comments
libavcodec
|
Tue, 27 May 2008 12:32:59 +0000 |
diego |
cosmetics: XviD is now called Xvid.
libavcodec
|
Tue, 27 May 2008 10:51:23 +0000 |
diego |
cosmetics: typo fixes
libavcodec
|
Tue, 27 May 2008 00:43:39 +0000 |
jbr |
zero the upper frequencies of the correct coefficients
libavcodec
|
Mon, 26 May 2008 23:36:05 +0000 |
diego |
consistency cosmetics: indices --> indexes in variable names
libavcodec
|
Mon, 26 May 2008 23:19:26 +0000 |
diego |
Clarify avcodec_encode_audio() vs. PCM audio.
libavcodec
|
Mon, 26 May 2008 23:14:25 +0000 |
diego |
consistency cosmetics: indices --> indexes
libavcodec
|
Mon, 26 May 2008 23:11:24 +0000 |
diego |
cosmetics: typo
libavcodec
|
Mon, 26 May 2008 23:09:46 +0000 |
diego |
cosmetics: Use C-style comments in #endif directives.
libavcodec
|
Mon, 26 May 2008 18:26:47 +0000 |
vitor |
Rename var: add read coefficients a decent name
libavcodec
|