]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2008-04-04 Vitor SessakLet request_frame() indicate success or failure
2008-04-04 Vitor SessakNeed to copy over colorspace property too
2008-04-04 Vitor SessakFix behavior when exporting output pad with default...
2008-04-04 Vitor SessakLet the filter graph export input and output pads from...
2008-04-04 Vitor SessakSeparate the process of creating links between filters...
2008-04-04 Vitor SessakFix memory leak.
2008-04-04 Vitor SessakMake the filter graph just another normal filter.
2008-04-04 Vitor SessakAllow code to pass data to filters it creates.
2008-04-04 Vitor SessakDon't mangle the input strings. The caller may want...
2008-04-04 Vitor SessakEnsure that the filter_count member is reset to zero...
2008-04-04 Vitor SessakFix possible segfault
2008-04-04 Vitor SessakMove simple filter chain loading code over to the filte...
2008-04-04 Vitor SessakMove destruction of the graph's filters to its own...
2008-04-04 Vitor SessakSplit filter graphs out into their own source & header...
2008-04-04 Baptiste Coudurierspecial mpeg2 handling is no more needed
2008-04-04 Michael NiedermayerDisable the split function. This should end the mpeg1...
2008-04-03 Måns Rullgårdsimplify LDFLAGS and EXTRALIBS handling
2008-04-03 Måns Rullgårdsimplify vhook/*.o rule
2008-04-03 Måns Rullgårdclean up DEP_LIBS setting
2008-04-03 Måns Rullgårdreplace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGS
2008-04-03 Luca BarbatoError message for EPROTONOSUPPORT, patch from prossATxv...
2008-04-03 Luca Barbatouse FF_NETERROR to make winsock happy, patch from pross...
2008-04-03 Michael NiedermayerMerge declaratio and initialization.
2008-04-03 Michael NiedermayerMerge declaration and initialization.
2008-04-03 Michael NiedermayerDecode stuff from extradata as well.
2008-04-03 Michael NiedermayerFactorize code a little.
2008-04-03 Diego Biurrun10l typo, restore forgotten $.
2008-04-02 Michael NiedermayerImprove AVFilterFormats doxy.
2008-04-02 Aurelien Jacobsuse common aac sample rate tables
2008-04-02 Diego BiurrunRemove unused variable.
2008-04-02 Michael NiedermayerAdd a point to the checklist about checking new demuxer...
2008-04-02 Jai MenonAdd IFF demuxer and 8SVX audio decoder to changelog...
2008-04-02 Björn AxelssonAdd libavutil to DEP_LIBS so that PROGS get rebuilt...
2008-04-02 Michael NiedermayerDo not use the mlib IDCT by default. We do not want...
2008-04-01 Baptiste Coudurieruse mpeg4audio common code in aac parser
2008-04-01 Baptiste Coudurierupdate ogg seek reg tests because of r12630
2008-04-01 Stefano SabatiniSend context to ffplay.c:opt_seek
2008-04-01 Baptiste Couduriermpeg4audio common code
2008-04-01 Loren Merritth264 chroma mc ssse3
2008-04-01 Eli FriedmanRemove flexible array member from Escape 124
2008-03-31 Aurelien Jacobscheck return value of matroska_find_track_by_num (fix...
2008-03-31 Diego Biurrunminor typo fixes
2008-03-31 Diego Biurruncosmetics: Write some Doxygen comments in a more compac...
2008-03-31 Diego BiurrunFix a bunch of typos in comments.
2008-03-31 Diego BiurrunRemove redundant #ifdef around the complete file.
2008-03-31 Diego BiurrunMake XVMC compilation depend on HAVE_XVMC, not HAVE_XVM...
2008-03-31 Stefano SabatiniMake ffplay.c:opt_seek use parse_time_or_die
2008-03-31 Michael Niedermayerhelp gcc-2.95
2008-03-31 Diego Biurruncosmetics: alphabetical order for temporary filenames
2008-03-31 Diego BiurrunUse a different filename that ends in .sh for temporary...
2008-03-31 Eli FriedmanARMovie/RPL demuxer
2008-03-31 Eli FriedmanEscape 124 (RPL) decoder
2008-03-31 Stefano SabatiniExport parse_time_or_die from ffmpeg.c to cmdutils.c
2008-03-31 Luca AbeniAdd a comment about missing entries
2008-03-31 Luca AbeniUse the correct size for the enc_name field (removing...
2008-03-31 Luca AbeniRemove useless entries from AVRtpPayloadTypes
2008-03-31 Luca AbeniSupport mp3 audio in the RTP muxer
2008-03-31 Justin Rugglesremove redundant context variable
2008-03-30 Diego Biurruncosmetics: Write some trivial C test programs in a...
2008-03-30 Diego BiurrunMake MMX2 depend on MMX.
2008-03-30 Baptiste Coudurierhomogenous regression tests output for image formats
2008-03-30 Baptiste Couduriermissed one
2008-03-30 Baptiste Couduriercosmetics, remove leading whitespaces
2008-03-30 Baptiste Coudurierprevent writing empty stss atom
next