source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d2027baa   17 years vitor1001 I should not have merged the graph parser with the graph framework. …
(edit) @966b8f2   17 years vitor1001 Replace consume_char() function by *(*buf)++ Commited in SoC by Vitor …
(edit) @4f409baa   17 years vitor1001 Add backslash '\' support to the parser Commited in SoC by Vitor …
(edit) @398f1297   17 years vitor1001 Remove AVFilterGraphDesc struct. Now the parser link the filters from …
(edit) @c4913b8   17 years vitor1001 Rename uninit() to avfilter_destroy_graph() and make it non-static …
(edit) @d66e946b   17 years vitor1001 Rename functions now static Commited in SoC by Vitor Sessak on …
(edit) @de0e3e81   17 years vitor1001 Move funtion to avoid forward declaration Commited in SoC by Vitor …
(edit) @0c317773   17 years vitor1001 Move mess (to be removed) to where it is actually used. Commited in …
(edit) @87506daa   17 years vitor1001 Remove usage of AVFilterGraphDesc outside avfiltergraph.c Commited in …
(edit) @58f472d1   17 years vitor1001 Simplify graph_load_from_desc3() Commited in SoC by Vitor Sessak on …
(edit) @9f39bb37   17 years vitor1001 Rename variable GraphContext -> AVFilterGraph Commited in SoC by …
(edit) @5c2ff9fd   17 years vitor1001 Merge avfiltergraphdesc.c in avfiltergraph.c Commited in SoC by Vitor …
(edit) @f2ee8083   17 years vitor1001 Remove avfilter_vf_graph Commited in SoC by Vitor Sessak on 2008-03-24 …
(edit) @7264695   17 years vitor1001 Remove more leftovers from the old parser Commited in SoC by Vitor …
(edit) @4160400d   17 years vitor1001 Remove code made unused by the two last patches Commited in SoC by …
(edit) @45a09319   17 years vitor1001 Split graph_load_from_dest() to have a version independent of …
(edit) @b6be4acc   17 years vitor1001 Remove declaration of non-existing functions Commited in SoC by Vitor …
(edit) @789210fa   17 years vitor1001 Almost from scratch rewrite of filter parser. Functional as is, but …
(edit) @3ec394ea   17 years vitor1001 Remove ugly forward declaration Commited in SoC by Vitor Sessak on …
(edit) @de065016   17 years vitor1001 Fix doxy comment Commited in SoC by Vitor Sessak on 2008-02-24 …
(edit) @177ff260   17 years vitor1001 Spelling and puctuation Commited in SoC by Vitor Sessak on 2008-02-16 …
(edit) @c7330a90   17 years vitor1001 Make comment match code Commited in SoC by Vitor Sessak on 2008-02-16 …
(edit) @25a0d980   17 years vitor1001 Make multiple inclusion guard adhere to convention Commited in SoC by …
(edit) @4dae572f   17 years vitor1001 Remove header now made useless Commited in SoC by Vitor Sessak on …
(edit) @9958f07a   17 years vitor1001 Remove author field Suggested by Baptiste Coudurier Commited in SoC …
(edit) @2b052439   17 years vitor1001 Use CodecType for pad type Commited in SoC by Vitor Sessak on …
(edit) @d4292789   17 years vitor1001 Header inclusion redux Commited in SoC by Vitor Sessak on 2008-02-10 …
(edit) @ec8398a3   17 years vitor1001 Nits: more punctuation and capitalization Commited in SoC by Vitor …
(edit) @affadb5   17 years vitor1001 Implement poll_frame() method. Fix ffmpeg.c bug with vf_fps filter. …
(edit) @095ae1b   17 years vitor1001 Rework link property configuration system. This can now handle filters …
(edit) @f3f42a3c   17 years vitor1001 Use separate fake filters for exporting inputs and outputs from filter …
(edit) @d22ebb1b   17 years vitor1001 Use a filter graph description for creating simple chain graphs so we …
(edit) @16db7fe0   17 years vitor1001 Make filter graph description parsing code independent of the code to …
(edit) @1df675bf   17 years vitor1001 Use av_log(ctx, ...) instead of av_log(NULL, ...) Commited in SoC by …
(edit) @de5985b6   17 years vitor1001 10l Commited in SoC by Bobby Bingham on 2007-12-20 20:21:19 …
(edit) @7b470878   17 years vitor1001 Rewrite colorspace negotiation. Commited in SoC by Bobby Bingham on …
(edit) @8af6261c   17 years vitor1001 Fix a small memory leak Commited in SoC by Bobby Bingham on …
(edit) @54d7fcc1   17 years vitor1001 initialize filter graphs completely even if there is no list of …
(edit) @5a7414f   17 years vitor1001 Handle failure properly Commited in SoC by Vitor Sessak on 2007-11-29 …
(edit) @6c66596e   17 years vitor1001 Remove useless empty functions Commited in SoC by Vitor Sessak on …
(edit) @9eb36c05   17 years vitor1001 Silence warning caused by my last commit Commited in SoC by Vitor …
(edit) @5a1dacda   17 years vitor1001 Minor simplification Commited in SoC by Vitor Sessak on 2007-10-30 …
(edit) @6ea14464   17 years vitor1001 Prefix names of filter structs Commited in SoC by Bobby Bingham on …
(edit) @d1633ac6   17 years vitor1001 Rename avfilter_create to avfilter_open and remove the wrapper …
(edit) @66d9e9b   17 years vitor1001 Doxygenize some comments Commited in SoC by Bobby Bingham on …
(edit) @5ded633e   17 years vitor1001 Remove the data parameter from draw_slice(). It's unneeded and often …
(edit) @57d4a157   17 years vitor1001 Allow creation of filter graphs from a graph description structure …
(edit) @1d2067e2   17 years vitor1001 Let request_frame() indicate success or failure Commited in SoC by …
(edit) @81c25293   17 years vitor1001 Need to copy over colorspace property too Commited in SoC by Bobby …
(edit) @7b712850   17 years vitor1001 Fix behavior when exporting output pad with default query_formats() …
(edit) @7f8fb52f   17 years vitor1001 Let the filter graph export input and output pads from the filters it …
(edit) @256d0e0a   17 years vitor1001 Separate the process of creating links between filters from that of …
(edit) @1deec58b   17 years vitor1001 Fix memory leak. Commited in SoC by Bobby Bingham on 2007-07-31 …
(edit) @b9a7a65a   17 years vitor1001 Make the filter graph just another normal filter. Commited in SoC by …
(edit) @1ac87cc8   17 years vitor1001 Allow code to pass data to filters it creates. Commited in SoC by …
(edit) @fc27b808   17 years vitor1001 Don't mangle the input strings. The caller may want to reuse it …
(edit) @65a4bd9c   17 years vitor1001 Ensure that the filter_count member is reset to zero when emptying the …
(edit) @ba56640c   17 years vitor1001 Fix possible segfault Commited in SoC by Bobby Bingham on 2007-07-14 …
(edit) @f8c77c82   17 years vitor1001 Move simple filter chain loading code over to the filter graph. …
(edit) @ffcaef3   17 years vitor1001 Move destruction of the graph's filters to its own helper function. …
(edit) @eccb6fb7   17 years vitor1001 Split filter graphs out into their own source & header files. …
(edit) @b64518e9   17 years baptiste.coudurier special mpeg2 handling is no more needed Originally committed as …
(edit) @39e9e6d9   17 years michaelni Disable the split function. This should end the mpeg1/2 global header …
(edit) @b8fcb619   17 years mans simplify LDFLAGS and EXTRALIBS handling Originally committed as …
(edit) @82e8566a   17 years mans simplify vhook/*.o rule Originally committed as revision 12682 to …
(edit) @43527e3e   17 years mans clean up DEP_LIBS setting Originally committed as revision 12681 to …
(edit) @9006f5d0   17 years mans replace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGS Originally …
(edit) @18ec0460   17 years lu_zero Error message for EPROTONOSUPPORT, patch from prossATxvidDoTorg …
(edit) @5ee0e139   17 years lu_zero use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg …
(edit) @ed0d3048   17 years michaelni Merge declaratio and initialization. Originally committed as revision …
(edit) @11362767   17 years michaelni Merge declaration and initialization. Originally committed as …
(edit) @9b7ca3b7   17 years michaelni Decode stuff from extradata as well. Originally committed as revision …
(edit) @7f8ef975   17 years michaelni Factorize code a little. Originally committed as revision 12674 to …
(edit) @60080b08   17 years diego 10l typo, restore forgotten $. Originally committed as revision 12673 …
(edit) @a27c8d5f   17 years michaelni Improve AVFilterFormats doxy. Originally committed as revision 12672 …
(edit) @7bfacd4e   17 years Aurélien Jacobs use common aac sample rate tables Originally committed as revision …
(edit) @b2fec0fc   17 years diego Remove unused variable. Originally committed as revision 12670 to …
(edit) @b885e0db   17 years michaelni Add a point to the checklist about checking new demuxers/decoders …
(edit) @d299be08   17 years diego Add IFF demuxer and 8SVX audio decoder to changelog and documentation. …
(edit) @73e17cdb   17 years diego Add libavutil to DEP_LIBS so that PROGS get rebuilt upon libavutil …
(edit) @6ea7e651   17 years michaelni Do not use the mlib IDCT by default. We do not want videos which are …
(edit) @bac47ae6   17 years baptiste.coudurier use mpeg4audio common code in aac parser Originally committed as …
(edit) @83edd509   17 years baptiste.coudurier update ogg seek reg tests because of r12630 Originally committed as …
(edit) @e11bc2c6   17 years robert.swain Send context to ffplay.c:opt_seek Patch by Stefano Sabatini (stefano …
(edit) @4d34bb19   17 years baptiste.coudurier mpeg4audio common code Originally committed as revision 12662 to …
(edit) @ce53144b   17 years lorenm h264 chroma mc ssse3 width8: 180->92, width4: 78->63 cycles (core2) …
(edit) @4e0af03   17 years robert.swain Remove flexible array member from Escape 124 Patch by Eli Friedman …
(edit) @2d1cb025   17 years Aurélien Jacobs check return value of matroska_find_track_by_num (fix a segfault) …
(edit) @4477dedc   17 years diego minor typo fixes Originally committed as revision 12658 to …
(edit) @1b41f260   17 years diego cosmetics: Write some Doxygen comments in a more compact fashion. …
(edit) @7a74e067   17 years diego Fix a bunch of typos in comments. Originally committed as revision …
(edit) @d8c0e9d5   17 years diego Remove redundant #ifdef around the complete file. Originally …
(edit) @dd9c773b   17 years diego Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL. …
(edit) @85362796   17 years robert.swain Make ffplay.c:opt_seek use parse_time_or_die Patch by Stefano …
(edit) @1354fa64   17 years michaelni help gcc-2.95 Originally committed as revision 12652 to …
(edit) @cea0ac52   17 years diego cosmetics: alphabetical order for temporary filenames Originally …
(edit) @edd08265   17 years diego Use a different filename that ends in .sh for temporary shell scripts. …
(edit) @4fd51ee3   17 years robert.swain ARMovie/RPL demuxer Patch by Eli Friedman (eli friedman gmail com) …
(edit) @40d2627   17 years robert.swain Escape 124 (RPL) decoder Patch by Eli Friedman (eli friedman gmail …
(edit) @7542157d   17 years robert.swain Export parse_time_or_die from ffmpeg.c to cmdutils.c Patch by Stefano …
Note: See TracRevisionLog for help on using the revision log.