11 Commits (7c4c60e520054f04f37a110ecefcc408fb9d5fda)

Author SHA1 Message Date
Stefano Sabatini 62c58bcc65 Fix grammar for avfilter_graph_parse() doxy. 16 years ago
Stefano Sabatini 86a47378d5 Rename avfilter_parse_graph() to avfilter_graph_parse(), for better 16 years ago
Stefano Sabatini 175821c631 Fix documentation for avfilter_parse_graph(). 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Vitor Sessak e2b5fdaf11 Split openLinks linked list into openInputs and openOutputs 17 years ago
Vitor Sessak 8e74c889bc Cosmetics: change function order 17 years ago
Vitor Sessak 6a0c770b21 Pass the inputs and outputs of avfilter_parse_graph() with a AVFilterInOut linked list 17 years ago
Vitor Sessak 5cb9c725f2 Simplify 17 years ago
Vitor Sessak 03cea46194 Make two variables const 17 years ago
Vitor Sessak d7ff229718 Use '[' and ']' for label naming 17 years ago
Vitor Sessak f0703f5d94 Last commit was missing header file 17 years ago
Vitor Sessak 4e4a3e2314 Handle av_realloc() failure 17 years ago
Vitor Sessak 10bff7139a Remove declaration of nonexisting function 17 years ago
Vitor Sessak d2027baac5 I should not have merged the graph parser with the graph 17 years ago
Vitor Sessak c4913b812d Rename uninit() to avfilter_destroy_graph() and make it non-static 17 years ago
Vitor Sessak 0c3177737b Move mess (to be removed) to where it is actually used. 17 years ago
Vitor Sessak 87506daafd Remove usage of AVFilterGraphDesc outside avfiltergraph.c 17 years ago
Vitor Sessak 9f39bb37e4 Rename variable GraphContext -> AVFilterGraph 17 years ago
Vitor Sessak f2ee8083c8 Remove avfilter_vf_graph 17 years ago
Vitor Sessak 7264695fe1 Remove more leftovers from the old parser 17 years ago
Vitor Sessak 45a09319b2 Split graph_load_from_dest() to have a version independent of avfilter_vf_graph 17 years ago
Vitor Sessak b6be4acc1f Remove declaration of non-existing functions 17 years ago
Vitor Sessak 789210fa22 Almost from scratch rewrite of filter parser. 17 years ago
Vitor Sessak 3ec394ea82 Remove ugly forward declaration 17 years ago
Vitor Sessak 177ff26052 Spelling and puctuation 17 years ago
Vitor Sessak c7330a90ef Make comment match code 17 years ago
Vitor Sessak 25a0d98074 Make multiple inclusion guard adhere to convention 17 years ago
Vitor Sessak d22ebb1b98 Use a filter graph description for creating simple chain graphs so we 17 years ago
Vitor Sessak 16db7fe0ac Make filter graph description parsing code independent of the code to 17 years ago
Vitor Sessak 7b4708780c Rewrite colorspace negotiation. 17 years ago
Vitor Sessak 57d4a1575c Allow creation of filter graphs from a graph description structure which 17 years ago
Vitor Sessak 256d0e0a72 Separate the process of creating links between filters from that of configuring 17 years ago
Vitor Sessak b9a7a65ab4 Make the filter graph just another normal filter. 17 years ago
Vitor Sessak 1ac87cc890 Allow code to pass data to filters it creates. 17 years ago
Vitor Sessak f8c77c823c Move simple filter chain loading code over to the filter graph. 17 years ago
Vitor Sessak eccb6fb7ce Split filter graphs out into their own source & header files. 17 years ago
Vitor Sessak 81124ba0d1 Fix libavfilter compilation and make it more in line 17 years ago
Vitor Sessak 5c212e6fbc Add last file of main filter framework 17 years ago
Vitor Sessak 52b541ad79 spelling 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 17 years ago
Ronald S. Bultje b550bfaa61 Add libavcodec to compiler include flags in order to simplify header 18 years ago
Tim Chick 56cc42664a iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but 18 years ago
Siarhei Siamashka 7a88606398 Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Michael Niedermayer 3f3f8b2b75 cleanup 20 years ago
Bernhard Rosenkränzer 6ad1fa5a49 Better ARM support for mplayer/ffmpeg, ported from atty fork 20 years ago
Michael Niedermayer b0368839ac MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Zdenek Kabelac bb28568364 * cut&paste fix 22 years ago