Activity
From 02/19/2008 to 03/19/2008
03/19/2008
- 06:51 PM Revision 10cac9f9 (ffmpeg): Add Mimic and MSN TCP Webcam streams to documentation.
- Originally committed as revision 12507 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 PM Revision 7e6ca34f (ffmpeg): Reindent after rtsp-alternate-protocol* patches.
- Originally committed as revision 12506 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:07 PM Revision 8792f52a (ffmpeg): Change protocol_mask into protocol, since we always just try a single...
- iteration in make_setup_request(), and cycling between the different protocols
is now done in the calling function, t... - 02:05 PM Revision 8a8754d8 (ffmpeg): Allow cycling between different protocols (TCP, UDP or multicast) so ...
- one doesn't work, we can try the next one (i.e. trial-error protocol auto-
probing).
Discussed and approved in "[PAT... - 10:11 AM Revision b58412f1 (ffmpeg): Check for sys/mman.h and set appropriate definitions.
- patch by Alexander Strange, astrange ithinksw com
Originally committed as revision 12503 to svn://svn.ffmpeg.org/ffm... - 08:47 AM Revision 3540b950 (ffmpeg): add missing #include "common.h" to libavutil headers
- Originally committed as revision 12502 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:43 AM Revision e6e70d9b (ffmpeg): Cosmetic change: remove the whitespace after 'defined'
- Originally committed as revision 12501 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:42 AM Revision 0fd48fac (ffmpeg): 'malloc' attribute isn't supported in old gcc.
- Originally committed as revision 12500 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:30 AM Revision cca6d953 (ffmpeg): Apply "alloc_size" attribute to av_alloc, av_realloc and av_mallocz
- Originally committed as revision 12499 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:17 AM Revision 85074d3c (ffmpeg): Reapply r12489: Add pure, const and malloc attributes to proper funct...
- in libavutil.
Fix a compilation failure in r12489.
Originally committed as revision 12498 to svn://svn.ffmpeg.org/ff...
03/18/2008
- 11:50 PM Revision d1928ac1 (ffmpeg): add some missing formats: lmlm4, pva, pcx and sun rasterfile.
- Originally committed as revision 12497 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:28 PM Revision 3662d880 (ffmpeg): 32/64-bit agnostic x86 bswap
- Originally committed as revision 12496 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:14 PM Revision c5fec7d7 (ffmpeg): Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
- Originally committed as revision 26264 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:14 PM Revision 0866c56f (ffmpeg): Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
- Originally committed as revision 12495 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:52 PM Revision 70fa2e27 (ffmpeg): cosmetics: sanitise asm() statements in bswap.h
- Originally committed as revision 12494 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:14 PM Revision 95633045 (ffmpeg): Remove useless variable since r8456.
- Originally committed as revision 12493 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:54 PM Revision 0f3444e1 (ffmpeg): MSN TCP Webcam stream demuxer.
- Originally committed as revision 12492 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:51 PM Revision a7129de5 (ffmpeg): Mimic decoder.
- Originally committed as revision 12491 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:29 PM Revision 2119bb8f (ffmpeg): revert r12489.
- Originally committed as revision 12490 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:27 PM Revision 6544f48f (ffmpeg): Pure, const and malloc attributes to libavutil.
- Patch by Zuxy Meng: zuxy meng gmail com
Original thread:
[FFmpeg-devel] [PATCH] Pure, const and malloc attributes to ... - 01:13 PM Revision 38c669d8 (ffmpeg): cosmetics, remove superflous comments
- Originally committed as revision 12488 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:32 PM Revision d7f0920b (ffmpeg): Check for and set HAVE_MMX2, it is used in several places.
- patch by Alexander Strange, astrange ithinksw com
Originally committed as revision 12487 to svn://svn.ffmpeg.org/ffm... - 12:08 PM Revision 503d5b58 (ffmpeg): fix extern prefix detection when cross compiling.
- Patch by Michael Kostylev: mik niipt ru
Originally committed as revision 12486 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:36 AM Revision 2081f3c6 (ffmpeg): fix extern prefix detection on mingw
- Originally committed as revision 12485 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:01 AM Revision b4d96ba2 (ffmpeg): check for prefix on extern symbols in configure
- Originally committed as revision 12484 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/17/2008
- 11:44 PM Revision 6fcc9af0 (ffmpeg): simplify ALIGN_MASK definition
- Originally committed as revision 12483 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:08 PM Revision b55aa9a9 (ffmpeg): get register names from x86_cpu.h
- Originally committed as revision 12482 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:08 PM Revision 3c9bcb42 (ffmpeg): add REGd definition
- Originally committed as revision 12481 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:08 PM Revision a62a1c31 (ffmpeg): use HAVE_FAST_64BIT
- Originally committed as revision 12480 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:00 PM Revision ea68e334 (ffmpeg): cosmetics: remove useless \-newline escapes
- Originally committed as revision 12479 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:22 PM Revision 4f54a3b8 (ffmpeg): indentation
- Originally committed as revision 12478 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:22 PM Revision 844ea46a (ffmpeg): clean up FFT SIMD selection
- Originally committed as revision 12477 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:16 PM Revision 53620bba (ffmpeg): Split the SETUP request into a separate function, as a prelude into a...
- multiple SETUPs to be send to cycle protocols rather than bailing if one
fails.
Discussed and approved in "[PATCH] R... - 09:43 AM Revision 6fce7591 (ffmpeg): Fix previously broken x86_64 check, simplifying it in the process.
- Originally committed as revision 12475 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 AM Revision 3dddba4b (ffmpeg): Fix previously broken xlc checks, simplifying them in the process.
- Originally committed as revision 12474 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:36 AM Revision 78fe7631 (ffmpeg): Drop unnecessary subshell invocation from BEINCLUDES check.
- Originally committed as revision 12473 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 AM Revision 972d628a (ffmpeg): Provide a context to parse_time_or_die().
- Patch by Stefano Sabatini: stefano sabatini-lala poste it
Originally committed as revision 12472 to svn://svn.ffmpeg... - 09:22 AM Revision 08e89160 (ffmpeg): cosmetics: indentation
- Originally committed as revision 12471 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:22 AM Revision edfd6975 (ffmpeg): Simplify MANGLE macro preprocessor condition checks.
- Originally committed as revision 12470 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:20 AM Revision 7edd384f (ffmpeg): Add -q to grep invocation where appropriate.
- Originally committed as revision 12469 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 AM Revision 8e9ccb6c (ffmpeg): Fix MANGLE macro on Mac OS X.
- Allows compiling a 64 bit FFmpeg on Mac OS X without using --disable-mmx.
patch by İsmail Dönmez ismail namtrac org
... - 06:01 AM Revision 5a352b14 (ffmpeg): Fix a typo that causes an assertion to always fail.
- Reported by Alexander Bokovikov (openworld AT uralweb DOT ru)
Originally committed as revision 26257 to svn://svn.mp... - 02:33 AM Revision d85d7a0b (ffmpeg): mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS
- Originally committed as revision 12467 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:33 AM Revision 5550eba8 (ffmpeg): typo: add missing \ in multi-line macro
- Originally committed as revision 12466 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:33 AM Revision e6b790f9 (ffmpeg): fix typo ARCH_PPC -> ARCH_POWERPC
- Originally committed as revision 12465 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/16/2008
- 05:54 PM Revision 8c2a2070 (ffmpeg): just skip klv packet, when no corresponding stream is found
- Originally committed as revision 12464 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:34 PM Revision b0605329 (ffmpeg): Move functions that are only used when libswscale is not compiled in ...
- the appropriate #ifdef. This avoids a bunch of "defined but not used" warnings
when compiling with libswscale enabled... - 03:51 PM Revision abe39c0f (ffmpeg): Escape \1 and \2 in sed expressions written to config.mak to avoid ma...
- Originally committed as revision 12462 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:27 PM Revision 08c4e395 (ffmpeg): Return of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD
- Originally committed as revision 12461 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 PM Revision 23f08617 (ffmpeg): simplify, flags is 24bits according to specs
- Originally committed as revision 12460 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision 558ce5c4 (ffmpeg): fucked up alphabetical order again, sorry
- Originally committed as revision 12459 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:36 PM Revision aa9f4208 (ffmpeg): ipod/iphone compatible mp4 muxer
- Originally committed as revision 12458 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:15 PM Revision 77f11d8a (ffmpeg): improve precision in mdct.c using double for some temporaries
- Originally committed as revision 12457 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:24 AM Revision 6a5b9773 (ffmpeg): 10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD.
- Originally committed as revision 12456 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/15/2008
- 07:57 PM Revision b1b18481 (ffmpeg): Merge binary generation rules.
- Originally committed as revision 12455 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 PM Revision 14f3ce36 (ffmpeg): fix DEPEND_CMD for out of tree builds
- Originally committed as revision 12454 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 PM Revision a426bbfc (ffmpeg): set SRC_DIR in top-leve Makefile
- Originally committed as revision 12453 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 PM Revision c415857d (ffmpeg): rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was used
- Originally committed as revision 12452 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:14 PM Revision e6a383d6 (ffmpeg): Use $< to simplify a few lines.
- Originally committed as revision 12451 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:17 PM Revision 63d026b1 (ffmpeg): cosmetics: #include config.h before all other FFmpeg headers.
- Originally committed as revision 12450 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:15 PM Revision bd107136 (ffmpeg): typo fixes
- Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision bee972ee (ffmpeg): typo
- Originally committed as revision 26251 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:54 PM Revision 4477b9f4 (ffmpeg): Properly check for AltiVec CFLAGS instead of guessing based on compil...
- Originally committed as revision 12448 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:28 PM Revision b96644bf (ffmpeg): Add attribute_align_arg to os2thread.c.
- Patch by Dave Yeo.
Originally committed as revision 12447 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:24 PM Revision 69b192ac (ffmpeg): Typo
- Originally committed as revision 12446 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:04 AM Revision e982d4d3 (ffmpeg): Remove the unused function roundToInt16. It is a duplicate of the sam...
- in swscale.c. Fixes the warning:
yuv2rgb_altivec.c:751: 'roundToInt16' defined but not used
Originally committed as ... - 09:47 AM Revision 5dff04fc (ffmpeg): Only check for altivec.h when not using Apple gcc and not adding -fal...
- CFLAGS. This avoids a couple of warnings of the type
'#warning: Ignoring <altivec.h> because "-faltivec" specified'.
... - 09:45 AM Revision 0870c767 (ffmpeg): cosmetics: Reformat Apple cc check.
- Originally committed as revision 12444 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/14/2008
- 09:50 PM Revision 216d513c (ffmpeg): typos
- Originally committed as revision 12443 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 PM Revision b2c26e27 (ffmpeg): Use correct t printf modifier for pointer differences.
- Originally committed as revision 12442 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:10 PM Revision 4e9b8211 (ffmpeg): useless null
- Originally committed as revision 12441 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:48 PM Revision 82213f68 (ffmpeg): remove useless img_write_trailer func
- Originally committed as revision 12440 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:44 PM Revision 6e69586b (ffmpeg): Build ffserver_g as well as ffserver, consistent with the other binar...
- Originally committed as revision 12439 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 AM Revision 99c763d1 (ffmpeg): log aspect ratio forbidden value, and fail if error resilience is high
- Originally committed as revision 12438 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/13/2008
- 11:28 PM Revision d04d9e16 (ffmpeg): new attempt at portable endian test
- Originally committed as revision 12437 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 PM Revision ccae51d5 (ffmpeg): hopefully portable endian test
- Originally committed as revision 12436 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:30 PM Revision 768a9205 (ffmpeg): #include stddef.h instead of sys/types.h, the former is a standard C ...
- Originally committed as revision 12435 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:26 PM Revision a2338352 (ffmpeg): do not fail badly if aspect ratio is 0/forbidden, fix issue 369
- Originally committed as revision 12434 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:17 PM Revision 32573a74 (ffmpeg): #include stdint.h instead of inttypes.h like all libavutil headers do.
- Originally committed as revision 12433 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:10 PM Revision bfb80dbe (ffmpeg): This file does not use size_t, so no need to #include <sys/types.h>.
- Originally committed as revision 12432 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 PM Revision a087028a (ffmpeg): Add #include "config.h" to headers that need it.
- Originally committed as revision 12431 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:49 AM Revision 9d2cc8c1 (ffmpeg): If consumed does not match nalsize, favor nalsize.
- Fixes issue385.
Originally committed as revision 12430 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:20 AM Revision 6ef29128 (ffmpeg): Add missing stdint.h #include to headers that use it.
- Originally committed as revision 12429 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/12/2008
- 11:58 PM Revision 2cab6401 (ffmpeg): typo fixes
- Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:54 PM Revision 88a7a2dc (ffmpeg): wording improvement by the Wanderer
- Originally committed as revision 12427 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 PM Revision a6f6b237 (ffmpeg): typos
- Originally committed as revision 26228 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:30 PM Revision 315c741d (ffmpeg): Move dependency generation commands into configure.
- This will allow specifying gcc-independent commands in the future.
Originally committed as revision 12426 to svn://s... - 11:15 PM Revision 8b83d568 (ffmpeg): Fix configure to properly build without PIC by default on Darwin
- Patch by Alexander Strange (astrange ithinksw com)
Originally committed as revision 12425 to svn://svn.ffmpeg.org/ff... - 10:05 PM Revision fecf966f (ffmpeg): Ministry of English Composition edits, courtesy of the Wanderer
- Originally committed as revision 12424 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 PM Revision 0138c54e (ffmpeg): Use proper library versions instead of SPPVERSION in Darwin SHFLAGS.
- Originally committed as revision 12423 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:42 AM Revision f63b6dc0 (ffmpeg): Do not calculate dependencies for header files in the .vhookdepend ta...
- Originally committed as revision 12422 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 AM Revision 8df4da4e (ffmpeg): Use $^ without header files instead of $(SRCS) to reference the depen...
- of the .depend target. $^ apparently includes the full path to files found
in a vpath directory, $(SRCS) does not. Th...
03/11/2008
- 09:01 AM Revision a04e3240 (ffmpeg): Mark Y variable in EPILOG macro as av_unused to avoid unused variable...
- Originally committed as revision 26220 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:04 AM Revision bf99f4fc (ffmpeg): Ministry of English Composition edits
- Originally committed as revision 12420 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/10/2008
- 10:59 PM Revision b7860763 (ffmpeg): Clarify comment.
- Originally committed as revision 12419 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 PM Revision 98f6dfa6 (ffmpeg): make input buffer const, as it should be. fixes a warning.
- Originally committed as revision 12418 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 PM Revision 074ac3c2 (ffmpeg): add out of bound stream index checks
- fix issue379
Originally committed as revision 12417 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:15 PM Revision 1b9cec96 (ffmpeg): Remove windows installer. I'm not aware of anyone that uses it.
- Originally committed as revision 12416 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:09 PM Revision 6ed4eec5 (ffmpeg): add a temporary variable to simplify the code
- Originally committed as revision 12415 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision 30a3ad75 (ffmpeg): Simplify .depend generation command.
- Originally committed as revision 12414 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:12 PM Revision 7853bf93 (ffmpeg): Replace the awkward '1>' with the more natural '>'.
- Originally committed as revision 12413 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:01 PM Revision 3c889b5c (ffmpeg): Merge SDL_CFLAGS handling for files that need it.
- Originally committed as revision 12412 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:03 PM Revision 5acef35f (ffmpeg): Add AVClass to URLContext at next major version bump
- Patch by Björn Axelsson (bjorn axelsson intinor se)
Originally committed as revision 12411 to svn://svn.ffmpeg.org/f... - 06:42 PM Revision 7ce68923 (ffmpeg): misc spelling fixes
- Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:38 PM Revision 06de58d2 (ffmpeg): typo
- Originally committed as revision 26212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:37 PM Revision bab785a5 (ffmpeg): vhooks really need libav* even if they compile fine without on Linux.
- Originally committed as revision 12409 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:54 PM Revision 13ca50f3 (ffmpeg): Rename --enable-swscaler --> enable-swscale to be consistent with the
- directory name and other option names. Also rename variables accordingly.
Originally committed as revision 12408 to ... - 03:19 PM Revision 781138d0 (ffmpeg): Update the regression tests reference values after the changes to the...
- muxer/demuxer in revision 12358.
Originally committed as revision 12407 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:30 PM Revision 635a8cd2 (ffmpeg): Make av_class a pointer to const.
- Patch by Takis.
Originally committed as revision 26210 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 02:28 PM Revision 710af50e (ffmpeg): define VOF as double of VOFW.
- Originally committed as revision 26209 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:30 AM Revision 3f0bc115 (ffmpeg): Remove redundant swScaler: output from places where av_log()
- properly prints the context anyway.
Originally committed as revision 26207 to svn://svn.mplayerhq.hu/mplayer/trunk/l... - 03:07 AM Revision 32c3047c (ffmpeg): These video decoders do not need to include and initialize the DSP
- support functions.
Originally committed as revision 12406 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:07 AM Revision d61af67a (ffmpeg): There is no reason to assign a variable to itself
- Originally committed as revision 12405 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:48 AM Revision b847847a (ffmpeg): cosmetics: remove some empty lines
- Originally committed as revision 12404 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 AM Revision 01ccf45b (ffmpeg): remove useless and misleading comments
- Originally committed as revision 12403 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 AM Revision 1637930f (ffmpeg): smaller tables
- Originally committed as revision 12402 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/09/2008
- 11:43 PM Revision 36b0782e (ffmpeg): consistent use of MKTAG() in the codec_bmp_tags table
- Originally committed as revision 12401 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:34 PM Revision ab0b2e55 (ffmpeg): cosmetics: alignment of the codec_bmp_tags table
- Originally committed as revision 12400 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 PM Revision 9701840b (ffmpeg): add FF_ prefix to all (frame)_TYPE usage
- Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:29 PM Revision 88855b51 (ffmpeg): Work around gcc stupidity: With -MM gcc outputs just the basename of ...
- target name. This breaks when compiling targets in subdirectories, so prepend
the subdirectory name to the target nam... - 05:05 PM Revision 38dae9c3 (ffmpeg): downmix before imdct unless different size transforms are used. about...
- faster 5.1-to-stereo downmixing.
Originally committed as revision 12397 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:46 PM Revision 95049fec (ffmpeg): Clarify the intended meaning of wont_fix.
- Originally committed as revision 12396 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:16 PM Revision 811d9146 (ffmpeg): indentation
- Originally committed as revision 12395 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 PM Revision 1ba3bae8 (ffmpeg): Correctly handle empty frames
- Originally committed as revision 12394 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 AM Revision 8c908d7d (ffmpeg): Fraps v5 decoding support
- Originally committed as revision 12393 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 AM Revision 6a02cb82 (ffmpeg): Add step variable (for future v5 decoding)
- Originally committed as revision 12392 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:18 AM Revision d98878f4 (ffmpeg): recognize the CLJR FourCC (Cirrus Logic AccuPak)
- Originally committed as revision 12391 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/08/2008
- 11:18 PM Revision 39fc859e (ffmpeg): VFW grabber
- Originally committed as revision 12390 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:06 PM Revision d76c3e07 (ffmpeg): Correctly handle case where buffer is 100% full
- Originally committed as revision 12389 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:59 PM Revision fd9da087 (ffmpeg): add myself as vfwcap.c maintainer
- Originally committed as revision 12388 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 PM Revision 5e474a68 (ffmpeg): dc1394.c has been renamed to libdc1394.c
- Originally committed as revision 12387 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:55 PM Revision d8436ba4 (ffmpeg): Split libavdevice maintainers out of libavformat
- Originally committed as revision 12386 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision ffa71b2b (ffmpeg): Typo + grammar
- Originally committed as revision 12385 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision c2345207 (ffmpeg): VFW capture support
- Originally committed as revision 12384 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 PM Revision ab8ab30c (ffmpeg): Introduce max_picture_buffer variable in AVFormatContext,
- set by rtbufsize option.
Originally committed as revision 12383 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:30 PM Revision c123486e (ffmpeg): #error in case we do not know how to provide alignment.
- Originally committed as revision 12382 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:27 PM Revision e73e4e75 (ffmpeg): cosmetics: Fix indentation in a few more places.
- Originally committed as revision 12381 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:24 PM Revision ef3dfbd4 (ffmpeg): cosmetics: Normalize {} placement after for, while, if.
- Originally committed as revision 12380 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 PM Revision 72b8963d (ffmpeg): Mention that libavdevice/x11grab.c is GPLed.
- Originally committed as revision 12379 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 PM Revision 54b62496 (ffmpeg): Define WIN32_LEAN_AND_MEAN before including windows.h to exclude
- rarely-used header files.
Originally committed as revision 12378 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:59 PM Revision a06ba2a1 (ffmpeg): Include windows.h instead of trying to redeclare Sleep
- os_support.h used to be included in all lavf files, and including windows.h
here caused a significant slowdown.
Orig... - 06:50 PM Revision 4a24ab64 (ffmpeg): Rename pp variable to postproc for consistency.
- Originally committed as revision 12376 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:33 PM Revision 6bd859d6 (ffmpeg): check for x86 bswap instruction
- Originally committed as revision 12375 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:08 PM Revision a73cbf97 (ffmpeg): huffman: add a zero_count flag and use it in fraps
- fixes issue349
Originally committed as revision 12374 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:57 PM Revision bac02ed3 (ffmpeg): huffman: pass hnode_first as a flag instead of as an argument on its own
- Originally committed as revision 12373 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:43 PM Revision 409e1d71 (ffmpeg): Put network-related code under #ifdef
- Originally committed as revision 12372 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:43 PM Revision 591cf117 (ffmpeg): Group network-related code together
- Originally committed as revision 12371 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:18 PM Revision 8d06bd53 (ffmpeg): Fix unused variable warnings.
- patch by mark cox, melbournemark+ffmpeg gmail.com
Originally committed as revision 12370 to svn://svn.ffmpeg.org/ffm... - 04:19 PM Revision 61c51088 (ffmpeg): cosmetics: prettyprinting
- Originally committed as revision 12369 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:19 PM Revision 3d323571 (ffmpeg): Install libavfilter if it has been enabled.
- Originally committed as revision 12368 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 PM Revision 4c85ae7b (ffmpeg): The videohook target does not depend on .libs.
- Originally committed as revision 12367 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:06 PM Revision c7193373 (ffmpeg): Make ffplay use parse_number_or_die instead of atoi.
- Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 12366 to svn://svn.ffmpeg.org/ffmp... - 02:54 PM Revision 69ed2c3b (ffmpeg): cosmetics: Remove useless empty line.
- Originally committed as revision 26201 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:54 PM Revision 0050adee (ffmpeg): cosmetics: Remove useless empty line.
- Originally committed as revision 12365 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:40 PM Revision 2e7bd344 (ffmpeg): cosmetics: Consistently move NAME and FFLIBS to the top of each Makef...
- Originally committed as revision 26200 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:39 PM Revision 9b25f4a6 (ffmpeg): cosmetics: Consistently move NAME and FFLIBS to the top of each Makef...
- Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/07/2008
- 07:47 PM Revision 5dea9409 (ffmpeg): __stdcall -> WINAPI
- Windows x64 has no __stdcall.
It is not yet supported, but someday it might...
Originally committed as revision 1236... - 07:27 PM Revision 0e32c8c6 (ffmpeg): simplify library version handling
- Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 PM Revision 88b5db9f (ffmpeg): replace -f pgmyuv with -f image2 -vcodec pgmyuv
- Originally committed as revision 12361 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 PM Revision 5b67e4f8 (ffmpeg): Simplify do_video_encoding() in regression.sh
- All calls of this function use pgmyuv input format; hence
no need to specify it explicitly.
Originally committed as ... - 07:27 PM Revision 6b60ac3e (ffmpeg): simplify library version handling
- Originally committed as revision 26193 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:27 PM Revision 733a6d83 (ffmpeg): Remove mp4psp regression test
- The PSP MP4 format requires an AAC audio stream, so until
we have an AAC encoder we cannot test this format.
The exi... - 07:25 PM Revision 90c2295b (ffmpeg): Add 'disposition' bitfield to AVStream and use it for both muxing and...
- of matroska and nut.
Originally committed as revision 12358 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:08 AM Revision b049ad50 (ffmpeg): fix AVClass for avfilter
- Originally committed as revision 12357 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/06/2008
- 11:10 PM Revision cbaf50f8 (ffmpeg): indentation
- Originally committed as revision 12356 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:09 PM Revision 7ee4dd02 (ffmpeg): do not display par and dar if not available
- Originally committed as revision 12355 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 PM Revision b10b849f (ffmpeg): consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
- Originally committed as revision 26186 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:44 PM Revision 5671fc14 (ffmpeg): consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
- Originally committed as revision 12354 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:44 PM Revision 4c7981ba (ffmpeg): do not reset duration_error for all streams, only reset current strea...
- Originally committed as revision 12353 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:41 PM Revision d42a814e (ffmpeg): Make av_class a pointer to a const AVClass. Addresses one warning in
- imgresample.c.
Originally committed as revision 12352 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:22 PM Revision ebf71dbd (ffmpeg): Don't use unchecked data from the bitstream.
- Originally committed as revision 12351 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision 72d334ca (ffmpeg): support AVDISCARD_ALL
- Originally committed as revision 12350 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:32 AM Revision 8055ede6 (ffmpeg): change sws_format_name to return const char*, supress many warnings
- Originally committed as revision 26183 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:51 AM Revision 4b0c30b7 (ffmpeg): remove redundant SwScaler text since av_log uses AVClass context
- Originally committed as revision 26182 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:45 AM Revision 30400f0d (ffmpeg): fix interlaced decoding, original patch from reimar
- Originally committed as revision 12349 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:30 AM Revision 9dc92a38 (ffmpeg): IMA ADPCM encoder - QT variant
- Originally committed as revision 12348 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 AM Revision 11c55efa (ffmpeg): Skip over unknown extended_content_header tags.
- fixes issue358
Originally committed as revision 12347 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:20 AM Revision 16428e63 (ffmpeg): simplify
- Originally committed as revision 12346 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/05/2008
- 09:43 PM Revision 9822564d (ffmpeg): make compilation of mpeg12* and mpegvideo conditional
- Originally committed as revision 12345 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:29 PM Revision 6cbe71bd (ffmpeg): move ff_mpeg1_dc_scale_table to mpegvideo.c
- Originally committed as revision 12344 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 PM Revision de2f77d8 (ffmpeg): allow vpath search only for source files
- Originally committed as revision 12343 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:56 PM Revision e3773a55 (ffmpeg): simplify processing of some --disable-* options
- Originally committed as revision 12342 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:43 PM Revision c2b0b21d (ffmpeg): Add correct version number to shared libavfilter
- Originally committed as revision 12341 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:26 PM Revision ea28ecb0 (ffmpeg): Fix avfilter compilation with --enable-shared and no libswscaler
- Originally committed as revision 12340 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:34 PM Revision 5a433461 (ffmpeg): add dependencies for matroska audio and nut muxers over lavc
- Originally committed as revision 12339 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:29 PM Revision d78d72da (ffmpeg): Set TCP protocol to is_streamed=1 as seeking is not possible.
- Björn Axelsson, bjorn.axelsson intinor se
Originally committed as revision 12338 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:23 PM Revision dc85e859 (ffmpeg): doxyfy frame type comments and add some more comments
- Originally committed as revision 12337 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 PM Revision 48d533e6 (ffmpeg): define BI frame type along with other frame types
- Originally committed as revision 12336 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:15 PM Revision c06ccb13 (ffmpeg): cosmetic: align
- Originally committed as revision 12335 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision 241227d8 (ffmpeg): remove some unneeded artificial dependencies from configure
- Originally committed as revision 12334 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:49 PM Revision 591bf9b9 (ffmpeg): add some required objects dependencies
- Originally committed as revision 12333 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 PM Revision 0c291f2d (ffmpeg): Avoid linking with h263 and mpeg4 find_frame_end()
- when those codecs are not enabled.
Originally committed as revision 12332 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:31 PM Revision 83cc23c5 (ffmpeg): Add some information about the stream bitrate, if available
- Originally committed as revision 12331 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:06 PM Revision 1326621c (ffmpeg): Subtitle support. (untested)
- Originally committed as revision 12330 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 PM Revision 73e22613 (ffmpeg): The last flag fix fixed mpeg4-qprd (there the flags ended up being tr...
- through lrintf(), that is gcc put the 32bit int flags in a 32bit float
which caused some to be lost ...).
I wonder wh... - 12:06 PM Revision 112249de (ffmpeg): set block align for mace3/6
- Originally committed as revision 12328 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:02 PM Revision 28da7981 (ffmpeg): correctly compute bit rate for compressed audio, should fix seeking i...
- Originally committed as revision 12327 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:58 AM Revision 282ee4e7 (ffmpeg): fix the WC3 Xan decoder by correcting the frame accounting logic
- Originally committed as revision 12326 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:03 AM Revision 56adc695 (ffmpeg): One more (forgotten) fix for fixing sws_flags.
- Originally committed as revision 26166 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 04:02 AM Revision e60da588 (ffmpeg): sws_flags is unsigned.
- This together with the last commit fixes the strange behavior of -sws_flags.
(issue229)
Originally committed as revi... - 03:59 AM Revision 378774e9 (ffmpeg): Fix handling flags with the MSB set.
- Originally committed as revision 12324 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:00 AM Revision 8b2fce0d (ffmpeg): Turn ancient V offset numerical constants into named ones.
- Add a check that checks that the width is within the choosen constant.
This might have been exploitable.
Originally ... - 12:43 AM Revision fbd4293d (ffmpeg): remove more useless mpegvideo.h includes
- Originally committed as revision 12323 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:38 AM Revision cbcd6c8c (ffmpeg): move EDGE_WIDTH definition allong with draw_edges where it belongs
- Originally committed as revision 12322 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:07 AM Revision d37f007d (ffmpeg): remove #include "mpegvideo.h" where it is not needed
- Originally committed as revision 12321 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:06 AM Revision 3bfe9260 (ffmpeg): move relevant declarations to mpeg12data.h
- Originally committed as revision 12320 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/04/2008
- 11:58 PM Revision 6d934615 (ffmpeg): move run length table constants to rl.h
- Originally committed as revision 12319 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:10 PM Revision 288a44fb (ffmpeg): move ff_emulated_edge_mc() to dsputil
- Originally committed as revision 12318 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:09 PM Revision 8d4bef64 (ffmpeg): Remove unused elements from tables.
- Originally committed as revision 12317 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:58 PM Revision 6a287b73 (ffmpeg): Detect and prevent reading over the end of counts_*. We pass the error
- through a context variable as this is simpler and i think also faster, but
the return value of functions could be use... - 09:39 PM Revision 1a2a1d90 (ffmpeg): Prevent segfault due to reading over the end of the input buffer.
- Originally committed as revision 12315 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:38 PM Revision 79989881 (ffmpeg): fix wmv3 dependencies
- Originally committed as revision 12314 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:35 PM Revision 49c35f16 (ffmpeg): Fix compilation on powerpc.
- DECLARE_ALIGNED_8 is not defined at that point, but this code is powerpc
only, so it's really equivalent to DECLARE_A... - 10:54 AM Revision 015d0bb9 (ffmpeg): remove old draw_edges declaration cruft
- Originally committed as revision 12312 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 AM Revision 4c79b95c (ffmpeg): move ff_init_scantable() into dsputil
- Originally committed as revision 12311 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:31 AM Revision 675b8390 (ffmpeg): Ignore flags after pts/dts if there are no bytes left.
- Fixes decoding of vdr-radio.vdr. (issue198)
Originally committed as revision 12310 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:07 AM Revision 5a6a9e78 (ffmpeg): move draw_edges() into dsputil
- Originally committed as revision 12309 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/03/2008
- 11:14 PM Revision ce7f71a2 (ffmpeg): dsputil.h is a local header
- Originally committed as revision 12308 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:10 PM Revision c8deab7a (ffmpeg): include required header
- Originally committed as revision 12307 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 PM Revision 6e196eac (ffmpeg): include required headers for int64_t and AV_RB16()
- Originally committed as revision 12306 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 PM Revision abf2dc9c (ffmpeg): avi.h does not use anything from avcodec.h.
- Originally committed as revision 12305 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision 22f86547 (ffmpeg): Fix endian test with grep not handling non-text files
- POSIX grep is not required to support non-text files.
Idea by Rich Felker.
Originally committed as revision 12304 t... - 09:54 PM Revision 0e9fbd35 (ffmpeg): remove invalid free() forgotten in r12300
- Originally committed as revision 12303 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 PM Revision 932ccf39 (ffmpeg): remove unnecessary backslashes
- Originally committed as revision 12302 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:53 PM Revision 81124ba0 (ffmpeg): Fix libavfilter compilation and make it more in line
- with the other libav*.
Originally committed as revision 12301 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:53 PM Revision f15e6b86 (ffmpeg): Provide non null class name to avoid crash with ffmpeg -h.
- Originally committed as revision 12300 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:06 PM Revision 6548ff57 (ffmpeg): Force DOS users to enable memalign hack when needed,
- the same way it's done for MinGW.
Originally committed as revision 12299 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:59 PM Revision 40bcf4c7 (ffmpeg): Support setting the debuglevel (-g level) with --enable-debug=#
- Originally committed as revision 12298 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:16 PM Revision e7a5e2f6 (ffmpeg): Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/...
- Originally committed as revision 12297 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:27 AM Revision 78db672c (ffmpeg): Use block_align as the avi spec says.
- fix issue274
Originally committed as revision 12296 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:23 AM Revision 143b0820 (ffmpeg): Print slightly more useful info.
- Originally committed as revision 12295 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/02/2008
- 11:47 PM Revision a7805e29 (ffmpeg): Fallback to sample rate if bit rate is 0. This avoids 0 timebases in ...
- Originally committed as revision 12294 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:13 PM Revision 9fdfd21c (ffmpeg): factorize
- Originally committed as revision 12293 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 PM Revision a048febd (ffmpeg): subtitles (codec tag tables still missing ...)
- Originally committed as revision 12292 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 PM Revision c6eed369 (ffmpeg): Use "disable" helper function
- Originally committed as revision 12291 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:51 PM Revision 5b087549 (ffmpeg): Store aspect ratio in avis.
- Originally committed as revision 12290 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/01/2008
- 11:59 PM Revision 1f3d74d3 (ffmpeg): Remove INFINITY as suggested by rich.
- Originally committed as revision 12289 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:36 PM Revision 3948c74f (ffmpeg): Remove INFINITY.
- Originally committed as revision 12288 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:10 PM Revision d8870f12 (ffmpeg): use scale factor instead of sum for downmix level adjustment. avoids ...
- inside downmix loop. 7% faster 5.1-to-stereo downmixing.
Originally committed as revision 12287 to svn://svn.ffmpeg.... - 03:48 PM Revision 9d10e6e6 (ffmpeg): pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downm...
- Originally committed as revision 12286 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:56 AM Revision 8541cc27 (ffmpeg): Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin.
- patch by İsmail Dönmez, ismail namtrac org
Originally committed as revision 12285 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:39 AM Revision a4de6dd2 (ffmpeg): Use 24-bit fixed-point transform coefficients until just before MDCT....
- gives 7% faster decoding on average.
Originally committed as revision 12284 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:28 AM Revision 74e21d03 (ffmpeg): fix wc3movie demuxer to conform to the PTS API
- Originally committed as revision 12283 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 AM Revision be0995b1 (ffmpeg): more aspect ratios added in one of the ammendments
- Originally committed as revision 12282 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:43 AM Revision 40e8e497 (ffmpeg): fix the id CIN demuxer by using the pts API correctly
- Originally committed as revision 12281 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 AM Revision 73260a11 (ffmpeg): simplification proposed by Rich
- Originally committed as revision 12280 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/29/2008
- 11:41 AM Revision 2401daaf (ffmpeg): add cdvc
- (from a patch by Dmitry Vassiliev // slydiman mail ru)
Originally committed as revision 12279 to svn://svn.ffmpeg.or... - 08:01 AM Revision 79aeec08 (ffmpeg): Make AMR-NB block size const and 8 bits.
- Originally committed as revision 12278 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:59 AM Revision 675bc0bc (ffmpeg): Define block size for AMR-WB (use IF2 table).
- Spotted by John Fitzgerald: jjfitzgerald gmail com
Originally committed as revision 12277 to svn://svn.ffmpeg.org/ff...
02/28/2008
- 11:44 PM Revision b5a33ff1 (ffmpeg): suppress the second warning
- Originally committed as revision 12276 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:01 PM Revision 7e14b808 (ffmpeg): Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but
- SunStudio 12 only supports the former.
Originally committed as revision 12275 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:11 PM Revision 48026fbe (ffmpeg): 1000l parenthesis
- Originally committed as revision 12274 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:08 PM Revision 83f02883 (ffmpeg): code is ok for 4bpp in mov too, fix 16grey.mov
- Originally committed as revision 12273 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:05 PM Revision 0de2157f (ffmpeg): set codec bps to grayscale bits, fix 256grey.mov
- Originally committed as revision 12272 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/27/2008
- 10:41 PM Revision 2c62e737 (ffmpeg): Add empty line in output to increase readability.
- Originally committed as revision 12271 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:06 PM Revision 61d251db (ffmpeg): check for inline asm support
- Originally committed as revision 12270 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:38 PM Revision 2e98d87c (ffmpeg): simplify lzo-test rule
- Originally committed as revision 12269 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 PM Revision 93420809 (ffmpeg): fix version in libavfilter.pc
- Originally committed as revision 12267 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:34 PM Revision 800b9c24 (ffmpeg): Add more riff IDs to support remuxing.
- Originally committed as revision 12266 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision da00a1bd (ffmpeg): add weird first atom to probe, finally fix bartjones.mov
- Originally committed as revision 12265 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 AM Revision f436a23e (ffmpeg): fix versions in .pc files
- Originally committed as revision 12264 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:31 AM Revision dbb37657 (ffmpeg): free in case of multiple type == 2
- Originally committed as revision 12263 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 AM Revision 2f4568e5 (ffmpeg): return error if malloc fails
- Originally committed as revision 12262 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 AM Revision dbb7cbf2 (ffmpeg): fix possible overflow with memmove
- Originally committed as revision 12261 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:25 AM Revision a6601d69 (ffmpeg): fix libavfilter version extraction
- Originally committed as revision 12260 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 AM Revision ab4b28f0 (ffmpeg): Print libavfilter version if it is enabled in configure
- Originally committed as revision 12259 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 AM Revision 0b247953 (ffmpeg): makes really sure that no undefined behavior can happen
- Originally committed as revision 12258 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/26/2008
- 11:51 PM Revision b85976ba (ffmpeg): better include
- Originally committed as revision 12257 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:49 PM Revision 3635791a (ffmpeg): include dependencies ...
- Originally committed as revision 12256 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:17 PM Revision c91d512b (ffmpeg): Add multiple inclusion guards.
- Originally committed as revision 12255 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 PM Revision dc3f320d (ffmpeg): Add explanatory comment to '#define FLOAT float'.
- Originally committed as revision 12254 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 PM Revision d597655f (ffmpeg): Avoid infinite loop.
- uint64_t >> 64 is an undefined operation
Originally committed as revision 12253 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:01 PM Revision b2eb2ff0 (ffmpeg): Make gcc ignore the distinction between +0.0 and -0.0, this allows it to
- change x+0.0 to x. Though it alone does not allow gcc to remove x*0.0,
that would also require -ffinite-math-only.
O... - 09:50 PM Revision f65c9da1 (ffmpeg): print enabled things in columns
- Originally committed as revision 12251 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision 3cde40aa (ffmpeg): 10l, alphabetic ordering
- Originally committed as revision 12250 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 PM Revision f7679c54 (ffmpeg): Build system changes for libavfilter addition. Add --enable-avfilter ...
- Patch by myself, Bobby Bingham and Víctor Paesa.
Originally committed as revision 12249 to svn://svn.ffmpeg.org/ffmp... - 09:21 PM Revision be19d752 (ffmpeg): Make libavfilter define its version like the other libav* libs
- Originally committed as revision 12248 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:18 PM Revision 147e7692 (ffmpeg): simplify version number extraction
- Originally committed as revision 12247 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:38 PM Revision e08e6bb6 (ffmpeg): less preprocessor magic in version number macros
- Originally committed as revision 26105 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:37 PM Revision 800c289a (ffmpeg): less preprocessor magic in version number macros
- Originally committed as revision 12246 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:21 PM Revision 11fdbc44 (ffmpeg): 25% faster floating point AAN IDCT.
- Other float code likely benefits as well ...
Originally committed as revision 12245 to svn://svn.ffmpeg.org/ffmpeg/t... - 08:17 PM Revision 499e4700 (ffmpeg): Stuffing bytes to not violate minimum legality rate.
- Note, this is a joke and not related to MPEG CBR.
Originally committed as revision 12244 to svn://svn.ffmpeg.org/ffm... - 06:36 PM Revision cc611675 (ffmpeg): Remove another temporary variable with which gcc has problems.
- Originally committed as revision 12243 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:27 PM Revision 26846ba5 (ffmpeg): support keyframes indexes starting at 0, broken files created by omne...
- Originally committed as revision 12242 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:21 PM Revision 221e21b7 (ffmpeg): support mov reference files, ref.mov/ref.m2v/ref.wav and detect Brian...
- Originally committed as revision 12241 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:56 PM Revision 94ae6788 (ffmpeg): cosmetics: Demplayerify indentation.
- Originally committed as revision 12240 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:13 PM Revision 301df480 (ffmpeg): Add comments to some #endif directives.
- Originally committed as revision 12239 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:06 PM Revision e6464f8b (ffmpeg): cosmetics: spelling/grammar
- Originally committed as revision 12238 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:52 PM Revision c3a3d344 (ffmpeg): Alternative and faster (on gcc x86) plane rotation.
- Originally committed as revision 12237 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 PM Revision 8af4d0fc (ffmpeg): Get rid of another useless variable.
- Originally committed as revision 12236 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:32 PM Revision 92ac614f (ffmpeg): Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),
- code is exactly the same just uses different variables.
Originally committed as revision 12235 to svn://svn.ffmpeg.o... - 03:19 PM Revision e6d7ef64 (ffmpeg): One variable less. No real change to the actual code.
- Originally committed as revision 12234 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 PM Revision 6f08c541 (ffmpeg): floating point AAN IDCT
- Originally committed as revision 12233 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:42 PM Revision 60f5c96e (ffmpeg): remove useless braces
- Originally committed as revision 12232 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:41 PM Revision 18978a49 (ffmpeg): indentation
- Originally committed as revision 12231 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:36 PM Revision 6d680e1b (ffmpeg): rescale frame size, fix i.3g2
- Originally committed as revision 12230 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:31 PM Revision f296563e (ffmpeg): move parameters reset after setting stream parameters, will need thos...
- Originally committed as revision 12229 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 AM Revision 042e0add (ffmpeg): decode mng color decorrelation
- Originally committed as revision 12228 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 AM Revision d248905b (ffmpeg): Remove START_TIMER and STOP_TIMER macros.
- Originally committed as revision 12227 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:14 AM Revision 269820f1 (ffmpeg): Disable vhook on Interix, patch by Pete Ross, pross xvid org.
- Originally committed as revision 12226 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:12 AM Revision fe0c188b (ffmpeg): This header just needs stdint.h, not inttypes.h, which is a superset of
- stdint.h. This has the sideeffect of fixing the build on Interix.
patch by Pete Ross, pross xvid org
Originally com... - 07:35 AM Revision 00829b9b (ffmpeg): simplify
- Originally committed as revision 12224 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/25/2008
- 11:14 PM Revision 97d1d009 (ffmpeg): split encoding part of dsputil_mmx into its own file
- Originally committed as revision 12223 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 PM Revision 4847a997 (ffmpeg): Remove commented-out av_log calls.
- Originally committed as revision 12222 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision b6bffc46 (ffmpeg): Fix trellis quant + AAN DCT.
- Originally committed as revision 12221 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 PM Revision 2936438a (ffmpeg): Make diego happy.
- Originally committed as revision 12220 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:43 PM Revision 57b98634 (ffmpeg): compile various fdct only when encoders are enabled
- Originally committed as revision 12219 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:32 PM Revision a02dd7eb (ffmpeg): Fix MSVC identification, patch by Eddie Pang.
- Originally committed as revision 12218 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 PM Revision 4fa1f6cc (ffmpeg): Make code C conformant.
- Originally committed as revision 12217 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:01 PM Revision 53d1bdba (ffmpeg): Clarify the documentation for 'ffmpeg -v'.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 12216 to svn://svn.ffmpeg... - 03:36 PM Revision 15067504 (ffmpeg): Improve wording/grammar of Doxygen comments.
- Originally committed as revision 12215 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 PM Revision 062942e7 (ffmpeg): Clarify which BSD license.
- Originally committed as revision 12214 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 PM Revision 4bfc91a0 (ffmpeg): cosmetics: prettyprint
- Originally committed as revision 12213 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:42 PM Revision 5b0d04d3 (ffmpeg): Allow use of my AAN DCT under BSD, AMD has agreed to write and contri...
- SSE(float) AAN DCT and IDCT to ffmpeg (no C++, no crap).
Originally committed as revision 12212 to svn://svn.ffmpeg.... - 02:15 PM Revision 7c84b8bc (ffmpeg): Make parse_options() use parse_number_or_die().
- Patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 12211 to svn://svn.ffmpeg.... - 02:05 PM Revision 60b5a745 (ffmpeg): Export and document in cmdutils.h the function parse_number_or_die().
- Patch by Stefano Sabatini: stefano sabatini-lala poste it
Originally committed as revision 12210 to svn://svn.ffmpeg... - 12:59 PM Revision 4649fa90 (ffmpeg): fix mace duration
- Originally committed as revision 12209 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 PM Revision 852859ff (ffmpeg): protect malloc overflow
- Originally committed as revision 12208 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:44 PM Revision 17871a02 (ffmpeg): indentation
- Originally committed as revision 12207 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 PM Revision b014dd76 (ffmpeg): fail if extradata cannot be allocated
- Originally committed as revision 12206 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:38 PM Revision 9c7fd997 (ffmpeg): 10l, protect malloc overflow
- Originally committed as revision 12205 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 PM Revision b8d3daca (ffmpeg): support QDM2 in aiff, QDM2.aif
- Originally committed as revision 12204 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision 4c638f0c (ffmpeg): remove useless close function
- Originally committed as revision 12203 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 PM Revision 54d8fd20 (ffmpeg): indentation
- Originally committed as revision 12202 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:15 PM Revision c6f53812 (ffmpeg): remove useless casts
- Originally committed as revision 12201 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:14 PM Revision 9df21f24 (ffmpeg): cosmetics
- Originally committed as revision 12200 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:08 PM Revision b4dc27a8 (ffmpeg): remove useless tags, codec_get_id matches independently and qt uses l...
- Originally committed as revision 12199 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 PM Revision e13c0783 (ffmpeg): set bps to uncompressed original sound data for compressed audio
- according to aiff specs, qt set it to 16 for mace and ima4,
fail if block align is not set.
Originally committed as ... - 11:34 AM Revision e0130159 (ffmpeg): fix duration for ima4
- Originally committed as revision 12197 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 AM Revision 3a957df4 (ffmpeg): ima4 in aiff support
- Originally committed as revision 12196 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:34 AM Revision 4a5b619d (ffmpeg): png filters
- Originally committed as revision 12195 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:43 AM Revision e281d684 (ffmpeg): Fix outdated comment.
- Originally committed as revision 26099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:24 AM Revision 88517699 (ffmpeg): #include "libavutil/avutil.h" in swscale.h
- Originally committed as revision 26097 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:22 AM Revision 76a448ed (ffmpeg): Install headers in $prefix/include/$libname
- Install each library's headers in $prefix/include/$libname.
The installed headers use #include "lib*/*.h"; applicatio... - 05:46 AM Revision bd58e7f7 (ffmpeg): remove a memcpy
- Originally committed as revision 12193 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/24/2008
- 11:02 PM Revision 8af9090f (ffmpeg): cosmetics: Sort and prettyprint codec_wav_tags[].
- Originally committed as revision 12192 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:56 PM Revision 6f4e2b5a (ffmpeg): fix memory leaks in vp3 decoder
- Originally committed as revision 12191 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:28 PM Revision ac6f1330 (ffmpeg): Set indexmem to a saner default.
- Originally committed as revision 12190 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 PM Revision f018bc10 (ffmpeg): __asm __volatile -> asm volatile part 3
- Originally committed as revision 26091 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:47 PM Revision f2217d6f (ffmpeg): __asm __volatile -> asm volatile part 2
- Originally committed as revision 12189 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 PM Revision 78d3d94f (ffmpeg): __asm __volatile -> asm volatile, improves code consistency and works
- (as far as that is possible) with the Sun C compiler.
Originally committed as revision 12188 to svn://svn.ffmpeg.org... - 07:47 AM Revision cf73e32a (ffmpeg): Fix bug I introduced in r11962.
- Thanks to Uoti Urpala for spotting it and proposing the
fix.
Originally committed as revision 12187 to svn://svn.ffm... - 01:56 AM Revision 10e7fc7c (ffmpeg): Reduce initial fifo size, so as not to senselessly waste memory.
- Originally committed as revision 12186 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:55 AM Revision a6ebca9e (ffmpeg): realloc fifo
- Originally committed as revision 12185 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 AM Revision 58293e57 (ffmpeg): Fix issue357
- Do what the spec says, insane or not:
"
Format 0 (uncompressed) and Format 3 (uncompressed little-endian) are similar... - 12:57 AM Revision 44de39f9 (ffmpeg): flv/swf do not have a big endian codec id, they only support
- little endian and native endian.
Originally committed as revision 12183 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/23/2008
- 11:30 PM Revision 7bb8d51c (ffmpeg): Riff ids for wmapro and wmavoice, this adds support for stream copy o...
- Originally committed as revision 12182 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:15 PM Revision 4411cb11 (ffmpeg): use diff -u -w in codec regression test
- Originally committed as revision 12181 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 AM Revision a45b40c4 (ffmpeg): treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRAT...
- Originally committed as revision 12180 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/22/2008
- 07:27 PM Revision a939a005 (ffmpeg): Remove apparently unneeded and buggy align.
- Originally committed as revision 12179 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:15 PM Revision 18ee626c (ffmpeg): Add -lm to x264 check, it is needed on most systems.
- taken from the DOS/DJGPP port by Michael Kostylev, mik niipt ru
Originally committed as revision 12178 to svn://svn.... - 04:53 PM Revision 917f55cc (ffmpeg): cleaner way of writing packed-byte constants.
- suggested by Uoti Urpala
Originally committed as revision 12177 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:08 AM Revision 0cb25594 (ffmpeg): Discard two symbols from libswscale.
- Originally committed as revision 26060 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
02/21/2008
- 10:33 PM Revision b9c2fb34 (ffmpeg): Ascii art to explain what avfilter_formats_changeref() does.
- Originally committed as revision 12176 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision eb30e86c (ffmpeg): cosmetic
- Originally committed as revision 12175 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:19 PM Revision 33a0facf (ffmpeg): Better description (merge is too vague IMHO).
- Originally committed as revision 12174 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision 4c4de9ca (ffmpeg): Better description for merge_ref().
- Originally committed as revision 12173 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:02 PM Revision 09b63a42 (ffmpeg): Document avfilter_formats_ref() with some ascii art.
- Originally committed as revision 12172 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:46 PM Revision 6609f9e2 (ffmpeg): minor English corrections
- Originally committed as revision 12171 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:42 PM Revision 8144dff0 (ffmpeg): typos
- Originally committed as revision 12170 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 PM Revision 1d64df10 (ffmpeg): Explain that libavcodec/i386/idct_mmx.c is GPLed.
- Originally committed as revision 12169 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:02 PM Revision 7b8c3aed (ffmpeg): "General Tips" section
- Originally committed as revision 12168 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision 086ab001 (ffmpeg): parse_number_or_die()
- Based on a patch by Stefano Sabatini.
Originally committed as revision 12167 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:55 AM Revision 31304587 (ffmpeg): indent
- Originally committed as revision 12166 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:54 AM Revision 469bd7b1 (ffmpeg): pseudo-simd add_bytes and diff_bytes
- 2x faster than scalar in 32bit, 4x faster in 64bit (as opposed to 8x in mmx)
Originally committed as revision 12165 ... - 07:10 AM Revision 4a9ca0a2 (ffmpeg): simd and unroll png_filter_row
- cycles per 1000 pixels on core2:
left: 9211->5170
top: 9283->2138
avg: 12215->7611
paeth: 64024->17360
overall rgb pn... - 12:06 AM Revision 1435e4cc (ffmpeg): Disabling all SSE* code for old gcc to avoid alignment issues.
- Originally committed as revision 12163 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/20/2008
- 08:24 PM Revision 635fbcb1 (ffmpeg): revert 12156
- Log:
Make timestamp interpolation work with mpeg2 field pictures.
Cleaner/simpler solutions are welcome.
----
A IMHO ... - 07:48 PM Revision bdd745da (ffmpeg): Forgot this, which is needed for merging field pics too.
- Originally committed as revision 12161 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:45 PM Revision 21da962c (ffmpeg): Make find_frame_end() merge 2 mpeg2 field pictures. This should make ...
- field pictures much more digestable.
Originally committed as revision 12160 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:48 PM Revision 5cbd67ea (ffmpeg): 10l: Correctly use preprocessor conditionals.
- patch by Eddie Pang, eddpang gmail com
Originally committed as revision 12159 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:19 AM Revision d597e1b7 (ffmpeg): Fix computation of the "NTP time" field in RTCP SR packets, and do not
- export times with microsecond precision
Originally committed as revision 12158 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:40 AM Revision 91acf9a8 (ffmpeg): Get rid of a fake timestamp discontinuity at the begin of V.VOB.
- This solution is not really correct but it is quite simple. Correct would
be to do a second pass over the packets aft... - 03:20 AM Revision ff2635b2 (ffmpeg): Make timestamp interpolation work with mpeg2 field pictures.
- Cleaner/simpler solutions are welcome.
Originally committed as revision 12156 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:23 AM Revision 8815bf01 (ffmpeg): #include avutil.h in postprocess.h
- Originally committed as revision 12155 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/19/2008
- 10:52 PM Revision ccf95ef1 (ffmpeg): Clean up lib* version definitions
- Originally committed as revision 26034 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:50 PM Revision e97ac1e6 (ffmpeg): Clean up lib* version definitions
- Updating version numbers now requires changing only one place.
Originally committed as revision 12154 to svn://svn.f... - 10:09 PM Revision cea96420 (ffmpeg): Fix ;;
- Originally committed as revision 12153 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:07 PM Revision a56dcc57 (ffmpeg): Add some const, fixes warnings:
- rtpenc_h264.c:69: warning: assignment discards qualifiers from pointer target type
rtpenc_h264.c:74: warning: assignm... - 09:58 PM Revision a1fc4d4a (ffmpeg): Missing const, fix warnings:
- sdp.c:115: warning: assignment discards qualifiers from pointer target type
sdp.c:120: warning: assignment discards q... - 09:55 PM Revision 754bf3d8 (ffmpeg): Fix warnings:
- i386/vp3dsp_sse2.c:805: warning: cast discards qualifiers from pointer target type
i386/vp3dsp_sse2.c:806: warning: c... - 09:46 PM Revision 816ebf93 (ffmpeg): Remove duplicate ;
- Originally committed as revision 12149 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:42 PM Revision 721052e9 (ffmpeg): Add casts to avoid warnings:
- fraps.c:102: warning: passing argument 1 of ‘s->dsp.bswap_buf’ from incompatible pointer type
fraps.c:102: warning: p... - 09:37 PM Revision e3cb2c4a (ffmpeg): Missing const
- Originally committed as revision 12147 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:18 PM Revision 591de5cf (ffmpeg): Fix misplaced const, avoids a cast-discards-qualifiers warning
- Originally committed as revision 12146 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:08 PM Revision d937cd0e (ffmpeg): const
- Originally committed as revision 12145 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:55 PM Revision 05218081 (ffmpeg): Reduce the number of senselessly scanned bytes.
- Originally committed as revision 12144 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 AM Revision c367d0c6 (ffmpeg): arg 10000l. Fix wrong fix committed in r12141
- Originally committed as revision 12143 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:20 AM Revision d6267d02 (ffmpeg): fix broken indentation
- Originally committed as revision 12142 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:19 AM Revision 9d8109ad (ffmpeg): 10l: fix always false test: Binary & has lower precedence than ==
- Originally committed as revision 12141 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom