]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-04-10 bananOnly set channels in the stream if previously unset...
2008-04-09 michaelFix seeking in rm.
2008-04-09 bwolowiecundo changes in aac_ac3_parser
2008-04-09 mrumove DEP_LIBS to common.mak
2008-04-09 mrufix build with --build-suffix
2008-04-09 mrugenerate separate dependency files per object file
2008-04-09 benoitcosmetics (by Björn Axelsson)
2008-04-09 benoitAdd a generis write function to av_fifo.
2008-04-08 melansonFix H.264 interframe decoding when compiling with icc...
2008-04-08 diegoMark option arguments as variables using @var{}.
2008-04-08 diegoFix reference to a file in MPlayer that was renamed.
2008-04-08 michaeladd CODEC_ID_DIRAC
2008-04-08 bwolowiecCorrection of typo in aac_ac3_parser
2008-04-08 superdumpIncrease alignment for DCT block arrays from 8 to 16
2008-04-08 superdumpComplete argument information in ffmpeg.c:options for...
2008-04-08 superdumpAdd a missing comman in tiff_encoder.pix_fmts
2008-04-07 mrureplace some ifeq with prettier ifdef
2008-04-07 mruappend TESTS-yes to TESTS; one ifeq less
2008-04-07 mrucollect vhook-related makefile lines in one place
2008-04-07 diegoMake the install-man target depend on $(MANPAGES).
2008-04-07 mrunon-recursive makefiles
2008-04-07 bwolowiecCorrections of errors in aac_ac3_parser
2008-04-05 bwolowiecchange of aac_ac3_parser, so it is able to send complet...
2008-04-05 bcoudurierremove cast
2008-04-05 bcoudurierbetter error message
2008-04-05 michaelsimplify
2008-04-04 vitorHandle av_realloc() failure
2008-04-04 vitorUse sizeof(var) instead of sizeof(type)
2008-04-04 vitorGive a more meaningful instance name to auto-inserted...
2008-04-04 vitorMerge two ifs
2008-04-04 vitorRemove unused check
2008-04-04 vitorCosmetical: alignment
2008-04-04 vitorRemove some unwanted todos
2008-04-04 vitorRemove declaration of nonexisting function
2008-04-04 vitorI should not have merged the graph parser with the...
2008-04-04 vitorReplace consume_char() function by *(*buf)++
2008-04-04 vitorAdd backslash '\' support to the parser
2008-04-04 vitorRemove AVFilterGraphDesc struct.
2008-04-04 vitorRename uninit() to avfilter_destroy_graph() and make...
2008-04-04 vitorRename functions now static
2008-04-04 vitorMove funtion to avoid forward declaration
2008-04-04 vitorMove mess (to be removed) to where it is actually used.
2008-04-04 vitorRemove usage of AVFilterGraphDesc outside avfiltergraph.c
2008-04-04 vitorSimplify graph_load_from_desc3()
2008-04-04 vitorRename variable GraphContext -> AVFilterGraph
2008-04-04 vitorMerge avfiltergraphdesc.c in avfiltergraph.c
2008-04-04 vitorRemove avfilter_vf_graph
2008-04-04 vitorRemove more leftovers from the old parser
2008-04-04 vitorRemove code made unused by the two last patches
2008-04-04 vitorSplit graph_load_from_dest() to have a version independ...
2008-04-04 vitorRemove declaration of non-existing functions
2008-04-04 vitorAlmost from scratch rewrite of filter parser.
2008-04-04 vitorRemove ugly forward declaration
2008-04-04 vitorFix doxy comment
2008-04-04 vitorSpelling and puctuation
2008-04-04 vitorMake comment match code
2008-04-04 vitorMake multiple inclusion guard adhere to convention
2008-04-04 vitorRemove header now made useless
2008-04-04 vitorRemove author field
2008-04-04 vitorUse CodecType for pad type
2008-04-04 vitorHeader inclusion redux
2008-04-04 vitorNits: more punctuation and capitalization
2008-04-04 vitorImplement poll_frame() method. Fix ffmpeg.c bug with
2008-04-04 vitorRework link property configuration system.
2008-04-04 vitorUse separate fake filters for exporting inputs and...
2008-04-04 vitorUse a filter graph description for creating simple...
2008-04-04 vitorMake filter graph description parsing code independent...
2008-04-04 vitorUse av_log(ctx, ...) instead of av_log(NULL, ...)
2008-04-04 vitor10l
2008-04-04 vitorRewrite colorspace negotiation.
2008-04-04 vitorFix a small memory leak
2008-04-04 vitorinitialize filter graphs completely even if there is...
2008-04-04 vitorHandle failure properly
2008-04-04 vitorRemove useless empty functions
2008-04-04 vitorSilence warning caused by my last commit
2008-04-04 vitorMinor simplification
2008-04-04 vitorPrefix names of filter structs
2008-04-04 vitorRename avfilter_create to avfilter_open and remove...
2008-04-04 vitorDoxygenize some comments
2008-04-04 vitorRemove the data parameter from draw_slice(). It's...
2008-04-04 vitorAllow creation of filter graphs from a graph descriptio...
2008-04-04 vitorLet request_frame() indicate success or failure
2008-04-04 vitorNeed to copy over colorspace property too
2008-04-04 vitorFix behavior when exporting output pad with default...
2008-04-04 vitorLet the filter graph export input and output pads from...
2008-04-04 vitorSeparate the process of creating links between filters...
2008-04-04 vitorFix memory leak.
2008-04-04 vitorMake the filter graph just another normal filter.
2008-04-04 vitorAllow code to pass data to filters it creates.
2008-04-04 vitorDon't mangle the input strings. The caller may want...
2008-04-04 vitorEnsure that the filter_count member is reset to zero...
2008-04-04 vitorFix possible segfault
2008-04-04 vitorMove simple filter chain loading code over to the filte...
2008-04-04 vitorMove destruction of the graph's filters to its own...
2008-04-04 vitorSplit filter graphs out into their own source & header...
2008-04-04 bcoudurierspecial mpeg2 handling is no more needed
2008-04-04 michaelDisable the split function. This should end the mpeg1...
2008-04-03 mrusimplify LDFLAGS and EXTRALIBS handling
2008-04-03 mrusimplify vhook/*.o rule
2008-04-03 mruclean up DEP_LIBS setting
next