]> git.sesse.net Git - ffmpeg/log
ffmpeg
16 years agoCosmetics
Vitor Sessak [Sat, 24 May 2008 20:41:11 +0000 (20:41 +0000)]
Cosmetics
Commited in SoC by Vitor Sessak on 2008-04-23 18:52:24

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

16 years agoFactor common code out of if
Vitor Sessak [Sat, 24 May 2008 20:41:09 +0000 (20:41 +0000)]
Factor common code out of if
Commited in SoC by Vitor Sessak on 2008-04-23 18:41:07

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

16 years agoRename another var
Vitor Sessak [Sat, 24 May 2008 20:41:06 +0000 (20:41 +0000)]
Rename another var
Commited in SoC by Vitor Sessak on 2008-04-23 18:39:42

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

16 years agoRename var
Vitor Sessak [Sat, 24 May 2008 20:41:03 +0000 (20:41 +0000)]
Rename var
Commited in SoC by Vitor Sessak on 2008-04-23 18:37:42

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

16 years agoMove var declaration to where it is needed
Vitor Sessak [Sat, 24 May 2008 20:41:01 +0000 (20:41 +0000)]
Move var declaration to where it is needed
Commited in SoC by Vitor Sessak on 2008-04-23 18:36:26

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

16 years agoReplace if(!a){B}else{C} by if(a){C}else{B}
Vitor Sessak [Sat, 24 May 2008 20:40:58 +0000 (20:40 +0000)]
Replace if(!a){B}else{C} by if(a){C}else{B}

Commited in SoC by Vitor Sessak on 2008-04-23 18:24:46

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

16 years agoRemove useless assignment
Vitor Sessak [Sat, 24 May 2008 20:40:55 +0000 (20:40 +0000)]
Remove useless assignment
Commited in SoC by Vitor Sessak on 2008-04-23 18:15:23

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

16 years agoSimplify while(pad){pad--; etc} to while(pad--){etc}
Vitor Sessak [Sat, 24 May 2008 20:40:51 +0000 (20:40 +0000)]
Simplify while(pad){pad--; etc} to while(pad--){etc}
Commited in SoC by Vitor Sessak on 2008-04-23 18:03:27

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

16 years agoSimplify extract_inout() as suggested by Michael
Vitor Sessak [Sat, 24 May 2008 20:40:44 +0000 (20:40 +0000)]
Simplify extract_inout() as suggested by Michael
Commited in SoC by Vitor Sessak on 2008-04-23 18:01:31

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

16 years agoChange the parser logic following Michael's review
Vitor Sessak [Sat, 24 May 2008 20:40:40 +0000 (20:40 +0000)]
Change the parser logic following Michael's review
Commited in SoC by Vitor Sessak on 2008-04-21 18:45:01

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

16 years agoThe name field of AVFilterInOut can be declared const
Vitor Sessak [Sat, 24 May 2008 20:40:37 +0000 (20:40 +0000)]
The name field of AVFilterInOut can be declared const
Commited in SoC by Vitor Sessak on 2008-04-21 18:42:11

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

16 years agoA semi-colon is also a string end
Vitor Sessak [Sat, 24 May 2008 20:40:35 +0000 (20:40 +0000)]
A semi-colon is also a string end
Commited in SoC by Vitor Sessak on 2008-04-21 18:40:05

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

16 years ago10l: Missed that in one of the last commits
Vitor Sessak [Sat, 24 May 2008 20:40:32 +0000 (20:40 +0000)]
10l: Missed that in one of the last commits
Commited in SoC by Vitor Sessak on 2008-04-21 18:39:38

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

16 years agoMove code from handle_link() to the only place the function is called
Vitor Sessak [Sat, 24 May 2008 20:40:30 +0000 (20:40 +0000)]
Move code from handle_link() to the only place the function is called
Commited in SoC by Vitor Sessak on 2008-04-18 18:18:35

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

16 years agoSimplify
Vitor Sessak [Sat, 24 May 2008 20:40:26 +0000 (20:40 +0000)]
Simplify
Commited in SoC by Vitor Sessak on 2008-04-18 17:57:42

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

16 years agoUse a user-provided context for av_log()
Vitor Sessak [Sat, 24 May 2008 20:40:22 +0000 (20:40 +0000)]
Use a user-provided context for av_log()
Commited in SoC by Vitor Sessak on 2008-04-12 14:33:41

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

16 years agoImprove error handling
Vitor Sessak [Sat, 24 May 2008 20:40:20 +0000 (20:40 +0000)]
Improve error handling
Commited in SoC by Vitor Sessak on 2008-04-12 14:32:13

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

16 years agoCosmetics
Vitor Sessak [Sat, 24 May 2008 20:40:17 +0000 (20:40 +0000)]
Cosmetics
Commited in SoC by Vitor Sessak on 2008-04-12 14:28:40

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

16 years agoBetter error handling
Vitor Sessak [Sat, 24 May 2008 20:40:14 +0000 (20:40 +0000)]
Better error handling
Commited in SoC by Vitor Sessak on 2008-04-12 14:28:30

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

16 years agoSimplify
Vitor Sessak [Sat, 24 May 2008 20:40:10 +0000 (20:40 +0000)]
Simplify
Commited in SoC by Vitor Sessak on 2008-04-12 14:16:34

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

16 years agoLink filters in the same pass as the parser
Vitor Sessak [Sat, 24 May 2008 20:40:08 +0000 (20:40 +0000)]
Link filters in the same pass as the parser
Commited in SoC by Vitor Sessak on 2008-04-12 14:12:56

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

16 years agoCosmetics: if(x != NULL) -> if(x)
Vitor Sessak [Sat, 24 May 2008 20:40:03 +0000 (20:40 +0000)]
Cosmetics: if(x != NULL) -> if(x)
Commited in SoC by Vitor Sessak on 2008-04-12 14:11:19

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

16 years agoEven more improvements on whitespaces handling
Vitor Sessak [Sat, 24 May 2008 20:40:01 +0000 (20:40 +0000)]
Even more improvements on whitespaces handling
Commited in SoC by Vitor Sessak on 2008-04-12 10:37:15

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

16 years agoMore improvements on the handling of whitespaces
Vitor Sessak [Sat, 24 May 2008 20:39:57 +0000 (20:39 +0000)]
More improvements on the handling of whitespaces
Commited in SoC by Vitor Sessak on 2008-04-12 10:34:48

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

16 years agoProper handling of trailing whitespaces
Vitor Sessak [Sat, 24 May 2008 20:39:55 +0000 (20:39 +0000)]
Proper handling of trailing whitespaces
Commited in SoC by Vitor Sessak on 2008-04-10 21:29:33

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

16 years agoRemove unneeded var
Vitor Sessak [Sat, 24 May 2008 20:39:51 +0000 (20:39 +0000)]
Remove unneeded var

Commited in SoC by Vitor Sessak on 2008-04-10 21:26:45

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

16 years agoCosmetics: alignment
Vitor Sessak [Sat, 24 May 2008 20:39:48 +0000 (20:39 +0000)]
Cosmetics: alignment
Commited in SoC by Vitor Sessak on 2008-04-10 21:10:06

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

16 years agoMake two variables const
Vitor Sessak [Sat, 24 May 2008 20:39:45 +0000 (20:39 +0000)]
Make two variables const

Commited in SoC by Vitor Sessak on 2008-04-10 21:06:35

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

16 years agoBetter error messages
Vitor Sessak [Sat, 24 May 2008 20:39:42 +0000 (20:39 +0000)]
Better error messages
Commited in SoC by Vitor Sessak on 2008-04-10 18:35:09

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

16 years agoMore simplifying
Vitor Sessak [Sat, 24 May 2008 20:39:39 +0000 (20:39 +0000)]
More simplifying
Commited in SoC by Vitor Sessak on 2008-04-10 18:26:40

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

16 years agoSimplify
Vitor Sessak [Sat, 24 May 2008 20:39:36 +0000 (20:39 +0000)]
Simplify
Commited in SoC by Vitor Sessak on 2008-04-10 16:51:23

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

16 years agoMerge declaration and initialization
Vitor Sessak [Sat, 24 May 2008 20:39:34 +0000 (20:39 +0000)]
Merge declaration and initialization
Commited in SoC by Vitor Sessak on 2008-04-10 16:46:33

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

16 years agoCosmetics
Vitor Sessak [Sat, 24 May 2008 20:39:32 +0000 (20:39 +0000)]
Cosmetics
Commited in SoC by Vitor Sessak on 2008-04-10 16:41:47

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

16 years agoUpdate comments to new syntax
Vitor Sessak [Sat, 24 May 2008 20:39:29 +0000 (20:39 +0000)]
Update comments to new syntax
Commited in SoC by Vitor Sessak on 2008-04-10 16:40:03

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

16 years ago10l: Forgot to consider the null byte at the end of the string when alloc'ing
Vitor Sessak [Sat, 24 May 2008 20:39:26 +0000 (20:39 +0000)]
10l: Forgot to consider the null byte at the end of the string when alloc'ing
Commited in SoC by Vitor Sessak on 2008-04-10 16:39:07

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

16 years agoUse '[' and ']' for label naming
Vitor Sessak [Sat, 24 May 2008 20:39:22 +0000 (20:39 +0000)]
Use '[' and ']' for label naming
Commited in SoC by Vitor Sessak on 2008-04-06 19:02:56

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

16 years agoRename avfilter_graph_parse_chain() to avfilter_parse_graph()
Vitor Sessak [Sat, 24 May 2008 20:39:19 +0000 (20:39 +0000)]
Rename avfilter_graph_parse_chain() to avfilter_parse_graph()

Commited in SoC by Vitor Sessak on 2008-04-06 18:58:17

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

16 years agoRename AVFilterInOut.instance to AVFilterInOut.filter
Vitor Sessak [Sat, 24 May 2008 20:39:16 +0000 (20:39 +0000)]
Rename AVFilterInOut.instance to AVFilterInOut.filter
Commited in SoC by Vitor Sessak on 2008-04-06 18:45:08

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

16 years agoCosmetics
Vitor Sessak [Sat, 24 May 2008 20:39:14 +0000 (20:39 +0000)]
Cosmetics
Commited in SoC by Vitor Sessak on 2008-04-06 18:43:29

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

16 years agoSimplify consume_string() as Michael suggested
Vitor Sessak [Sat, 24 May 2008 20:39:12 +0000 (20:39 +0000)]
Simplify consume_string() as Michael suggested
Commited in SoC by Vitor Sessak on 2008-04-06 18:43:02

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

16 years agoSimplify
Vitor Sessak [Sat, 24 May 2008 20:39:09 +0000 (20:39 +0000)]
Simplify
Commited in SoC by Vitor Sessak on 2008-04-06 18:20:25

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

16 years agoBetter instance name for parsed filters
Vitor Sessak [Sat, 24 May 2008 20:39:05 +0000 (20:39 +0000)]
Better instance name for parsed filters
Commited in SoC by Vitor Sessak on 2008-04-06 18:19:09

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

16 years agoUse link_filter() instead avfilter_link() when clearer
Vitor Sessak [Sat, 24 May 2008 20:39:03 +0000 (20:39 +0000)]
Use link_filter() instead avfilter_link() when clearer
Commited in SoC by Vitor Sessak on 2008-04-06 18:17:29

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

16 years agoAvoid searching by instance name when it is not necessary
Vitor Sessak [Sat, 24 May 2008 20:38:25 +0000 (20:38 +0000)]
Avoid searching by instance name when it is not necessary
Commited in SoC by Vitor Sessak on 2008-04-06 18:00:58

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

16 years agoBetter error messages
Vitor Sessak [Sat, 24 May 2008 20:38:23 +0000 (20:38 +0000)]
Better error messages
Commited in SoC by Vitor Sessak on 2008-04-06 11:09:29

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

16 years agoHandle av_realloc() failure
Vitor Sessak [Sat, 24 May 2008 20:38:15 +0000 (20:38 +0000)]
Handle av_realloc() failure
Commited in SoC by Vitor Sessak on 2008-04-04 15:35:38

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

16 years agoLast commit was missing header file
Vitor Sessak [Sat, 24 May 2008 20:38:01 +0000 (20:38 +0000)]
Last commit was missing header file

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

16 years agoI should not have merged the graph parser with the graph
Vitor Sessak [Sat, 24 May 2008 20:35:43 +0000 (20:35 +0000)]
I should not have merged the graph parser with the graph
framework. Split it.

Commited in SoC by Vitor Sessak on 2008-04-03 16:29:07

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

16 years agoMove pitch vector interpolation code to acelp_filters
Vladimir Voroshilov [Sat, 24 May 2008 17:18:42 +0000 (17:18 +0000)]
Move pitch vector interpolation code to acelp_filters
and convert it to a generic interpolation routine.

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

16 years agoUse an intermediate variable for overflow testing
Vitor Sessak [Sat, 24 May 2008 16:38:48 +0000 (16:38 +0000)]
Use an intermediate variable for overflow testing

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

16 years agoHandle the case where we do not have enough input
Vitor Sessak [Sat, 24 May 2008 16:20:37 +0000 (16:20 +0000)]
Handle the case where we do not have enough input

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

16 years agoAnoter try to make +- behave sanely.
Michael Niedermayer [Sat, 24 May 2008 12:58:20 +0000 (12:58 +0000)]
Anoter try to make +- behave sanely.

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

16 years agocosmetics: indentation
Aurelien Jacobs [Sat, 24 May 2008 12:56:05 +0000 (12:56 +0000)]
cosmetics: indentation

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

16 years agoremove useless title check
Aurelien Jacobs [Sat, 24 May 2008 12:55:36 +0000 (12:55 +0000)]
remove useless title check

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

16 years agoSimplify eq()
Vitor Sessak [Sat, 24 May 2008 12:33:00 +0000 (12:33 +0000)]
Simplify eq()

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

16 years agoSimplify final()
Vitor Sessak [Sat, 24 May 2008 09:20:09 +0000 (09:20 +0000)]
Simplify final()

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

16 years agoSimplify rms()
Vitor Sessak [Sat, 24 May 2008 09:19:21 +0000 (09:19 +0000)]
Simplify rms()

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

16 years agoMore simplifications of ra144_decode_frame()
Vitor Sessak [Sat, 24 May 2008 09:17:30 +0000 (09:17 +0000)]
More simplifications of ra144_decode_frame()

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

16 years agoMake wavtable a table instead of an array
Vitor Sessak [Sat, 24 May 2008 09:15:01 +0000 (09:15 +0000)]
Make wavtable a table instead of an array

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

16 years agoFix compilation for buggy icc.
Carl Eugen Hoyos [Sat, 24 May 2008 07:19:12 +0000 (07:19 +0000)]
Fix compilation for buggy icc.

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

16 years agobetter error message
Baptiste Coudurier [Sat, 24 May 2008 02:34:19 +0000 (02:34 +0000)]
better error message

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

16 years agolatest libavc svn requires at least this value for bit_rate_tolerance, not using...
Baptiste Coudurier [Sat, 24 May 2008 02:19:46 +0000 (02:19 +0000)]
latest libavc svn requires at least this value for bit_rate_tolerance, not using av_q2d because of float

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

16 years agosimplify, remove useless vars
Baptiste Coudurier [Sat, 24 May 2008 00:03:00 +0000 (00:03 +0000)]
simplify, remove useless vars

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

16 years agoadd new h264 and aac flv ids
Baptiste Coudurier [Fri, 23 May 2008 22:02:29 +0000 (22:02 +0000)]
add new h264 and aac flv ids

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

16 years agoin flv this field is dts finally
Baptiste Coudurier [Fri, 23 May 2008 21:51:33 +0000 (21:51 +0000)]
in flv this field is dts finally

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

16 years agoflv use 32 bit pts
Baptiste Coudurier [Fri, 23 May 2008 21:47:30 +0000 (21:47 +0000)]
flv use 32 bit pts

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

16 years agoPass time_base as argument to new_chapter() as well.
Michael Niedermayer [Fri, 23 May 2008 18:15:13 +0000 (18:15 +0000)]
Pass time_base as argument to new_chapter() as well.
This fixes the wrong timebase the matroska demuxer had after my previous commits.
Maybe we should reduce new_chapter() to just (AVFormatContext, int id) ?

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

16 years agoDocument pts/dts.
Michael Niedermayer [Fri, 23 May 2008 17:56:45 +0000 (17:56 +0000)]
Document pts/dts.

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

16 years agoWarn user about invalid timestamps.
Michael Niedermayer [Fri, 23 May 2008 17:52:42 +0000 (17:52 +0000)]
Warn user about invalid timestamps.

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

16 years agoChapter demuxing support. (untested as I have no nuts with chapters)
Michael Niedermayer [Fri, 23 May 2008 13:52:54 +0000 (13:52 +0000)]
Chapter demuxing support. (untested as I have no nuts with chapters)
Isn't that much simpler than Matroska?

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

16 years agoMake ff_new_chapter() return AVChapter instead of int so its consistant with
Michael Niedermayer [Fri, 23 May 2008 13:14:11 +0000 (13:14 +0000)]
Make ff_new_chapter() return AVChapter instead of int so its consistant with
av_new_program() and its simpler to set other fields in AVChapter which arent
set by ff_new_chapter().

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

16 years agonb_chapters should be unsigned
Michael Niedermayer [Fri, 23 May 2008 13:08:44 +0000 (13:08 +0000)]
nb_chapters should be unsigned

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

16 years agos/num_chapters/nb_chapters/ all other similar variables are called nb_*.
Michael Niedermayer [Fri, 23 May 2008 13:07:58 +0000 (13:07 +0000)]
s/num_chapters/nb_chapters/ all other similar variables are called nb_*.

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

16 years agovertical align
Michael Niedermayer [Fri, 23 May 2008 13:04:12 +0000 (13:04 +0000)]
vertical align

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

16 years agoindent
Michael Niedermayer [Fri, 23 May 2008 13:03:52 +0000 (13:03 +0000)]
indent

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

16 years agoremove useless title check
Michael Niedermayer [Fri, 23 May 2008 13:03:32 +0000 (13:03 +0000)]
remove useless title check

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

16 years agoindent
Michael Niedermayer [Fri, 23 May 2008 13:03:04 +0000 (13:03 +0000)]
indent

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

16 years agoAdd id to AVChapter, untested (where do i find matroska files with chapters?).
Michael Niedermayer [Fri, 23 May 2008 13:02:27 +0000 (13:02 +0000)]
Add id to AVChapter, untested (where do i find matroska files with chapters?).

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

16 years agoclarify start/end timebase
Michael Niedermayer [Fri, 23 May 2008 12:45:03 +0000 (12:45 +0000)]
clarify start/end timebase

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

16 years agoalign comments
Michael Niedermayer [Fri, 23 May 2008 12:44:12 +0000 (12:44 +0000)]
align comments

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

16 years agochapter id and timebase
Michael Niedermayer [Fri, 23 May 2008 12:43:33 +0000 (12:43 +0000)]
chapter id and timebase

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

16 years agoindent
Michael Niedermayer [Fri, 23 May 2008 12:37:52 +0000 (12:37 +0000)]
indent

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

16 years agomake av_strdup(NULL) return NULL
Michael Niedermayer [Fri, 23 May 2008 12:37:32 +0000 (12:37 +0000)]
make av_strdup(NULL) return NULL

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

16 years agodon't set a dummy chapter title when title is unknown
Aurelien Jacobs [Fri, 23 May 2008 11:47:11 +0000 (11:47 +0000)]
don't set a dummy chapter title when title is unknown

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

16 years agocosmetics: indentation
Aurelien Jacobs [Fri, 23 May 2008 11:46:05 +0000 (11:46 +0000)]
cosmetics: indentation

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

16 years agoallows adding chapters with NULL title
Aurelien Jacobs [Fri, 23 May 2008 11:45:30 +0000 (11:45 +0000)]
allows adding chapters with NULL title

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

16 years agoAdd -formats option to ffplay.
Stefano Sabatini [Fri, 23 May 2008 07:15:56 +0000 (07:15 +0000)]
Add -formats option to ffplay.
Patch by Stefano Sabatini stefano sabatini-lala poste it

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

16 years agoAdd -formats option to ffserver.
Stefano Sabatini [Fri, 23 May 2008 07:14:28 +0000 (07:14 +0000)]
Add -formats option to ffserver.
Patch by Stefano Sabatini stefano sabatini-lala poste it

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

16 years agoadaptive and fixed codebook vector operations for ACELP-based codecs
Vladimir Voroshilov [Fri, 23 May 2008 03:10:27 +0000 (03:10 +0000)]
adaptive and fixed codebook vector operations for ACELP-based codecs

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

16 years agoFix + - bug with non flags.
Michael Niedermayer [Fri, 23 May 2008 00:29:21 +0000 (00:29 +0000)]
Fix + - bug with non flags.

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

16 years agomatroskadec: allows inserting chapters with unspecified end
Aurelien Jacobs [Thu, 22 May 2008 23:04:02 +0000 (23:04 +0000)]
matroskadec: allows inserting chapters with unspecified end

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

16 years agodemux chapters out of matroska
Anton Khirnov [Thu, 22 May 2008 22:07:09 +0000 (22:07 +0000)]
demux chapters out of matroska
patch by Anton Khirnov  wyskas _at_ gmail _dot_ com

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

16 years agoadd support for chapters definition in lavf
Anton Khirnov [Thu, 22 May 2008 22:00:21 +0000 (22:00 +0000)]
add support for chapters definition in lavf
patch by Anton Khirnov  wyskas _at_ gmail _dot_ com

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

16 years agoUpdate copyright and text
Benjamin Larsson [Thu, 22 May 2008 19:42:02 +0000 (19:42 +0000)]
Update copyright and text

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

16 years agoFix decoding of 01-Untitled(1).oma, patch by Maxim Poliakovski
Maxim Poliakovski [Thu, 22 May 2008 19:16:28 +0000 (19:16 +0000)]
Fix decoding of 01-Untitled(1).oma, patch by Maxim Poliakovski

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

16 years agofree moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastal...
Albert Astals Cid [Thu, 22 May 2008 17:16:12 +0000 (17:16 +0000)]
free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es

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

16 years agoMove show_formats() to cmdutils.c.
Stefano Sabatini [Thu, 22 May 2008 12:55:35 +0000 (12:55 +0000)]
Move show_formats() to cmdutils.c.
Patch by: Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoImplement ffplay -L.
Stefano Sabatini [Thu, 22 May 2008 09:49:18 +0000 (09:49 +0000)]
Implement ffplay -L.
Patch by: Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoImplement ffserver -version.
Stefano Sabatini [Thu, 22 May 2008 09:48:34 +0000 (09:48 +0000)]
Implement ffserver -version.
Patch by: Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoGet rid of more senseless wrapper functions and use OPT_EXIT instead.
Michael Niedermayer [Wed, 21 May 2008 23:41:17 +0000 (23:41 +0000)]
Get rid of more senseless wrapper functions and use OPT_EXIT instead.

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