]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-04-13 Diego BiurrunGenerate the list of files to clean in subdirectories...
2008-04-13 Diego BiurrunSplit CLEANFILES variable into CLEANSUFFIXES and LIBSUF...
2008-04-13 Diego BiurrunSimplify CLEANFILES generation.
2008-04-13 Reimar DöffingerDo not call update_initial_durations if pkt->duration...
2008-04-13 Diego BiurrunAdd explanatory comments to enum CodecID.
2008-04-13 Diego BiurrunRelicense test/example files as LGPL with Michael's...
2008-04-13 Michael NiedermayerRemove redundant &.
2008-04-12 Alexander StrangeAdd a header file to declare Xvid IDCT functions.
2008-04-11 Stefano Sabatiniremove useless extern keyword.
2008-04-11 Michael NiedermayerCrop parameters are unsigned, having them negative...
2008-04-11 Michael NiedermayerAvoid crash with idiotic cropping. Fixes crash with...
2008-04-10 Måns Rullgårdffplay.d needs SDL_CFLAGS
2008-04-10 Måns Rullgårdremove unused MAKE variable
2008-04-10 Måns Rullgårdcorrect soname for vhooks
2008-04-10 Måns Rullgårdsave DEP_LIBS before processing subdirs
2008-04-10 Keiji Costantinicosmetics: Break an overly long line.
2008-04-10 Keiji Costantinicosmetics: Break some overly long lines.
2008-04-10 Keiji Costantinicosmetics: Break some overly long lines.
2008-04-10 Benjamin LarssonOnly set channels in the stream if previously unset...
2008-04-09 Michael NiedermayerFix seeking in rm.
2008-04-09 Bartlomiej... undo changes in aac_ac3_parser
2008-04-09 Måns Rullgårdmove DEP_LIBS to common.mak
2008-04-09 Måns Rullgårdfix build with --build-suffix
2008-04-09 Måns Rullgårdgenerate separate dependency files per object file
2008-04-09 Benoit Fouetcosmetics (by Björn Axelsson)
2008-04-09 Björn AxelssonAdd a generic write function to av_fifo.
2008-04-08 Loren MerrittFix H.264 interframe decoding when compiling with icc...
2008-04-08 Stefano SabatiniMark option arguments as variables using @var{}.
2008-04-08 Diego BiurrunFix reference to a file in MPlayer that was renamed.
2008-04-08 Michael Niedermayeradd CODEC_ID_DIRAC
2008-04-08 Bartlomiej... Correction of typo in aac_ac3_parser
2008-04-08 Alexander StrangeIncrease alignment for DCT block arrays from 8 to 16
2008-04-08 Stefano SabatiniComplete argument information in ffmpeg.c:options for...
2008-04-08 Stefano SabatiniAdd a missing comma in tiff_encoder.pix_fmts
2008-04-07 Måns Rullgårdreplace some ifeq with prettier ifdef
2008-04-07 Måns Rullgårdappend TESTS-yes to TESTS; one ifeq less
2008-04-07 Måns Rullgårdcollect vhook-related makefile lines in one place
2008-04-07 Stefano SabatiniMake the install-man target depend on $(MANPAGES).
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-04-07 Bartlomiej... Corrections of errors in aac_ac3_parser
2008-04-05 Bartlomiej... change of aac_ac3_parser, so it is able to send complet...
2008-04-05 Baptiste Coudurierremove cast
2008-04-05 Baptiste Coudurierbetter error message
2008-04-05 Michael Niedermayersimplify
2008-04-04 Vitor SessakHandle av_realloc() failure
2008-04-04 Vitor SessakUse sizeof(var) instead of sizeof(type)
2008-04-04 Vitor SessakGive a more meaningful instance name to auto-inserted...
2008-04-04 Vitor SessakMerge two ifs
2008-04-04 Vitor SessakRemove unused check
2008-04-04 Vitor SessakCosmetical: alignment
2008-04-04 Vitor SessakRemove some unwanted todos
2008-04-04 Vitor SessakRemove declaration of nonexisting function
2008-04-04 Vitor SessakI should not have merged the graph parser with the...
2008-04-04 Vitor SessakReplace consume_char() function by *(*buf)++
2008-04-04 Vitor SessakAdd backslash '\' support to the parser
2008-04-04 Vitor SessakRemove AVFilterGraphDesc struct.
2008-04-04 Vitor SessakRename uninit() to avfilter_destroy_graph() and make...
2008-04-04 Vitor SessakRename functions now static
2008-04-04 Vitor SessakMove funtion to avoid forward declaration
2008-04-04 Vitor SessakMove mess (to be removed) to where it is actually used.
2008-04-04 Vitor SessakRemove usage of AVFilterGraphDesc outside avfiltergraph.c
2008-04-04 Vitor SessakSimplify graph_load_from_desc3()
2008-04-04 Vitor SessakRename variable GraphContext -> AVFilterGraph
2008-04-04 Vitor SessakMerge avfiltergraphdesc.c in avfiltergraph.c
2008-04-04 Vitor SessakRemove avfilter_vf_graph
2008-04-04 Vitor SessakRemove more leftovers from the old parser
2008-04-04 Vitor SessakRemove code made unused by the two last patches
2008-04-04 Vitor SessakSplit graph_load_from_dest() to have a version independ...
2008-04-04 Vitor SessakRemove declaration of non-existing functions
2008-04-04 Vitor SessakAlmost from scratch rewrite of filter parser.
2008-04-04 Vitor SessakRemove ugly forward declaration
2008-04-04 Vitor SessakFix doxy comment
2008-04-04 Vitor SessakSpelling and puctuation
2008-04-04 Vitor SessakMake comment match code
2008-04-04 Vitor SessakMake multiple inclusion guard adhere to convention
2008-04-04 Vitor SessakRemove header now made useless
2008-04-04 Vitor SessakRemove author field
2008-04-04 Vitor SessakUse CodecType for pad type
2008-04-04 Vitor SessakHeader inclusion redux
2008-04-04 Vitor SessakNits: more punctuation and capitalization
2008-04-04 Vitor SessakImplement poll_frame() method. Fix ffmpeg.c bug with
2008-04-04 Vitor SessakRework link property configuration system.
2008-04-04 Vitor SessakUse separate fake filters for exporting inputs and...
2008-04-04 Vitor SessakUse a filter graph description for creating simple...
2008-04-04 Vitor SessakMake filter graph description parsing code independent...
2008-04-04 Vitor SessakUse av_log(ctx, ...) instead of av_log(NULL, ...)
2008-04-04 Vitor Sessak10l
2008-04-04 Vitor SessakRewrite colorspace negotiation.
2008-04-04 Vitor SessakFix a small memory leak
2008-04-04 Vitor Sessakinitialize filter graphs completely even if there is...
2008-04-04 Vitor SessakHandle failure properly
2008-04-04 Vitor SessakRemove useless empty functions
2008-04-04 Vitor SessakSilence warning caused by my last commit
2008-04-04 Vitor SessakMinor simplification
2008-04-04 Vitor SessakPrefix names of filter structs
2008-04-04 Vitor SessakRename avfilter_create to avfilter_open and remove...
2008-04-04 Vitor SessakDoxygenize some comments
2008-04-04 Vitor SessakRemove the data parameter from draw_slice(). It's...
2008-04-04 Vitor SessakAllow creation of filter graphs from a graph descriptio...
next