platform/upstream/libav.git
16 years agoRemove unused variable, fixes the warning:
Diego Biurrun [Mon, 23 Jun 2008 08:52:44 +0000 (08:52 +0000)]
Remove unused variable, fixes the warning:
libavformat/rmdec.c:280: warning: unused variable 'i'

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

16 years agocosmetics, braces placement
Baptiste Coudurier [Mon, 23 Jun 2008 08:12:15 +0000 (08:12 +0000)]
cosmetics, braces placement

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

16 years agoAllocate static tables on stack, not heap.
Art Clarke [Mon, 23 Jun 2008 07:33:15 +0000 (07:33 +0000)]
Allocate static tables on stack, not heap.
Patch by Art Clarke: aclarke vlideshow com

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

16 years ago10l, do not use ctx before being set, fix segv
Baptiste Coudurier [Mon, 23 Jun 2008 07:28:49 +0000 (07:28 +0000)]
10l, do not use ctx before being set, fix segv

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

16 years agofix compilation, this should be better
Baptiste Coudurier [Mon, 23 Jun 2008 03:21:40 +0000 (03:21 +0000)]
fix compilation, this should be better

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

16 years ago10l, move init after possible goto
Baptiste Coudurier [Mon, 23 Jun 2008 03:18:55 +0000 (03:18 +0000)]
10l, move init after possible goto

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

16 years agosimplify, use ist
Baptiste Coudurier [Mon, 23 Jun 2008 03:18:24 +0000 (03:18 +0000)]
simplify, use ist

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

16 years agofix source stream, source_index is refering to fmt_in, needs testing
Baptiste Coudurier [Mon, 23 Jun 2008 03:16:24 +0000 (03:16 +0000)]
fix source stream, source_index is refering to fmt_in, needs testing

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

16 years agosimplify
Baptiste Coudurier [Mon, 23 Jun 2008 02:41:06 +0000 (02:41 +0000)]
simplify

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

16 years agono need to print date anymore since done in http_log
Baptiste Coudurier [Mon, 23 Jun 2008 02:16:00 +0000 (02:16 +0000)]
no need to print date anymore since done in http_log

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

16 years agochinese avs demuxing support, demux AVSFileFormat.mp4
Baptiste Coudurier [Sun, 22 Jun 2008 23:52:57 +0000 (23:52 +0000)]
chinese avs demuxing support, demux AVSFileFormat.mp4

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

16 years agoCosmetics
Vitor Sessak [Sun, 22 Jun 2008 20:10:16 +0000 (20:10 +0000)]
Cosmetics

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

16 years agoAvoid a memcpy. Code is also simpler now in my opinion.
Vitor Sessak [Sun, 22 Jun 2008 20:09:13 +0000 (20:09 +0000)]
Avoid a memcpy. Code is also simpler now in my opinion.
The downside is making the context bigger.

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

16 years agoDocument ffserver debug mode.
Stefano Sabatini [Sun, 22 Jun 2008 17:26:13 +0000 (17:26 +0000)]
Document ffserver debug mode.

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

16 years agoDocument ffserver daemon mode.
Stefano Sabatini [Sun, 22 Jun 2008 16:30:21 +0000 (16:30 +0000)]
Document ffserver daemon mode.

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

16 years agoDocument ffserver no-launch mode.
Stefano Sabatini [Sun, 22 Jun 2008 16:23:58 +0000 (16:23 +0000)]
Document ffserver no-launch mode.

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

16 years agoCosmetics: move ffmpeg.c dframes option definition from within the
Stefano Sabatini [Sun, 22 Jun 2008 16:20:12 +0000 (16:20 +0000)]
Cosmetics: move ffmpeg.c dframes option definition from within the
video options to the generic options where it belongs.

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

16 years agomatroskadec: decode track private data if needed
Evgeniy Stepanov [Sun, 22 Jun 2008 15:52:28 +0000 (15:52 +0000)]
matroskadec: decode track private data if needed
original patch by Evgeniy Stepanov  eugeni.stepanov _at_ gmail _dot_ com

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

16 years agomatroskadec: move buffer decoding code to a separate function
Evgeniy Stepanov [Sun, 22 Jun 2008 15:49:44 +0000 (15:49 +0000)]
matroskadec: move buffer decoding code to a separate function
original patch by Evgeniy Stepanov  eugeni.stepanov _at_ gmail.com

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

16 years agomatroskadec: fix a memory leak
Aurelien Jacobs [Sun, 22 Jun 2008 15:46:36 +0000 (15:46 +0000)]
matroskadec: fix a memory leak

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

16 years agoRemove now unused variable
Robert Swain [Sun, 22 Jun 2008 15:26:00 +0000 (15:26 +0000)]
Remove now unused variable

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

16 years agoAdd generic ff_sine_window_init function and implement in codecs appropriately
Robert Swain [Sun, 22 Jun 2008 15:12:27 +0000 (15:12 +0000)]
Add generic ff_sine_window_init function and implement in codecs appropriately

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

16 years agovp6: ensure that huffman decoding table is sorted with descending symbol order
Peter Ross [Sun, 22 Jun 2008 13:20:41 +0000 (13:20 +0000)]
vp6: ensure that huffman decoding table is sorted with descending symbol order
Previous code worked by pure luck with glibc qsort implementation.
patch by Peter Ross   pross _at_ xvid _dot_ org

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

16 years agocosmetics: alignment
Diego Biurrun [Sun, 22 Jun 2008 13:01:24 +0000 (13:01 +0000)]
cosmetics: alignment

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

16 years agoAdd missing entry for PCM_DVD_ENCODER.
Diego Biurrun [Sun, 22 Jun 2008 12:56:30 +0000 (12:56 +0000)]
Add missing entry for PCM_DVD_ENCODER.

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

16 years agoAdd missing mpegvideo.o to list of vc1.o dependencies.
Peter Ross [Sun, 22 Jun 2008 12:52:26 +0000 (12:52 +0000)]
Add missing mpegvideo.o to list of vc1.o dependencies.
patch by Peter Ross, pross xvid org

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

16 years agoAdd missing entry for ADPCM_IMA_QT_ENCODER.
Peter Ross [Sun, 22 Jun 2008 12:48:39 +0000 (12:48 +0000)]
Add missing entry for ADPCM_IMA_QT_ENCODER.
patch by Peter Ross, pross xvid org

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

16 years agoAdd missing entry for ADPCM_EA_MAXIS_XA_DECODER.
Peter Ross [Sun, 22 Jun 2008 12:47:39 +0000 (12:47 +0000)]
Add missing entry for ADPCM_EA_MAXIS_XA_DECODER.
patch by Peter Ross, pross xvid org

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

16 years agocosmetics, pts->dts
Baptiste Coudurier [Sun, 22 Jun 2008 08:53:44 +0000 (08:53 +0000)]
cosmetics, pts->dts

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

16 years agostore dts in ffm headers
Baptiste Coudurier [Sun, 22 Jun 2008 08:50:57 +0000 (08:50 +0000)]
store dts in ffm headers

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

16 years agoremove pts set hack, this is no more correct
Baptiste Coudurier [Sun, 22 Jun 2008 08:44:58 +0000 (08:44 +0000)]
remove pts set hack, this is no more correct

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

16 years agoupdate seek reg ref due to r13856
Baptiste Coudurier [Sun, 22 Jun 2008 07:33:31 +0000 (07:33 +0000)]
update seek reg ref due to r13856

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

16 years agoFix add_bytes_mmx and add_bytes_l2_mmx for w < 16
Reimar Döffinger [Sun, 22 Jun 2008 07:05:40 +0000 (07:05 +0000)]
Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16

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

16 years agomove code setting output parameters after possible failure
Baptiste Coudurier [Sun, 22 Jun 2008 03:42:23 +0000 (03:42 +0000)]
move code setting output parameters after possible failure

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

16 years agomove code after possible failure, so no need to free
Baptiste Coudurier [Sun, 22 Jun 2008 03:30:53 +0000 (03:30 +0000)]
move code after possible failure, so no need to free

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

16 years agocheck av_open_input_stream error
Baptiste Coudurier [Sun, 22 Jun 2008 03:25:20 +0000 (03:25 +0000)]
check av_open_input_stream error

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

16 years agoremove return 1, we don't change state, we are still sending data
Baptiste Coudurier [Sun, 22 Jun 2008 03:20:28 +0000 (03:20 +0000)]
remove return 1, we don't change state, we are still sending data

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

16 years agofree pb
Baptiste Coudurier [Sun, 22 Jun 2008 02:34:33 +0000 (02:34 +0000)]
free pb

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

16 years agouse av_open_input_stream
Baptiste Coudurier [Sun, 22 Jun 2008 02:31:57 +0000 (02:31 +0000)]
use av_open_input_stream

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

16 years agodo not allocate st->codec, it will be overwritten later; fix memleak
Baptiste Coudurier [Sun, 22 Jun 2008 02:15:13 +0000 (02:15 +0000)]
do not allocate st->codec, it will be overwritten later; fix memleak

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

16 years agocosmetics, reindent
Baptiste Coudurier [Sun, 22 Jun 2008 01:36:15 +0000 (01:36 +0000)]
cosmetics, reindent

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

16 years agoenable feeder threads
Baptiste Coudurier [Sun, 22 Jun 2008 01:35:43 +0000 (01:35 +0000)]
enable feeder threads

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

16 years agolog to stderr
Baptiste Coudurier [Sun, 22 Jun 2008 01:31:37 +0000 (01:31 +0000)]
log to stderr

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

16 years agoadd callback for av_log
Baptiste Coudurier [Sun, 22 Jun 2008 01:30:41 +0000 (01:30 +0000)]
add callback for av_log

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

16 years agono need to print date anymore since done in http_log
Baptiste Coudurier [Sun, 22 Jun 2008 01:13:33 +0000 (01:13 +0000)]
no need to print date anymore since done in http_log

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

16 years agouse ctime1
Baptiste Coudurier [Sun, 22 Jun 2008 01:12:39 +0000 (01:12 +0000)]
use ctime1

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

16 years agoprint date in http_log
Baptiste Coudurier [Sun, 22 Jun 2008 01:08:48 +0000 (01:08 +0000)]
print date in http_log

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

16 years agoremove useless init
Baptiste Coudurier [Sun, 22 Jun 2008 00:55:23 +0000 (00:55 +0000)]
remove useless init

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

16 years agomerge declaration and init
Baptiste Coudurier [Sun, 22 Jun 2008 00:54:25 +0000 (00:54 +0000)]
merge declaration and init

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

16 years agoreindent
Baptiste Coudurier [Sun, 22 Jun 2008 00:53:28 +0000 (00:53 +0000)]
reindent

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

16 years agohttp or rtsp only support
Baptiste Coudurier [Sun, 22 Jun 2008 00:52:22 +0000 (00:52 +0000)]
http or rtsp only support

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

16 years agofix open return check
Baptiste Coudurier [Sun, 22 Jun 2008 00:33:08 +0000 (00:33 +0000)]
fix open return check

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

16 years agofix feed_filename test, field is char [1024], patch by Erik Hovland, erik at hovland...
Erik Hovland [Sun, 22 Jun 2008 00:30:48 +0000 (00:30 +0000)]
fix feed_filename test, field is char [1024], patch by Erik Hovland, erik at hovland dot org

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

16 years agodo not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking
Baptiste Coudurier [Sun, 22 Jun 2008 00:26:25 +0000 (00:26 +0000)]
do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking

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

16 years agouse av_seek_frame to flush demxu pending packets, fixes seeking, should have been...
Baptiste Coudurier [Sun, 22 Jun 2008 00:22:21 +0000 (00:22 +0000)]
use av_seek_frame to flush demxu pending packets, fixes seeking, should have been done when av_find_stream_info was added

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

16 years agoExtend documentation for AVOption.
Stefano Sabatini [Sat, 21 Jun 2008 09:15:49 +0000 (09:15 +0000)]
Extend documentation for AVOption.

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

16 years agofree c->pb_buffer before overwriting it, fix memleak
Baptiste Coudurier [Sat, 21 Jun 2008 06:08:59 +0000 (06:08 +0000)]
free c->pb_buffer before overwriting it, fix memleak

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

16 years agoupdate reg ref due to r13851
Baptiste Coudurier [Sat, 21 Jun 2008 04:03:17 +0000 (04:03 +0000)]
update reg ref due to r13851

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

16 years agoreturn 1 when error during write frame, state changed
Baptiste Coudurier [Sat, 21 Jun 2008 03:55:25 +0000 (03:55 +0000)]
return 1 when error during write frame, state changed

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

16 years agoset default preload and max_delay for muxer to avoid mpeg ps muxer to spit many under...
Baptiste Coudurier [Sat, 21 Jun 2008 03:43:16 +0000 (03:43 +0000)]
set default preload and max_delay for muxer to avoid mpeg ps muxer to spit many underflow errors, use ffmpeg default values

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

16 years agochange bandwidth to unsigned
Baptiste Coudurier [Sat, 21 Jun 2008 03:38:49 +0000 (03:38 +0000)]
change bandwidth to unsigned

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

16 years agoremove useless init, logfilename is static
Baptiste Coudurier [Sat, 21 Jun 2008 03:37:04 +0000 (03:37 +0000)]
remove useless init, logfilename is static

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

16 years agouse http_log when log file is setup
Baptiste Coudurier [Sat, 21 Jun 2008 03:35:48 +0000 (03:35 +0000)]
use http_log when log file is setup

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

16 years agoalways use stdout to log when running in debug mode
Baptiste Coudurier [Sat, 21 Jun 2008 03:34:18 +0000 (03:34 +0000)]
always use stdout to log when running in debug mode

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

16 years agorescale duration when outputting packet
Baptiste Coudurier [Sat, 21 Jun 2008 03:32:37 +0000 (03:32 +0000)]
rescale duration when outputting packet

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

16 years agolog accept error
Baptiste Coudurier [Sat, 21 Jun 2008 03:31:30 +0000 (03:31 +0000)]
log accept error

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

16 years agouse http_log when log file is setup
Baptiste Coudurier [Sat, 21 Jun 2008 03:29:59 +0000 (03:29 +0000)]
use http_log when log file is setup

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

16 years agoupgrade bandwidth config to use int64_t, raise limit
Baptiste Coudurier [Sat, 21 Jun 2008 03:26:24 +0000 (03:26 +0000)]
upgrade bandwidth config to use int64_t, raise limit

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

16 years agoupgrade bandwidth to uint64_t
Baptiste Coudurier [Sat, 21 Jun 2008 03:23:51 +0000 (03:23 +0000)]
upgrade bandwidth to uint64_t

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

16 years agoadd static
Baptiste Coudurier [Sat, 21 Jun 2008 03:21:29 +0000 (03:21 +0000)]
add static

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

16 years agoDo not write junk in the end of truncated files. FATE
Vitor Sessak [Fri, 20 Jun 2008 20:46:07 +0000 (20:46 +0000)]
Do not write junk in the end of truncated files. FATE
ra144 test will probably need to be updated.

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

16 years agouniformize AVStream->priv_data freeing in av_close_input_stream
Baptiste Coudurier [Fri, 20 Jun 2008 17:22:56 +0000 (17:22 +0000)]
uniformize AVStream->priv_data freeing in av_close_input_stream

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

16 years agofactorize read_header failure freeing code
Baptiste Coudurier [Fri, 20 Jun 2008 17:16:56 +0000 (17:16 +0000)]
factorize read_header failure freeing code

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

16 years agoCheck if there is at least a stream before writing trailer.
Art Clarke [Fri, 20 Jun 2008 07:27:44 +0000 (07:27 +0000)]
Check if there is at least a stream before writing trailer.
Patch by Art Clarke: aclarke vlideshow com

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

16 years agoremove useless close funcs
Baptiste Coudurier [Thu, 19 Jun 2008 23:25:04 +0000 (23:25 +0000)]
remove useless close funcs

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

16 years agoremove useless close func
Baptiste Coudurier [Thu, 19 Jun 2008 22:58:13 +0000 (22:58 +0000)]
remove useless close func

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

16 years agoremove useless close func
Baptiste Coudurier [Thu, 19 Jun 2008 22:57:00 +0000 (22:57 +0000)]
remove useless close func

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

16 years agoffm has no per stream priv_data anymore
Baptiste Coudurier [Thu, 19 Jun 2008 22:50:17 +0000 (22:50 +0000)]
ffm has no per stream priv_data anymore

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

16 years agoAdd a "Status stream" section in ffserver-doc.texi.
Stefano Sabatini [Thu, 19 Jun 2008 21:42:09 +0000 (21:42 +0000)]
Add a "Status stream" section in ffserver-doc.texi.

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

16 years agoMisc cosmetics
Vitor Sessak [Thu, 19 Jun 2008 20:51:56 +0000 (20:51 +0000)]
Misc cosmetics

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

16 years agoRemove useless comment
Vitor Sessak [Thu, 19 Jun 2008 20:48:00 +0000 (20:48 +0000)]
Remove useless comment

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

16 years agoLast table renaming
Vitor Sessak [Thu, 19 Jun 2008 20:43:34 +0000 (20:43 +0000)]
Last table renaming

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

16 years agoYet more table renaming
Vitor Sessak [Thu, 19 Jun 2008 20:36:23 +0000 (20:36 +0000)]
Yet more table renaming

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

16 years ago10l: fix typo
Vitor Sessak [Thu, 19 Jun 2008 20:34:29 +0000 (20:34 +0000)]
10l: fix typo

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

16 years agoMore table renaming
Vitor Sessak [Thu, 19 Jun 2008 20:31:34 +0000 (20:31 +0000)]
More table renaming

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

16 years agoRename table
Vitor Sessak [Thu, 19 Jun 2008 20:28:28 +0000 (20:28 +0000)]
Rename table

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

16 years agoRename vars: s/decsp/out/
Vitor Sessak [Thu, 19 Jun 2008 19:37:51 +0000 (19:37 +0000)]
Rename vars: s/decsp/out/

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

16 years agoRename function
Vitor Sessak [Thu, 19 Jun 2008 19:35:59 +0000 (19:35 +0000)]
Rename function

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

16 years agoRename var
Vitor Sessak [Thu, 19 Jun 2008 19:34:38 +0000 (19:34 +0000)]
Rename var

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

16 years agofix dependency generation
Måns Rullgård [Thu, 19 Jun 2008 18:40:04 +0000 (18:40 +0000)]
fix dependency generation

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

16 years agoenable version.h to be created from subdirs
Måns Rullgård [Thu, 19 Jun 2008 16:57:38 +0000 (16:57 +0000)]
enable version.h to be created from subdirs

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

16 years agoDo not shift F[I] twice, it is also clearer and smaller now.
Michael Niedermayer [Thu, 19 Jun 2008 11:04:31 +0000 (11:04 +0000)]
Do not shift F[I] twice, it is also clearer and smaller now.

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

16 years agoFactorize c->ap += (-c->ap) >> 4 out
Michael Niedermayer [Thu, 19 Jun 2008 11:00:17 +0000 (11:00 +0000)]
Factorize c->ap += (-c->ap) >> 4 out

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

16 years agoGet rid of G726Tables.bits.
Michael Niedermayer [Thu, 19 Jun 2008 10:52:47 +0000 (10:52 +0000)]
Get rid of G726Tables.bits.

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

16 years agoCopy 4 pointers to avid dozends of ptr dereferences.
Michael Niedermayer [Thu, 19 Jun 2008 10:49:30 +0000 (10:49 +0000)]
Copy 4 pointers to avid dozends of ptr dereferences.

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

16 years agoDoes not need to be int16.
Michael Niedermayer [Thu, 19 Jun 2008 10:38:20 +0000 (10:38 +0000)]
Does not need to be int16.

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

16 years agoFix neverending loop which might happen when sending high-bitrate MPEG2
Luca Abeni [Thu, 19 Jun 2008 10:31:45 +0000 (10:31 +0000)]
Fix neverending loop which might happen when sending high-bitrate MPEG2
video over RTP

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

16 years agoFactorize I >> (c->tbls->bits - 1) out.
Michael Niedermayer [Thu, 19 Jun 2008 10:29:36 +0000 (10:29 +0000)]
Factorize I >> (c->tbls->bits - 1) out.

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

16 years agoImprove an lclenc.c error message in case of unsupported input pixel
Stefano Sabatini [Thu, 19 Jun 2008 10:12:15 +0000 (10:12 +0000)]
Improve an lclenc.c error message in case of unsupported input pixel
format.

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

16 years ago1 abs() less
Michael Niedermayer [Thu, 19 Jun 2008 10:02:39 +0000 (10:02 +0000)]
1 abs() less

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