]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-06-23 bcouduriersimplify, use ist
2008-06-23 bcoudurierfix source stream, source_index is refering to fmt_in...
2008-06-23 bcouduriersimplify
2008-06-23 bcoudurierno need to print date anymore since done in http_log
2008-06-22 bcoudurierchinese avs demuxing support, demux AVSFileFormat.mp4
2008-06-22 vitorCosmetics
2008-06-22 vitorAvoid a memcpy. Code is also simpler now in my opinion.
2008-06-22 stefanoDocument ffserver debug mode.
2008-06-22 stefanoDocument ffserver daemon mode.
2008-06-22 stefanoDocument ffserver no-launch mode.
2008-06-22 stefanoCosmetics: move ffmpeg.c dframes option definition...
2008-06-22 aurelmatroskadec: decode track private data if needed
2008-06-22 aurelmatroskadec: move buffer decoding code to a separate...
2008-06-22 aurelmatroskadec: fix a memory leak
2008-06-22 superdumpRemove now unused variable
2008-06-22 superdumpAdd generic ff_sine_window_init function and implement...
2008-06-22 aurelvp6: ensure that huffman decoding table is sorted with...
2008-06-22 diegocosmetics: alignment
2008-06-22 diegoAdd missing entry for PCM_DVD_ENCODER.
2008-06-22 diegoAdd missing mpegvideo.o to list of vc1.o dependencies.
2008-06-22 diegoAdd missing entry for ADPCM_IMA_QT_ENCODER.
2008-06-22 diegoAdd missing entry for ADPCM_EA_MAXIS_XA_DECODER.
2008-06-22 bcouduriercosmetics, pts->dts
2008-06-22 bcoudurierstore dts in ffm headers
2008-06-22 bcoudurierremove pts set hack, this is no more correct
2008-06-22 bcoudurierupdate seek reg ref due to r13856
2008-06-22 reimarFix add_bytes_mmx and add_bytes_l2_mmx for w < 16
2008-06-22 bcouduriermove code setting output parameters after possible...
2008-06-22 bcouduriermove code after possible failure, so no need to free
2008-06-22 bcouduriercheck av_open_input_stream error
2008-06-22 bcoudurierremove return 1, we don't change state, we are still...
2008-06-22 bcoudurierfree pb
2008-06-22 bcoudurieruse av_open_input_stream
2008-06-22 bcoudurierdont allo st->codec it will be overwritten later, fix...
2008-06-22 bcouduriercosmetics, reindent
2008-06-22 bcoudurierenable feeder threads
2008-06-22 bcoudurierlog to stderr
2008-06-22 bcoudurieradd callback for av_log
2008-06-22 bcoudurierno need to print date anymore since done in http_log
2008-06-22 bcoudurieruse ctime1
2008-06-22 bcoudurierprint date in http_log
2008-06-22 bcoudurierremove useless init
2008-06-22 bcouduriermerge declaration and init
2008-06-22 bcoudurierreindent
2008-06-22 bcoudurierhttp or rstp only support
2008-06-22 bcoudurierfix open return check
2008-06-22 bcoudurierfix feed_filename test, field is char [1024], patch...
2008-06-22 bcoudurierdont reset ffm pts, this avoids setting last pts to...
2008-06-22 bcoudurieruse av_seek_frame to flush demxu pending packets, fixes...
2008-06-21 stefanoExtend documentation for AVOption.
2008-06-21 bcoudurierfree c->pb_buffer before overwriting it, fix memleak
2008-06-21 bcoudurierupdate reg ref due to r13851
2008-06-21 bcoudurierreturn 1 when error during write frame, state changed
2008-06-21 bcoudurierset default preload and max_delay for muxer to avoid...
2008-06-21 bcoudurierchange bandwith to unsigned
2008-06-21 bcoudurierremove useless init, logfilename is static
2008-06-21 bcoudurieruse http_log when log file is setup
2008-06-21 bcoudurieralways use stdout to log when running in debug mode
2008-06-21 bcoudurierrescale duration when outputing packet
2008-06-21 bcoudurierlog accept error
2008-06-21 bcoudurieruse http_log when log file is setup
2008-06-21 bcoudurierupgrade bandwith config to use int64_t, raise limit
2008-06-21 bcoudurierupgrade bandwidth to uint64_t
2008-06-21 bcoudurieradd static
2008-06-20 vitorDo not write junk in the end of truncated files. FATE
2008-06-20 bcoudurieruniformize AVStream->priv_data freeing in av_close_inpu...
2008-06-20 bcoudurierfactorize read_header failure freeing code
2008-06-20 benoitCheck if there is at least a stream before writing...
2008-06-19 bcoudurierremove useless close funcs
2008-06-19 bcoudurierremove useless close func
2008-06-19 bcoudurierremove useless close func
2008-06-19 bcoudurierffm has no per stream priv_data anymore
2008-06-19 stefanoAdd a "Status stream" section in ffserver-doc.texi.
2008-06-19 vitorMisc cosmetics
2008-06-19 vitorRemove useless comment
2008-06-19 vitorLast table renaming
2008-06-19 vitorYet more table renaming
2008-06-19 vitor10l: fix typo
2008-06-19 vitorMore table renaming
2008-06-19 vitorRename table
2008-06-19 vitorRename vars: s/decsp/out/
2008-06-19 vitorRename function
2008-06-19 vitorRename var
2008-06-19 mrufix dependency generation
2008-06-19 mruenable version.h to be created from subdirs
2008-06-19 michaelDont shift F[I] twice, its also clearer and smaller...
2008-06-19 michaelFactorize c->ap += (-c->ap) >> 4 out
2008-06-19 michaelGet rid of G726Tables.bits.
2008-06-19 michaelCopy 4 pointers to avid dozends of ptr dereferences.
2008-06-19 michaelDoes not need to be int16.
2008-06-19 lucabeFix neverending loop which might happen when sending...
2008-06-19 michaelFactorize I >> (c->tbls->bits - 1) out.
2008-06-19 stefanoImprove an lclenc.c error message in case of unsupporte...
2008-06-19 michael1 abs() less
2008-06-19 stefanoCosmetics: s/stats/status/ in ffserver.c.
2008-06-18 stefanoAdd an "How does it work" section in ffserver-doc.texi.
2008-06-18 michaelsimplify
2008-06-18 michaeluseless ()
2008-06-18 michaelremove unneeded tr == 0
2008-06-18 michaelsimplify
next