]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-05-24 Vitor SessakProper handling of trailing whitespaces
2008-05-24 Vitor SessakRemove unneeded var
2008-05-24 Vitor SessakCosmetics: alignment
2008-05-24 Vitor SessakMake two variables const
2008-05-24 Vitor SessakBetter error messages
2008-05-24 Vitor SessakMore simplifying
2008-05-24 Vitor SessakSimplify
2008-05-24 Vitor SessakMerge declaration and initialization
2008-05-24 Vitor SessakCosmetics
2008-05-24 Vitor SessakUpdate comments to new syntax
2008-05-24 Vitor Sessak10l: Forgot to consider the null byte at the end of...
2008-05-24 Vitor SessakUse '[' and ']' for label naming
2008-05-24 Vitor SessakRename avfilter_graph_parse_chain() to avfilter_parse_g...
2008-05-24 Vitor SessakRename AVFilterInOut.instance to AVFilterInOut.filter
2008-05-24 Vitor SessakCosmetics
2008-05-24 Vitor SessakSimplify consume_string() as Michael suggested
2008-05-24 Vitor SessakSimplify
2008-05-24 Vitor SessakBetter instance name for parsed filters
2008-05-24 Vitor SessakUse link_filter() instead avfilter_link() when clearer
2008-05-24 Vitor SessakAvoid searching by instance name when it is not necessary
2008-05-24 Vitor SessakBetter error messages
2008-05-24 Vitor SessakHandle av_realloc() failure
2008-05-24 Vitor SessakLast commit was missing header file
2008-05-24 Vitor SessakI should not have merged the graph parser with the...
2008-05-24 Vladimir VoroshilovMove pitch vector interpolation code to acelp_filters
2008-05-24 Vitor SessakUse an intermediate variable for overflow testing
2008-05-24 Vitor SessakHandle the case where we do not have enough input
2008-05-24 Michael NiedermayerAnoter try to make +- behave sanely.
2008-05-24 Aurelien Jacobscosmetics: indentation
2008-05-24 Aurelien Jacobsremove useless title check
2008-05-24 Vitor SessakSimplify eq()
2008-05-24 Vitor SessakSimplify final()
2008-05-24 Vitor SessakSimplify rms()
2008-05-24 Vitor SessakMore simplifications of ra144_decode_frame()
2008-05-24 Vitor SessakMake wavtable a table instead of an array
2008-05-24 Carl Eugen... Fix compilation for buggy icc.
2008-05-24 Baptiste Coudurierbetter error message
2008-05-24 Baptiste Coudurierlatest libavc svn requires at least this value for...
2008-05-24 Baptiste Couduriersimplify, remove useless vars
2008-05-23 Baptiste Coudurieradd new h264 and aac flv ids
2008-05-23 Baptiste Coudurierin flv this field is dts finally
2008-05-23 Baptiste Coudurierflv use 32 bit pts
2008-05-23 Michael NiedermayerPass time_base as argument to new_chapter() as well.
2008-05-23 Michael NiedermayerDocument pts/dts.
2008-05-23 Michael NiedermayerWarn user about invalid timestamps.
2008-05-23 Michael NiedermayerChapter demuxing support. (untested as I have no nuts...
2008-05-23 Michael NiedermayerMake ff_new_chapter() return AVChapter instead of int...
2008-05-23 Michael Niedermayernb_chapters should be unsigned
2008-05-23 Michael Niedermayers/num_chapters/nb_chapters/ all other similar variables...
2008-05-23 Michael Niedermayervertical align
2008-05-23 Michael Niedermayerindent
2008-05-23 Michael Niedermayerremove useless title check
2008-05-23 Michael Niedermayerindent
2008-05-23 Michael NiedermayerAdd id to AVChapter, untested (where do i find matroska...
2008-05-23 Michael Niedermayerclarify start/end timebase
2008-05-23 Michael Niedermayeralign comments
2008-05-23 Michael Niedermayerchapter id and timebase
2008-05-23 Michael Niedermayerindent
2008-05-23 Michael Niedermayermake av_strdup(NULL) return NULL
2008-05-23 Aurelien Jacobsdon't set a dummy chapter title when title is unknown
2008-05-23 Aurelien Jacobscosmetics: indentation
2008-05-23 Aurelien Jacobsallows adding chapters with NULL title
2008-05-23 Stefano SabatiniAdd -formats option to ffplay.
2008-05-23 Stefano SabatiniAdd -formats option to ffserver.
2008-05-23 Vladimir Voroshilovadaptive and fixed codebook vector operations for ACELP...
2008-05-23 Michael NiedermayerFix + - bug with non flags.
2008-05-22 Aurelien Jacobsmatroskadec: allows inserting chapters with unspecified end
2008-05-22 Anton Khirnovdemux chapters out of matroska
2008-05-22 Anton Khirnovadd support for chapters definition in lavf
2008-05-22 Benjamin LarssonUpdate copyright and text
2008-05-22 Maxim PoliakovskiFix decoding of 01-Untitled(1).oma, patch by Maxim...
2008-05-22 Albert Astals Cidfree moov and cmov when error occurs, fix memleak,...
2008-05-22 Stefano SabatiniMove show_formats() to cmdutils.c.
2008-05-22 Stefano SabatiniImplement ffplay -L.
2008-05-22 Stefano SabatiniImplement ffserver -version.
2008-05-21 Michael NiedermayerGet rid of more senseless wrapper functions and use...
2008-05-21 Michael NiedermayerDo not pass program_name as argument to show_version...
2008-05-21 Michael NiedermayerOPT_EXIT
2008-05-21 Baptiste Coudurierremove useless var
2008-05-21 Baptiste Coudurier10l, fix compilation
2008-05-21 Baptiste Coudurieruse duration from pkt
2008-05-21 Baptiste Couduriersimplify
2008-05-21 Baptiste Couduriersimplify
2008-05-21 Baptiste Coudurierno need to sleep to hide crashes
2008-05-21 Baptiste Couduriercheck pkt stream index before returning packet, prevent...
2008-05-21 Baptiste Coudurieropen logfile in append mode, don't overwrite it
2008-05-21 Baptiste Coudurierdo not forget to free packet, fix memleak
2008-05-21 Vitor SessakMake gbuf2 a table instead of an array
2008-05-21 Vitor SessakRemove unneeded var from context
2008-05-21 Stefano SabatiniMake ffserver use parse_options().
2008-05-21 Stefano SabatiniImprove parse_primary() error message.
2008-05-21 David BoltPrint timestamp with increased precision.
2008-05-21 Vitor SessakCosmetics: indentation
2008-05-21 Vitor SessakSimplify irms()
2008-05-21 Vitor SessakSimplify add_wav()
2008-05-21 Vitor SessakOnly one out of two values of gbuf1 is actually used...
2008-05-21 Vitor SessakMake etable1 and etable2 tables instead of arrays.
2008-05-21 Vitor SessakSimplify ra144_decode_frame() by unrolling a senseless
2008-05-21 Vitor SessakUse ff_sqrt() function instead of using a table
2008-05-21 Ben Littlerupdate adding codec docs
next