Activity
From 04/02/2006 to 05/01/2006
05/01/2006
- 03:52 PM Revision a20da52c (ffmpeg): skip null fourcc, fix ep2_mystery_m640_dummy.mov
- Originally committed as revision 5340 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:28 AM Revision c51ba67a (ffmpeg): clip_uint8 now return an uint8_t so no need to &0xFF
- Originally committed as revision 5339 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 AM Revision 77177335 (ffmpeg): document clip functions
- Originally committed as revision 5338 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/30/2006
- 07:31 PM Revision 89ddb72a (ffmpeg): warn on interlaced streams
- Originally committed as revision 5337 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:49 PM Revision 3a1fda0a (ffmpeg): clip_uint8 should return an uint8_t instead of an int (patch by Panag...
- Originally committed as revision 5336 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/29/2006
- 04:17 PM Revision 2805e3b4 (ffmpeg): Add missing newlines at end of file.
- Originally committed as revision 5335 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:02 PM Revision 2bda41e5 (ffmpeg): extend range used for testing (larger range should work too but testi...
- Originally committed as revision 5334 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:38 PM Revision 5c1cb379 (ffmpeg): <= vs. >= 10l bug
- Originally committed as revision 5333 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:43 AM Revision 2848ce84 (ffmpeg): don't force asserts in release builds. 2% faster h264.
- Originally committed as revision 5332 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/28/2006
- 11:16 PM Revision 0c2aaa88 (ffmpeg): memory leak.
- Originally committed as revision 5331 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:45 PM Revision d1c9b762 (ffmpeg): add newline at end of file
- Originally committed as revision 5330 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:29 PM Revision 7f12a978 (ffmpeg): use previous qscale for intra_dc_threshold check
- Originally committed as revision 5329 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:03 PM Revision e27b6e62 (ffmpeg): missmatch control for mpeg2 intra dequantization if bitexact=1
- Originally committed as revision 5328 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:19 PM Revision 6eb1427f (ffmpeg): Revert bad ac3enc commit, the commited code was bigger and slower.
- Originally committed as revision 5327 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:46 AM Revision 392f6da8 (ffmpeg): Remove unused and unsupported Cyrix's "Extended MMX",
- Add SSE3 support.
Patch by Zuxy Meng < zuxy POIS meng AH gmail POIS com >
Original thread:
04/26/06 13:13:
[Ffmpeg-de...
04/27/2006
- 09:42 PM Revision 9c445fbe (ffmpeg): Fix some bugs handling input that is not aligned at 16 bytes or has
- stride!=width.
Originally committed as revision 18323 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc - 11:49 AM Revision c4921874 (ffmpeg): Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is d...
- Originally committed as revision 5325 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:31 AM Revision 3ed410a6 (ffmpeg): Fix amr_nb-fixed build.
- Originally committed as revision 5324 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:30 AM Revision 06aa32ff (ffmpeg): Add EXTRADEPS variable for extra dependencies that need to be built f...
- Originally committed as revision 5323 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:38 AM Revision 64eaac62 (ffmpeg): amr_nb should disable amr_nb-fixed and vice versa.
- Originally committed as revision 5322 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:33 AM Revision 6eb07e73 (ffmpeg): Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixe...
- work even without amr_nb.
Originally committed as revision 5321 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:27 AM Revision 28fff4c8 (ffmpeg): cosmetics
- Originally committed as revision 5320 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:23 AM Revision e0fb7e5b (ffmpeg): cosmetics: Group all AMR variables together, add some newlines.
- Originally committed as revision 5319 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:19 AM Revision 90d9a1ba (ffmpeg): Misplaced CLEANAMR.
- Originally committed as revision 5318 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:10 AM Revision 1ea00ed0 (ffmpeg): CLEANAMRWB --> CLEANAMR typo
- Originally committed as revision 5317 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/25/2006
- 07:54 PM Revision 5f22aa3c (ffmpeg): 13% faster inner_add_yblock
- Originally committed as revision 5316 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:29 PM Revision f420826c (ffmpeg): 40% faster decode
- Originally committed as revision 5315 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/24/2006
- 01:04 PM Revision ddbddce5 (ffmpeg): Fix samples to bytes relation.
- Originally committed as revision 5314 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/23/2006
- 09:11 PM Revision f267587e (ffmpeg): Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false.
- Predict buffer size from blocksize_1 and number of channels and make
sure this does not exceed AVCODEC_MAX_AUDIO_FRAM... - 01:47 PM Revision 9d4461b9 (ffmpeg): Disable lavf NUT until it is synced to spec
- Originally committed as revision 5312 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:28 AM Revision fdb3a341 (ffmpeg): avoid AVInteger usage in av_rescale
- disable integer.* (unused)
libavutil.a 45k -> 32k
Originally committed as revision 5311 to svn://svn.ffmpeg.org/ffmp...
04/22/2006
- 09:21 PM Revision 176c142a (ffmpeg): Patch to generate the ac3 window, based on code by Justin Ruggles.
- Originally committed as revision 5310 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/21/2006
- 07:22 PM Revision c6f9e821 (ffmpeg): 10l in h264 vismb/vismv (broke on 2006-03-09)
- Originally committed as revision 5309 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/20/2006
- 10:17 PM Revision c2ea5f06 (ffmpeg): report to user if mmf with midi found (and not supported)
- Originally committed as revision 5308 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:23 PM Revision 4f26258f (ffmpeg): dtsdec.c copies one input packet at a time to a (static) buffer of size
- 4096 bytes while the packet can be up to 18726 bytes.
The code also keeps decoding until all input data has been used... - 12:57 PM Revision c3f11d19 (ffmpeg): Simplify the code used for assigning video_resample, video_crop, & vi...
- Originally committed as revision 5306 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 AM Revision 50a6c318 (ffmpeg): Avoid crash if there is a rtjpeg quant header but no video stream in ...
- Originally committed as revision 5305 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/19/2006
- 07:51 PM Revision 2d5545c3 (ffmpeg): make "size" variable in avpicture_alloc signed, since avpicture_get_size
- returns -1 on error which was not detected with previous code.
Originally committed as revision 5304 to svn://svn.ff... - 02:18 PM Revision 3cb4ee51 (ffmpeg): set width and height even for mpeg4, pix_fmt to NONE will force decod...
- Originally committed as revision 5303 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 PM Revision b6c1bfe0 (ffmpeg): add AVID DV fourcc
- Originally committed as revision 5302 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 PM Revision e0977c80 (ffmpeg): indention
- Originally committed as revision 5301 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:51 PM Revision 5c72cad8 (ffmpeg): always skip garbage at end of atom
- Originally committed as revision 5300 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:02 AM Revision 98d12b09 (ffmpeg): move declaration to mov.h
- Originally committed as revision 5299 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/18/2006
- 03:48 AM Revision f42635f5 (ffmpeg): gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med P...
- Originally committed as revision 5298 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/16/2006
- 08:27 AM Revision 4ee5599f (ffmpeg): 10l in rgb2rgb_template.c
- patch by Erik Auerswald <auerswal at unix-ag uni-kl de>
Originally committed as revision 18111 to svn://svn.mplayerh... - 03:40 AM Revision fd925db3 (ffmpeg): typo in the gcc handmade regalloc trigger
- Originally committed as revision 5297 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/15/2006
- 08:46 PM Revision fac8012c (ffmpeg): add support for intel mac. mp3lib is not fixed yet.
- Originally committed as revision 18105 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 03:09 PM Revision 2900340e (ffmpeg): Add mphq2 admins.
- Originally committed as revision 5296 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:05 PM Revision 2cf30841 (ffmpeg): Have EXTRALIBS appear after other link options, fixes shared build on...
- based on patch by Marcus Engene, ffmpeg AATT engene DDOOTT se
Originally committed as revision 5295 to svn://svn.ffm... - 02:15 PM Revision e1ffc3ad (ffmpeg): Revert Windows "warning" message.
- Originally committed as revision 5294 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 PM Revision 60dfd147 (ffmpeg): Fix SIGSEGV in rv10-null-pointer-500k.rm.
- patch by Wolfgang Scherer, Wolfgang__ . __Scherer__ @ __gmx__ . __de
Originally committed as revision 5293 to svn://...
04/14/2006
- 11:33 PM Revision 04f40508 (ffmpeg): Allow passing CFLAGS through the environment on all platforms.
- Originally committed as revision 5292 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:31 PM Revision b9ca6d47 (ffmpeg): output cosmetics
- Originally committed as revision 5291 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:45 PM Revision 37921ffd (ffmpeg): fix "concealing 0 DC, 0 AC, 0 MV errors" bug
- Originally committed as revision 5290 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 AM Revision 5616f85d (ffmpeg): clean and simplify mov_write_packet
- Originally committed as revision 5289 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:37 AM Revision b548f2b9 (ffmpeg): ffv1 and ffvhuff havnt changed since a long time and noone proposed any
- changes within 1 month after my warning so they are officially no longer
experimental and we will gurantee decodeabil... - 09:54 AM Revision 611fd605 (ffmpeg): get avcC profile and level indication from sps (from handbrake)
- Originally committed as revision 5287 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/13/2006
- 01:21 PM Revision 18c697ac (ffmpeg): write mdat in write_header avoid check in write_packet
- Originally committed as revision 5286 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:00 AM Revision 490c189b (ffmpeg): Disable v4l2 is videodev2.h is not "sanitized"
- Originally committed as revision 5285 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/11/2006
- 08:12 AM Revision 32ba6fb1 (ffmpeg): dont write stss atom if keyframes only
- Originally committed as revision 5284 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/10/2006
- 05:18 PM Revision fd7789db (ffmpeg): decrease last_offset when ftyp is present
- Originally committed as revision 5283 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:04 PM Revision a336965e (ffmpeg): fix edts for tracks without b frames
- Originally committed as revision 5282 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:12 PM Revision f1f7807a (ffmpeg): AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net.
- Originally committed as revision 5281 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:16 AM Revision f122deb4 (ffmpeg): Cosmetic patch: fix indentation (broken by previous cropping / padding
- patch)
Originally committed as revision 5280 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:04 AM Revision 07d0cdfc (ffmpeg): Make cropping, padding, and rescaling independent (after this patch,
- the cropping / padding code in img_resample() is not needed anymore)
Originally committed as revision 5279 to svn://... - 07:45 AM Revision 5341c209 (ffmpeg): Baptiste COUDURIER's padding patch (reworked by me a little bit).
- Moves padding code to imgconvert.c, and enables padding colorspaces != YUV420P.
Originally committed as revision 527...
04/09/2006
- 06:53 AM Revision 7b98bcbd (ffmpeg): signedness error caused broken decoding
- Originally committed as revision 5277 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 AM Revision c4e2a535 (ffmpeg): 100l to loren. at least this fixes the compile error, but the code is...
- Originally committed as revision 5276 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/07/2006
- 09:30 PM Revision 52dc09a5 (ffmpeg): Fix regression tests to match changed output of AC3 encoder
- (ac3enc.c r1.30)
Originally committed as revision 5275 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:08 PM Revision 0c35eb1c (ffmpeg): Add missing external declaration for kmvc codec
- Originally committed as revision 5274 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:59 PM Revision fd7b1991 (ffmpeg): KMVC (used in Worms games) decoder. Works fine with samples from MPHQ
- Originally committed as revision 5273 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 PM Revision a01e08ee (ffmpeg): hadamard8_diff* enabled on linux/ppc
- Originally committed as revision 5272 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/06/2006
- 10:08 AM Revision 265a1ac7 (ffmpeg): Reorganize vector constants to work around gcc 4.1 bug:
- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27006
This bug caused certain movies (444P or RGB/BGR-based) to become b... - 03:33 AM Revision 1c6606e2 (ffmpeg): Fix demuxing of AVIs with pad streams.
- Originally committed as revision 5271 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/05/2006
- 06:56 PM Revision 9076fee4 (ffmpeg): s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/
- typo spotted by Brian Brice <bbrice at newtek com>
Originally committed as revision 5270 to svn://svn.ffmpeg.org/ffm... - 04:13 AM Revision 75ca1a5f (ffmpeg): gmc_mmx tweaks
- Originally committed as revision 5269 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/04/2006
- 05:44 PM Revision 87b041e0 (ffmpeg): little h.264 related hunk from diff between cvs and mobile hackerz
- Originally committed as revision 5268 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:58 PM Revision 9e282ba3 (ffmpeg): the PSP rejects video with too high bitrates so lets claim they arent...
- Originally committed as revision 5267 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:35 PM Revision 7b748aff (ffmpeg): Introduce swscale interface in libavcodec
- Originally committed as revision 5266 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 AM Revision 703c8195 (ffmpeg): mmx implementation of 3-point GMC. (5x faster than C)
- Originally committed as revision 5265 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/03/2006
- 07:52 AM Revision 841f65f2 (ffmpeg): 2x faster ff_mpeg4_set_direct_mv
- Originally committed as revision 5264 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:51 AM Revision f760b70f (ffmpeg): AC3: support encoding fractional frame sizes
- Patch by Justin Ruggles, jruggle <<at>> earthlink <<dot>> net
Originally committed as revision 5263 to svn://svn.ffm...
Also available in: Atom