]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2007-10-22 kostyaBeam Software SIFF demuxer and video decoder
2007-10-21 bcoudurier100l, fix dump_format, declare buf in dump_stream_forma...
2007-10-21 aurelremove some useless initializations (the whole context...
2007-10-21 aurelcosmetics: reindent
2007-10-21 aurelcosmetics: Add #endif comment.
2007-10-21 aurelremove unused context var
2007-10-21 kostyaNew RM format deserves small version bump
2007-10-21 kostyaindentation after last commit
2007-10-21 kostyaMake RV10/20 decoder work with new frame format
2007-10-21 kostyaMake Matroska demuxer output full frames instead of...
2007-10-21 kostyaDemux full frames instead of sliced for RealVideo.
2007-10-20 reimarDocument ff_des_encdec
2007-10-20 reimarAdd support for decrypting asf files
2007-10-20 nicodvbassociate to each AVProgram the indexes of the AVStream...
2007-10-20 nicodvbAPI extension: AVProgram now has an array (stream_index...
2007-10-20 nicodvbcosmetics: moved to a separate function the code to...
2007-10-20 aureladd support for git in version.sh (use short hash as...
2007-10-20 aurelcosmetics to make version.sh more VCS agnostic
2007-10-19 victorThe 'Video Filter API' is better known as 'libavfilter'.
2007-10-19 ramiroInstall MSVC import libraries without version numbering...
2007-10-19 ramiroAppend BUILDSUF directly to NAME instead of prepending...
2007-10-19 benoitFix typo.
2007-10-19 diegocosmetics: Add #endif comment.
2007-10-19 reimarAdd support for DES en- and decryption.
2007-10-19 ramiroGrammar.
2007-10-18 aurelensure all compiled in codec/muxer are registered
2007-10-18 aurelbetter check for video track detection
2007-10-18 aurelskip unsupported audio track data
2007-10-18 aurelcosmetics: indentation
2007-10-18 aurelcheck if we found an audio track before initializing...
2007-10-18 aurelcompute pts according to the audio codec
2007-10-18 aurelset bytes per sample in the context
2007-10-18 aurelfix big endian files support
2007-10-18 aurelsimplify
2007-10-18 aurelparse sample rate instead of setting a default one
2007-10-18 aureladd support for PCM codec
2007-10-18 aurelcheck compression_type to assign audio codec
2007-10-18 aurelmove compression_type as a function local var instead...
2007-10-18 aureladd support for big_endian encoded headers
2007-10-18 aureladd some error processing
2007-10-18 aurelcosmetics: indentation
2007-10-18 aurelparse header chunk in a loop (don't depend on a fixed...
2007-10-18 aureladd audio and video codec context vars
2007-10-18 aurelbetter log message
2007-10-18 aurelmove vp6 header parsing in it's own function
2007-10-18 aurelremove 2 temporary variables
2007-10-18 aurelset a default value for num_channels
2007-10-18 aurelmove audio header parsing in it's own function
2007-10-18 aureladd a log message
2007-10-18 aurelfix comment
2007-10-18 aurelsmall simplification
2007-10-18 kostyaWMV3 mode with FASTTX=0 seems to use standard IDCT...
2007-10-18 bananUnaligned memory access rcrash fix
2007-10-18 andomaset start_time to 0 to enable seeking in mp3-files
2007-10-18 bananAdded myself as maintainer of the Nellymoser codec
2007-10-18 mbardiauxPrint pixel and screen aspect ratios
2007-10-18 michaelreplace (disabled by default) assert(0) by abort()...
2007-10-18 diegoSimplify one variable setting.
2007-10-18 benoitMake url_split() strip url options (?opt=var) from...
2007-10-18 diegoRename LIB to LIBNAME for consistency.
2007-10-17 diegoRemove unnecessary guarding &=0x0f around adpcm_ima_com...
2007-10-17 diegoAdd multiple inclusion guards to config.h.
2007-10-17 diegoExplain why there are no multiple inclusion guards...
2007-10-17 diegoClarify comment that explains why this header lacks...
2007-10-17 ramiroAdd entry about pr not being present in standard MSYS...
2007-10-17 diegoAdd SLIB_UNINSTALL_EXTRA_CMD for MinGW.
2007-10-17 diegoAdd SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the thing...
2007-10-17 aurelRemove wrong multiple inclusion guards.
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-17 diegoAdd a comment that explains why this header lacks multi...
2007-10-17 diegoAdd missing multiple inclusion guards.
2007-10-17 diegoUse filename as multiple inclusion guard.
2007-10-17 diegoFix #endif comment typo.
2007-10-17 diegoUse filename as multiple inclusion guard.
2007-10-16 diegocomment grammar fix
2007-10-16 benoitRe-enable DEBUG_SEEK flag.
2007-10-16 bcoudurierdont write udta atom for 3gp/3g2 for now, current writt...
2007-10-16 bcoudurierindentation
2007-10-15 cehoyosFix streaming to XBox360.
2007-10-15 diegomisc Doxygen spelling/grammar fixes
2007-10-15 aurelcosmetics: reindent
2007-10-15 aureladd support for VP6 in electronicarts demuxer
2007-10-15 aurelremove useless &0xFF
2007-10-15 aurelmerge declaration and initialization
2007-10-15 aurelremove unused context vars
2007-10-15 aurelremove unused code
2007-10-15 aurelremove unused tags definition
2007-10-15 aurelremove unused close function
2007-10-15 aurelsimplify bitstream reading
2007-10-15 cehoyosFix chroma mv offsets for PAFF in a way that is compati...
2007-10-15 aurelCygwin don't like this function declaration.
2007-10-15 benoitUndefine DEBUG_SEEK.
2007-10-15 bananNellymoser ASAO decoder
2007-10-15 ramiroRemove gcc import libraries from Win32 builds.
2007-10-15 benoitMerge audio and video bitstream filter options handling.
2007-10-15 cehoyosFix mix-up of values in r10690 (deblocking for PAFF).
2007-10-14 aureladd support for VP6 with huffman encoded blocks
2007-10-14 aurelmoves fraps huffman decoder to its own file, making...
2007-10-14 diegocosmetics: Move asf_read_close() down to get rid of...
2007-10-14 benoitIncrement minor after r10709.
next