]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2006-11-27 Timo LindforsAdd support for files that begin with a dash.
2006-11-27 Michael NiedermayerPIC fix
2006-11-26 Brian FoleyMove copy_block* functions to dsp dsputil.h
2006-11-26 Kostya ShishkovCorrect rounding values in overlap filtering
2006-11-26 Kostya ShishkovB-frames support for adv. profile
2006-11-26 Kostya Shishkov100l: Initialize dc_scale with current quantizer for...
2006-11-26 Kostya ShishkovUse halfpq in coefficient scaling
2006-11-25 Diego BiurrunRemove redundant comment.
2006-11-24 Luca Barbatotypo
2006-11-24 Steven JohnsonImplement DELTA_FLI opcodes correctly. Patch by Steven...
2006-11-23 Alex Beregszaszisupport byte_run=0 case in DELTA_FLI (this case means...
2006-11-23 Alex Beregszaszi10l memory corruption bug found by Steven Johnson
2006-11-23 Aurelien JacobsNo need for special trick anymore for flac in matroska.
2006-11-23 Aurelien Jacobsflac: allow reading of full metadata headers from extradata
2006-11-23 Bill O'Shaughnessybring AC3 encoder output up to input volume level
2006-11-22 Reimar DöffingerSet CODEC_TYPE_DATA for timecode tracks.
2006-11-22 Reimar DöffingerSet st->need_parsing = 2 for MPEG-content.
2006-11-22 Baptiste Coudurierfix bitstream to be correctly decoded by quicktime
2006-11-22 Baptiste Coudurierfix sigfpe with intra only encoding
2006-11-22 Ramiro Pollaadd interactive support for MinGW
2006-11-22 Diego BiurrunConditionally compile some of the AltiVec optimizations.
2006-11-22 Matthias Hopffix some potential security issues, patch by Matthias...
2006-11-22 Baptiste Couduriertypo
2006-11-22 Michael Niedermayerfix b frames + -mbd rd without -psnr (yes that was...
2006-11-21 Aurelien Jacobsadd support for FLAC in matroska
2006-11-21 Diego BiurrunFix compilation with VC-1 decoder disabled.
2006-11-21 Michael Niedermayerfix b frames + -mbd rd without -psnr (yes that was...
2006-11-21 Michael Niedermayer100l infinite loop fix
2006-11-21 Aurelien Jacobsmove common voc muxer and demuxer data to voc.c
2006-11-21 Aurelien Jacobssplit voc.c into vocdec.c and vocenc.c
2006-11-21 Diego Biurruntypo
2006-11-21 Kostya ShishkovDecode non-interleaved scans
2006-11-20 Diego BiurrunKb --> kb
2006-11-20 Diego BiurrunNuke config.log support.
2006-11-20 Guillaume PoirierFix declaration and code thingie
2006-11-20 Martinallow amr bitrate to be changed "on the fly" through...
2006-11-20 Aurelien Jacobsadd support for tta in matroska
2006-11-20 Diego Biurruntypo
2006-11-20 Víctor PaesaCurrent FFmpeg expects bits/s instead of kilobits/s...
2006-11-20 Víctor PaesaSome notes about the order of options on the command...
2006-11-20 Tom HarperFix linking with H.261 support disabled.
2006-11-20 Michael Niedermayerinfiinit loop fix for CBR + adaptive quant
2006-11-20 Michael Niedermayer100l qprd fix 2nd try
2006-11-20 Kostya ShishkovSome progressive JPEG support
2006-11-20 Aurelien Jacobscosmetics: reindent after last commit
2006-11-20 Aurelien Jacobsmatroska: split real video frames so that each packet...
2006-11-20 Aurelien Jacobsmatroska: properly handle real video extradata
2006-11-20 Aurelien Jacobssimplify free()+set to NULL using av_freep()
2006-11-19 Michael Niedermayertesting all dquant for qp_rd fixes the qp runaway to...
2006-11-19 Guillaume PoirierAdd useful Altivec types, taken from with permission...
2006-11-19 Luca AbeniClarify that some of the non-SIMD code is now LGPLed.
2006-11-19 Reimar DöffingerCorrect GET/PUT_UTF8 comment: the get/put functions...
2006-11-19 Reimar DöffingerFix typo in comment
2006-11-19 Kostya ShishkovIdentation
2006-11-19 Kostya ShishkovDivide first audio buffer chunk into atomary bufffers.
2006-11-18 Diego BiurrunFix misplaced comment.
2006-11-18 Diego BiurrunClean up XAN DPCM hack and set codec_tag to 0 for XAN...
2006-11-18 Måns Rullgårdimproved pthreads test
2006-11-17 Benjamin LarssonMissed one log2().
2006-11-17 Oded Shimonchange mpeg4 fourcc from "mp4s" to "mp4v"
2006-11-17 Oded Shimonupdate to libnut, use framecode table generator
2006-11-17 Oded Shimonupdate to libnut API, changes to frame_table_input
2006-11-17 Kostya ShishkovOptimize overlapping
2006-11-17 Kostya ShishkovFix comments
2006-11-17 Kostya ShishkovOverlap filtering was done in reverse order
2006-11-16 Michael Niedermayerfix support for avis with sample_size > packet size
2006-11-16 Måns RullgårdTUNECPU is never used
2006-11-16 Måns Rullgårdsimplify [TARGET_]ARCH_* setting
2006-11-16 Måns Rullgårdadd copyright notices for myself and Diego
2006-11-16 Alex BeregszasziRemove alpha channel from RGB555
2006-11-16 Alex BeregszasziBGR555 has never been working as alpha supporting forma...
2006-11-16 Baptiste Coudurierparse video frame headers to get key flag
2006-11-16 Michael Niedermayerforgotten 2 converters (yeah svn up, svn di svn ci...
2006-11-16 Michael Niedermayerfixing the lamest bug in swscale, all the rgb/bgr-...
2006-11-16 Diego BiurrunRemove stray newline.
2006-11-16 Michael Niedermayer10l forgot (skip non keyframes after seeking between...
2006-11-16 Michael Niedermayerremove broken decoder locking code
2006-11-16 Baptiste Coudurierprint error when unsupported sample rate is used with swf
2006-11-16 Michael Niedermayercheck max_pts_distance
2006-11-16 Michael Niedermayerskip non keyframes after seeking between syncpoint...
2006-11-16 Michael Niedermayerremove unused variables
2006-11-16 Baptiste Coudurierthrow error if unsupported resolution is used with...
2006-11-16 Michael Niedermayerremoving unused code
2006-11-16 Ryan Martellremove duplicate code, patch by Ryan Martell rdm4 A...
2006-11-16 Oded ShimonUpdate to libnut API, non-negative errors
2006-11-16 Baptiste Couduriermake option field const
2006-11-15 Måns Rullgårdset CONFIG_OS2 using new method
2006-11-15 Måns Rullgårdgcc always #defines __MINGW32__ on mingw targets
2006-11-15 Oded ShimonI suppose I can add myself, at least for my vorbis...
2006-11-15 Michael Niedermayerdetect a few more errors (fixes libmp3-bug.avi again)
2006-11-15 Baptiste Coudurieradd movenc.c maintainers
2006-11-15 Oded Shimonupdate to libnut API, don't free the streams
2006-11-15 Diego BiurrunAlso remove cws2fws on clean.
2006-11-15 Diego BiurrunDo not build output_example and qt-faststart by default.
2006-11-15 Diego BiurrunRemove duplicate *.lib from rm command.
2006-11-15 Diego BiurrunRemove ifneq MINGW condition around man page uninstalla...
2006-11-15 Diego BiurrunMove BeOS extralibs handling into configure.
2006-11-15 Diego BiurrunMinGW compilation fix, inet_aton and #includes depend...
2006-11-15 Diego BiurrunRemove tar target, it's hardly useful.
2006-11-15 Måns Rullgårdset status variables automatically in check_header...
next