]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-02-15 Vitor SessakFix some potential segfaults.
2008-02-15 Vitor SessakAllow code to pass data to filters it creates.
2008-02-15 Vitor SessakSplit filter graphs out into their own source & header...
2008-02-15 Vitor SessakUse av_strdup/av_free instead of strdup/free
2008-02-15 Vitor SessakAdd a simple filter graph structure and functions
2008-02-15 Vitor SessakAllow giving filter instances names, in anticipation...
2008-02-15 Vitor Sessakcosmetics: vertical alignment
2008-02-15 Vitor SessakAdd pts to frame references
2008-02-15 Vitor SessakActually fail when colorspaces don't match
2008-02-15 Vitor SessakProvide a default for request_frame() which does the...
2008-02-15 Vitor SessakAdjust the default start_frame() and end_frame() implem...
2008-02-15 Vitor SessakMissing semicolon typo
2008-02-15 Vitor SessakMake avfilter_ref_pic also handle removal of permission...
2008-02-15 Vitor SessakAdd an RGB24 <-> BGR24 conversion filter
2008-02-15 Vitor SessakAdd a simple video source filter which loads a PPM...
2008-02-15 Vitor SessakAdd a filter to cut video frames into smaller slices.
2008-02-15 Vitor SessakProvide some default functions to simplify the implemen...
2008-02-15 Vitor Sessakcosmetic: more vertical alignment
2008-02-15 Vitor SessakRework filter initialization sequence. Now supports...
2008-02-15 Vitor SessakSupport passing parameters to filters.
2008-02-15 Vitor SessakCosmetic: align arguments to memcpys
2008-02-15 Vitor SessakEven better way to pass size to memcpy.
2008-02-15 Vitor Sessaktypo
2008-02-15 Vitor SessakFix a pointer type
2008-02-15 Vitor SessakMake linesize a per-reference property
2008-02-15 Vitor SessakUse memcpy() to copy an array.
2008-02-15 Vitor SessakSome simple filters for testing
2008-02-15 Vitor SessakInitial stab at an API
2008-02-15 Vitor Sessak100l
2008-02-15 Michael NiedermayerFix timestamps and durations if the first packets have...
2008-02-15 Vitor SessakSimplify avcodec_default_get_buffer()
2008-02-15 Vitor SessakAdd header for declaration of ff_xxxx functions in...
2008-02-15 Vitor SessakThis should not be part of the public API
2008-02-15 Vitor SessakMy commit in r11942 broke compilation.
2008-02-15 Vitor SessakRemove everything not yet commited to svn
2008-02-15 Vitor SessakImprove conditional compilation of vsrc_movie.c
2008-02-15 Vitor SessakFix compilation
2008-02-15 Vitor SessakTrue conditional compilation
2008-02-15 Vitor SessakAdd movie file video source filter.
2008-02-15 Vitor SessakCosmetics: split long line
2008-02-15 Vitor SessakLink to libraries in dependency order.
2008-02-15 Vitor SessakMore targets addition
2008-02-15 Víctor PaesaFix Cygwin compilation.
2008-02-15 Vitor SessakTargets addition and removal
2008-02-15 Vitor SessakRemove test program and test video output module since...
2008-02-15 Vitor SessakMerge of several revisions that add more targets to the
2008-02-15 Vitor Sessakwork into the ffmpeg build system
2008-02-15 Vitor SessakAdd rule for make clean.
2008-02-15 Vitor SessakMerge of several revisions adding filters
2008-02-15 Vitor SessakFirst version of libavfilter Makefile
2008-02-15 Vitor SessakSplit avpicture_fill() in two functions. This will be
2008-02-15 Diego Biurrunprettyprinting cosmetics
2008-02-15 Benjamin Larssonsilence wmaenc.c:181: warning:suggestparentheses around...
2008-02-15 Michael NiedermayerIt appears last_pts was not set ...
2008-02-15 Luca AbeniFix
2008-02-15 Luca AbeniFix
2008-02-15 Stefano SabatiniMore explicit unsupported pixel format error messages.
2008-02-15 Michael NiedermayerHeader elision muxing support.
2008-02-15 Michael NiedermayerElision header demuxing support.
2008-02-14 Michael Niedermayer-vsync 2 (drop frames if there are too many but do...
2008-02-14 Benoit FouetUpdate regression test checksum for ffm.
2008-02-14 avcoderAvoid void*-arithmetic.
2008-02-13 Michael NiedermayerRead match time delta in the frame header.
2008-02-13 Michael NiedermayerRead match_time_delta in the framecode table.
2008-02-13 Michael Niedermayerupdate flags
2008-02-13 Baptiste Coudurierhonor stsd v1 first, fix mace surge-2-8-MAC3.mov, bewar...
2008-02-13 Thorsten JordanCosmetics: indentation
2008-02-13 Thorsten JordanRemove useless buffering of input data, so that avcodec...
2008-02-13 Baptiste Coudurier10l, forgot alaw/mulaw mono, use bits_per_sample in...
2008-02-13 Luca AbeniInclude poll.h instead of sys/poll.h
2008-02-13 Baptiste Coudurierwarn use if edit list is not starting at 0, a/v desync...
2008-02-13 Baptiste Coudurierremove now useless code
2008-02-13 Baptiste Coudurierremove messy and not always correct chunk size workarou...
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-02-13 Diego Biurruntypo
2008-02-13 Diego BiurrunAdd fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.
2008-02-13 Diego BiurrunMark MSVC compiler macros as such.
2008-02-13 Diego BiurrunDisentangle nested preprocessor directives.
2008-02-13 Diego BiurrunPrint Theora bitstream version at DEBUG, not at VERBOSE...
2008-02-13 Diego Biurruncosmetics: Replace // by /* */ comments.
2008-02-11 Diego BiurrunDo not use ranges with tr, the results are locale-depen...
2008-02-11 Baptiste Coudurierreturn error when dv audio extraction fails
2008-02-11 Baptiste Coudurierremove obsolete comments
2008-02-11 Baptiste Coudurierremove useless braces
2008-02-11 Baptiste Couduriercosmetics, indentation, braces
2008-02-11 Baptiste Couduriersplit chunks in the case of big compressed audio frames,
2008-02-11 Baptiste Coudurieruse correct demux mechanism when audio compression...
2008-02-11 Vitor SessakFactor bytewidth determination in its own function
2008-02-11 Baptiste Coudurierfcp imx 40 fourccs
2008-02-11 Baptiste Coudurierindentation
2008-02-11 Baptiste Couduriermore correct and simpler
2008-02-11 Paul KellyAdd 'reservoir' flag to lavc's flags2 controlling wheth...
2008-02-11 D Richard Felker IIIDo not use GNU-specific (or BSD-specific or whatever...
2008-02-10 Vitor SessakCoding style changes
2008-02-10 Vitor SessakMore code factorization
2008-02-10 Vitor SessakFactor duplicated loop
2008-02-10 Vitor SessakDo not hardcode the list of pixel formats and use PIX_F...
2008-02-10 Vitor SessakDo not hardcode the type of AVFilterFormats.formats...
2008-02-10 Vitor SessakOops, my last commit broke compilation...
2008-02-10 Vitor SessakMake regression tests to pass with libavfilter.
next