source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @95c76e11   17 years benoit.fouet cosmetics (by Björn Axelsson) Originally committed as revision 12774 …
(edit) @49cec199   17 years benoit.fouet Add a generic write function to av_fifo. Patch by Björn Axelsson: …
(edit) @96275520   17 years mike Fix H.264 interframe decoding when compiling with icc. Patch by Loren …
(edit) @a19caa0   17 years diego Mark option arguments as variables using @var{}. patch by Stefano …
(edit) @7fad8ed2   17 years diego Fix reference to a file in MPlayer that was renamed. Originally …
(edit) @782a58ec   17 years michaelni add CODEC_ID_DIRAC Originally committed as revision 12769 to …
(edit) @e9089a52   17 years bartek.wolowiec Correction of typo in aac_ac3_parser Originally committed as revision …
(edit) @8e5f465f   17 years robert.swain Increase alignment for DCT block arrays from 8 to 16 Patch by …
(edit) @6363827e   17 years robert.swain Complete argument information in ffmpeg.c:options for non-number …
(edit) @0e5d511a   17 years robert.swain Add a missing comma in tiff_encoder.pix_fmts Patch by Stefano …
(edit) @8e255b8b   17 years mans replace some ifeq with prettier ifdef Originally committed as …
(edit) @dbe6c6ff   17 years mans append TESTS-yes to TESTS; one ifeq less Originally committed as …
(edit) @465d9b1f   17 years mans collect vhook-related makefile lines in one place Originally …
(edit) @d05e360   17 years diego Make the install-man target depend on $(MANPAGES). patch by Stefano …
(edit) @7669899b   17 years mans non-recursive makefiles Originally committed as revision 26346 to …
(edit) @71c61f62   17 years mans non-recursive makefiles Originally committed as revision 12760 to …
(edit) @c09ed33e   17 years bartek.wolowiec Corrections of errors in aac_ac3_parser Originally committed as …
(edit) @0a5754c3   17 years bartek.wolowiec change of aac_ac3_parser, so it is able to send complete portion of …
(edit) @0265fe81   17 years baptiste.coudurier remove cast Originally committed as revision 12757 to …
(edit) @612b5cbb   17 years baptiste.coudurier better error message Originally committed as revision 12756 to …
(edit) @4764fdc9   17 years michaelni simplify Originally committed as revision 12755 to …
(edit) @4e4a3e23   17 years vitor1001 Handle av_realloc() failure Commited in SoC by Vitor Sessak on …
(edit) @51bf654d   17 years vitor1001 Use sizeof(var) instead of sizeof(type) Commited in SoC by Vitor …
(edit) @a6f88fbc   17 years vitor1001 Give a more meaningful instance name to auto-inserted scaler Commited …
(edit) @779cc07   17 years vitor1001 Merge two ifs Commited in SoC by Vitor Sessak on 2008-04-03 16:44:27 …
(edit) @e1a43a41   17 years vitor1001 Remove unused check Commited in SoC by Vitor Sessak on 2008-04-03 …
(edit) @a1047717   17 years vitor1001 Cosmetical: alignment Commited in SoC by Vitor Sessak on 2008-04-03 …
(edit) @2ad72067   17 years vitor1001 Remove some unwanted todos Commited in SoC by Vitor Sessak on …
(edit) @10bff713   17 years vitor1001 Remove declaration of nonexisting function Commited in SoC by Vitor …
(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 …
Note: See TracRevisionLog for help on using the revision log.