]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-05-24 vitorLink filters in the same pass as the parser
2008-05-24 vitorCosmetics: if(x != NULL) -> if(x)
2008-05-24 vitorEven more improvements on whitespaces handling
2008-05-24 vitorMore improvements on the handling of whitespaces
2008-05-24 vitorProper handling of trailing whitespaces
2008-05-24 vitorRemove unneeded var
2008-05-24 vitorCosmetics: alignment
2008-05-24 vitorMake two variables const
2008-05-24 vitorBetter error messages
2008-05-24 vitorMore simplifying
2008-05-24 vitorSimplify
2008-05-24 vitorMerge declaration and initialization
2008-05-24 vitorCosmetics
2008-05-24 vitorUpdate comments to new syntax
2008-05-24 vitor10l: Forgot to consider the null byte at the end of...
2008-05-24 vitorUse '[' and ']' for label naming
2008-05-24 vitorRename avfilter_graph_parse_chain() to avfilter_parse_g...
2008-05-24 vitorRename AVFilterInOut.instance to AVFilterInOut.filter
2008-05-24 vitorCosmetics
2008-05-24 vitorSimplify consume_string() as Michael suggested
2008-05-24 vitorSimplify
2008-05-24 vitorBetter instance name for parsed filters
2008-05-24 vitorUse link_filter() instead avfilter_link() when clearer
2008-05-24 vitorAvoid searching by instance name when it is not necessary
2008-05-24 vitorBetter error messages
2008-05-24 vitorHandle av_realloc() failure
2008-05-24 vitorLast commit was missing header file
2008-05-24 vitorI should not have merged the graph parser with the...
2008-05-24 voroshilMove pitch vector interpolation code to acelp_filters
2008-05-24 vitorUse an intermediate variable for overflow testing
2008-05-24 vitorHandle the case where we do not have enough input
2008-05-24 michaelAnoter try to make +- behave sanely.
2008-05-24 aurelcosmetics: indentation
2008-05-24 aurelremove useless title check
2008-05-24 vitorSimplify eq()
2008-05-24 vitorSimplify final()
2008-05-24 vitorSimplify rms()
2008-05-24 vitorMore simplifications of ra144_decode_frame()
2008-05-24 vitorMake wavtable a table instead of an array
2008-05-24 cehoyosFix compilation for buggy icc.
2008-05-24 bcoudurierbetter error message
2008-05-24 bcoudurierlatest libavc svn requires at least this value for...
2008-05-24 bcouduriersimplify, remove useless vars
2008-05-23 bcoudurieradd new h264 and aac flv ids
2008-05-23 bcoudurierin flv this field is dts finally
2008-05-23 bcoudurierflv use 32 bit pts
2008-05-23 michaelPass time_base as argument to new_chapter() as well.
2008-05-23 michaelDocument pts/dts.
2008-05-23 michaelWarn user about invalid timestamps.
2008-05-23 michaelChapter demuxing support. (untested as i have no nuts...
2008-05-23 michaelMake ff_new_chapter() return AVChapter instead of int...
2008-05-23 michaelnb_chapters should be unsigned
2008-05-23 michaels/num_chapters/nb_chapters/ all other similar variables...
2008-05-23 michaelvertical align
2008-05-23 michaelindent
2008-05-23 michaelremove useless title check
2008-05-23 michaelindent
2008-05-23 michaelAdd id to AVChapter, untested (where do i find matroska...
2008-05-23 michaelclarify start/end timebase
2008-05-23 michaelalign comments
2008-05-23 michaelchapter id and timebase
2008-05-23 michaelindent
2008-05-23 michaelmake av_strdup(NULL) return NULL
2008-05-23 aureldon't set a dummy chapter title when title is unknown
2008-05-23 aurelcosmetics: indentation
2008-05-23 aurelallows adding chapters with NULL title
2008-05-23 benoitAdd -formats option to ffplay.
2008-05-23 benoitAdd -formats option to ffserver.
2008-05-23 voroshiladaptive and fixed codebook vector operations for ACELP...
2008-05-23 michaelFix + - bug with non flags.
2008-05-22 aurelmatroskadec: allows inserting chapters with unspecified end
2008-05-22 aureldemux chapters out of matroska
2008-05-22 aureladd support for chapters definition in lavf
2008-05-22 bananUpdate copyright and text
2008-05-22 bananFix decoding of 01-Untitled(1).oma, patch by Maxim...
2008-05-22 bcoudurierfree moov and cmov when error occurs, fix memleak,...
2008-05-22 takisMove show_formats() to cmdutils.c.
2008-05-22 takisImplement ffplay -L.
2008-05-22 takisImplement ffserver -version.
2008-05-21 michaelGet rid of more senseless wraper functions and use...
2008-05-21 michaelDo not pass program_name as argument to show_version...
2008-05-21 michaelOPT_EXIT
2008-05-21 bcoudurierremove useless var
2008-05-21 bcoudurier10l, fix compilation
2008-05-21 bcoudurieruse duration from pkt
2008-05-21 bcouduriersimplify
2008-05-21 bcouduriersimplify
2008-05-21 bcoudurierno need to sleep to hide crashes
2008-05-21 bcouduriercheck pkt stream index before returning packet, prevent...
2008-05-21 bcoudurieropen logfile in append mode, don't overwrite it
2008-05-21 bcoudurierdont forget to free packet, fix memleak
2008-05-21 vitorMake gbuf2 a table instead of an array
2008-05-21 vitorRemove unneeded var from context
2008-05-21 benoitMake ffserver use parse_options().
2008-05-21 benoitImprove parse_primary() error message.
2008-05-21 benoitPrint timestamp with increased precision.
2008-05-21 vitorCosmetics: indentation
2008-05-21 vitorSimplify irms()
2008-05-21 vitorSimplify add_wav()
2008-05-21 vitorOnly one out of two values of gbuf1 is actually used...
next