Fri, 28 Dec 2007 01:42:58 +0000 |
diego |
Remove mistakenly added multiple inclusion guards.
libavcodec
|
Thu, 27 Dec 2007 12:56:49 +0000 |
diego |
Fix make checkheaders.
libavcodec
|
Thu, 27 Dec 2007 12:31:23 +0000 |
diego |
Add necessary #include, fixes the warnings:
libavcodec
|
Thu, 27 Dec 2007 11:55:53 +0000 |
diego |
Fix clicking sound in xa-adpcm.
libavcodec
|
Thu, 27 Dec 2007 11:49:28 +0000 |
ivo |
remove useless cast
libavcodec
|
Thu, 27 Dec 2007 03:03:45 +0000 |
michael |
Fix encoding wmv1 with -mbd 1.
libavcodec
|
Wed, 26 Dec 2007 22:17:46 +0000 |
ivo |
PC Paintbrush PCX image decoder
libavcodec
|
Wed, 26 Dec 2007 16:24:49 +0000 |
ivo |
remove useless assignment
libavcodec
|
Wed, 26 Dec 2007 16:24:04 +0000 |
ivo |
remove useless assignment
libavcodec
|
Wed, 26 Dec 2007 16:23:25 +0000 |
ivo |
remove useless casts
libavcodec
|
Tue, 25 Dec 2007 15:36:12 +0000 |
reimar |
Check for avcodec_open codec parameter == NULL and return error in that case
libavcodec
|
Sun, 23 Dec 2007 21:01:09 +0000 |
diego |
typo: begining --> beginning
libavcodec
|
Sun, 23 Dec 2007 19:07:21 +0000 |
lu_zero |
Reindent
libavcodec
|
Sun, 23 Dec 2007 19:06:33 +0000 |
lu_zero |
Minor fix
libavcodec
|
Sun, 23 Dec 2007 15:54:21 +0000 |
lu_zero |
10l do not load after the buffer...
libavcodec
|
Sat, 22 Dec 2007 23:10:02 +0000 |
lu_zero |
Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventually
libavcodec
|
Sat, 22 Dec 2007 15:39:32 +0000 |
lu_zero |
Reindent
libavcodec
|
Sat, 22 Dec 2007 15:17:46 +0000 |
lu_zero |
Partially address issue299, no performance change apparently
libavcodec
|
Sat, 22 Dec 2007 03:39:53 +0000 |
lu_zero |
Avoid a vec_add, directly start with sum
libavcodec
|
Sat, 22 Dec 2007 02:53:36 +0000 |
lu_zero |
Reindent
libavcodec
|
Sat, 22 Dec 2007 02:46:32 +0000 |
lu_zero |
Factorize common code (almost cosmetic)
libavcodec
|
Sat, 22 Dec 2007 02:35:33 +0000 |
lu_zero |
Cosmetics
libavcodec
|
Fri, 21 Dec 2007 23:11:22 +0000 |
gpoirier |
add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.
libavcodec
|
Fri, 21 Dec 2007 12:38:41 +0000 |
diego |
Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
libavcodec
|
Fri, 21 Dec 2007 11:50:18 +0000 |
diego |
comment typo fixes
libavcodec
|
Fri, 21 Dec 2007 10:20:10 +0000 |
michael |
More consistent { placement.
libavcodec
|
Fri, 21 Dec 2007 10:17:25 +0000 |
michael |
indent
libavcodec
|
Fri, 21 Dec 2007 10:16:22 +0000 |
michael |
~15% faster h264_chroma_mc2/4_c() these also prevent some possible out
libavcodec
|
Fri, 21 Dec 2007 10:01:04 +0000 |
michael |
30% faster h264_chroma_mc8_c(), this also prevents a possible out of
libavcodec
|
Fri, 21 Dec 2007 00:22:40 +0000 |
ivo |
typo ;)
libavcodec
|
Thu, 20 Dec 2007 09:59:07 +0000 |
michael |
Document a few more structure change rules with relation to ABI/API.
libavcodec
|
Thu, 20 Dec 2007 09:43:01 +0000 |
michael |
Document structure change rules with relation to ABI/API.
libavcodec
|
Thu, 20 Dec 2007 00:55:08 +0000 |
jbr |
Add option for user to scale the amount of dynamic range compression which is
libavcodec
|
Wed, 19 Dec 2007 23:03:52 +0000 |
cehoyos |
Fix problem with multithreaded decoding, introduced by r11214.
libavcodec
|
Wed, 19 Dec 2007 08:14:21 +0000 |
diego |
cosmetics: Sort some more entries.
libavcodec
|
Tue, 18 Dec 2007 19:40:57 +0000 |
michael |
A little more doxygenization.
libavcodec
|
Tue, 18 Dec 2007 19:40:08 +0000 |
michael |
Document Motion_Est_IDs.
libavcodec
|
Tue, 18 Dec 2007 14:51:55 +0000 |
michael |
Remove old variable with the next major version bump.
libavcodec
|
Tue, 18 Dec 2007 13:52:07 +0000 |
bcoudurier |
add bitrate helper to choose all dnxhd variants
libavcodec
|
Tue, 18 Dec 2007 13:49:58 +0000 |
bcoudurier |
avoid infinite loop if pixel format conversion does not exist
libavcodec
|
Mon, 17 Dec 2007 19:29:13 +0000 |
michael |
another comment ->doxy
libavcodec
|
Mon, 17 Dec 2007 19:26:11 +0000 |
michael |
ME default does not belong to the ME type enum.
libavcodec
|
Mon, 17 Dec 2007 19:25:13 +0000 |
michael |
change some normal comments to doxy ones
libavcodec
|
Mon, 17 Dec 2007 18:43:34 +0000 |
kostya |
Correct spatial prediction mode in RV30/40 for vertical left direction
libavcodec
|
Mon, 17 Dec 2007 18:23:18 +0000 |
michael |
clarify FIXME
libavcodec
|
Mon, 17 Dec 2007 17:41:24 +0000 |
reimar |
Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option
libavcodec
|
Mon, 17 Dec 2007 10:41:47 +0000 |
benoit |
Fix crash in PCM decoder when number of channels is not set.
libavcodec
|
Mon, 17 Dec 2007 01:09:00 +0000 |
jbr |
Skip dialog normalization. It shouldn't be used by the decoder, and there is
libavcodec
|
Mon, 17 Dec 2007 01:03:19 +0000 |
jbr |
Revert commit made in revision 11228. I'm getting some strange results in the
libavcodec
|
Sun, 16 Dec 2007 22:20:47 +0000 |
aurel |
move FLAC mmx dsp to its own file
libavcodec
|
Sun, 16 Dec 2007 17:22:09 +0000 |
diego |
cosmetics: comment typo fixes
libavcodec
|
Sun, 16 Dec 2007 14:31:38 +0000 |
lu_zero |
Make strict altivec parsers happy (gcc-4.3 and others)
libavcodec
|
Sun, 16 Dec 2007 12:45:38 +0000 |
kostya |
RV40 decoder should use availability cache
libavcodec
|
Sun, 16 Dec 2007 12:44:25 +0000 |
kostya |
RV30/40 decoding core
libavcodec
|
Sun, 16 Dec 2007 04:25:50 +0000 |
jbr |
downmix before the IMDCT if no block switching is used
libavcodec
|
Sat, 15 Dec 2007 23:08:15 +0000 |
reimar |
Add 'l' suffix where it is necessary because type can not always be
libavcodec
|
Sat, 15 Dec 2007 10:03:49 +0000 |
andoma |
Add missing '\n' to log format text
libavcodec
|
Sat, 15 Dec 2007 07:01:33 +0000 |
andoma |
Make DCA decoder honor avctx->request_channels in a more advisory way.
libavcodec
|
Sat, 15 Dec 2007 07:00:19 +0000 |
andoma |
Make AC3 decoder honor avctx->request_channels
libavcodec
|
Sat, 15 Dec 2007 06:06:16 +0000 |
kostya |
Make fill_rectangle() available for other decoders
libavcodec
|
Fri, 14 Dec 2007 22:49:30 +0000 |
heydowns |
Fix brain-dead parts of r11216, specifically:
libavcodec
|
Fri, 14 Dec 2007 06:25:23 +0000 |
heydowns |
Ensure that our total reference frame count does not exceed the SPS
libavcodec
|
Fri, 14 Dec 2007 05:48:27 +0000 |
heydowns |
Actually return with an error condition if we're being asked to deal with too
libavcodec
|
Fri, 14 Dec 2007 05:37:23 +0000 |
heydowns |
Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start.
libavcodec
|
Thu, 13 Dec 2007 19:00:53 +0000 |
reimar |
Add a missing break, before av_set_number would always return NULL for
libavcodec
|
Thu, 13 Dec 2007 00:50:47 +0000 |
heydowns |
Fix non_zero_count_cache for deblocking in field pictures.
libavcodec
|
Wed, 12 Dec 2007 22:45:03 +0000 |
aurel |
add required include to make this file self-contained
libavcodec
|
Wed, 12 Dec 2007 21:48:50 +0000 |
mru |
use av_log_get/set_level()
libavcodec
|
Wed, 12 Dec 2007 18:40:11 +0000 |
michael |
av_*_next() API for libavcodec
libavcodec
|
Wed, 12 Dec 2007 11:52:27 +0000 |
takis |
Show which bitstreamfilters were compiled in, similar to the protocols etc
libavcodec
|
Tue, 11 Dec 2007 18:47:04 +0000 |
diego |
typo/clarification
libavcodec
|
Sun, 09 Dec 2007 05:55:45 +0000 |
kostya |
Enable 4x4 IDCT for FASTTX=0 mode in WMV3
libavcodec
|
Sun, 09 Dec 2007 05:54:59 +0000 |
kostya |
Add 4x4 IDCT
libavcodec
|
Sun, 09 Dec 2007 03:28:10 +0000 |
jbr |
cosmetics: rename ac3 decoder variables
libavcodec
|
Sun, 09 Dec 2007 03:27:14 +0000 |
jbr |
cosmetics: rename common ac3 variables
libavcodec
|
Sun, 09 Dec 2007 03:25:42 +0000 |
jbr |
cosmetics: vertical align after last commit
libavcodec
|
Sun, 09 Dec 2007 03:23:04 +0000 |
jbr |
cosmetics: rename ac3 bit allocation variables
libavcodec
|
Sun, 09 Dec 2007 03:21:33 +0000 |
jbr |
cosmetics: rename ac3 tables
libavcodec
|
Sat, 08 Dec 2007 21:21:11 +0000 |
aurel |
add ff_ prefix to all simple_idct symbols
libavcodec
|
Sat, 08 Dec 2007 11:46:09 +0000 |
kostya |
Reindent after last commit
libavcodec
|
Sat, 08 Dec 2007 11:45:42 +0000 |
kostya |
Update Altivec variant of vc1_inv_trans_8x4
libavcodec
|
Sat, 08 Dec 2007 10:50:50 +0000 |
kostya |
Use IDCT functions when FASTTX=0
libavcodec
|
Sat, 08 Dec 2007 10:41:18 +0000 |
kostya |
Switch VC-1 decoder to output decoded residual immediately.
libavcodec
|
Sat, 08 Dec 2007 09:15:44 +0000 |
kostya |
Rename some tables
libavcodec
|
Fri, 07 Dec 2007 05:56:07 +0000 |
kostya |
Use existing function for VLC reading
libavcodec
|
Fri, 07 Dec 2007 05:52:27 +0000 |
kostya |
Check decoded dimensions for validity
libavcodec
|
Fri, 07 Dec 2007 05:50:23 +0000 |
kostya |
Intra types will be stored in int8_t array
libavcodec
|
Fri, 07 Dec 2007 05:48:34 +0000 |
kostya |
Add decoder flags
libavcodec
|
Fri, 07 Dec 2007 05:47:24 +0000 |
kostya |
Replace table with its H.263 counterpart
libavcodec
|
Thu, 06 Dec 2007 17:12:02 +0000 |
kostya |
Update tables for RV40 decoder
libavcodec
|
Thu, 06 Dec 2007 08:38:49 +0000 |
michael |
prevent warnings about functions being possibly unused
libavcodec
|
Thu, 06 Dec 2007 02:02:41 +0000 |
michael |
thank you for your efforts to keep my code clean, but i would like to
libavcodec
|
Wed, 05 Dec 2007 18:02:48 +0000 |
takis |
Verify long_ref_count!=0. Fix issue 281.
libavcodec
|
Wed, 05 Dec 2007 13:11:18 +0000 |
benoit |
Fix missing chroma in version 3 STR.
libavcodec
|
Wed, 05 Dec 2007 11:36:06 +0000 |
michael |
fix decoding of the first frame of gray.mov
libavcodec
|
Wed, 05 Dec 2007 05:24:54 +0000 |
heydowns |
Initialize function pointers used by error resilience code before any
libavcodec
|
Tue, 04 Dec 2007 17:41:46 +0000 |
kostya |
RV40 decoder specific functions
libavcodec
|
Mon, 03 Dec 2007 13:33:48 +0000 |
diego |
colour --> color in variable names
libavcodec
|
Mon, 03 Dec 2007 13:01:53 +0000 |
diego |
cosmetics: comment spelling fixes
libavcodec
|
Mon, 03 Dec 2007 11:03:16 +0000 |
diego |
cosmetics: spelling fixes
libavcodec
|
Mon, 03 Dec 2007 10:02:26 +0000 |
michael |
make rc_buffer_size apply to audio as well
libavcodec
|
Mon, 03 Dec 2007 06:59:48 +0000 |
kostya |
Rename function to reflect its action
libavcodec
|
Mon, 03 Dec 2007 01:06:00 +0000 |
michael |
simplify
libavcodec
|
Mon, 03 Dec 2007 01:03:54 +0000 |
michael |
make the AVOption code work with strings instead of crash
libavcodec
|
Sun, 02 Dec 2007 22:04:21 +0000 |
reimar |
Some spelling fixes in comments
libavcodec
|
Sun, 02 Dec 2007 21:12:43 +0000 |
reimar |
Use the correct "const float *" type for variable instead of casting const away.
libavcodec
|
Sun, 02 Dec 2007 21:11:43 +0000 |
reimar |
Add missing const to last argument of decode_significance_8x8_x86.
libavcodec
|
Sun, 02 Dec 2007 19:28:20 +0000 |
bcoudurier |
indentation
libavcodec
|
Sun, 02 Dec 2007 19:27:19 +0000 |
bcoudurier |
dnxhd 720p encoding and decoding support
libavcodec
|
Sun, 02 Dec 2007 19:22:38 +0000 |
bcoudurier |
cosmetics, encode_variance -> encode_fast
libavcodec
|
Sun, 02 Dec 2007 19:20:46 +0000 |
bcoudurier |
fix corner case when qscale 1 bits < frame bits but max bits with worst padding > frame bits
libavcodec
|
Sun, 02 Dec 2007 18:44:29 +0000 |
kostya |
RealVideo 3 decoder functions
libavcodec
|
Sun, 02 Dec 2007 15:43:08 +0000 |
diego |
Misc spelling fixes, prefer American over British English.
libavcodec
|
Sun, 02 Dec 2007 14:06:28 +0000 |
diego |
Fix some spelling mistakes.
libavcodec
|
Sun, 02 Dec 2007 06:24:34 +0000 |
kostya |
RV30/40 common VLC tables
libavcodec
|
Sat, 01 Dec 2007 22:35:38 +0000 |
vitor |
Fix alignment broke by my last patch
libavcodec
|
Sat, 01 Dec 2007 22:21:04 +0000 |
vitor |
spelling
libavcodec
|
Sat, 01 Dec 2007 15:41:35 +0000 |
kostya |
TIFF may omit compression tag.
libavcodec
|
Sat, 01 Dec 2007 12:05:59 +0000 |
diego |
succes --> success typo
libavcodec
|
Sat, 01 Dec 2007 09:39:59 +0000 |
reimar |
Fix nodes[nb_codes*2-1].count being uninitialized and used to initialize
libavcodec
|
Sat, 01 Dec 2007 00:21:43 +0000 |
michael |
senseless cast and ()
libavcodec
|
Sat, 01 Dec 2007 00:19:44 +0000 |
michael |
stupid code (casting of void*) found by checktree.sh
libavcodec
|
Fri, 30 Nov 2007 21:51:34 +0000 |
reimar |
wma_decode_superframe always returns s->block_align, so make
libavcodec
|
Fri, 30 Nov 2007 14:08:00 +0000 |
diego |
Fix make checkheaders, #include <inttypes.h> was missing.
libavcodec
|
Thu, 29 Nov 2007 15:09:24 +0000 |
michael |
fix segfault with interlaced h.264
libavcodec
|
Wed, 28 Nov 2007 14:27:53 +0000 |
cehoyos |
MLP/TrueHD parser
libavcodec
|
Wed, 28 Nov 2007 12:41:35 +0000 |
diego |
Clarify documentation for avcodec_encode_audio.
libavcodec
|
Tue, 27 Nov 2007 22:57:26 +0000 |
aurel |
remove some unused ff_p* vars from dsputil
libavcodec
|
Tue, 27 Nov 2007 22:56:15 +0000 |
aurel |
remove useless #ifdef around extern declaration
libavcodec
|
Tue, 27 Nov 2007 22:54:46 +0000 |
aurel |
cosmetics: indentation
libavcodec
|
Tue, 27 Nov 2007 22:54:18 +0000 |
aurel |
convert some #ifdef CONFIG_ to if(ENABLE_
libavcodec
|
Tue, 27 Nov 2007 22:42:55 +0000 |
aurel |
build vc1dsp_mmx.c in its own compilation unit
libavcodec
|
Tue, 27 Nov 2007 22:36:15 +0000 |
aurel |
use ff_ prefix for extern vars
libavcodec
|
Tue, 27 Nov 2007 22:23:34 +0000 |
aurel |
make ff_p* vars extern so that they can be used in various *_mmx.c files
libavcodec
|
Tue, 27 Nov 2007 22:00:45 +0000 |
aurel |
10l: init_get_bits want size in bits, not bytes
libavcodec
|
Tue, 27 Nov 2007 21:30:10 +0000 |
aurel |
cosmetics: alignment
libavcodec
|
Tue, 27 Nov 2007 15:38:54 +0000 |
diego |
spelling cosmetics
libavcodec
|
Tue, 27 Nov 2007 05:32:04 +0000 |
rfelker |
sync message with modern ffmpeg bitrate option syntax.
libavcodec
|
Sun, 25 Nov 2007 17:31:55 +0000 |
aurel |
remove some empty close/init functions in avcodec
libavcodec
|
Sun, 25 Nov 2007 16:32:47 +0000 |
aurel |
add pcm_s16le_planar support for electronicarts files
libavcodec
|
Sun, 25 Nov 2007 16:23:42 +0000 |
aurel |
split wmv2 encoder and decoder in their own files
libavcodec
|
Sun, 25 Nov 2007 09:43:35 +0000 |
gpoirier |
Typo fix. Previous version had some picture error building up until next keyframe.
libavcodec
|
Sat, 24 Nov 2007 17:42:16 +0000 |
kostya |
Data tables for future RV30/40 decoder
libavcodec
|
Sat, 24 Nov 2007 14:34:25 +0000 |
gpoirier |
Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet A free P fr%
libavcodec
|
Sat, 24 Nov 2007 10:08:02 +0000 |
diego |
Add missing #includes to fix 'make checkheaders'.
libavcodec
|
Fri, 23 Nov 2007 00:52:56 +0000 |
diego |
main() --> main(void)
libavcodec
|
Wed, 21 Nov 2007 22:41:31 +0000 |
gpoirier |
add VC-1 MMX DSP functions, under MIT license.
libavcodec
|
Mon, 19 Nov 2007 20:33:25 +0000 |
michael |
cosmetic (x==NULL -> !x)
libavcodec
|
Mon, 19 Nov 2007 20:30:00 +0000 |
michael |
cosmetic (place { consistently)
libavcodec
|
Mon, 19 Nov 2007 20:26:35 +0000 |
michael |
cosmetic (remove != 0 / != NULL)
libavcodec
|
Mon, 19 Nov 2007 20:18:30 +0000 |
michael |
use sizeof in snprintf (note the changed code is all under #if 0)
libavcodec
|
Mon, 19 Nov 2007 20:14:46 +0000 |
michael |
check region depth for validity
libavcodec
|
Sun, 18 Nov 2007 10:54:38 +0000 |
banan |
Use memcpy instead of for loop
libavcodec
|
Sat, 17 Nov 2007 03:04:21 +0000 |
heydowns |
Call mpegvideo flush routine on h264 flush. Needed in particular
libavcodec
|
Fri, 16 Nov 2007 23:15:39 +0000 |
diego |
Remove unused functions, fixes the warnings:
libavcodec
|
Thu, 15 Nov 2007 22:32:39 +0000 |
aurel |
avoid some halfpel related #ifdef
libavcodec
|
Thu, 15 Nov 2007 12:40:40 +0000 |
diego |
Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:
libavcodec
|
Thu, 15 Nov 2007 10:28:12 +0000 |
takis |
Attribute for specifying direction should come right after @param.
libavcodec
|
Thu, 15 Nov 2007 06:25:20 +0000 |
kostya |
Use put_signed_pixels_clamped where appropriate
libavcodec
|
Wed, 14 Nov 2007 18:21:57 +0000 |
alex |
Remove editor junk from the end.
libavcodec
|
Wed, 14 Nov 2007 16:33:14 +0000 |
banan |
Small simplification
libavcodec
|
Wed, 14 Nov 2007 15:31:47 +0000 |
alex |
Support 44.1kHz audio. Acked by Benjamin
libavcodec
|
Wed, 14 Nov 2007 15:30:15 +0000 |
alex |
Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.
libavcodec
|
Wed, 14 Nov 2007 15:21:42 +0000 |
alex |
Make sine_window static. Acked by Benjamin Larsson
libavcodec
|
Wed, 14 Nov 2007 08:22:15 +0000 |
banan |
Fix nellymoser decode_tag return value, patch by Stefano Sabatini
libavcodec
|
Tue, 13 Nov 2007 00:48:24 +0000 |
diego |
Remove unused variable, fixes the warning:
libavcodec
|
Mon, 12 Nov 2007 22:29:37 +0000 |
diego |
cosmetics: Keep all OBJS entries on a line of their own.
libavcodec
|
Mon, 12 Nov 2007 02:04:01 +0000 |
michael |
tring to workaround gcc 2.95 bug which causes random failures
libavcodec
|
Sat, 10 Nov 2007 18:27:03 +0000 |
bcoudurier |
ogg muxer
libavcodec
|
Sat, 10 Nov 2007 16:44:37 +0000 |
diego |
Add comments to some #endif directives.
libavcodec
|
Sat, 10 Nov 2007 16:39:54 +0000 |
diego |
cosmetics: Fix vissual --> visual typo.
libavcodec
|
Sat, 10 Nov 2007 16:25:44 +0000 |
diego |
Improve unsupported (pixel) format error message.
libavcodec
|
Sat, 10 Nov 2007 12:24:02 +0000 |
diego |
cosmetics: Fix spacial --> spatial typo in function names.
libavcodec
|
Sat, 10 Nov 2007 11:51:56 +0000 |
diego |
misc spelling/grammar/wording fixes in comments
libavcodec
|
Sat, 10 Nov 2007 08:23:01 +0000 |
kostya |
X8 is supported now, so warning is incorrect
libavcodec
|
Sat, 10 Nov 2007 06:10:46 +0000 |
andoma |
Provide top_field_first logic for h264
libavcodec
|
Sat, 10 Nov 2007 01:02:36 +0000 |
aurel |
make some tables static
libavcodec
|
Fri, 09 Nov 2007 23:12:31 +0000 |
aurel |
add multiple inclusion guards
libavcodec
|
Fri, 09 Nov 2007 22:15:46 +0000 |
michael |
grammar
libavcodec
|
Fri, 09 Nov 2007 22:05:29 +0000 |
michael |
indention
libavcodec
|
Fri, 09 Nov 2007 22:03:12 +0000 |
michael |
remove useless #ifdef
libavcodec
|
Fri, 09 Nov 2007 21:58:50 +0000 |
michael |
remove inline from non speed critical functions
libavcodec
|
Fri, 09 Nov 2007 21:56:18 +0000 |
michael |
vertical align
libavcodec
|
Fri, 09 Nov 2007 21:55:53 +0000 |
michael |
indention
libavcodec
|
Fri, 09 Nov 2007 21:55:33 +0000 |
michael |
remove unneeded {}
libavcodec
|
Fri, 09 Nov 2007 21:52:29 +0000 |
michael |
add {} to make the else look a little more normal
libavcodec
|
Fri, 09 Nov 2007 21:51:50 +0000 |
michael |
indention
libavcodec
|
Fri, 09 Nov 2007 21:49:41 +0000 |
michael |
indention
libavcodec
|
Fri, 09 Nov 2007 21:47:36 +0000 |
michael |
remove debug variable
libavcodec
|
Fri, 09 Nov 2007 21:44:37 +0000 |
michael |
remove #if 0 code
libavcodec
|
Fri, 09 Nov 2007 21:43:03 +0000 |
michael |
cosmetic
libavcodec
|
Fri, 09 Nov 2007 21:40:36 +0000 |
michael |
factorize
libavcodec
|