]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-06-22 Baptiste Couduriercosmetics, pts->dts
2008-06-22 Baptiste Coudurierstore dts in ffm headers
2008-06-22 Baptiste Coudurierremove pts set hack, this is no more correct
2008-06-22 Baptiste Coudurierupdate seek reg ref due to r13856
2008-06-22 Reimar DöffingerFix add_bytes_mmx and add_bytes_l2_mmx for w < 16
2008-06-22 Baptiste Couduriermove code setting output parameters after possible...
2008-06-22 Baptiste Couduriermove code after possible failure, so no need to free
2008-06-22 Baptiste Couduriercheck av_open_input_stream error
2008-06-22 Baptiste Coudurierremove return 1, we don't change state, we are still...
2008-06-22 Baptiste Coudurierfree pb
2008-06-22 Baptiste Coudurieruse av_open_input_stream
2008-06-22 Baptiste Coudurierdo not allocate st->codec, it will be overwritten later...
2008-06-22 Baptiste Couduriercosmetics, reindent
2008-06-22 Baptiste Coudurierenable feeder threads
2008-06-22 Baptiste Coudurierlog to stderr
2008-06-22 Baptiste Coudurieradd callback for av_log
2008-06-22 Baptiste Coudurierno need to print date anymore since done in http_log
2008-06-22 Baptiste Coudurieruse ctime1
2008-06-22 Baptiste Coudurierprint date in http_log
2008-06-22 Baptiste Coudurierremove useless init
2008-06-22 Baptiste Couduriermerge declaration and init
2008-06-22 Baptiste Coudurierreindent
2008-06-22 Baptiste Coudurierhttp or rtsp only support
2008-06-22 Baptiste Coudurierfix open return check
2008-06-22 Erik Hovlandfix feed_filename test, field is char [1024], patch...
2008-06-22 Baptiste Coudurierdo not reset ffm pts, this avoids setting last pts...
2008-06-22 Baptiste Coudurieruse av_seek_frame to flush demxu pending packets, fixes...
2008-06-21 Stefano SabatiniExtend documentation for AVOption.
2008-06-21 Baptiste Coudurierfree c->pb_buffer before overwriting it, fix memleak
2008-06-21 Baptiste Coudurierupdate reg ref due to r13851
2008-06-21 Baptiste Coudurierreturn 1 when error during write frame, state changed
2008-06-21 Baptiste Coudurierset default preload and max_delay for muxer to avoid...
2008-06-21 Baptiste Coudurierchange bandwidth to unsigned
2008-06-21 Baptiste Coudurierremove useless init, logfilename is static
2008-06-21 Baptiste Coudurieruse http_log when log file is setup
2008-06-21 Baptiste Coudurieralways use stdout to log when running in debug mode
2008-06-21 Baptiste Coudurierrescale duration when outputting packet
2008-06-21 Baptiste Coudurierlog accept error
2008-06-21 Baptiste Coudurieruse http_log when log file is setup
2008-06-21 Baptiste Coudurierupgrade bandwidth config to use int64_t, raise limit
2008-06-21 Baptiste Coudurierupgrade bandwidth to uint64_t
2008-06-21 Baptiste Coudurieradd static
2008-06-20 Vitor SessakDo not write junk in the end of truncated files. FATE
2008-06-20 Baptiste Coudurieruniformize AVStream->priv_data freeing in av_close_inpu...
2008-06-20 Baptiste Coudurierfactorize read_header failure freeing code
2008-06-20 Art ClarkeCheck if there is at least a stream before writing...
2008-06-19 Baptiste Coudurierremove useless close funcs
2008-06-19 Baptiste Coudurierremove useless close func
2008-06-19 Baptiste Coudurierremove useless close func
2008-06-19 Baptiste Coudurierffm has no per stream priv_data anymore
2008-06-19 Stefano SabatiniAdd a "Status stream" section in ffserver-doc.texi.
2008-06-19 Vitor SessakMisc cosmetics
2008-06-19 Vitor SessakRemove useless comment
2008-06-19 Vitor SessakLast table renaming
2008-06-19 Vitor SessakYet more table renaming
2008-06-19 Vitor Sessak10l: fix typo
2008-06-19 Vitor SessakMore table renaming
2008-06-19 Vitor SessakRename table
2008-06-19 Vitor SessakRename vars: s/decsp/out/
2008-06-19 Vitor SessakRename function
2008-06-19 Vitor SessakRename var
2008-06-19 Måns Rullgårdfix dependency generation
2008-06-19 Måns Rullgårdenable version.h to be created from subdirs
2008-06-19 Michael NiedermayerDo not shift F[I] twice, it is also clearer and smaller...
2008-06-19 Michael NiedermayerFactorize c->ap += (-c->ap) >> 4 out
2008-06-19 Michael NiedermayerGet rid of G726Tables.bits.
2008-06-19 Michael NiedermayerCopy 4 pointers to avid dozends of ptr dereferences.
2008-06-19 Michael NiedermayerDoes not need to be int16.
2008-06-19 Luca AbeniFix neverending loop which might happen when sending...
2008-06-19 Michael NiedermayerFactorize I >> (c->tbls->bits - 1) out.
2008-06-19 Stefano SabatiniImprove an lclenc.c error message in case of unsupporte...
2008-06-19 Michael Niedermayer1 abs() less
2008-06-19 Stefano SabatiniCosmetics: s/stats/status/ in ffserver.c.
2008-06-18 Stefano SabatiniAdd an "How does it work" section in ffserver-doc.texi.
2008-06-18 Michael Niedermayersimplify
2008-06-18 Michael Niedermayeruseless ()
2008-06-18 Michael Niedermayerremove unneeded tr == 0
2008-06-18 Michael Niedermayersimplify
2008-06-18 Michael NiedermayerGet rid of the redundant AVG726Context.
2008-06-18 Michael NiedermayerRemove the truncated bitstream handling from our g726...
2008-06-18 Florian EchtlerParse 'dats' as data.
2008-06-18 Art Clarkefree private streamcontext when closing demuxer, fix...
2008-06-17 Guillaume Poirierconvert DOS-style carriage return to Unix-style
2008-06-17 Michael NiedermayerChange iquant tables to int16.
2008-06-17 Michael Niedermayersimplify
2008-06-17 Michael NiedermayerGet rid of useless wrapper function.
2008-06-17 Stefano SabatiniAdd missing SMALL_IF_CONFIG_SMALL macros for beosaudio...
2008-06-17 Stefano SabatiniCosmetics: display ffmpeg -h generic advanced options...
2008-06-17 Michael NiedermayerDo not inline g726_iterate() the function is big so...
2008-06-16 Michael NiedermayerReplace i2f(0) by the actual thing done, gcc is not...
2008-06-16 Michael NiedermayerRemove redundant zeroing (the context is memset(0)).
2008-06-16 Michael NiedermayerUse smaller data types for tables.
2008-06-16 Michael NiedermayerFloat11 does not need int, .o file becomes smaller...
2008-06-16 Michael Niedermayersimplify
2008-06-16 Michael NiedermayerCorrect validity checks.
2008-06-16 Michael NiedermayerPrint sane error message for channels != 1.
2008-06-16 Michael NiedermayerCheck number of bits so we do not try to use table...
2008-06-16 Michael NiedermayerSupport decoding of sample_g726.asf.
2008-06-16 Aurelien Jacobsmatroskadec: remove some useless code
2008-06-16 Michael Niedermayerget_bits() outputs exactly as many bits as requested...
next