]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-01-31 Baptiste Coudurieradd my copyright as well
2009-01-31 Baptiste Coudurierfix doxygen tag
2009-01-31 Baptiste Couduriercosmetics, align vertically
2009-01-31 Baptiste Coudurierwrite best effort video line map
2009-01-31 Baptiste Coudurieradd frame layout local tag, best effort
2009-01-31 Baptiste Coudurieradd aes3 pcm wrapping and use it by default
2009-01-31 Baptiste Couduriersplit wav_desc in generic_sound_desc
2009-01-31 Baptiste Coudurierthanks to interleaving, audio is now locked
2009-01-31 Baptiste Coudurierlocal tag 3201 is picture essence coding, so do not...
2009-01-31 Baptiste Coudurierstored height is stupidly /2 if interlaced
2009-01-31 Baptiste Coudurieradd size param to write_generic_desc
2009-01-31 Baptiste Coudurierparse mpeg2 progressive frame flag
2009-01-31 Baptiste Coudurierdelay header writing and parse mpeg2 frame
2009-01-31 Baptiste Couduriercorrectly pack and interleave pcm samples in mxf
2009-01-31 Baptiste Coudurierfunction is static
2009-01-31 Baptiste Coudurieruse new ff_interleave_add_packet
2009-01-31 Baptiste Couduriersplit av_interleave_per_dts, to avoid code duplication
2009-01-31 Stefan GehrerADPCM found in Xbox wav files can be decoded with
2009-01-31 Justin Rugglescosmetics: change comment type and vertical alignment
2009-01-31 Justin Rugglescosmetics: add some documentation to FLACContext
2009-01-31 Roman ShaposhnikCosmetics: fixing indentation
2009-01-31 Roman Shaposhnikunrolling encoding loops
2009-01-31 Roman ShaposhnikCosmetics: simplifying static initialization
2009-01-31 Roman Shaposhniksimplifying DIF encoding process
2009-01-31 Roman ShaposhnikCosmetics: fixing the indentation
2009-01-31 Roman Shaposhnikfactoring code into dv_init_enc_block
2009-01-31 Roman ShaposhnikCosmetics: replacing 0 with NULL for pointer assignment
2009-01-31 Roman ShaposhnikCosmetics: moving the function definition around
2009-01-31 Roman ShaposhnikReplacing the constant with a macro
2009-01-31 Justin Rugglesflacdec: add support for SAMPLE_FMT_32
2009-01-31 Bitbreaker... Fix documentation of the return value of avcodec_encode...
2009-01-30 Diego BiurrunUse '#if defined()' for OS-specific preprocessor checks.
2009-01-30 Måns RullgårdARM: NEON optimised vector_fmul_window
2009-01-30 Måns RullgårdARM: NEON optimised vector_fmul
2009-01-30 Stefan Gehrerremove duplicate tables
2009-01-30 Alex ConverseUse the new RDFT code in the QDM2 decoder.
2009-01-30 Alex ConverseAdd the rdft family of transforms (fft/ifft of an all...
2009-01-30 Diego BiurrunAdd required header mem.h, av_malloc and friends are...
2009-01-30 Diego Biurruncosmetics: Move all #includes together at the beginning...
2009-01-30 Diego BiurrunAdd 'void' keyword to parameterless function declaration.
2009-01-30 Diego BiurrunAdd missing void keyword to parameterless function...
2009-01-30 Gwenole BeauchesneRecord B-fraction index from frame header and two field...
2009-01-30 Gwenole BeauchesneMake ff_h263_resync() return the bit position of the...
2009-01-30 Luca AbeniIf AVPacket->data == NULL, the packet does not contain...
2009-01-30 Gwenole BeauchesneUse a constant instead of a magic number.
2009-01-30 Stefan Gehreravoid indeterminate order of accessing src
2009-01-30 Aurelien Jacobstypo
2009-01-29 Diego BiurrunRename string.c to avstring.c so that the name of heade...
2009-01-29 Gwenole Beauchesnecosmetics: Add empty line for consistent formatting.
2009-01-29 Alex ConverseMark ff_fft_end av_cold.
2009-01-29 Ben Littlerpvez avi fourcc is truemotion1
2009-01-28 Diego Biurrunspelling/grammar/consistency review part III
2009-01-28 Diego Biurrunspelling/grammar/consistency review part II
2009-01-28 Reimar DöffingerAdd "const" to AES function arguments where possible...
2009-01-28 Michael NiedermayerFix remotely exploitable arbitrary code execution vulne...
2009-01-28 Loren Merrittfix an overflow in vc1 intra overlap filter
2009-01-28 Diego BiurrunAdd common.h #include, necessary for av_const.
2009-01-28 Kostya ShishkovFix Doxygen comments for VC-1 decoder.
2009-01-28 Kostya ShishkovFix Doxygen comments for RV3/4 decoder.
2009-01-28 Kostya ShishkovFix Doxygen comments for APE decoder.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-27 Baptiste Couduriersecond try fixing time code in gxf
2009-01-27 Michael NiedermayerPrefer av_freep() over av_free() for variables in the...
2009-01-27 Michael NiedermayerAdd {} between if/else
2009-01-27 Michael NiedermayerExport all tracks (each is a different language) instea...
2009-01-27 Michael Niedermayerremove pointless {}
2009-01-27 Michael NiedermayerMove current_track variable closer to where it is used.
2009-01-27 Michael NiedermayerFix memleak of fourxm->tracks on error return.
2009-01-27 Michael Niedermayervertical align
2009-01-27 Michael NiedermayerFix memleak of header in error returns.
2009-01-27 Michael Niedermayerbetter header_size check
2009-01-27 Michael Niedermayersize < 4 is invalid
2009-01-27 Ramiro Pollaindentation
2009-01-27 Ramiro Pollamingw: don't check for minimum mingw runtime and w32api...
2009-01-27 Benoit FouetWhitespace cosmetics to align return statements.
2009-01-27 Benoit FouetCheck buffer is inside what is passed when probing...
2009-01-27 Måns RullgårdARM: remove some unused macro arguments
2009-01-27 Måns RullgårdARM: reorder some instructions in put_pixels*_arm for...
2009-01-27 Måns RullgårdARM: replace jump tables with conditional branches
2009-01-27 Måns RullgårdARM: replace explicit literal loads with ldr Rd, =lit
2009-01-27 Måns RullgårdARM: change alignment of loops in put_pixels*_arm to 32
2009-01-27 Måns RullgårdARM: optimised mid_pred()
2009-01-27 Måns RullgårdARM: allow register operands for shifts in MULL()
2009-01-27 Luca AbeniMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2009-01-27 Stefan Gehrerfix doxygen file reference
2009-01-27 Baptiste Coudurierseek at 0 when timestamp requested is negative
2009-01-27 Aurelien Jacobsadd a ff_gcd() function again, for compatibility with...
2009-01-27 Aurelien Jacobsvp5: don't try decoding a P frame before any I frame...
2009-01-26 Aurelien Jacobsmake it clear that the new metadata API is a work in...
2009-01-26 Diego BiurrunFix filenames in Doxygen comments.
2009-01-26 Stefano SabatiniUpdate preset files documentation to match with r16795.
2009-01-26 Stefano SabatiniImplement avfilter_graph_check_validity().
2009-01-26 Stefano SabatiniChange "H.263 Intel" long name to "Intel H.263".
2009-01-26 Måns Rullgårdconfigure: exit with error if OS is unknown
2009-01-26 Benoit FouetAdd a Changelog entry for the ALSA stuff.
2009-01-26 Kostya ShishkovFix AAC data smuggling:
2009-01-26 Diego BiurrunRemove misleading comment about how to build SHA1 test...
2009-01-26 Benoit FouetRemove unneeded check.
2009-01-26 Benoit FouetFix an exploit in indeo by checking we are not writing...
2009-01-26 Måns RullgårdFix version.h dependency on version.sh
next