]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-05-26 Baptiste Couduriercosmetics, remove useless dot
2008-05-26 Baptiste Coudurierreturn error if frame_offset is negative, prevent segfault
2008-05-26 Baptiste Coudurierreturn error if len is negative, prevent segfault
2008-05-26 Baptiste Couduriermove ffserver specific functions up and only include...
2008-05-26 Baptiste Couduriermove ffm_seek1 before get_pts function since func uses it
2008-05-26 Baptiste Couduriermove DEBUG_SEEK definition before get_pts since func...
2008-05-26 Baptiste Couduriermove get_pts function to avoid useless declaration
2008-05-26 Baptiste Coudurierremove unneeded include
2008-05-26 Baptiste Couduriersplit ffm de/muxer
2008-05-26 Baptiste Coudurierreenable test, data is available in this case
2008-05-26 Michael Niedermayerindent
2008-05-26 Michael Niedermayerallow av_parser_close(NULL)
2008-05-26 Michael Niedermayerprint direct_spatial_mv_pred
2008-05-26 Michael NiedermayerMake stream copy of ac3 from riff based formats work.
2008-05-26 Justin Rugglesparse audio in ogm demuxer.
2008-05-26 Michael NiedermayerMake ac3 in avi work better.
2008-05-25 Michael NiedermayerEnsure that one can store X bytes in a fifo of size X.
2008-05-25 Michael NiedermayerMake av_fifo*_read() ignore the available amount of...
2008-05-25 Michael NiedermayerMake opt_verbose() work again.
2008-05-25 Justin Rugglessafer solution for setting audio parameters
2008-05-25 Vitor SessakMerge two if's
2008-05-25 Vitor SessakUse (u)int16_t instead of (unsigned) short
2008-05-25 Justin Rugglesset audio parameters if frame header is ok, even if...
2008-05-25 Justin Rugglescosmetics: indent
2008-05-25 Justin Rugglesadd error concealment
2008-05-25 Vitor SessakYet more cosmetics
2008-05-25 Vitor SessakMore cosmetics
2008-05-25 Vitor SessakCosmetics
2008-05-25 Vitor SessakRename var
2008-05-25 Vitor SessakMinor simplification of dec1()
2008-05-25 Vitor SessakMinor simplification of dec2()
2008-05-25 Vitor SessakRemove useless variable
2008-05-25 Vitor SessakCosmetics: merge declaration and initialization
2008-05-25 Vitor SessakCosmetics: braces removal
2008-05-25 Vitor SessakMove evaluation of variable a to where it is trivial
2008-05-25 Vitor SessakMake add_wav() receive a vector instead of three integers
2008-05-25 Justin Rugglescosmetics: indent
2008-05-25 Justin Ruggles10l: fix error in commit r13382
2008-05-25 Vitor SessakRemove gbuf2 from context
2008-05-25 Justin Rugglesadd checks for missing information in the first block
2008-05-25 Justin Rugglesadd check for invalid channel mode when coupling is...
2008-05-25 Ramiro PollaForgot to commit changes to subdir.mak in last revision.
2008-05-25 Jeremy KolbAdd version information to DLLs.
2008-05-25 Michael NiedermayerFix MB skipping with droppable frames.
2008-05-25 Michael NiedermayerDo not reject odd width/height.
2008-05-25 Vitor SessakUse (u)int16_t instead of short for tables
2008-05-25 Vitor SessakMake tables that fit in one byte (u)int8_t
2008-05-25 Vitor SessakRemove yet another val (gbuf1) from context
2008-05-25 Vitor SessakParameter n of dec functions is always 3. Hardcode it.
2008-05-25 Baptiste Coudurierset correct duration when using b frames
2008-05-25 Baptiste Coudurieruse short option
2008-05-25 Baptiste Coudurierbetter error message
2008-05-24 Baptiste Coudurierdo not loop input, useless
2008-05-24 Baptiste Coudurierfix feed path according to regression script
2008-05-24 Baptiste Couduriersimplify, use ffserver launch directive
2008-05-24 Michael NiedermayerMove const *pow2tab out of context.
2008-05-24 Michael Niedermayersimplify init_pow2table
2008-05-24 Michael NiedermayerMerge init_rootpow2table and init_pow2table.
2008-05-24 Aurelien Jacobscompute the end of all chapters when end is not specifi...
2008-05-24 Vitor SessakIndent
2008-05-24 Vitor SessakRemove another useless variable from context
2008-05-24 Vitor SessakSplit openLinks linked list into openInputs and openOutputs
2008-05-24 Vitor SessakOne more memory leak
2008-05-24 Vitor SessakCosmetical: move statement
2008-05-24 Vitor SessakPlug some memory leaks
2008-05-24 Vitor SessakMerge variable initialization and declaration
2008-05-24 Vitor SessakCosmetics
2008-05-24 Vitor SessakRemove unnused var
2008-05-24 Vitor SessakSimplify
2008-05-24 Vitor SessakUse av_mallocz instead of av_malloc to simplify some...
2008-05-24 Vitor SessakFactor linked list insertion in its own function
2008-05-24 Vitor SessakRemove comment redundant with those in graphparser.h
2008-05-24 Vitor SessakThese error messages should print the filter name,...
2008-05-24 Vitor Sessak10l: fix previous commit
2008-05-24 Vitor SessakSimplify
2008-05-24 Vitor SessakRemove senseless comments
2008-05-24 Vitor SessakCosmetics: split setting a var and checking for error
2008-05-24 Vitor SessakFix doxy comment
2008-05-24 Vitor SessakMake parse_link_name() return a pointer to the name...
2008-05-24 Vitor SessakCosmetics: more function reordering
2008-05-24 Vitor SessakMake consume_whitespace() return a number of bytes...
2008-05-24 Vitor SessakCosmetics: change function order
2008-05-24 Vitor SessakSimplify
2008-05-24 Vitor SessakPass the inputs and outputs of avfilter_parse_graph...
2008-05-24 Vitor SessakCosmetics: more indentation consistency
2008-05-24 Vitor SessakMore cosmetics: make indentation more consistent
2008-05-24 Vitor SessakMore cosmetics
2008-05-24 Vitor SessakMove code out of if
2008-05-24 Vitor SessakCosmetics
2008-05-24 Vitor SessakCosmetics
2008-05-24 Vitor SessakFactor common code out of if
2008-05-24 Vitor SessakRename another var
2008-05-24 Vitor SessakRename var
2008-05-24 Vitor SessakMove var declaration to where it is needed
2008-05-24 Vitor SessakReplace if(!a){B}else{C} by if(a){C}else{B}
2008-05-24 Vitor SessakRemove useless assignment
2008-05-24 Vitor SessakSimplify while(pad){pad--; etc} to while(pad--){etc}
2008-05-24 Vitor SessakSimplify extract_inout() as suggested by Michael
2008-05-24 Vitor SessakChange the parser logic following Michael's review
2008-05-24 Vitor SessakThe name field of AVFilterInOut can be declared const
next