]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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
2008-03-30 Baptiste Couduriersupport mp4 fragmented files without any samples in...
2008-03-30 Baptiste Couduriercheck frag track id before setting st
2008-03-30 Jai MenonIFF demuxer
2008-03-30 Jai Menon8SVX decoder
2008-03-30 Baptiste Coudurierchange rle encoder to count up to 127, sgi does not...
2008-03-30 Justin RugglesUse 15-bit LPC precision by default. This generally...
2008-03-30 Alexander StrangeAltivec and SSE2 require 16-byte alignment, so make...
2008-03-30 Alexander Strangecheck mm_flags for each DCT and skips the ones that...
2008-03-30 Alexander Strangeget rid of the useless DCT_ERROR() macro
2008-03-30 Justin Rugglesfix Ogg/FLAC header size
2008-03-29 Michael NiedermayerFix closed gop flag disapearence.
2008-03-29 Diego BiurrunFix wrong #endif comment.
2008-03-29 Måns Rullgårdfix ff*_g -> ff* rules
2008-03-28 Bartlomiej... change name from stream type to frame type in AC3 code
2008-03-28 Bartlomiej... removal of stream_type in AACAC3ParseContext and adding...
2008-03-28 Baptiste Couduriergsm in mov, demux surge-1-16-B-agsm.mov
2008-03-28 İsmail DönmezReplace hackish CFLAGS 64 bit test by a proper compilat...
2008-03-28 Diego Biurruncosmetics: alphabetical order
2008-03-28 Michael Niedermayerindent
2008-03-28 Diego Biurrunbandaid fix for broken shared library installation
2008-03-28 Diego BiurrunMove INSTALL_PROGS_TARGETS variable to a better place.
2008-03-28 Diego BiurrunHandle EXTRALIBS and LDFLAGS for libswscale and libavfi...
2008-03-28 Michael Niedermayer1000l to myself, dereferencing uninitalized pointer.
2008-03-28 Diego BiurrunReplace ifeq to declare install-progs dependencies...
2008-03-28 Diego BiurrunThe install target should depend on enabled installatio...
2008-03-28 Diego BiurrunFix circular dependency between install-progs and insta...
2008-03-28 Diego BiurrunRemove TAGS target. It is ages old and has never been...
2008-03-27 Michael NiedermayerSupport wb00+dc00 chunk mix.
2008-03-27 François RevolFix building with C++ objects, variable names were...
2008-03-27 Baptiste Coudurierprint essence path in error message
2008-03-27 Baptiste Couduriercosmetics, useless braces
2008-03-27 Baptiste Coudurierprint stream index in error message
2008-03-27 Baptiste Coudurieraccording to specs, only color table id set to 0, have...
next