|
|
|
@98fb286b
|
17 years |
vitor1001 |
Remove senseless comments
Commited in SoC by Vitor Sessak on …
|
|
|
@5e600185
|
17 years |
vitor1001 |
Cosmetics: split setting a var and checking for error
Commited in SoC …
|
|
|
@69fa7e80
|
17 years |
vitor1001 |
Fix doxy comment
Commited in SoC by Vitor Sessak on 2008-05-24 …
|
|
|
@bd80b349
|
17 years |
vitor1001 |
Make parse_link_name() return a pointer to the name read
Commited in …
|
|
|
@f5cbde2e
|
17 years |
vitor1001 |
Cosmetics: more function reordering
Commited in SoC by Vitor Sessak on …
|
|
|
@d424e138
|
17 years |
vitor1001 |
Make consume_whitespace() return a number of bytes to be skiped …
|
|
|
@8e74c889
|
17 years |
vitor1001 |
Cosmetics: change function order
Commited in SoC by Vitor Sessak on …
|
|
|
@74c2f1f
|
17 years |
vitor1001 |
Simplify
Commited in SoC by Vitor Sessak on 2008-04-23 20:46:17
…
|
|
|
@6a0c770b
|
17 years |
vitor1001 |
Pass the inputs and outputs of avfilter_parse_graph() with a …
|
|
|
@d835680e
|
17 years |
vitor1001 |
Cosmetics: more indentation consistency
Commited in SoC by Vitor …
|
|
|
@487c0e67
|
17 years |
vitor1001 |
More cosmetics: make indentation more consistent
Commited in SoC by …
|
|
|
@d9d086d9
|
17 years |
vitor1001 |
More cosmetics
Commited in SoC by Vitor Sessak on 2008-04-23 19:13:06
…
|
|
|
@eee68d96
|
17 years |
vitor1001 |
Move code out of if
Commited in SoC by Vitor Sessak on 2008-04-23 …
|
|
|
@67ba10f
|
17 years |
vitor1001 |
Cosmetics
Commited in SoC by Vitor Sessak on 2008-04-23 19:00:50
…
|
|
|
@f6557d5e
|
17 years |
vitor1001 |
Cosmetics
Commited in SoC by Vitor Sessak on 2008-04-23 18:52:24
…
|
|
|
@443c10ef
|
17 years |
vitor1001 |
Factor common code out of if
Commited in SoC by Vitor Sessak on …
|
|
|
@7baa6210
|
17 years |
vitor1001 |
Rename another var
Commited in SoC by Vitor Sessak on 2008-04-23 …
|
|
|
@b2ac16da
|
17 years |
vitor1001 |
Rename var
Commited in SoC by Vitor Sessak on 2008-04-23 18:37:42
…
|
|
|
@eece0cb
|
17 years |
vitor1001 |
Move var declaration to where it is needed
Commited in SoC by Vitor …
|
|
|
@0de3407b
|
17 years |
vitor1001 |
Replace if(!a){B}else{C} by if(a){C}else{B}
Commited in SoC by Vitor …
|
|
|
@4d08be02
|
17 years |
vitor1001 |
Remove useless assignment
Commited in SoC by Vitor Sessak on …
|
|
|
@4fd9d07
|
17 years |
vitor1001 |
Simplify while(pad){pad--; etc} to while(pad--){etc}
Commited in SoC …
|
|
|
@fec2e513
|
17 years |
vitor1001 |
Simplify extract_inout() as suggested by Michael
Commited in SoC by …
|
|
|
@c9987633
|
17 years |
vitor1001 |
Change the parser logic following Michael's review
Commited in SoC by …
|
|
|
@498f030
|
17 years |
vitor1001 |
The name field of AVFilterInOut can be declared const
Commited in SoC …
|
|
|
@dbec351d
|
17 years |
vitor1001 |
A semi-colon is also a string end
Commited in SoC by Vitor Sessak on …
|
|
|
@dd8e311e
|
17 years |
vitor1001 |
10l: Missed that in one of the last commits
Commited in SoC by Vitor …
|
|
|
@cf4f7d38
|
17 years |
vitor1001 |
Move code from handle_link() to the only place the function is called …
|
|
|
@5cb9c725
|
17 years |
vitor1001 |
Simplify
Commited in SoC by Vitor Sessak on 2008-04-18 17:57:42
…
|
|
|
@3a70bb2d
|
17 years |
vitor1001 |
Use a user-provided context for av_log()
Commited in SoC by Vitor …
|
|
|
@7693be92
|
17 years |
vitor1001 |
Improve error handling
Commited in SoC by Vitor Sessak on 2008-04-12 …
|
|
|
@a4501887
|
17 years |
vitor1001 |
Cosmetics
Commited in SoC by Vitor Sessak on 2008-04-12 14:28:40
…
|
|
|
@e84f0b6
|
17 years |
vitor1001 |
Better error handling
Commited in SoC by Vitor Sessak on 2008-04-12 …
|
|
|
@85cb8af7
|
17 years |
vitor1001 |
Simplify
Commited in SoC by Vitor Sessak on 2008-04-12 14:16:34
…
|
|
|
@2b7defc7
|
17 years |
vitor1001 |
Link filters in the same pass as the parser
Commited in SoC by Vitor …
|
|
|
@a59a7734
|
17 years |
vitor1001 |
Cosmetics: if(x != NULL) -> if(x)
Commited in SoC by Vitor Sessak on …
|
|
|
@8095a014
|
17 years |
vitor1001 |
Even more improvements on whitespaces handling
Commited in SoC by …
|
|
|
@7a57c8d9
|
17 years |
vitor1001 |
More improvements on the handling of whitespaces
Commited in SoC by …
|
|
|
@a78f2ccd
|
17 years |
vitor1001 |
Proper handling of trailing whitespaces
Commited in SoC by Vitor …
|
|
|
@a64821f4
|
17 years |
vitor1001 |
Remove unneeded var
Commited in SoC by Vitor Sessak on 2008-04-10 …
|
|
|
@89475efd
|
17 years |
vitor1001 |
Cosmetics: alignment
Commited in SoC by Vitor Sessak on 2008-04-10 …
|
|
|
@03cea461
|
17 years |
vitor1001 |
Make two variables const
Commited in SoC by Vitor Sessak on …
|
|
|
@2226082
|
17 years |
vitor1001 |
Better error messages
Commited in SoC by Vitor Sessak on 2008-04-10 …
|
|
|
@325cb1ef
|
17 years |
vitor1001 |
More simplifying
Commited in SoC by Vitor Sessak on 2008-04-10 …
|
|
|
@a3acd1d9
|
17 years |
vitor1001 |
Simplify
Commited in SoC by Vitor Sessak on 2008-04-10 16:51:23
…
|
|
|
@55672c8
|
17 years |
vitor1001 |
Merge declaration and initialization
Commited in SoC by Vitor Sessak …
|
|
|
@2839ff5e
|
17 years |
vitor1001 |
Cosmetics
Commited in SoC by Vitor Sessak on 2008-04-10 16:41:47
…
|
|
|
@ffac8784
|
17 years |
vitor1001 |
Update comments to new syntax
Commited in SoC by Vitor Sessak on …
|
|
|
@2255026d
|
17 years |
vitor1001 |
10l: Forgot to consider the null byte at the end of the string when …
|
|
|
@d7ff2297
|
17 years |
vitor1001 |
Use 'and' for label naming
Commited in SoC by Vitor Sessak on …
|
|
|
@92973a04
|
17 years |
vitor1001 |
Rename avfilter_graph_parse_chain() to avfilter_parse_graph()
…
|
|
|
@37161d64
|
17 years |
vitor1001 |
Rename AVFilterInOut.instance to AVFilterInOut.filter
Commited in SoC …
|
|
|
@da79067
|
17 years |
vitor1001 |
Cosmetics
Commited in SoC by Vitor Sessak on 2008-04-06 18:43:29
…
|
|
|
@93b7a0f6
|
17 years |
vitor1001 |
Simplify consume_string() as Michael suggested
Commited in SoC by …
|
|
|
@5b2bb2c9
|
17 years |
vitor1001 |
Simplify
Commited in SoC by Vitor Sessak on 2008-04-06 18:20:25
…
|
|
|
@58a2d7a5
|
17 years |
vitor1001 |
Better instance name for parsed filters
Commited in SoC by Vitor …
|
|
|
@ee75692
|
17 years |
vitor1001 |
Use link_filter() instead avfilter_link() when clearer
Commited in SoC …
|
|
|
@9710beaf
|
17 years |
vitor1001 |
Avoid searching by instance name when it is not necessary
Commited in …
|
|
|
@27a669ab
|
17 years |
vitor1001 |
Better error messages
Commited in SoC by Vitor Sessak on 2008-04-06 …
|
|
|
@046f49ba
|
17 years |
vitor1001 |
Handle av_realloc() failure
Commited in SoC by Vitor Sessak on …
|
|
|
@f0703f5d
|
17 years |
vitor1001 |
Last commit was missing header file
Originally committed as revision …
|
|
|
@27afb09d
|
17 years |
vitor1001 |
I should not have merged the graph parser with the graph
framework. …
|
|
|
@d347a046
|
17 years |
voroshil |
Move pitch vector interpolation code to acelp_filters
and convert it …
|
|
|
@13b67293
|
17 years |
vitor1001 |
Use an intermediate variable for overflow testing
Originally …
|
|
|
@84490b74
|
17 years |
vitor1001 |
Handle the case where we do not have enough input
Originally …
|
|
|
@9d2e6e84
|
17 years |
michaelni |
Anoter try to make +- behave sanely.
Originally committed as revision …
|
|
|
@ebea1d76
|
17 years |
Aurélien Jacobs |
cosmetics: indentation
Originally committed as revision 13280 to …
|
|
|
@570745cc
|
17 years |
Aurélien Jacobs |
remove useless title check
Originally committed as revision 13279 to …
|
|
|
@be2c232f
|
17 years |
vitor1001 |
Simplify eq()
Originally committed as revision 13278 to …
|
|
|
@2279dd9e
|
17 years |
vitor1001 |
Simplify final()
Originally committed as revision 13277 to …
|
|
|
@08533939
|
17 years |
vitor1001 |
Simplify rms()
Originally committed as revision 13276 to …
|
|
|
@c2c237a0
|
17 years |
vitor1001 |
More simplifications of ra144_decode_frame()
Originally committed as …
|
|
|
@d548f09f
|
17 years |
vitor1001 |
Make wavtable a table instead of an array
Originally committed as …
|
|
|
@d1845b4c
|
17 years |
Carl Eugen Hoyos |
Fix compilation for buggy icc.
Originally committed as revision 13273 …
|
|
|
@f61d45c9
|
17 years |
baptiste.coudurier |
better error message
Originally committed as revision 13272 to …
|
|
|
@1692008f
|
17 years |
baptiste.coudurier |
latest libavc svn requires at least this value for bit_rate_tolerance, …
|
|
|
@5366f15d
|
17 years |
baptiste.coudurier |
simplify, remove useless vars
Originally committed as revision 13270 …
|
|
|
@fbabb0c2
|
17 years |
baptiste.coudurier |
add new h264 and aac flv ids
Originally committed as revision 13269 …
|
|
|
@7ef94d22
|
17 years |
baptiste.coudurier |
in flv this field is dts finally
Originally committed as revision …
|
|
|
@19719bc6
|
17 years |
baptiste.coudurier |
flv use 32 bit pts
Originally committed as revision 13267 to …
|
|
|
@abd2256d
|
17 years |
michaelni |
Pass time_base as argument to new_chapter() as well.
This fixes the …
|
|
|
@f6e76ba4
|
17 years |
michaelni |
Document pts/dts.
Originally committed as revision 13265 to …
|
|
|
@b18a4ab2
|
17 years |
michaelni |
Warn user about invalid timestamps.
Originally committed as revision …
|
|
|
@883fe4d5
|
17 years |
michaelni |
Chapter demuxing support. (untested as I have no nuts with chapters) …
|
|
|
@5c37f43a
|
17 years |
michaelni |
Make ff_new_chapter() return AVChapter instead of int so its …
|
|
|
@fbabf1e9
|
17 years |
michaelni |
nb_chapters should be unsigned
Originally committed as revision 13261 …
|
|
|
@7c8202cc
|
17 years |
michaelni |
s/num_chapters/nb_chapters/ all other similar variables are called …
|
|
|
@747fb6c6
|
17 years |
michaelni |
vertical align
Originally committed as revision 13259 to …
|
|
|
@42720ee4
|
17 years |
michaelni |
indent
Originally committed as revision 13258 to …
|
|
|
@0dac708e
|
17 years |
michaelni |
remove useless title check
Originally committed as revision 13257 to …
|
|
|
@6b43e2c7
|
17 years |
michaelni |
indent
Originally committed as revision 13256 to …
|
|
|
@7a2a3e8e
|
17 years |
michaelni |
Add id to AVChapter, untested (where do i find matroska files with …
|
|
|
@8931e7b4
|
17 years |
michaelni |
clarify start/end timebase
Originally committed as revision 13254 to …
|
|
|
@c2fb6be4
|
17 years |
michaelni |
align comments
Originally committed as revision 13253 to …
|
|
|
@d2974f16
|
17 years |
michaelni |
chapter id and timebase
Originally committed as revision 13252 to …
|
|
|
@19757f61
|
17 years |
michaelni |
indent
Originally committed as revision 13251 to …
|
|
|
@fdf35f26
|
17 years |
michaelni |
make av_strdup(NULL) return NULL
Originally committed as revision …
|
|
|
@30897e76
|
17 years |
Aurélien Jacobs |
don't set a dummy chapter title when title is unknown
Originally …
|
|
|
@842ffee3
|
17 years |
Aurélien Jacobs |
cosmetics: indentation
Originally committed as revision 13248 to …
|
|
|
@1ba056b6
|
17 years |
Aurélien Jacobs |
allows adding chapters with NULL title
Originally committed as …
|
|
|