]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-07-19 bananFix for possible null pointer dereferencing, closes...
2008-07-19 vitorCosmetics: alignement
2008-07-19 vitorSimplify co(): do not abuse pointer aritmetics
2008-07-19 michaelMake the automatic has_b_frames increasing code increas...
2008-07-19 vitorSimplify co(): remove variables that are only used...
2008-07-19 michaelTry to fix my latest 100l fate SVQ3 breakage.
2008-07-19 michaelRemove apparently unneeded out!=NULL check.
2008-07-19 michaelSimplify picture output code.
2008-07-19 michaelRemove useless #if 0 code.
2008-07-19 michaelDont forget marking disposed delayed pics as unused.
2008-07-19 bcoudurieradd ogv extension
2008-07-19 bcouduriercosmetics, remove space
2008-07-19 bcoudurierupdate swf video frame number when muxing done, fix...
2008-07-19 michaelindent
2008-07-19 michaelsimplify
2008-07-19 jbrcosmetic: use hex value instead of decimal to show...
2008-07-19 michaelRemove delayed_output_pic, i do not understand what...
2008-07-19 michaelDrop out of order pics even if bitstream_restriction_fl...
2008-07-19 vitorSet avctx->coded_frame in RoQ encoder. At some point in
2008-07-19 michaelMake the ugly hack which uses an unused entry in the...
2008-07-18 stefanoMake ffmpeg -t X with X<=0 transcode nothing.
2008-07-18 michaelminor simplification of qdm2_decode_fft_packets()
2008-07-18 michaelMake frames non reference by default, so they are dispo...
2008-07-18 michaelCorrecting displayed muxing overhead and video stream...
2008-07-18 michaelSupport reading large metadata.
2008-07-18 michaelMake bitstream_* fields unsigned.
2008-07-18 michaelOnly realloc() bitstream buffer when the needed size...
2008-07-18 michaelIf metadata has been parsed goto end instead of trying to
2008-07-18 benoitFix a mem leak in vc1_decode_frame().
2008-07-18 benoitFix a mem leak in av_find_stream_info().
2008-07-18 mruintreadwrite: support DEC compiler __unaligned type...
2008-07-18 mruMPEGTS: Improve probe function
2008-07-18 bcouduriercosmetics, remove space
2008-07-18 bcoudurierreturn max score when ftyp atom is encoutered
2008-07-17 vitorSimplify: do not overuse pointer aritmetic
2008-07-17 vitorConst
2008-07-17 vitorAnother simplification
2008-07-17 vitorSimplify
2008-07-17 vitorSimplify
2008-07-17 vitorDeclare function parameters as const
2008-07-17 mruRearrange AV_[RW][BL]*() macros
2008-07-17 michael100l, someone used FLT_MIN where -FLT_MAX was meant...
2008-07-17 diegoReplace LDLATEFLAGS hackery by proper LDFLAGS tests.
2008-07-17 michaelTry to fix FATE after my time_base simplification change.
2008-07-17 diegoMove up swscale_error target so that regression tests...
2008-07-16 stefanoFree in avcodec_close() avctx->rc_eq. Fix a memory...
2008-07-16 michael10000l, revert
2008-07-16 michaelindent
2008-07-16 michaelSVQ3 uses the JPEG variant of YUV 4:2:0.
2008-07-16 diegocosmetics: Fix mxf codec long name.
2008-07-16 bcoudurierprint AVCodecContext address instead of AVClass, better...
2008-07-16 michaelThe funny memcpyin svq3 generally has src & dst overlap...
2008-07-16 michaelPrint slice num as well.
2008-07-16 lorenmfloat_to_int16_interleave: change src to an array of...
2008-07-15 lorenmvorbis: reduce memory by reusing buffers
2008-07-15 lorenmunroll another common case in vorbis_residue_decode
2008-07-15 mruOGG: Add padding at end of Vorbis headers
2008-07-15 astrangeMove the size of the H264Context delayed_pic array...
2008-07-15 stefanoMake v4l2_read_header() don't free a stream in case...
2008-07-15 stefanoMake v4l_read_header() don't free a stream in case...
2008-07-15 mruARM: optimised MAC64 and MLS64
2008-07-15 mruARM: optimised MUL64
2008-07-15 mruARM: ARMv6 optimised MULH
2008-07-15 mruARM: ARMv6 optimised FASTDIV
2008-07-15 mruARM: disable use of system byteswap.h
2008-07-15 mruARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()
2008-07-15 mruARM: ARMv6 optimised bswap_16/32
2008-07-15 mruRemove dead code in bitstream.h
2008-07-15 astrangePrint the address of the AVCodecContext in av_log().
2008-07-15 lorenm10l, float_to_int16_interleave_sse/3dnow wrote the...
2008-07-14 michaelMake flic probe check a few more things.
2008-07-14 michaelMove the codec_id overriding at a slightly better place.
2008-07-14 mruH264: fix index range assert() in remove_short_at_index()
2008-07-14 michaelRemove common factors from timebase in av_set_pts_info().
2008-07-14 michaelFix infinite loop at EOF.
2008-07-14 vitorRevert r14218. FFMAX is a macro, so
2008-07-14 compnonly animated gif (gifdec.c) was removed)
2008-07-14 diegogifdec.c was removed, purge its entry from the Makefile.
2008-07-13 michaelFix decoding of 320x240.ogg.
2008-07-13 michael-itsscale to scale timestamps
2008-07-13 compnremoved gif decoder in r14209
2008-07-13 diegoDrop silly initialization, fixes compilation with ...
2008-07-13 michaelMake our flac decoder decode all the data at EOF.
2008-07-13 diegotools/trasher: Don't mix srand/rand and srandom/random...
2008-07-13 stefanostrdup() the default value for rc_eq in AVCodec when...
2008-07-13 michaelOn EOF keep calling the decoders until they do not...
2008-07-13 stefanoFix the logic to access the location of a string to...
2008-07-13 vitorSimplify
2008-07-13 vitorAnother av_clipf() usage
2008-07-13 vitorDo not declare as double a var that only stores a float
2008-07-13 vitorSimplify: use FFMAX
2008-07-13 reimarcheck that csize in ff_lzw_decode_init is < LZW_MAXBITS...
2008-07-13 vitorAdd av_clipf() function to common.h and use it in ra288.c
2008-07-13 mrudvdsubdec: allow compilation with -DDEBUG
2008-07-13 mruRTP: use dprintf(), allow compilation with -DDEBUG
2008-07-13 mruASF: use dprintf(), allow compilation with -DDEBUG
2008-07-13 michaelRemove gif demuxer, the code contains a gif decoder...
2008-07-13 michaelUse -vsync 0 unless the user explicitly asked for...
2008-07-13 lorenmexploit mdct symmetry
2008-07-13 ramiromlpdec: Check for bits left before each read of End...
next