]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-03-06 bananDon't use unchecked data from the bitstream.
2008-03-06 bcouduriersupport AVDISCARD_ALL
2008-03-06 bcoudurierfix interlaced decoding, original patch from reimar
2008-03-06 kostyaIMA ADPCM encoder - QT variant
2008-03-06 michaelSkip over unknown extended_content_header tags.
2008-03-06 michaelsimplify
2008-03-05 aurelmake compilation of mpeg12* and mpegvideo conditional
2008-03-05 aurelmove ff_mpeg1_dc_scale_table to mpegvideo.c
2008-03-05 mruallow vpath search only for source files
2008-03-05 mrusimplify processing of some --disable-* options
2008-03-05 vitorAdd correct version number to shared libavfilter
2008-03-05 vitorFix avfilter compilation with --enable-shared and no...
2008-03-05 aureladd dependencies for matroska audio and nut muxers...
2008-03-05 diegoSet TCP protocol to is_streamed=1 as seeking is not...
2008-03-05 aureldoxyfy frame types comments and add some more comments
2008-03-05 aureldefine BI frame type along with other frame types
2008-03-05 aurelcosmetic: align
2008-03-05 aurelremove some unneeded artificial dependencies from configure
2008-03-05 aureladd some required objects dependencies
2008-03-05 aurelAvoid linking with h263 and mpeg4 find_frame_end()
2008-03-05 lucabeAdd some information about the stream bitrate, if available
2008-03-05 michaelSubtitle support. (untested)
2008-03-05 michaelThe last flag fix, fixed mpeg4-qprd (there the flags...
2008-03-05 bcoudurierset block align for mace3/6
2008-03-05 bcouduriercorrectly compute bit rate for compressed audio, should...
2008-03-05 melansonfix the WC3 Xan decoder by correcting the frame account...
2008-03-05 michaelsws_flags is unsigned.
2008-03-05 michaelFix handling flags with the MSB set.
2008-03-05 aurelremove more useless mpegvideo.h includes
2008-03-05 aurelmove EDGE_WIDTH definition allong with draw_edges where...
2008-03-05 aurelremove #include "mpegvideo.h" where it is not needed
2008-03-05 aurelmove relevant declarations to mpeg12data.h
2008-03-04 aurelmove run length table constants to rl.h
2008-03-04 aurelmove ff_emulated_edge_mc() to dsputil
2008-03-04 michaelRemove unused elements from tables.
2008-03-04 michaelDetect and prevent reading over the end of counts_...
2008-03-04 michaelPrevent segfault due to reading over the end of the...
2008-03-04 aurelfix wmv3 dependencies
2008-03-04 aurelFix compilation on powerpc.
2008-03-04 aurelremove old draw_edges declaration cruft
2008-03-04 aurelmove ff_init_scantable() into dsputil
2008-03-04 michaelIgnore flags after pts/dts if there are no bytes left.
2008-03-04 aurelmove draw_edges() into dsputil
2008-03-03 aureldsputil.h is a local header
2008-03-03 aurelinclude required header
2008-03-03 aurelinclude required headers for int64_t and AV_RB16()
2008-03-03 aurelavi.h don't use anything from avcodec.h
2008-03-03 mruFix endian test with grep not handling non-text files
2008-03-03 mruremove invalid free() forgotten in r12300
2008-03-03 mruremove unnecessary backslashes
2008-03-03 vitorFix libavfilter compilation and make it more in line
2008-03-03 michaelProvide non null class name to avoid crash.
2008-03-03 ramiroForce DOS users to enable memalign hack when needed,
2008-03-03 bananSupport setting the debuglevel (-g level) with --enable...
2008-03-03 reimarFix decoding of interlaced gif, e.g. http://samples...
2008-03-03 michaelfix issue274
2008-03-03 michaelPrint slightly more usefull info.
2008-03-02 michaelFallback to sample rate if bit rate is 0. This avoids...
2008-03-02 michaelfactorize
2008-03-02 michaelsubtitles (codec tag tables still missing ...)
2008-03-02 ramiroUse "disable" helper function
2008-03-02 michaelStore aspect ratio in avis.
2008-03-01 michaelRremove INFINITY as suggested by rich.
2008-03-01 michaelRemove INFINITY.
2008-03-01 jbruse scale factor instead of sum for downmix level adjus...
2008-03-01 jbrpre-calculate downmix coefficient sums. 2% faster 5...
2008-03-01 diegoDo not add deprecated -no-cpp-precomp to CFLAGS on...
2008-03-01 jbrUse 24-bit fixed-point transform coefficients until...
2008-03-01 melansonfix wc3movie demuxer to conform to the PTS API
2008-03-01 lorenmmore aspect ratios added in one of the ammendments
2008-03-01 melansonfix the id CIN demuxer by using the pts API correctly
2008-03-01 aurelsimplification proposed by Rich
2008-02-29 michaeladd cdvc
2008-02-29 benoitMake AMR-NB block size const and 8 bits.
2008-02-29 benoitDefine block size for AMR-WB (use IF2 table).
2008-02-28 michaelsuppress the second warning
2008-02-28 reimarUse cltd instead of cdq asm mnemonic, ICC and gcc suppo...
2008-02-28 bcoudurier1000l parenthesis
2008-02-28 bcouduriercode is ok for 4bpp in mov too, fix 16grey.mov
2008-02-28 bcoudurierset codec bps to grayscale bits, fix 256grey.mov
2008-02-27 diegoAdd empty line in output to increase readability.
2008-02-27 mrucheck for inline asm support
2008-02-27 mrusimplify lzo-test rule
2008-02-27 diegoIgnore generated files.
2008-02-27 mrufix version in libavfilter.pc
2008-02-27 bananAdd more riff id's to support remuxing
2008-02-27 bcoudurieradd weird first atom to probe, finally fix bartjones.mov
2008-02-27 mrufix versions in .pc files
2008-02-27 bcoudurierfree in case of multiple type == 2
2008-02-27 bcoudurierreturn error if malloc fails
2008-02-27 bcoudurierfix possible overflow with memmove
2008-02-27 mrufix libavfilter version extraction
2008-02-27 vitorPrint libavfilter version if it is enabled in configure
2008-02-27 aurelmakes really sure that no undefined behavior can happen
2008-02-26 michaelbetter include
2008-02-26 michaelinclude depedancies ...
2008-02-26 diegoAdd multiple inclusion guards.
2008-02-26 diegoAdd explanatory comment to '#define FLOAT float'.
2008-02-26 aurelAvoid infinite loop.
2008-02-26 michaelMake gcc ignore the distinction between +0.0 and -0...
next