source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @46eab093   17 years michaelni Make opt_verbose() work again. Originally committed as revision 13403 …
(edit) @eccba2bc   17 years justin.ruggles safer solution for setting audio parameters Originally committed as …
(edit) @5012cf88   17 years vitor1001 Merge two if's Originally committed as revision 13401 to …
(edit) @9d3c35fc   17 years vitor1001 Use (u)int16_t instead of (unsigned) short Originally committed as …
(edit) @cf03a817   17 years justin.ruggles set audio parameters if frame header is ok, even if crc fails …
(edit) @3336110a   17 years justin.ruggles cosmetics: indent Originally committed as revision 13398 to …
(edit) @ecfe94b2   17 years justin.ruggles add error concealment Originally committed as revision 13397 to …
(edit) @6477a940   17 years vitor1001 Yet more cosmetics Originally committed as revision 13396 to …
(edit) @6fc4fac0   17 years vitor1001 More cosmetics Originally committed as revision 13395 to …
(edit) @b906a5e3   17 years vitor1001 Cosmetics Originally committed as revision 13394 to …
(edit) @f8b5f7c7   17 years vitor1001 Rename var Originally committed as revision 13393 to …
(edit) @ac1c27b2   17 years vitor1001 Minor simplification of dec1() Originally committed as revision 13392 …
(edit) @4bf8f302   17 years vitor1001 Minor simplification of dec2() Originally committed as revision 13391 …
(edit) @c62c628f   17 years vitor1001 Remove useless variable Originally committed as revision 13390 to …
(edit) @14ff7cce   17 years vitor1001 Cosmetics: merge declaration and initialization Originally committed …
(edit) @cdc15adf   17 years vitor1001 Cosmetics: braces removal Originally committed as revision 13388 to …
(edit) @58e23a5f   17 years vitor1001 Move evaluation of variable a to where it is trivial Originally …
(edit) @d6ff684b   17 years vitor1001 Make add_wav() receive a vector instead of three integers Originally …
(edit) @93a2c8c1   17 years justin.ruggles cosmetics: indent Originally committed as revision 13385 to …
(edit) @43ad93a4   17 years justin.ruggles 10l: fix error in commit r13382 Originally committed as revision …
(edit) @8916d922   17 years vitor1001 Remove gbuf2 from context Originally committed as revision 13383 to …
(edit) @82a591d   17 years justin.ruggles add checks for missing information in the first block Originally …
(edit) @3af91313   17 years justin.ruggles add check for invalid channel mode when coupling is used Originally …
(edit) @e188cb70   17 years ramiro.polla Forgot to commit changes to subdir.mak in last revision. Originally …
(edit) @3f28da61   17 years ramiro.polla Add version information to DLLs. Patch by Jeremy Kolb. Originally …
(edit) @5b0e7dac   17 years michaelni Fix MB skipping with droppable frames. Fixes issue323. Originally …
(edit) @16e30b7a   17 years michaelni Do not reject odd width/height. Fixes issue371. Originally committed …
(edit) @d7dc90e4   17 years vitor1001 Use (u)int16_t instead of short for tables Originally committed as …
(edit) @0a082735   17 years vitor1001 Make tables that fit in one byte (u)int8_t Originally committed as …
(edit) @cb24827f   17 years vitor1001 Remove yet another val (gbuf1) from context Originally committed as …
(edit) @94e79f09   17 years vitor1001 Parameter n of dec functions is always 3. Hardcode it. Originally …
(edit) @a9ee86e   17 years baptiste.coudurier set correct duration when using b frames Originally committed as …
(edit) @fd83ad7f   17 years baptiste.coudurier use short option Originally committed as revision 13371 to …
(edit) @c351cc7f   17 years baptiste.coudurier better error message Originally committed as revision 13370 to …
(edit) @bc908bc4   17 years baptiste.coudurier do not loop input, useless Originally committed as revision 13369 to …
(edit) @ea2b716f   17 years baptiste.coudurier fix feed path according to regression script Originally committed as …
(edit) @1faf7a20   17 years baptiste.coudurier simplify, use ffserver launch directive Originally committed as …
(edit) @0c542158   17 years michaelni Move const *pow2tab out of context. Originally committed as revision …
(edit) @158bf33e   17 years michaelni simplify init_pow2table Originally committed as revision 13365 to …
(edit) @40756c17   17 years michaelni Merge init_rootpow2table and init_pow2table. Originally committed as …
(edit) @c2c3dedf   17 years Aurélien Jacobs compute the end of all chapters when end is not specified in the …
(edit) @a6072fd   17 years vitor1001 Indent Originally committed as revision 13362 to …
(edit) @ae76c499   17 years vitor1001 Remove another useless variable from context Originally committed as …
(edit) @e2b5fdaf   17 years vitor1001 Split openLinks linked list into openInputs and openOutputs Commited …
(edit) @64fbf5e2   17 years vitor1001 One more memory leak Commited in SoC by Vitor Sessak on 2008-05-24 …
(edit) @4d11beb2   17 years vitor1001 Cosmetical: move statement Commited in SoC by Vitor Sessak on …
(edit) @64b164f4   17 years vitor1001 Plug some memory leaks Commited in SoC by Vitor Sessak on 2008-05-24 …
(edit) @90ed076c   17 years vitor1001 Merge variable initialization and declaration Commited in SoC by Vitor …
(edit) @c185fc5d   17 years vitor1001 Cosmetics Commited in SoC by Vitor Sessak on 2008-05-24 17:00:23 …
(edit) @5b31015a   17 years vitor1001 Remove unnused var Commited in SoC by Vitor Sessak on 2008-05-24 …
(edit) @c880791f   17 years vitor1001 Simplify Commited in SoC by Vitor Sessak on 2008-05-24 16:55:47 …
(edit) @c956dd43   17 years vitor1001 Use av_mallocz instead of av_malloc to simplify some code Commited in …
(edit) @e97908ee   17 years vitor1001 Factor linked list insertion in its own function Commited in SoC by …
(edit) @c658f47e   17 years vitor1001 Remove comment redundant with those in graphparser.h Commited in SoC …
(edit) @089d371   17 years vitor1001 These error messages should print the filter name, not the instance …
(edit) @1284983   17 years vitor1001 10l: fix previous commit Commited in SoC by Vitor Sessak on 2008-05-24 …
(edit) @ba3fed2f   17 years vitor1001 Simplify Commited in SoC by Vitor Sessak on 2008-05-24 13:05:30 …
(edit) @98fb286b   17 years vitor1001 Remove senseless comments Commited in SoC by Vitor Sessak on …
(edit) @5e600185   17 years vitor1001 Cosmetics: split setting a var and checking for error Commited in SoC …
(edit) @69fa7e80   17 years vitor1001 Fix doxy comment Commited in SoC by Vitor Sessak on 2008-05-24 …
(edit) @bd80b349   17 years vitor1001 Make parse_link_name() return a pointer to the name read Commited in …
(edit) @f5cbde2e   17 years vitor1001 Cosmetics: more function reordering Commited in SoC by Vitor Sessak on …
(edit) @d424e138   17 years vitor1001 Make consume_whitespace() return a number of bytes to be skiped …
(edit) @8e74c889   17 years vitor1001 Cosmetics: change function order Commited in SoC by Vitor Sessak on …
(edit) @74c2f1f   17 years vitor1001 Simplify Commited in SoC by Vitor Sessak on 2008-04-23 20:46:17 …
(edit) @6a0c770b   17 years vitor1001 Pass the inputs and outputs of avfilter_parse_graph() with a …
(edit) @d835680e   17 years vitor1001 Cosmetics: more indentation consistency Commited in SoC by Vitor …
(edit) @487c0e67   17 years vitor1001 More cosmetics: make indentation more consistent Commited in SoC by …
(edit) @d9d086d9   17 years vitor1001 More cosmetics Commited in SoC by Vitor Sessak on 2008-04-23 19:13:06 …
(edit) @eee68d96   17 years vitor1001 Move code out of if Commited in SoC by Vitor Sessak on 2008-04-23 …
(edit) @67ba10f   17 years vitor1001 Cosmetics Commited in SoC by Vitor Sessak on 2008-04-23 19:00:50 …
(edit) @f6557d5e   17 years vitor1001 Cosmetics Commited in SoC by Vitor Sessak on 2008-04-23 18:52:24 …
(edit) @443c10ef   17 years vitor1001 Factor common code out of if Commited in SoC by Vitor Sessak on …
(edit) @7baa6210   17 years vitor1001 Rename another var Commited in SoC by Vitor Sessak on 2008-04-23 …
(edit) @b2ac16da   17 years vitor1001 Rename var Commited in SoC by Vitor Sessak on 2008-04-23 18:37:42 …
(edit) @eece0cb   17 years vitor1001 Move var declaration to where it is needed Commited in SoC by Vitor …
(edit) @0de3407b   17 years vitor1001 Replace if(!a){B}else{C} by if(a){C}else{B} Commited in SoC by Vitor …
(edit) @4d08be02   17 years vitor1001 Remove useless assignment Commited in SoC by Vitor Sessak on …
(edit) @4fd9d07   17 years vitor1001 Simplify while(pad){pad--; etc} to while(pad--){etc} Commited in SoC …
(edit) @fec2e513   17 years vitor1001 Simplify extract_inout() as suggested by Michael Commited in SoC by …
(edit) @c9987633   17 years vitor1001 Change the parser logic following Michael's review Commited in SoC by …
(edit) @498f030   17 years vitor1001 The name field of AVFilterInOut can be declared const Commited in SoC …
(edit) @dbec351d   17 years vitor1001 A semi-colon is also a string end Commited in SoC by Vitor Sessak on …
(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 …
Note: See TracRevisionLog for help on using the revision log.