]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
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.
2007-10-14 reimarFix rc4 header, #ifndef -> #define
2007-10-14 diegoAdd multiple inclusion guards.
2007-10-14 diegoAdd standard license header.
2007-10-14 diegoConsistently place comments in file header.
2007-10-14 diegocosmetics: sort()
2007-10-14 aurelVP6A needs its Makefile rules too
2007-10-13 voroshilFix MJPEG decoder for AMV files.
2007-10-13 michaelprevent infinite loop and memcpy of negative amounts
2007-10-13 mrusimply buffer checks in vorbis_comment()
2007-10-13 mruuse bytestream_get_* in vorbis_comment()
2007-10-13 reimarAdd RC4 encryption/decryption function
2007-10-13 michaelfactorize code and add saftey check to prevent memcpyin...
2007-10-13 andomaSimplify tests for field macroblocks
2007-10-13 ramiroFix for r9870
2007-10-12 ramiroFix memleak
2007-10-12 ramiroffserver needs ffm_muxer specifically, and rtsp_demuxer...
2007-10-12 diegoUse single quotes to get rid of a bunch of backslash...
2007-10-12 diegoConsistently use $(FOO) instead of ${FOO} in Makefile...
2007-10-12 diego10l: refill2() is not unused, it is used conditionally.
2007-10-12 cehoyosInterlaced pictures (not just MBAFF) + spatial direct...
2007-10-12 diegoDisable unused code; fixes several gcc warnings:
2007-10-11 cehoyosEnable avpicture_deinterlace() for PIX_FMT_GRAY8.
2007-10-11 cehoyosFix intended order of operations for 4 assert() checks.
2007-10-11 ramiroSpecify in documentation that avcodec_find_(en|de)coder...
2007-10-11 benoitAdd functionality to set the direction of a ByteIOConte...
2007-10-11 diegowarning fixes:
2007-10-10 mrucheck values more thoroughly in vorbis_header()
2007-10-10 mruuse bytestream_get_* in vorbis_header()
2007-10-10 mrufix buffer overread with invalid Vorbis header
2007-10-10 mruremove duplicate Vorbis comment tag handling
2007-10-10 cehoyosSet pict->interlaced_frame if returned frame is MBAFF...
2007-10-10 reimarRemove ogg seek function, instead use generic seek...
2007-10-10 reimarAdd a read_timestamp function to ogg demuxer
2007-10-09 andomafix incorrect check for abs_diff_pic_num overflow
2007-10-09 reimarAllow to override zlib compression level in PNG encoder...
2007-10-09 andomareindent
2007-10-09 bcoudurierbetter lambda search method
2007-10-09 cehoyosEnable PAFF decoding
2007-10-09 aureloops... mpegvideo_enc also depends on motion_est and...
2007-10-09 aureldnxhdenc depends on mpegvideo_enc (usage of ff_convert_...
2007-10-09 michaelindent
2007-10-09 michaelavoid generating invalid files
2007-10-08 andomaManage Picture buffers for fields as well as frames...
2007-10-08 andomaFix deblocking for PAFF content
2007-10-08 bcoudurierdnxhd 36mbit support
2007-10-08 bcoudurierappend extradata atoms when parsing, fix OLOCOONS_O3.mov
2007-10-08 bcouduriertypo weigth->weight
2007-10-08 bcoudurierpreliminary 10 bit depth decoding support, still miss...
2007-10-08 bcouduriermerge
2007-10-08 bcoudurier10l, check 'i' validity before using it
2007-10-08 bcoudurierfix 10 bit per comp detection
2007-10-08 bcoudurierDNxHD (SMPTE VC-3) encoder
next