source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @dd8e311e   17 years vitor1001 10l: Missed that in one of the last commits Commited in SoC by Vitor …
(edit) @cf4f7d38   17 years vitor1001 Move code from handle_link() to the only place the function is called …
(edit) @5cb9c725   17 years vitor1001 Simplify Commited in SoC by Vitor Sessak on 2008-04-18 17:57:42 …
(edit) @3a70bb2d   17 years vitor1001 Use a user-provided context for av_log() Commited in SoC by Vitor …
(edit) @7693be92   17 years vitor1001 Improve error handling Commited in SoC by Vitor Sessak on 2008-04-12 …
(edit) @a4501887   17 years vitor1001 Cosmetics Commited in SoC by Vitor Sessak on 2008-04-12 14:28:40 …
(edit) @e84f0b6   17 years vitor1001 Better error handling Commited in SoC by Vitor Sessak on 2008-04-12 …
(edit) @85cb8af7   17 years vitor1001 Simplify Commited in SoC by Vitor Sessak on 2008-04-12 14:16:34 …
(edit) @2b7defc7   17 years vitor1001 Link filters in the same pass as the parser Commited in SoC by Vitor …
(edit) @a59a7734   17 years vitor1001 Cosmetics: if(x != NULL) -> if(x) Commited in SoC by Vitor Sessak on …
(edit) @8095a014   17 years vitor1001 Even more improvements on whitespaces handling Commited in SoC by …
(edit) @7a57c8d9   17 years vitor1001 More improvements on the handling of whitespaces Commited in SoC by …
(edit) @a78f2ccd   17 years vitor1001 Proper handling of trailing whitespaces Commited in SoC by Vitor …
(edit) @a64821f4   17 years vitor1001 Remove unneeded var Commited in SoC by Vitor Sessak on 2008-04-10 …
(edit) @89475efd   17 years vitor1001 Cosmetics: alignment Commited in SoC by Vitor Sessak on 2008-04-10 …
(edit) @03cea461   17 years vitor1001 Make two variables const Commited in SoC by Vitor Sessak on …
(edit) @2226082   17 years vitor1001 Better error messages Commited in SoC by Vitor Sessak on 2008-04-10 …
(edit) @325cb1ef   17 years vitor1001 More simplifying Commited in SoC by Vitor Sessak on 2008-04-10 …
(edit) @a3acd1d9   17 years vitor1001 Simplify Commited in SoC by Vitor Sessak on 2008-04-10 16:51:23 …
(edit) @55672c8   17 years vitor1001 Merge declaration and initialization Commited in SoC by Vitor Sessak …
(edit) @2839ff5e   17 years vitor1001 Cosmetics Commited in SoC by Vitor Sessak on 2008-04-10 16:41:47 …
(edit) @ffac8784   17 years vitor1001 Update comments to new syntax Commited in SoC by Vitor Sessak on …
(edit) @2255026d   17 years vitor1001 10l: Forgot to consider the null byte at the end of the string when …
(edit) @d7ff2297   17 years vitor1001 Use 'and' for label naming Commited in SoC by Vitor Sessak on …
(edit) @92973a04   17 years vitor1001 Rename avfilter_graph_parse_chain() to avfilter_parse_graph() …
(edit) @37161d64   17 years vitor1001 Rename AVFilterInOut.instance to AVFilterInOut.filter Commited in SoC …
(edit) @da79067   17 years vitor1001 Cosmetics Commited in SoC by Vitor Sessak on 2008-04-06 18:43:29 …
(edit) @93b7a0f6   17 years vitor1001 Simplify consume_string() as Michael suggested Commited in SoC by …
(edit) @5b2bb2c9   17 years vitor1001 Simplify Commited in SoC by Vitor Sessak on 2008-04-06 18:20:25 …
(edit) @58a2d7a5   17 years vitor1001 Better instance name for parsed filters Commited in SoC by Vitor …
(edit) @ee75692   17 years vitor1001 Use link_filter() instead avfilter_link() when clearer Commited in SoC …
(edit) @9710beaf   17 years vitor1001 Avoid searching by instance name when it is not necessary Commited in …
(edit) @27a669ab   17 years vitor1001 Better error messages Commited in SoC by Vitor Sessak on 2008-04-06 …
(edit) @046f49ba   17 years vitor1001 Handle av_realloc() failure Commited in SoC by Vitor Sessak on …
(edit) @f0703f5d   17 years vitor1001 Last commit was missing header file Originally committed as revision …
(edit) @27afb09d   17 years vitor1001 I should not have merged the graph parser with the graph framework. …
(edit) @d347a046   17 years voroshil Move pitch vector interpolation code to acelp_filters and convert it …
(edit) @13b67293   17 years vitor1001 Use an intermediate variable for overflow testing Originally …
(edit) @84490b74   17 years vitor1001 Handle the case where we do not have enough input Originally …
(edit) @9d2e6e84   17 years michaelni Anoter try to make +- behave sanely. Originally committed as revision …
(edit) @ebea1d76   17 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 13280 to …
(edit) @570745cc   17 years Aurélien Jacobs remove useless title check Originally committed as revision 13279 to …
(edit) @be2c232f   17 years vitor1001 Simplify eq() Originally committed as revision 13278 to …
(edit) @2279dd9e   17 years vitor1001 Simplify final() Originally committed as revision 13277 to …
(edit) @08533939   17 years vitor1001 Simplify rms() Originally committed as revision 13276 to …
(edit) @c2c237a0   17 years vitor1001 More simplifications of ra144_decode_frame() Originally committed as …
(edit) @d548f09f   17 years vitor1001 Make wavtable a table instead of an array Originally committed as …
(edit) @d1845b4c   17 years Carl Eugen Hoyos Fix compilation for buggy icc. Originally committed as revision 13273 …
(edit) @f61d45c9   17 years baptiste.coudurier better error message Originally committed as revision 13272 to …
(edit) @1692008f   17 years baptiste.coudurier latest libavc svn requires at least this value for bit_rate_tolerance, …
(edit) @5366f15d   17 years baptiste.coudurier simplify, remove useless vars Originally committed as revision 13270 …
(edit) @fbabb0c2   17 years baptiste.coudurier add new h264 and aac flv ids Originally committed as revision 13269 …
(edit) @7ef94d22   17 years baptiste.coudurier in flv this field is dts finally Originally committed as revision …
(edit) @19719bc6   17 years baptiste.coudurier flv use 32 bit pts Originally committed as revision 13267 to …
(edit) @abd2256d   17 years michaelni Pass time_base as argument to new_chapter() as well. This fixes the …
(edit) @f6e76ba4   17 years michaelni Document pts/dts. Originally committed as revision 13265 to …
(edit) @b18a4ab2   17 years michaelni Warn user about invalid timestamps. Originally committed as revision …
(edit) @883fe4d5   17 years michaelni Chapter demuxing support. (untested as I have no nuts with chapters) …
(edit) @5c37f43a   17 years michaelni Make ff_new_chapter() return AVChapter instead of int so its …
(edit) @fbabf1e9   17 years michaelni nb_chapters should be unsigned Originally committed as revision 13261 …
(edit) @7c8202cc   17 years michaelni s/num_chapters/nb_chapters/ all other similar variables are called …
(edit) @747fb6c6   17 years michaelni vertical align Originally committed as revision 13259 to …
(edit) @42720ee4   17 years michaelni indent Originally committed as revision 13258 to …
(edit) @0dac708e   17 years michaelni remove useless title check Originally committed as revision 13257 to …
(edit) @6b43e2c7   17 years michaelni indent Originally committed as revision 13256 to …
(edit) @7a2a3e8e   17 years michaelni Add id to AVChapter, untested (where do i find matroska files with …
(edit) @8931e7b4   17 years michaelni clarify start/end timebase Originally committed as revision 13254 to …
(edit) @c2fb6be4   17 years michaelni align comments Originally committed as revision 13253 to …
(edit) @d2974f16   17 years michaelni chapter id and timebase Originally committed as revision 13252 to …
(edit) @19757f61   17 years michaelni indent Originally committed as revision 13251 to …
(edit) @fdf35f26   17 years michaelni make av_strdup(NULL) return NULL Originally committed as revision …
(edit) @30897e76   17 years Aurélien Jacobs don't set a dummy chapter title when title is unknown Originally …
(edit) @842ffee3   17 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 13248 to …
(edit) @1ba056b6   17 years Aurélien Jacobs allows adding chapters with NULL title Originally committed as …
(edit) @a28b7ed4   17 years benoit.fouet Add -formats option to ffplay. Patch by Stefano Sabatini stefano …
(edit) @f346033e   17 years benoit.fouet Add -formats option to ffserver. Patch by Stefano Sabatini stefano …
(edit) @5b2729cd   17 years voroshil adaptive and fixed codebook vector operations for ACELP-based codecs …
(edit) @4a13a2d4   17 years michaelni Fix + - bug with non flags. Originally committed as revision 13243 to …
(edit) @ad9d62ef   17 years Aurélien Jacobs matroskadec: allows inserting chapters with unspecified end …
(edit) @f5275b3c   17 years Aurélien Jacobs demux chapters out of matroska patch by Anton Khirnov wyskas _at_ …
(edit) @79d7836a   17 years Aurélien Jacobs add support for chapters definition in lavf patch by Anton Khirnov …
(edit) @d311f8f3   17 years banan Update copyright and text Originally committed as revision 13239 to …
(edit) @9d278d8   17 years banan Fix decoding of 01-Untitled(1).oma, patch by Maxim Poliakovski …
(edit) @6f04eb1e   17 years baptiste.coudurier free moov and cmov when error occurs, fix memleak, patch by Albert …
(edit) @ba9880c1   17 years takis.issaris Move show_formats() to cmdutils.c. Patch by: Stefano Sabatini, …
(edit) @8fdea204   17 years takis.issaris Implement ffplay -L. Patch by: Stefano Sabatini, stefano.sabatini-lala …
(edit) @8117c97e   17 years takis.issaris Implement ffserver -version. Patch by: Stefano Sabatini, …
(edit) @20176cbc   17 years michaelni Get rid of more senseless wrapper functions and use OPT_EXIT instead. …
(edit) @64555bd9   17 years michaelni Do not pass program_name as argument to show_version(), this allows …
(edit) @a0b3bcd9   17 years michaelni OPT_EXIT Originally committed as revision 13231 to …
(edit) @217e2f46   17 years baptiste.coudurier remove useless var Originally committed as revision 13230 to …
(edit) @42b9f45c   17 years baptiste.coudurier 10l, fix compilation Originally committed as revision 13229 to …
(edit) @5dae74e0   17 years baptiste.coudurier use duration from pkt Originally committed as revision 13228 to …
(edit) @56b8a7b7   17 years baptiste.coudurier simplify Originally committed as revision 13227 to …
(edit) @252c189b   17 years baptiste.coudurier simplify Originally committed as revision 13226 to …
(edit) @38baa83c   17 years baptiste.coudurier no need to sleep to hide crashes Originally committed as revision …
(edit) @2ea2340e   17 years baptiste.coudurier check pkt stream index before returning packet, prevent segfault …
(edit) @c4355f4e   17 years baptiste.coudurier open logfile in append mode, don't overwrite it Originally committed …
(edit) @8a0b55ff   17 years baptiste.coudurier do not forget to free packet, fix memleak Originally committed as …
(edit) @afe359c1   17 years vitor1001 Make gbuf2 a table instead of an array Originally committed as …
Note: See TracRevisionLog for help on using the revision log.