]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
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.
2009-01-28 kostyaFix documenting comments for VC1 decoder
2009-01-28 kostyaFix documenting comments for RV3/4 decoder
2009-01-28 kostyaFix documenting comments for APE decoder
2009-01-28 diegospelling/grammar/consistency review part I
2009-01-27 bcouduriersecond try fixing time code in gxf
2009-01-27 michaelPrefer av_freep() over av_free() for variables in the...
2009-01-27 michaelAdd {} between if/else
2009-01-27 michaelExport all tracks (each is a different language) instea...
2009-01-27 michaelremove pointless {}
2009-01-27 michaelMove current_track variable closer to where it is used.
2009-01-27 michaelFix memleak of fourxm->tracks on error return.
2009-01-27 michaelvertical align
2009-01-27 michaelFix memleak of header in error returns.
2009-01-27 michaelbetter header_size check
2009-01-27 michaelsize < 4 is invalid
2009-01-27 ramiroindentation
2009-01-27 ramiromingw: don't check for minimum mingw runtime and w32api...
2009-01-27 benoitWhitespaces cosmetics to align return statements.
2009-01-27 benoitCheck buffer is inside what is passed when probing...
2009-01-27 mruARM: remove some unused macro arguments
next