]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
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
2008-06-18 michaelGet rid of the redundant AVG726Context.
2008-06-18 michaelRemove the truncated bitstream handling from our g726...
2008-06-18 benoitParse 'dats' as data.
2008-06-18 bcoudurierfree private streamcontext when closing demuxer, fix...
2008-06-17 gpoirierconvert DOS-style carriage return to Unix-style
2008-06-17 michaelChange iquan tables to int16.
2008-06-17 michaelsimplify
2008-06-17 michaelGet rid of useless wraper function.
2008-06-17 stefanoAdd missing SMALL_IF_CONFIG_SMALL macros for beosaudio...
2008-06-17 stefanoCosmetics: display ffmpeg -h generic advanced options...
2008-06-17 michaelDont inline g726_iterate() the function is big so its...
2008-06-16 michaelReplace i2f(0) by the actual thing done, gcc is not...
2008-06-16 michaelRemove redundant zeroing (the context is memset(0)).
2008-06-16 michaelUse smaller data types for tables.
2008-06-16 michaelFloat11 doesnt need int, .o file becomes smaller and...
2008-06-16 michaelsimplify
2008-06-16 michaelCorrect validity checks.
2008-06-16 michaelPrint sane error message for channels != 1.
2008-06-16 michaelCheck number of bits so we dont try to use table entrie...
2008-06-16 michaelSupport decoding of sample_g726.asf.
2008-06-16 aurelmatroskadec: remove some useless code
2008-06-16 michaelget_bits() outputs exactly as many bits as requested...
2008-06-16 michaelRemove dead code.
2008-06-16 diegoGenerate pkg-config files in each library subdirectory...
2008-06-16 stefanoDon't show advanced subtitle options within the ffmpeg...
2008-06-16 stefanoDon't show subtitle and grab options within the ffmpeg...
2008-06-16 stefanoFix an example command in ffserver-doc.texi.
2008-06-16 diegoAdd missing #includes to fix 'make checkheaders'.
2008-06-15 jbrfix verbatim mode decoding. patch by Jai Menon (reality...
2008-06-15 bcoudurierset correct ftyp minor version for 3gp/2
2008-06-14 bcoudurierinvert mode_mov condition
2008-06-14 bcouduriersimplify
2008-06-14 bcoudurierchange 3gp/3g2 brands if h264 is present
2008-06-14 bcouduriersimplify ipod brand selection
2008-06-14 bcoudurierfix warning, write_ftyp return int now
2008-06-14 bcoudurierput avc1 brand in compat list when h264 is present
2008-06-13 michael-0x8000 == 0x8000 with int16
2008-06-13 bananForgotten oma docs stuff
2008-06-13 michaelI think we are also compliant to iso2.
2008-06-13 michaelAdd isom to the compatible brands.
2008-06-13 michaelCalculate ftyp size instead of hardcoding it.
2008-06-13 stefanoCosmetics: s/Id/id/ in libavcodec/roqvideodec.c when...
2008-06-12 stefanoMake ffmpeg.c use print_error() when it can't read...
2008-06-12 stefanoImprove ffmpeg error reporting in case of input/output...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-06-12 stefanoMake ffmpeg.c:opt_thread use parse_number_or_die().
2008-06-12 benoitChange opt_sync function behavior to print an error...
2008-06-12 benoitFactorize options context setting.
2008-06-12 michaelsimplify MODE_3G2
2008-06-12 michaelChange MODE_* to 1<<c so several can be set at the...
2008-06-12 bcoudurierenable stream copy with ffserver, to be able to chain
2008-06-12 bcouduriercosmetics, reindent
2008-06-12 bcoudurierdon't write double sets of metadata in mov, only write...
2008-06-11 bcoudurierset log debug when avformat debug is set
2008-06-11 bananWe have an Oma demuxer now
2008-06-11 aurelmatroskadec: set cur_dts after seek
2008-06-11 bcoudurierindent
2008-06-11 bcouduriersupport for 3gp metadata
next