]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-02-02 benoitImplement the reading of the video bitrate of flv movie...
2009-02-02 bcoudurier24bit pcm support
2009-02-02 bcouduriermore flexible mapping selection
2009-02-02 bcoudurierfix temporal offet of ipbb sequences, simplification...
2009-02-02 superdumpDoxygen defgroups throw a warning if they don't have...
2009-02-02 bcoudurierfix video line map tag size
2009-02-02 bcoudurierfix flush and interleaving by edit units
2009-02-02 bcoudurierwrite index table and rip, muxer works pretty well now
2009-02-02 diegoAdd XSUB to list of supported subtitle formats.
2009-02-02 diegocosmetics: Place all subtitle entries together.
2009-02-02 diegoAdd necessary #includes to pass 'make checkheaders'.
2009-02-02 bcoudurierfactorize common wav local tags
2009-02-02 bcoudurierwrite req local tags for wav
2009-02-02 bcoudurieradjust size when not writing f2
2009-02-02 bcoudurierdo not write f2 if not interlaced
2009-02-02 bcoudurierwrite bitrate tag
2009-02-02 bcoudurierwrite display height/width tags
2009-02-02 jbrflacdec: set default sample_fmt before parsing extradata
2009-02-02 diegoAdd av_unused to conditionally used variable, fixes...
2009-02-01 bcoudurierreturn eof/error if only ffm header has been written...
2009-02-01 victorExplain how to add IPv6 support to Cygwin.
2009-02-01 aureldon't support the mp3 extension in the mp2 muxer
2009-02-01 kostyaSilence compiler warnings for XL decoder
2009-02-01 kostyaMake WNV1 decoder use temporary buffer for bit-reversed...
2009-02-01 diegocosmetics: Remove period after copyright statement...
2009-02-01 kostyaMake TM2 decoder byteswap input into separate buffer...
2009-02-01 kostyaFactorize stream reading in TM2 decoder
2009-02-01 kostyaSilence two pointer assignment compiler warnings in...
2009-02-01 kostyaSilence useless compiler warning when passing AVFrame...
2009-02-01 diegoRemove H.264 encoder initialization.
2009-02-01 rbultjeFix the Transport: line in the SETUP request so that...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-02-01 diegoFix filenames in doxygen comments.
2009-02-01 diegocosmetics: Use 'num' instead of 'nom' as abbreviation...
2009-01-31 bcoudurierremove some warnings due to avctx->execute
2009-01-31 mrushorten: trivial simplification of signature check
2009-01-31 bcoudurierassume widescreen when ratio also > 17, patch by Ben...
2009-01-31 bcoudurierfix decoding 720p50 audio samples
2009-01-31 bcoudurierfree audio fifo
2009-01-31 bcoudurieruse st->priv_data to store per stream context
2009-01-31 bcoudurierchange prototype of mxf_interleave_get_packet to make...
2009-01-31 bcoudurierdo not use PAL_samples_per_frame in init, to make init...
2009-01-31 bcouduriercosmetics, remove empty lines
2009-01-31 bcoudurieradd my copyright as well
2009-01-31 bcoudurierfix doxygen tag
2009-01-31 bcouduriercosmetics, align vertically
2009-01-31 bcoudurierwrite best effort video line map
2009-01-31 bcoudurieradd frame layout local tag, best effort
2009-01-31 bcoudurieradd aes3 pcm wrapping and use it by default
2009-01-31 bcouduriersplit wav_desc in generic_sound_desc
2009-01-31 bcoudurierthanks to interleaving, audio is now locked
2009-01-31 bcoudurierlocal tag 3201 is picture essence coding, so do not...
2009-01-31 bcoudurierstored height is stupidly /2 if interlaced
2009-01-31 bcoudurieradd size param to write_generic_desc
2009-01-31 bcoudurierparse mpeg2 progressive frame flag
2009-01-31 bcoudurierdelay header writing and parse mpeg2 frame
2009-01-31 bcouduriercorrectly pack and interleave pcm samples in mxf
2009-01-31 bcoudurierfunction is static
2009-01-31 bcoudurieruse new ff_interleave_add_packet
2009-01-31 bcouduriersplit av_interleave_per_dts, to avoid code duplication
2009-01-31 stefangADPCM found in Xbox wav files can be decoded with
2009-01-31 jbrcosmetics: change comment type and vertical alignment
2009-01-31 jbrcosmetics: add some documentation to FLACContext
2009-01-31 romanshCosmetics: fixing indentation
2009-01-31 romanshunrolling encoding loops
2009-01-31 romanshCosmetics: simplifying static initialization
2009-01-31 romanshsimplifying DIF encoding process
2009-01-31 romanshCosmetics: fixing the indentation
2009-01-31 romanshfactoring code into dv_init_enc_block
2009-01-31 romanshCosmetics: replacing 0 with NULL for pointer assignment
2009-01-31 romanshCosmetics: moving the function definition around
2009-01-31 romanshReplacing the constant with a macro
2009-01-31 jbrflacdec: add support for SAMPLE_FMT_32
2009-01-31 michaelFix documentation of the return value of avcodec_encode...
2009-01-30 diegoUse '#if defined()' for OS-specific preprocessor checks.
2009-01-30 mruARM: NEON optimised vector_fmul_window
2009-01-30 mruARM: NEON optimised vector_fmul
2009-01-30 stefangremove duplicate tables
2009-01-30 alexcUse the new RDFT code in the QDM2 decoder.
2009-01-30 alexcAdd the rdft family of transforms (fft/ifft of an all...
2009-01-30 diegoAdd required header mem.h, av_malloc and friends are...
2009-01-30 diegocosmetics: Move all #includes together at the beginning...
2009-01-30 diegoAdd 'void' keyword to parameterless function declaration.
2009-01-30 diegoAdd missing void keyword to parameterless function...
2009-01-30 kostyaRecord B-fraction index from frame header and two field...
2009-01-30 benoitMake ff_h263_resync() return the bit position of the...
2009-01-30 lucabeIf AVPacket->data == NULL, the packet does not contain...
2009-01-30 benoitUse a constant instead of a magic number.
2009-01-30 stefangavoid indeterminate order of accessing src
2009-01-30 aureltypo
2009-01-29 diegoRename string.c to avstring.c so that the name of heade...
2009-01-29 diegocosmetics: Add empty line for consistent formatting.
2009-01-29 alexcMark ff_fft_end av_cold.
2009-01-29 compnpvez avi fourcc is truemotion1
2009-01-28 diegospelling/grammar/consistency review part III
2009-01-28 diegospelling/grammar/consistency review part II
2009-01-28 reimarAdd "const" to AES function arguments where possible...
2009-01-28 michaelFix remotely exploitable arbitrary code execution vulne...
2009-01-28 lorenmfix an overflow in vc1 intra overlap filter
2009-01-28 diegoAdd common.h #include, necessary for av_const.
next