OSDN Git Service

coroid/libav_saccubus.git
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

16 years agoCosmetics: s/stats/status/ in ffserver.c.
Stefano Sabatini [Thu, 19 Jun 2008 07:10:44 +0000 (07:10 +0000)]
Cosmetics: s/stats/status/ in ffserver.c.

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

16 years agoAdd an "How does it work" section in ffserver-doc.texi.
Stefano Sabatini [Wed, 18 Jun 2008 21:48:56 +0000 (21:48 +0000)]
Add an "How does it work" section in ffserver-doc.texi.

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

16 years agosimplify
Michael Niedermayer [Wed, 18 Jun 2008 21:09:36 +0000 (21:09 +0000)]
simplify

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

16 years agouseless ()
Michael Niedermayer [Wed, 18 Jun 2008 21:05:07 +0000 (21:05 +0000)]
useless ()

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

16 years agoremove unneeded tr == 0
Michael Niedermayer [Wed, 18 Jun 2008 21:00:44 +0000 (21:00 +0000)]
remove unneeded tr == 0

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

16 years agosimplify
Michael Niedermayer [Wed, 18 Jun 2008 20:54:21 +0000 (20:54 +0000)]
simplify

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

16 years agoGet rid of the redundant AVG726Context.
Michael Niedermayer [Wed, 18 Jun 2008 20:51:12 +0000 (20:51 +0000)]
Get rid of the redundant AVG726Context.

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

16 years agoRemove the truncated bitstream handling from our g726 decoder.
Michael Niedermayer [Wed, 18 Jun 2008 19:18:32 +0000 (19:18 +0000)]
Remove the truncated bitstream handling from our g726 decoder.
The stuff belongs in a parser.

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

16 years agoParse 'dats' as data.
Florian Echtler [Wed, 18 Jun 2008 09:03:38 +0000 (09:03 +0000)]
Parse 'dats' as data.
Patch by Florian Echtler: floe butterbrot org

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

16 years agofree private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke...
Art Clarke [Wed, 18 Jun 2008 08:30:50 +0000 (08:30 +0000)]
free private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke, aclarke at vlideshow dot com

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

16 years agoconvert DOS-style carriage return to Unix-style
Guillaume Poirier [Tue, 17 Jun 2008 14:42:51 +0000 (14:42 +0000)]
convert DOS-style carriage return to Unix-style

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

16 years agoChange iquant tables to int16.
Michael Niedermayer [Tue, 17 Jun 2008 14:03:00 +0000 (14:03 +0000)]
Change iquant tables to int16.

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

16 years agosimplify
Michael Niedermayer [Tue, 17 Jun 2008 13:46:59 +0000 (13:46 +0000)]
simplify

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

16 years agoGet rid of useless wrapper function.
Michael Niedermayer [Tue, 17 Jun 2008 13:40:40 +0000 (13:40 +0000)]
Get rid of useless wrapper function.

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

16 years agoAdd missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names.
Stefano Sabatini [Tue, 17 Jun 2008 10:14:29 +0000 (10:14 +0000)]
Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names.

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

16 years agoCosmetics: display ffmpeg -h generic advanced options just after
Stefano Sabatini [Tue, 17 Jun 2008 10:11:46 +0000 (10:11 +0000)]
Cosmetics: display ffmpeg -h generic advanced options just after
generic non-advanced options.

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

16 years agoDo not inline g726_iterate() the function is big so its inlining will
Michael Niedermayer [Tue, 17 Jun 2008 00:09:42 +0000 (00:09 +0000)]
Do not inline g726_iterate() the function is big so its inlining will
not help speedwise IMHO.
.o size changes from 70k -> 49k

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

16 years agoReplace i2f(0) by the actual thing done, gcc is not an optimizing compiler.
Michael Niedermayer [Mon, 16 Jun 2008 23:57:12 +0000 (23:57 +0000)]
Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler.
a little over 1kb smaller .o

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

16 years agoRemove redundant zeroing (the context is memset(0)).
Michael Niedermayer [Mon, 16 Jun 2008 23:53:34 +0000 (23:53 +0000)]
Remove redundant zeroing (the context is memset(0)).

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

16 years agoUse smaller data types for tables.
Michael Niedermayer [Mon, 16 Jun 2008 23:51:07 +0000 (23:51 +0000)]
Use smaller data types for tables.

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

16 years agoFloat11 does not need int, .o file becomes smaller and the code might
Michael Niedermayer [Mon, 16 Jun 2008 23:34:15 +0000 (23:34 +0000)]
Float11 does not need int, .o file becomes smaller and the code might
be faster.

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

16 years agosimplify
Michael Niedermayer [Mon, 16 Jun 2008 23:31:23 +0000 (23:31 +0000)]
simplify

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

16 years agoCorrect validity checks.
Michael Niedermayer [Mon, 16 Jun 2008 23:23:56 +0000 (23:23 +0000)]
Correct validity checks.

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

16 years agoPrint sane error message for channels != 1.
Michael Niedermayer [Mon, 16 Jun 2008 23:20:11 +0000 (23:20 +0000)]
Print sane error message for channels != 1.

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

16 years agoCheck number of bits so we do not try to use table entries which do not exist.
Michael Niedermayer [Mon, 16 Jun 2008 23:16:44 +0000 (23:16 +0000)]
Check number of bits so we do not try to use table entries which do not exist.

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

16 years agoSupport decoding of sample_g726.asf.
Michael Niedermayer [Mon, 16 Jun 2008 23:12:50 +0000 (23:12 +0000)]
Support decoding of sample_g726.asf.

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

16 years agomatroskadec: remove some useless code
Aurelien Jacobs [Mon, 16 Jun 2008 23:11:02 +0000 (23:11 +0000)]
matroskadec: remove some useless code

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

16 years agoget_bits() outputs exactly as many bits as requested no need to mask them.
Michael Niedermayer [Mon, 16 Jun 2008 20:42:54 +0000 (20:42 +0000)]
get_bits() outputs exactly as many bits as requested no need to mask them.

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

16 years agoRemove dead code.
Michael Niedermayer [Mon, 16 Jun 2008 20:40:44 +0000 (20:40 +0000)]
Remove dead code.

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

16 years agoGenerate pkg-config files in each library subdirectory so that they do
Diego Biurrun [Mon, 16 Jun 2008 18:01:55 +0000 (18:01 +0000)]
Generate pkg-config files in each library subdirectory so that they do
not clutter the root of the source tree.

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

16 years agoDon't show advanced subtitle options within the ffmpeg -h generic
Stefano Sabatini [Mon, 16 Jun 2008 13:02:22 +0000 (13:02 +0000)]
Don't show advanced subtitle options within the ffmpeg -h generic
advanced options.

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

16 years agoDon't show subtitle and grab options within the ffmpeg -h generic options.
Stefano Sabatini [Mon, 16 Jun 2008 10:00:32 +0000 (10:00 +0000)]
Don't show subtitle and grab options within the ffmpeg -h generic options.

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

16 years agoFix an example command in ffserver-doc.texi.
Stefano Sabatini [Mon, 16 Jun 2008 08:26:38 +0000 (08:26 +0000)]
Fix an example command in ffserver-doc.texi.

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

16 years agoAdd missing #includes to fix 'make checkheaders'.
Diego Biurrun [Mon, 16 Jun 2008 08:25:48 +0000 (08:25 +0000)]
Add missing #includes to fix 'make checkheaders'.

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

16 years agofix verbatim mode decoding. patch by Jai Menon (realityman gmx net).
Jai Menon [Sun, 15 Jun 2008 18:01:25 +0000 (18:01 +0000)]
fix verbatim mode decoding. patch by Jai Menon (realityman gmx net).

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

16 years agoset correct ftyp minor version for 3gp/2
Baptiste Coudurier [Sun, 15 Jun 2008 01:38:38 +0000 (01:38 +0000)]
set correct ftyp minor version for 3gp/2

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

16 years agoinvert mode_mov condition
Baptiste Coudurier [Sat, 14 Jun 2008 21:12:51 +0000 (21:12 +0000)]
invert mode_mov condition

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

16 years agosimplify
Baptiste Coudurier [Sat, 14 Jun 2008 21:11:16 +0000 (21:11 +0000)]
simplify

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