]> git.sesse.net Git - ffmpeg/log
ffmpeg
16 years agoremove single-frame images from seektest
Måns Rullgård [Sun, 3 Feb 2008 21:38:56 +0000 (21:38 +0000)]
remove single-frame images from seektest

Originally committed as revision 11837 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agotypo
Diego Biurrun [Sun, 3 Feb 2008 21:37:49 +0000 (21:37 +0000)]
typo

Originally committed as revision 11836 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake string constants const. Why is this not default?
Michael Niedermayer [Sun, 3 Feb 2008 21:33:26 +0000 (21:33 +0000)]
Make string constants const. Why is this not default?

Originally committed as revision 11835 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoremove useless/incorrect comments in regression.sh
Måns Rullgård [Sun, 3 Feb 2008 19:26:32 +0000 (19:26 +0000)]
remove useless/incorrect comments in regression.sh

Originally committed as revision 11834 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosplit lavf regression tests
Måns Rullgård [Sun, 3 Feb 2008 19:26:29 +0000 (19:26 +0000)]
split lavf regression tests

Originally committed as revision 11833 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosplit regression tests allowing make to run them in parallel
Måns Rullgård [Sun, 3 Feb 2008 19:26:26 +0000 (19:26 +0000)]
split regression tests allowing make to run them in parallel

Originally committed as revision 11832 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoget seek regression test filenames from reference file
Måns Rullgård [Sun, 3 Feb 2008 19:26:22 +0000 (19:26 +0000)]
get seek regression test filenames from reference file

Originally committed as revision 11831 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agompegvideo.h has two function declarations with the 'inline' specifier
Uoti Urpala [Sun, 3 Feb 2008 17:54:30 +0000 (17:54 +0000)]
mpegvideo.h has two function declarations with the 'inline' specifier
but no definition for those functions. The C standard requires a
definition to appear in the same translation unit for any function
declared with 'inline'. Most of the files including mpegvideo.h do not
define those functions. Fix this by removing the 'inline' specifiers
from the header.
patch by Uoti Urpala

Originally committed as revision 11830 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoavg_pixels4_mmx2
Loren Merritt [Sun, 3 Feb 2008 17:04:33 +0000 (17:04 +0000)]
avg_pixels4_mmx2

Originally committed as revision 11829 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agouse mmx2/3dnow avg functions in avg_qpel*_mc00
Loren Merritt [Sun, 3 Feb 2008 16:19:37 +0000 (16:19 +0000)]
use mmx2/3dnow avg functions in avg_qpel*_mc00

Originally committed as revision 11828 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove ff_mms_set_stream_selection again from asf demuxer,
Reimar Döffinger [Sun, 3 Feb 2008 11:18:53 +0000 (11:18 +0000)]
Remove ff_mms_set_stream_selection again from asf demuxer,
it does not seem like a good solution to the problem and will
cause dependency problems if a libavprotocols should be split out.

Originally committed as revision 11827 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoff_h264_idct8_add_sse2.
Loren Merritt [Sun, 3 Feb 2008 07:05:11 +0000 (07:05 +0000)]
ff_h264_idct8_add_sse2.
compared to mmx, 217->126 cycles on core2, 262->220 on k8.

Originally committed as revision 11826 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoremove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.
Loren Merritt [Sun, 3 Feb 2008 03:21:47 +0000 (03:21 +0000)]
remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.

Originally committed as revision 11825 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove incorrect casts that should have never been there.
Michael Niedermayer [Sat, 2 Feb 2008 22:55:58 +0000 (22:55 +0000)]
Remove incorrect casts that should have never been there.

Originally committed as revision 11824 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake avcodec_decode_* functions take const input buffers.
Michael Niedermayer [Sat, 2 Feb 2008 22:54:50 +0000 (22:54 +0000)]
Make avcodec_decode_* functions take const input buffers.

Originally committed as revision 11823 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years ago100l, since we already check for buf_size == 769 we should also
Reimar Döffinger [Sat, 2 Feb 2008 22:34:44 +0000 (22:34 +0000)]
100l, since we already check for buf_size == 769 we should also
handle buf_size < 769 instead of just crashing in smacker decoder.

Originally committed as revision 11822 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse bytestream_get_be24 to simplify palette parsing.
Reimar Döffinger [Sat, 2 Feb 2008 22:31:11 +0000 (22:31 +0000)]
Use bytestream_get_be24 to simplify palette parsing.

Originally committed as revision 11821 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomark qtrle input data as const.
Reimar Döffinger [Sat, 2 Feb 2008 22:09:07 +0000 (22:09 +0000)]
mark qtrle input data as const.

Originally committed as revision 11820 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove a pointless cast.
Reimar Döffinger [Sat, 2 Feb 2008 22:03:01 +0000 (22:03 +0000)]
Remove a pointless cast.

Originally committed as revision 11819 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd some const where appropriate
Reimar Döffinger [Sat, 2 Feb 2008 21:55:56 +0000 (21:55 +0000)]
Add some const where appropriate

Originally committed as revision 11818 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix warning:
Reimar Döffinger [Sat, 2 Feb 2008 21:38:25 +0000 (21:38 +0000)]
Fix warning:
libavcodec/tiffenc.c:136: warning: pointer type mismatch in conditional expression

Originally committed as revision 11817 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Sat, 2 Feb 2008 21:24:54 +0000 (21:24 +0000)]
const

Originally committed as revision 11816 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoPut is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning:
Reimar Döffinger [Sat, 2 Feb 2008 21:17:46 +0000 (21:17 +0000)]
Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning:
libavformat/asf.c:112: warning: 'is_mms' defined but not used

Originally committed as revision 11815 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMissing 'const' in cast.
Reimar Döffinger [Sat, 2 Feb 2008 20:58:58 +0000 (20:58 +0000)]
Missing 'const' in cast.

Originally committed as revision 11814 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake src const.
Michael Niedermayer [Sat, 2 Feb 2008 17:13:40 +0000 (17:13 +0000)]
Make src const.

Originally committed as revision 11813 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agovoid arithmetic
Michael Niedermayer [Sat, 2 Feb 2008 17:12:17 +0000 (17:12 +0000)]
void arithmetic

Originally committed as revision 11812 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove -Werror= CFLAGS that do not have the desired effect.
Diego Biurrun [Sat, 2 Feb 2008 15:46:52 +0000 (15:46 +0000)]
Remove -Werror= CFLAGS that do not have the desired effect.

Originally committed as revision 11811 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: sort ogg_codec_t list
Diego Biurrun [Sat, 2 Feb 2008 14:55:57 +0000 (14:55 +0000)]
cosmetics: sort ogg_codec_t list

Originally committed as revision 11810 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSome consts for cscd decoder helper functions
Reimar Döffinger [Sat, 2 Feb 2008 14:34:43 +0000 (14:34 +0000)]
Some consts for cscd decoder helper functions

Originally committed as revision 11809 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years ago"swap first two elements of L1 if L0 and L1 are identical" applies after splitting...
Loren Merritt [Sat, 2 Feb 2008 10:54:20 +0000 (10:54 +0000)]
"swap first two elements of L1 if L0 and L1 are identical" applies after splitting the lists into fields

Originally committed as revision 11808 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agofix mbaff diagonal neighbor mv
Loren Merritt [Sat, 2 Feb 2008 10:53:15 +0000 (10:53 +0000)]
fix mbaff diagonal neighbor mv

Originally committed as revision 11807 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agombaff spatial direct
Loren Merritt [Sat, 2 Feb 2008 10:51:56 +0000 (10:51 +0000)]
mbaff spatial direct

Originally committed as revision 11806 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoDo not modify input data
Kostya Shishkov [Sat, 2 Feb 2008 08:28:07 +0000 (08:28 +0000)]
Do not modify input data

Originally committed as revision 11805 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoIMC decoder always operates on 64-byte blocks
Kostya Shishkov [Sat, 2 Feb 2008 08:26:49 +0000 (08:26 +0000)]
IMC decoder always operates on 64-byte blocks

Originally committed as revision 11804 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agonon-const 2nd parameter for strtol/strtod
Aurelien Jacobs [Sat, 2 Feb 2008 00:54:37 +0000 (00:54 +0000)]
non-const 2nd parameter for strtol/strtod

Originally committed as revision 11803 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agouse AV_RL* instead of le2me_*
Aurelien Jacobs [Fri, 1 Feb 2008 23:49:56 +0000 (23:49 +0000)]
use AV_RL* instead of le2me_*

Originally committed as revision 11802 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agodon't cast const away
Aurelien Jacobs [Fri, 1 Feb 2008 23:48:39 +0000 (23:48 +0000)]
don't cast const away

Originally committed as revision 11801 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Aurelien Jacobs [Fri, 1 Feb 2008 23:25:27 +0000 (23:25 +0000)]
const

Originally committed as revision 11800 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Aurelien Jacobs [Fri, 1 Feb 2008 23:24:35 +0000 (23:24 +0000)]
const

Originally committed as revision 11799 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMixing declarations and statements is an error, so is any construct
Michael Niedermayer [Fri, 1 Feb 2008 18:45:26 +0000 (18:45 +0000)]
Mixing declarations and statements is an error, so is any construct
depending on sizeof(void) (like void_ptr++)

Originally committed as revision 11798 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoLZO decoder input is const
Reimar Döffinger [Fri, 1 Feb 2008 16:30:51 +0000 (16:30 +0000)]
LZO decoder input is const

Originally committed as revision 11797 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 16:24:33 +0000 (16:24 +0000)]
const

Originally committed as revision 11796 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 16:22:26 +0000 (16:22 +0000)]
const

Originally committed as revision 11795 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 16:21:22 +0000 (16:21 +0000)]
const

Originally committed as revision 11794 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 16:20:59 +0000 (16:20 +0000)]
const

Originally committed as revision 11793 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd some const keywords in rtjpeg decoder
Reimar Döffinger [Fri, 1 Feb 2008 16:20:27 +0000 (16:20 +0000)]
Add some const keywords in rtjpeg decoder

Originally committed as revision 11792 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 16:16:40 +0000 (16:16 +0000)]
const

Originally committed as revision 11791 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 16:14:32 +0000 (16:14 +0000)]
const

Originally committed as revision 11790 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 16:13:16 +0000 (16:13 +0000)]
const

Originally committed as revision 11789 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 16:12:00 +0000 (16:12 +0000)]
const

Originally committed as revision 11788 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 16:08:39 +0000 (16:08 +0000)]
const

Originally committed as revision 11787 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 16:07:11 +0000 (16:07 +0000)]
const

Originally committed as revision 11786 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 16:06:40 +0000 (16:06 +0000)]
const

Originally committed as revision 11785 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosome const
Michael Niedermayer [Fri, 1 Feb 2008 16:04:29 +0000 (16:04 +0000)]
some const

Originally committed as revision 11784 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 16:03:03 +0000 (16:03 +0000)]
const

Originally committed as revision 11783 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:59:41 +0000 (15:59 +0000)]
const

Originally committed as revision 11782 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:58:47 +0000 (15:58 +0000)]
const

Originally committed as revision 11781 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:58:29 +0000 (15:58 +0000)]
const

Originally committed as revision 11780 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:57:54 +0000 (15:57 +0000)]
const

Originally committed as revision 11779 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomore const
Michael Niedermayer [Fri, 1 Feb 2008 15:57:38 +0000 (15:57 +0000)]
more const

Originally committed as revision 11778 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:56:51 +0000 (15:56 +0000)]
const

Originally committed as revision 11777 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:54:28 +0000 (15:54 +0000)]
const

Originally committed as revision 11776 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:54:04 +0000 (15:54 +0000)]
const

Originally committed as revision 11775 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosome const
Michael Niedermayer [Fri, 1 Feb 2008 15:53:25 +0000 (15:53 +0000)]
some const

Originally committed as revision 11774 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosome const
Michael Niedermayer [Fri, 1 Feb 2008 15:44:27 +0000 (15:44 +0000)]
some const

Originally committed as revision 11773 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:43:53 +0000 (15:43 +0000)]
const

Originally committed as revision 11772 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:43:38 +0000 (15:43 +0000)]
const

Originally committed as revision 11771 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoforgotten const
Michael Niedermayer [Fri, 1 Feb 2008 15:41:16 +0000 (15:41 +0000)]
forgotten const

Originally committed as revision 11770 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:40:03 +0000 (15:40 +0000)]
const

Originally committed as revision 11769 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:39:25 +0000 (15:39 +0000)]
const

Originally committed as revision 11768 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:37:24 +0000 (15:37 +0000)]
const

Originally committed as revision 11767 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosome const
Michael Niedermayer [Fri, 1 Feb 2008 15:34:00 +0000 (15:34 +0000)]
some const

Originally committed as revision 11766 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:30:29 +0000 (15:30 +0000)]
const

Originally committed as revision 11765 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:28:46 +0000 (15:28 +0000)]
const

Originally committed as revision 11764 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Baptiste Coudurier [Fri, 1 Feb 2008 15:17:43 +0000 (15:17 +0000)]
const

Originally committed as revision 11763 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Baptiste Coudurier [Fri, 1 Feb 2008 15:17:32 +0000 (15:17 +0000)]
const

Originally committed as revision 11762 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:13:38 +0000 (15:13 +0000)]
const

Originally committed as revision 11761 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:11:24 +0000 (15:11 +0000)]
const

Originally committed as revision 11760 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:10:01 +0000 (15:10 +0000)]
const

Originally committed as revision 11759 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosome const
Michael Niedermayer [Fri, 1 Feb 2008 15:08:55 +0000 (15:08 +0000)]
some const

Originally committed as revision 11758 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 15:01:05 +0000 (15:01 +0000)]
const

Originally committed as revision 11757 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoadd const
Baptiste Coudurier [Fri, 1 Feb 2008 14:58:35 +0000 (14:58 +0000)]
add const

Originally committed as revision 11756 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoReplace get32() by AV_RL32().
Michael Niedermayer [Fri, 1 Feb 2008 14:57:49 +0000 (14:57 +0000)]
Replace get32() by AV_RL32().

Originally committed as revision 11755 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 14:55:18 +0000 (14:55 +0000)]
const

Originally committed as revision 11754 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 14:50:36 +0000 (14:50 +0000)]
const

Originally committed as revision 11753 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 14:37:36 +0000 (14:37 +0000)]
const

Originally committed as revision 11752 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 14:36:44 +0000 (14:36 +0000)]
const

Originally committed as revision 11751 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 14:36:33 +0000 (14:36 +0000)]
const

Originally committed as revision 11750 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 14:30:35 +0000 (14:30 +0000)]
const

Originally committed as revision 11749 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 14:28:50 +0000 (14:28 +0000)]
const

Originally committed as revision 11748 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 14:28:22 +0000 (14:28 +0000)]
const

Originally committed as revision 11747 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosome const
Michael Niedermayer [Fri, 1 Feb 2008 14:18:09 +0000 (14:18 +0000)]
some const

Originally committed as revision 11746 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 14:16:08 +0000 (14:16 +0000)]
const

Originally committed as revision 11745 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 14:15:10 +0000 (14:15 +0000)]
const

Originally committed as revision 11744 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 14:10:56 +0000 (14:10 +0000)]
const

Originally committed as revision 11743 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosome const
Michael Niedermayer [Fri, 1 Feb 2008 14:09:52 +0000 (14:09 +0000)]
some const

Originally committed as revision 11742 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 14:08:35 +0000 (14:08 +0000)]
const

Originally committed as revision 11741 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 14:07:02 +0000 (14:07 +0000)]
const

Originally committed as revision 11740 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 14:06:54 +0000 (14:06 +0000)]
const

Originally committed as revision 11739 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconst
Michael Niedermayer [Fri, 1 Feb 2008 14:03:56 +0000 (14:03 +0000)]
const

Originally committed as revision 11738 to svn://svn.ffmpeg.org/ffmpeg/trunk