Activity
From 08/11/2007 to 09/09/2007
09/09/2007
- 06:28 PM Revision 8db13728 (ffmpeg): make changing spatial_decomposition_count per frame work
- Originally committed as revision 10464 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:14 PM Revision ba430e0c (ffmpeg): dsputil must be initialized before calling rtjpeg init.
- Originally committed as revision 10463 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:54 PM Revision 6ec14b33 (ffmpeg): Improve track number decoding for some WMA files
- patch by Patrice Bensoussan %patrice P bensoussan A free P fr%
Original thread:
Date: Sep 9, 2007 12:33 PM
Subject: [... - 05:01 PM Revision dbd6a1fe (ffmpeg): do not ignore return of decode_header()
- Originally committed as revision 10461 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:54 PM Revision b85bf991 (ffmpeg): do not force the halfpel filter coeffs to be retransmitted on every f...
- if always_reset is set
Originally committed as revision 10460 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:08 PM Revision bc66275b (ffmpeg): update spec to reflect changes to implementation about per frame
- qlog/decomp_count
Originally committed as revision 10459 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:06 PM Revision e559c30a (ffmpeg): allow changing of the spatial_decomposition_count and quantization ta...
- per frame (this is untested as the encoder does not use it yet)
Originally committed as revision 10458 to svn://svn.... - 01:47 PM Revision 4f90f33a (ffmpeg): perform init after reading the values needed for init
- fixes decoding of files with spatial_decomposition_count!=5
Originally committed as revision 10457 to svn://svn.ffmp... - 01:23 PM Revision d3de3ee2 (ffmpeg): Document libavutil/mem.h:av_strdup.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10456 to svn://svn.ffmpeg... - 12:46 PM Revision 081c9d1d (ffmpeg): unneeded and impossible during init ...
- Originally committed as revision 10455 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:36 PM Revision 32272f7e (ffmpeg): unused
- Originally committed as revision 10454 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 PM Revision 014f9d23 (ffmpeg): allocate slice buffer after parsing the header containing needed para...
- argh i really wish i had never accepted these slice patches ...
Originally committed as revision 10453 to svn://svn.... - 12:25 PM Revision ba8964db (ffmpeg): remove ()
- Originally committed as revision 10452 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision 61806e9f (ffmpeg): spatial_decomposition_count != 5 bugfix
- Originally committed as revision 10451 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 PM Revision fa731ccd (ffmpeg): scaling obmc tables under #if 0 also by 4 (yes they where forgotten a...
- this also requires a few entries to be ++ and -- to avoid a max of 256
Originally committed as revision 10450 to svn... - 11:58 AM Revision a11dc59a (ffmpeg): clarify
- Originally committed as revision 10449 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:20 AM Revision 1551e8e8 (ffmpeg): Properly handle nuv file with changing resolution
- Originally committed as revision 10448 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:37 AM Revision bc101c10 (ffmpeg): cosmetics: Remove useless empty line.
- Originally committed as revision 10447 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:36 AM Revision 8b5d5864 (ffmpeg): Elaborate on licensing issues: A few files are from libjpeg and the
- infamous fdctref.c is all rights reserved.
Originally committed as revision 10446 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:21 AM Revision 7a562a31 (ffmpeg): Do not set codec_tag when the container does not specify it.
- Originally committed as revision 10445 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:16 AM Revision fd065d05 (ffmpeg): Make sure rtjpeg quality is a valid value
- Originally committed as revision 10444 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:00 AM Revision 6cf7e81f (ffmpeg): Fix extreme stupidity: buffer size check must of course be before buf...
- Originally committed as revision 10443 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:52 AM Revision 048905a4 (ffmpeg): 10l, add check forgotten in last commit
- Originally committed as revision 10442 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 AM Revision 4f8a91c9 (ffmpeg): First ugly and slow attempt to fix nuv files with extra frameheader
- and per-frame rtjpeg quality
Originally committed as revision 10441 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:22 AM Revision c612b00d (ffmpeg): Simplify nuv: factor out LZO decompression
- Originally committed as revision 10440 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:25 AM Revision dd6ca721 (ffmpeg): Copy nuv header only when the video codec is nuv
- Originally committed as revision 10439 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/08/2007
- 03:58 PM Revision e9314de6 (ffmpeg): document MC
- Originally committed as revision 10438 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision 61d6e445 (ffmpeg): rename HTAPS -> HTAPS_MAX (later is correct after the previous change)
- Originally committed as revision 10437 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision 7d7f57d9 (ffmpeg): store halfpel filter coefficients in the header as well as the
- flag for diagonal interpolation
the primary reason for this change is that previously MC up to 1/4 pel
matched H.264... - 03:16 AM Revision 4770a97a (ffmpeg): remove outcommented code
- Originally committed as revision 10435 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:15 AM Revision 65dc0f53 (ffmpeg): indention
- Originally committed as revision 10434 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:14 AM Revision a68ca08e (ffmpeg): cleanup mc_block()
- perform interpolation steps in such an order that halfpel interpolation
could be done per picture
this also makes mc_...
09/07/2007
- 07:19 PM Revision 7ae94d52 (ffmpeg): Indentation
- patch by Andreas Öman
Originally committed as revision 10432 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:27 PM Revision ec970c21 (ffmpeg): Let H.264 decoder skip deblocking across slices
- if running with multiple threads and CODEC_FLAGS2_FAST is set.
Thus, it may decode the slices in parallel to gain spe... - 03:58 PM Revision 7a297ceb (ffmpeg): Update mkv regression tests after r10421
- Originally committed as revision 10430 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:49 PM Revision 1156c6b0 (ffmpeg): Rename the format name audio_device (used in both oss and audio_beos)...
- -f oss and -f audio_beos should be used instead.
Originally committed as revision 10429 to svn://svn.ffmpeg.org/ffmp... - 01:47 PM Revision c7682de0 (ffmpeg): Remove --disable-audio-oss option from configure.
- --disable-(de)muxer=oss should be used instead.
Originally committed as revision 10428 to svn://svn.ffmpeg.org/ffmpe... - 01:45 PM Revision a4db8c89 (ffmpeg): Remove --disable-audio-beos option from configure.
- --disable-(de)muxer=audio_beos should be used instead.
Originally committed as revision 10427 to svn://svn.ffmpeg.or... - 01:43 PM Revision 50383e88 (ffmpeg): Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxer
- Originally committed as revision 10426 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:45 AM Revision bf61632b (ffmpeg): revert r10403
- there was no discussion about it nor did anyone provide any justification for it
not before it was applied nor within...
09/06/2007
- 08:11 PM Revision 032aa7df (ffmpeg): Cosmetic, change "fvstats" to "vstats_file".
- Patch by Stefano Sabatini: [stefano sabatini-lala poste it]
Originally committed as revision 10424 to svn://svn.ffmp... - 02:55 PM Revision 75316e1d (ffmpeg): Set data_size to zero when DCA header parse failed
- Patch by Limin Wang <lance('\\'>>1)lmwang>(0x24^'D')<gmail>('/' & 0xFE)<com>
Thread [PATCH] set data_size to zero if ... - 12:36 PM Revision bdfae2a5 (ffmpeg): Add a bitstream filter for H.264.
- Originally committed as revision 10422 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:14 AM Revision c3ce4161 (ffmpeg): Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv
- Originally committed as revision 10421 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:36 AM Revision 1ddcd07f (ffmpeg): Set correct length for last slice in frame subpacket
- Originally committed as revision 10420 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/05/2007
- 10:22 PM Revision 13a579fc (ffmpeg): mention slice-based parallel H.264 decoding in changelog
- Originally committed as revision 10419 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 PM Revision e6488635 (ffmpeg): cosmetics: Add some whitespace for better readability.
- Originally committed as revision 10418 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:31 PM Revision bf898960 (ffmpeg): spelling/wording nits in some Doxygen comments
- Originally committed as revision 10417 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:04 PM Revision 088ed4d6 (ffmpeg): Avoid a crash when H264 MMC operation causes the short term reference
- list to be emptied.
Patch by Jeff Downs: [heydowns borg com]
Originally committed as revision 10416 to svn://svn.ffm... - 06:57 PM Revision 4df7c7d8 (ffmpeg): Rename dc1394.c to libdc1394.c
- Originally committed as revision 10415 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:55 PM Revision 5fdb9cc5 (ffmpeg): Prefix library format names with 'lib' in libavformat
- Originally committed as revision 10414 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:52 PM Revision 06e31011 (ffmpeg): Remove --disable-{v4l,v4l2} options from configure
- --disable-demuxer={v4l,v4l2} should be used instead
Originally committed as revision 10413 to svn://svn.ffmpeg.org/f... - 06:44 PM Revision 7b1b62b2 (ffmpeg): Give better filenames to bktr and v4l grabbers
- Originally committed as revision 10412 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:29 PM Revision fd484da7 (ffmpeg): Remove video_grab_ prefix from video_grab_{bktr,v4l}
- Originally committed as revision 10411 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:25 PM Revision 6a058d90 (ffmpeg): revert 10409
- there is no need for put_timestamp to be exported it is not used outside the
PES code
Originally committed as revisi... - 05:14 PM Revision 8baaee65 (ffmpeg): export put_timestamp()
- this will be needed for spliting the PES muxer code out
Originally committed as revision 10409 to svn://svn.ffmpeg.o... - 04:47 PM Revision c1e8b678 (ffmpeg): Make sure that if a stream has a duration but the container doesn't
- then the container duration is set from the stream duration.
patch by Neil Brown: [ neilb suse de]
original thread: ... - 04:18 PM Revision afebe2f7 (ffmpeg): Add slice-based parallel H.264 decoding
- Patch by Andreas Öman % andreas A olebyn P nu %
NB: depends on having a thread library activated at config time, and ... - 03:00 PM Revision e146ce52 (ffmpeg): using isnan instead of d==d, to signal correctly parsed option
- Originally committed as revision 10406 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:11 PM Revision cc5297e8 (ffmpeg): Correct initial timestamp
- Patch by Wolfram Gloger: [wmglo $ dent med uni-muenchen de]
Original thread:
[FFmpeg-devel] [PATCH] av_estimate_timin... - 12:24 PM Revision 5f757b85 (ffmpeg): Replace outdated BeOS section with a note that says that it is broken.
- Originally committed as revision 10404 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:46 AM Revision 944fb371 (ffmpeg): Add description for feature_request/open/approved.
- patch by Mark Cox, melbournemark+ffmpeg gmail com
Originally committed as revision 10403 to svn://svn.ffmpeg.org/ffm... - 11:05 AM Revision 005b6837 (ffmpeg): Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_...
- Speed up > 4%.
patch by Tao Huang, ulysses.huang gmail com
Originally committed as revision 10402 to svn://svn.ffmpe... - 10:38 AM Revision 770202c3 (ffmpeg): Sort one more list alphabetically.
- Originally committed as revision 10401 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:04 AM Revision 79fda097 (ffmpeg): Alphabetically sort library dependencies list.
- Originally committed as revision 10400 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 AM Revision 14c2634b (ffmpeg): Fix links to ARM documentation
- Originally committed as revision 10399 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:30 AM Revision 4901263a (ffmpeg): AAC support in the SDP generator
- Originally committed as revision 10398 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:30 AM Revision c92a30bb (ffmpeg): Move H.264 intra prediction functions into their own context
- Originally committed as revision 10397 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:04 AM Revision 6a1aa752 (ffmpeg): 16bit IDWT implementation note
- Originally committed as revision 10396 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:57 AM Revision c78fc717 (ffmpeg): more todo
- Originally committed as revision 10395 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:49 AM Revision 2b48d8ba (ffmpeg): add a 8 taps filter for testing
- Originally committed as revision 10394 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:21 AM Revision c08bbe6c (ffmpeg): fix decoding of dracula.4xm before diego complains
- Originally committed as revision 10393 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:14 AM Revision f9f835ee (ffmpeg): fix segfault with dracula.4xm
- closes issue132
Originally committed as revision 10392 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:05 AM Revision 46491f13 (ffmpeg): Matroska regression tests
- Originally committed as revision 10391 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:49 AM Revision 71dce72b (ffmpeg): Replace constants by HTAPS (half pel interpolation filter taps) where...
- Originally committed as revision 10390 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:38 AM Revision e09f7d61 (ffmpeg): Enable Matroska muxer
- Originally committed as revision 10389 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 AM Revision ab332d01 (ffmpeg): Grammar nits
- Originally committed as revision 10388 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 AM Revision b62a33d0 (ffmpeg): Always use AVFormatContext for av_log messages
- Originally committed as revision 10387 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 AM Revision 0f651e8c (ffmpeg): Rename ebml size functions to indicate that they can be used for more...
- Originally committed as revision 10386 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 AM Revision 8b65b9a3 (ffmpeg): We shouldn't be passing in sizes larger than 2^56-2, so use an assert
- Originally committed as revision 10385 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 AM Revision e5c29287 (ffmpeg): Indentation
- Originally committed as revision 10384 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 AM Revision ac9e1177 (ffmpeg): Don't seek when streamed
- Originally committed as revision 10383 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision c301d5ae (ffmpeg): Get rid of useless braces
- Originally committed as revision 10382 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 7e33d3fe (ffmpeg): Indent
- Originally committed as revision 10381 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision dc4a9f67 (ffmpeg): Match the behaviour betwen the bmp and wav codec tag lookups
- Originally committed as revision 10380 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 46d18a88 (ffmpeg): Write codecprivate to a dynamic buffer so that seeking isn't required
- Originally committed as revision 10379 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 5c559894 (ffmpeg): Move writing codec private element to its own function
- Originally committed as revision 10378 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 211783a5 (ffmpeg): Cosmetics
- Originally committed as revision 10377 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 91ca9690 (ffmpeg): Use num_entries directly rather than mixing it with a local copy
- Originally committed as revision 10376 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision e3cd80cd (ffmpeg): Doxygenify comments
- Originally committed as revision 10375 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 7f8582df (ffmpeg): Make sure that the calculated duration doesn't decrease
- Originally committed as revision 10374 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 8ffc5f9e (ffmpeg): Split some really long lines
- Originally committed as revision 10373 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 3967eb52 (ffmpeg): Correct message
- Originally committed as revision 10372 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 9e2a3e22 (ffmpeg): Always check the return of mkv_add_seekhead_entry
- Originally committed as revision 10371 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 6d588ecd (ffmpeg): Pass the returned error code of functions up
- Originally committed as revision 10370 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision c35de1a1 (ffmpeg): Check that the seekheads were created
- Originally committed as revision 10369 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 0b38843a (ffmpeg): Return AVERROR(ENOMEM) when appropriate
- Originally committed as revision 10368 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 47e08c58 (ffmpeg): Indentation
- Originally committed as revision 10367 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 0580a122 (ffmpeg): Use assert for conditions that must be true
- Originally committed as revision 10366 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 203cce9a (ffmpeg): Simplify
- Originally committed as revision 10365 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 8cf3bb26 (ffmpeg): Grammar nits
- Originally committed as revision 10364 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision cfde5d18 (ffmpeg): Break long comments
- Originally committed as revision 10363 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision a6da1aa0 (ffmpeg): Use sample format for bit depth if av_get_bits_per_sample() doesn't g...
- Originally committed as revision 10362 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 8eb19153 (ffmpeg): Calculate and store DAR rather than SAR
- Originally committed as revision 10361 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 5045da83 (ffmpeg): Clarify comments
- Originally committed as revision 10360 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision 5b66fc16 (ffmpeg): Use PRIu64/PRId64
- Originally committed as revision 10359 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision baf71dca (ffmpeg): Calculate the size of key EBML master elements beforehand so only jus...
- Originally committed as revision 10358 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision cce800b4 (ffmpeg): Use cluster_pos when checking cluster position
- Originally committed as revision 10357 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision f0e9f442 (ffmpeg): Modify put_ebml_size() so that the bytes parameter is exact rather th...
- Originally committed as revision 10356 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision c635497c (ffmpeg): Set default subtitle_codec to CODEC_ID_TEXT
- Originally committed as revision 10355 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision ddf16467 (ffmpeg): Simplify
- Originally committed as revision 10354 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision 1c73478c (ffmpeg): Move calculating the bytes needed to represent a size in EBML to its ...
- Originally committed as revision 10353 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision 9f38fd7e (ffmpeg): Make a byte always mean a byte
- Originally committed as revision 10352 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision 432adc13 (ffmpeg): Simplify put_ebml_id()
- Originally committed as revision 10351 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision 22ccb69a (ffmpeg): Move ebml_id_size()
- Originally committed as revision 10350 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision ec8f4ad9 (ffmpeg): Correct handling of smaller unknown sizes
- Originally committed as revision 10349 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision 541d443c (ffmpeg): Use a MD5 hash of some frames to write the segment uid
- Originally committed as revision 10348 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision f095a174 (ffmpeg): Revert using the time to generate the segment uid
- Originally committed as revision 10347 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision 57848e9a (ffmpeg): Doxygenize some comments
- Originally committed as revision 10346 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision fd150eb6 (ffmpeg): Set the language to undefined if no language specified
- Originally committed as revision 10345 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision 55c151ef (ffmpeg): Add mka muxer
- Originally committed as revision 10344 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision c1f5aa21 (ffmpeg): Add some debug logging
- Originally committed as revision 10343 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision 7332addd (ffmpeg): Write the display size elements
- Originally committed as revision 10342 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision d1a8d959 (ffmpeg): Revert writing the file creation date
- Originally committed as revision 10341 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision 40953362 (ffmpeg): Codec Private should be correct for all but Real codecs now
- Originally committed as revision 10340 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision 8a39497c (ffmpeg): Write FLAC codec private correctly
- Originally committed as revision 10339 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision 86be6637 (ffmpeg): Move writing Xiph-style sizes to its own function
- Originally committed as revision 10338 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision 4b8f58ee (ffmpeg): Write segment UID
- Originally committed as revision 10337 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision 80380a0f (ffmpeg): Write the creation time
- Originally committed as revision 10336 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 5fd35c6e (ffmpeg): Cosmetics
- Originally committed as revision 10335 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 440e0901 (ffmpeg): Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough
- Originally committed as revision 10334 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision dcbfe3f0 (ffmpeg): Floats aren't used enough to justify writing any with single precision
- Originally committed as revision 10333 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 9245c5ca (ffmpeg): Simplify
- Originally committed as revision 10332 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 56e4540d (ffmpeg): Indentation
- Originally committed as revision 10331 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 663a5d9d (ffmpeg): Write subtitle tracks
- Originally committed as revision 10330 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 95527e06 (ffmpeg): Move writing a block to its own function
- Originally committed as revision 10329 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 8bea4aee (ffmpeg): Only write extradata if it exists
- Originally committed as revision 10328 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 07918a22 (ffmpeg): Determine the output sample rate for SBR AAC and write it
- Originally committed as revision 10327 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 6b9a10fb (ffmpeg): Simplify
- Originally committed as revision 10326 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision f9c8d57b (ffmpeg): Keyframe is the first bit not last
- Originally committed as revision 10325 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 357eba6f (ffmpeg): Simplify
- Originally committed as revision 10324 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision d22f88cb (ffmpeg): Use av_get_bits_per_sample
- Originally committed as revision 10323 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 44008871 (ffmpeg): Write bit depth for PCM audio
- Originally committed as revision 10322 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 1a302a5c (ffmpeg): Write wav header if there is no native audio codec ID
- Originally committed as revision 10321 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 6364d534 (ffmpeg): Write the cues element
- Originally committed as revision 10320 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 1b66d314 (ffmpeg): Doxygenize comments
- Originally committed as revision 10319 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 4d1fd70c (ffmpeg): Calculate the size of a SimpleBlock before writing it so that bytes a...
- Originally committed as revision 10318 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 7973dd0b (ffmpeg): Indentation
- Originally committed as revision 10317 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 967d815a (ffmpeg): Write the Seek Head element
- Originally committed as revision 10316 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 801edb42 (ffmpeg): Make sure to return a value in functions that return a value
- Originally committed as revision 10315 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 5034ab90 (ffmpeg): Move writing the tracks element to its own function
- Originally committed as revision 10314 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 56d55a3b (ffmpeg): Move Xiph's CodecPrivate writing code to its own function
- Originally committed as revision 10313 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 02f487fc (ffmpeg): Write the duration of the file
- Originally committed as revision 10312 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision f57b85a5 (ffmpeg): put_ebml_void()
- Originally committed as revision 10311 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision ab416027 (ffmpeg): Remove unused prototype
- Originally committed as revision 10310 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision ffb880c2 (ffmpeg): Write unknown size if the size given is too large for EBML (greater t...
- Originally committed as revision 10309 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 815eb6a2 (ffmpeg): Track number and UID only have to be nonzero
- Originally committed as revision 10308 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 90c02d93 (ffmpeg): SimpleBlocks are Matroska v2
- Originally committed as revision 10307 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 98186e41 (ffmpeg): Start a new cluster every 5 MB or 5 seconds
- Originally committed as revision 10306 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision 6d50a935 (ffmpeg): Fix writing Xiph header sizes
- Originally committed as revision 10305 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision 89e81bbb (ffmpeg): Correctly write CodecPrivate element for Vorbis and Theora
- Originally committed as revision 10304 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision 79a58e91 (ffmpeg): Compile fix; missed a variable declaration in the last commit
- Originally committed as revision 10303 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision b1adb69c (ffmpeg): Write one cluster and SimpleBlocks for the frames. Should now create ...
- Originally committed as revision 10302 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision f622c4f4 (ffmpeg): First stab at writing the tracks element, still needs some additional...
- Originally committed as revision 10301 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision f8e65a32 (ffmpeg): Remove useless debug write
- Originally committed as revision 10300 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision 9b6b0c79 (ffmpeg): put_ebml_float()
- Originally committed as revision 10299 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision 1e18c4d0 (ffmpeg): Const correctness
- Originally committed as revision 10298 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision 81efc03f (ffmpeg): Get rid of put_ebml_utf8(); the error checking that would have distin...
- Originally committed as revision 10297 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision dbf653f7 (ffmpeg): Cosmetics: align nicely for better readibility
- Originally committed as revision 10296 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision cf4f763b (ffmpeg): Simplify
- Originally committed as revision 10295 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision 67143c0f (ffmpeg): Beginning of mkv muxer, only EBML head is written correctly
- Originally committed as revision 10294 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:06 AM Revision 5be3a818 (ffmpeg): code to do halfpel interpolation per frame (unfinished and under ifde...
- should be faster when its finished)
Originally committed as revision 10293 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/04/2007
- 10:03 PM Revision f7b8bffe (ffmpeg): Treat dc1394 as a library
- Originally committed as revision 10292 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:33 PM Revision 80a16ccf (ffmpeg): simplify PTS handling
- Originally committed as revision 10291 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:31 PM Revision f55f27ba (ffmpeg): Fix issue 123 (Support Magic-carpet fli version,
- https://roundup.mplayerhq.hu/roundup/ffmpeg/issue123 ) by rearranging the bit depth
Originally committed as revision... - 02:48 PM Revision 5d3de5ad (ffmpeg): Silence warnings about NAL_SVC_NON_IDR in H.264.
- patch by Carl Eugen Hoyos, cehoyos ag.or at
Originally committed as revision 10289 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:48 AM Revision 0a1a0a80 (ffmpeg): add a close function to bitstream filter
- Originally committed as revision 10288 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/03/2007
- 09:00 AM Revision 5f2cbb53 (ffmpeg): Fill the buffer with 0 before writing an SDP in it
- Originally committed as revision 10287 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:46 AM Revision 1c746a49 (ffmpeg): Remove error raising when explicitely skipping frame
- patch by Carl Eugen Hoyos: [cehoyos ag or at]
original thread:
[FFmpeg-devel] [PATCH] Don't let ctx->skip_frame>0 pro... - 07:56 AM Revision 9fcbcca6 (ffmpeg): If a stream has no start time, but the first packet has a 'pts', use ...
- pts to set the start_time.
patch by Neil Brown: [neilb suse de]
original thread: [FFmpeg-devel] [patch 3/3] Make timi... - 07:28 AM Revision 3f19004e (ffmpeg): Set the "B" flag in the payload header
- Originally committed as revision 10284 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:22 AM Revision 2d7d6d42 (ffmpeg): Set the "TR" field in the payload header
- Originally committed as revision 10283 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:14 AM Revision 73130dfe (ffmpeg): Correctly set the "P" field in the payload header
- Originally committed as revision 10282 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:19 AM Revision 9be51815 (ffmpeg): fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.un...
- [FFmpeg-devel] [PATCH] ac3_probe input buffer overrun
Aug 28, 2007
Originally committed as revision 10281 to svn://s...
09/02/2007
- 03:58 PM Revision da0b94f5 (ffmpeg): workaround ms (lack of) intelligence in their design of dvr-ms
- yes kids you do not make 90% of your file contain empty dummy packets
closes issue76
Originally committed as revisio...
09/01/2007
- 09:03 PM Revision becc0ef9 (ffmpeg): Remove reimplementation of get_unary.
- Based on a patch by Alex Beregszaszi.
Originally committed as revision 10279 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:00 PM Revision 9d14ffbc (ffmpeg): Cosmetics
- Originally committed as revision 10278 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 PM Revision c0fee8c9 (ffmpeg): add a warning message for unsupported kind of encoding
- Originally committed as revision 10277 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/31/2007
- 11:59 PM Revision ec2fc00d (ffmpeg): fix 1fps videos
- Originally committed as revision 10276 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:51 PM Revision 11f81e6a (ffmpeg): Cosmetical: Empty line removal
- Originally committed as revision 10275 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:24 PM Revision 84fa6e23 (ffmpeg): SimpleBlock keyframe flag is the most significant bit
- Originally committed as revision 10274 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:05 PM Revision 63ecfc1f (ffmpeg): Comment about unsupported sample size
- Originally committed as revision 10273 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:58 PM Revision 1cc6bd4f (ffmpeg): renaming ARCH_BFIN to HAVE_BFIN
- Originally committed as revision 10272 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:57 PM Revision 49488d12 (ffmpeg): renaming ARCH_BFIN to HAVE_BFIN
- Originally committed as revision 24309 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:30 AM Revision c40485fa (ffmpeg): add Dénes Balatoni to CREDITS
- Originally committed as revision 10271 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/30/2007
- 11:16 PM Revision a861e7e3 (ffmpeg): cosmetics: Add some whitespace for better readability.
- Originally committed as revision 10270 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:13 PM Revision ea2c666b (ffmpeg): cosmetics: Sort bitstream filters.
- Originally committed as revision 10269 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 PM Revision 035c5919 (ffmpeg): cosmetics: Sort some lines, whitespace changes.
- Originally committed as revision 24305 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:11 PM Revision 1e97ce4a (ffmpeg): cosmetics: Sort some lines, whitespace changes.
- Originally committed as revision 10268 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 PM Revision d8dfda7e (ffmpeg): Use a consistent multiple inclusion guard.
- Originally committed as revision 10267 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:18 PM Revision d9420d4d (ffmpeg): add simple_idct implemented in Sparc VIS
- patch by Balatoni Denes % dbalatoni A interware P hu%
Original thread: Messages starting with:
[PATCH] SPARC VIS sim... - 04:40 PM Revision aa33d809 (ffmpeg): Rename function
- Originally committed as revision 10265 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 PM Revision 321c3138 (ffmpeg): Replace two #define's by inline functions
- Originally committed as revision 10264 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:16 PM Revision 14da6549 (ffmpeg): Hooking bfin/mathops.h
- Originally committed as revision 10263 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:15 PM Revision 543a90d1 (ffmpeg): Blackfin 32bit multiplication primitives MULH MUL16
- Originally committed as revision 10262 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:41 AM Revision eafa1c90 (ffmpeg): Replace complicated and currently broken manual alignment code by
- DECLARE_ALIGNED_16. Fixes crash in ff_snow_horizontal_compose97i_sse2
Originally committed as revision 10261 to svn:...
08/29/2007
- 10:47 AM Revision 46b274d4 (ffmpeg): Correct packetization for MPEG video frames, and correct setting of the
- "B" and "E" bits in the payload header
Originally committed as revision 10260 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:42 AM Revision 7c8133aa (ffmpeg): Remove commented code (payload header extension)
- Originally committed as revision 10259 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/28/2007
- 11:29 PM Revision 06396e11 (ffmpeg): 10l: Actually add the .libs dependency to the seek_test binary,
- not the phony seektest target.
Originally committed as revision 10258 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:43 PM Revision f6df400c (ffmpeg): Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dar...
- Originally committed as revision 10257 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:39 PM Revision 55bf7fb6 (ffmpeg): snow altivec is broken
- Originally committed as revision 10256 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:22 AM Revision d0e1cd3d (ffmpeg): Split FFmpeg documentation into general documentation and the documen...
- of the ffmpeg command line program.
Originally committed as revision 10255 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/27/2007
- 09:58 PM Revision b6f508bb (ffmpeg): Change 4xm demuxer and video decoder to pass the video format version in
- extradata instead of codec_tag.
Originally committed as revision 10253 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:19 PM Revision e89d9fd8 (ffmpeg): do not use "strings" in endian check
- Originally committed as revision 10252 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:36 PM Revision 30a987ec (ffmpeg): Remove unused variable.
- Originally committed as revision 10251 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:39 AM Revision 267b9479 (ffmpeg): typo
- Originally committed as revision 10250 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:21 AM Revision 06b00c5f (ffmpeg): Simplify preprocessor directives.
- Originally committed as revision 10249 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:17 AM Revision d56fb404 (ffmpeg): Remove unused definition.
- Originally committed as revision 10248 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:17 AM Revision c97f5402 (ffmpeg): Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific
- to Mac OS X rather than to Darwin.
Originally committed as revision 10247 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:42 AM Revision d664a625 (ffmpeg): Give seektest .libs dependency so that it gets updated on libavformat...
- patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de
Originally committed as revision 10246 to svn://svn.ffmpeg.o... - 08:40 AM Revision a5a5984a (ffmpeg): cosmetics: Insert empty line for readability.
- Originally committed as revision 10245 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:06 AM Revision 19cc524a (ffmpeg): Corrected pause handling when using the 's' step by frame key.
- patch by Craig Nicol: [craig nicol /\ ed ac uk]
original thread:[FFmpeg-devel] [PATCH] FFplay speedup if stepping whi...
08/26/2007
- 11:09 PM Revision 971cc990 (ffmpeg): print EBX/EBP availability
- Originally committed as revision 10243 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 PM Revision ca1daf0a (ffmpeg): add get_unary_0_33() to help gcc with inlining
- Originally committed as revision 10242 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:34 PM Revision 2407a7c1 (ffmpeg): cleanup get_unary()
- Originally committed as revision 10241 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:33 PM Revision 28296f9c (ffmpeg): move get_unary() to its own file
- Originally committed as revision 10240 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:06 PM Revision a41f4eac (ffmpeg): Do not wrongly mark Apple gcc workarounds as being specific to Darwin.
- Originally committed as revision 10239 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:47 PM Revision 16dae517 (ffmpeg): remove alignment correction of the destination pointers in luma_16x6
- interpolations, since they are always 16-bytes aligned in practice.
Add asserts to ease narrowing down potential imag... - 04:10 PM Revision 7bcc1d5b (ffmpeg): CONFIG_7REGS has been renamed to HAVE_7REGS
- Originally committed as revision 10237 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 PM Revision 90e9e94d (ffmpeg): workaround gcc bug, untested as my gcc is not complaining
- Originally committed as revision 10236 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:45 AM Revision 71253ce9 (ffmpeg): add a link to VIS instructions whitepaper
- Originally committed as revision 10235 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:16 AM Revision cefa5999 (ffmpeg): optimize the first vertical lifting step, this also prevents another
- overflow, the last known possible overflow
Originally committed as revision 10234 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:11 AM Revision 7e7f5c7b (ffmpeg): use POSIX "strings -a" rather than "strings -"
- Originally committed as revision 10233 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 AM Revision 0828e476 (ffmpeg): fix endian detection on MacOS
- Originally committed as revision 10232 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:31 AM Revision c9076276 (ffmpeg): optimize 1st horizontal lifting step
- Originally committed as revision 10231 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:03 AM Revision 1104bf2b (ffmpeg): typo
- Originally committed as revision 10230 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:51 AM Revision 8b502929 (ffmpeg): get rid of totally senseless "m" + read in register we have enough
- registers to keep everything in registers
Originally committed as revision 10229 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:02 AM Revision bc1e78d8 (ffmpeg): simplify senselessly complex addressing
- Originally committed as revision 10228 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:20 AM Revision 25bb359f (ffmpeg): cosmetics
- remove brain amputated mmx wrappers around sse2 macros
fix name of ..._sub macro to match ..._add naming
Originally ... - 01:11 AM Revision 62975029 (ffmpeg): avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum
- (patch for plain mmx support is welcome ...)
Originally committed as revision 10226 to svn://svn.ffmpeg.org/ffmpeg/t...
08/25/2007
- 07:04 PM Revision b696a4c9 (ffmpeg): avoid an overflow in the 1 horizontal lifting step
- Originally committed as revision 10225 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:28 PM Revision 9caa1ccc (ffmpeg): prevent one overflow in the first vertical lifting step
- Originally committed as revision 10224 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:20 PM Revision 3e0f7126 (ffmpeg): update mmx code to latest snow changes
- note, the code likely can overflow and thus needs some more changes
sse2 updated too but disabled as it is untested
... - 03:12 PM Revision 50755217 (ffmpeg): Use correct timescale in RTSP seeking
- Originally committed as revision 10222 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 AM Revision 273b0cd3 (ffmpeg): prettyprinting cosmetics
- Originally committed as revision 10221 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 AM Revision ff06e067 (ffmpeg): cleanup (remove some old experimentation related code)
- Originally committed as revision 10220 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:04 AM Revision b5b88eb3 (ffmpeg): we only have 2 wavelets, the 3rd was just for experimentation ...
- Originally committed as revision 10219 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:00 AM Revision d593e329 (ffmpeg): use 16bit IDWT (a SIMD implementation of it should be >2x faster then...
- the old 32bit code)
disable mmx/sse2 optimizations as they need a rewrite now
Originally committed as revision 10218...
08/24/2007
- 11:49 PM Revision 830bf1f2 (ffmpeg): whitespace/indentation cosmetics
- Originally committed as revision 10217 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 PM Revision 2722c981 (ffmpeg): Remove HAVE_ALTIVEC preprocessor directives that are only compiled
- when AltiVec is enabled anyway.
Originally committed as revision 10216 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:10 PM Revision 777bbfdd (ffmpeg): more sparc asm docs
- Originally committed as revision 10215 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:40 PM Revision 7fa9d0dd (ffmpeg): Remove copyright from a function prototype
- Originally committed as revision 10214 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:07 PM Revision b48e359f (ffmpeg): Remove --disable-dv1394 option
- --disable-demuxer=dv1394 should be used instead
Originally committed as revision 10213 to svn://svn.ffmpeg.org/ffmpe... - 03:42 PM Revision f9edc233 (ffmpeg): Fix trivial mixed declarations and code warning caused by a double se...
- Originally committed as revision 10212 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:38 PM Revision e4506f0c (ffmpeg): Remove SYS_DARWIN preprocessor directive that is just a duplicate of a
- gcc-specific directive a few lines below.
Originally committed as revision 10211 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:18 PM Revision 4b180bbd (ffmpeg): Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor
- directives are aimed at idiosyncracies of Apple's gcc version.
Originally committed as revision 10210 to svn://svn.f... - 03:10 PM Revision 73b46a95 (ffmpeg): Group network checks together
- Originally committed as revision 10209 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:08 PM Revision b1312aa2 (ffmpeg): Merge __MWERKS__ preprocessor directives.
- Originally committed as revision 10208 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:04 PM Revision 6465c977 (ffmpeg): Move Apple gcc AltiVec vector declaration syntax to libavutil.
- Originally committed as revision 24143 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:04 PM Revision 8008a043 (ffmpeg): Move Apple gcc AltiVec vector declaration syntax to libavutil.
- Originally committed as revision 10207 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:57 PM Revision 08f87a9c (ffmpeg): Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor
- directives are aimed at idiosyncracies of Apple's gcc version.
Originally committed as revision 10206 to svn://svn.f... - 02:18 PM Revision be693f95 (ffmpeg): int->uint8_t
- Originally committed as revision 10205 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:02 PM Revision 50464a1e (ffmpeg): int->int8_t (no need for them to be int ...)
- Originally committed as revision 10204 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:20 AM Revision 24c07998 (ffmpeg): Reindent the code after the last commit
- Originally committed as revision 10203 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 AM Revision b2e6799b (ffmpeg): Remove RTSP special casing in ffplay startup
- Originally committed as revision 10202 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:13 AM Revision 98561024 (ffmpeg): Move the RTP packetization code for MPEG12 video in its own file (rtp...
- Originally committed as revision 10201 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:49 AM Revision b75c8d16 (ffmpeg): Add V_SNOW
- Originally committed as revision 10200 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/23/2007
- 08:28 PM Revision b1ec601f (ffmpeg): Add request_channels member to AVCodecContext so we now have a proper
- way to tell the decoder how many output channels we would like.
Originally committed as revision 10199 to svn://svn.... - 04:42 PM Revision 0e6b14c2 (ffmpeg): Stray commit reverted
- Originally committed as revision 10198 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:40 PM Revision 2c2b3130 (ffmpeg): PowerPC/CELL/Altivec pointers
- Originally committed as revision 10197 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:28 PM Revision a677e0cf (ffmpeg): elaborate on needs_more_info
- Originally committed as revision 10196 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 AM Revision b538791b (ffmpeg): use more bits on the encoder side
- negligible increase in quality
Originally committed as revision 10195 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:39 AM Revision 277bb936 (ffmpeg): sparc asm docs
- Originally committed as revision 10194 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:02 AM Revision e02f7490 (ffmpeg): Initialize the "stc" variable before using it in ff_find_start_code()
- Originally committed as revision 10193 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 AM Revision 2b71ddd9 (ffmpeg): Take ring frame into account when demuxing.
- This fixes issue 97.
Originally committed as revision 10192 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:56 AM Revision 2e1ad4a2 (ffmpeg): simd gmc wasn't impossible.
- Originally committed as revision 10191 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/22/2007
- 10:46 PM Revision d8e84202 (ffmpeg): Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
- Originally committed as revision 24121 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:46 PM Revision 9d16f87f (ffmpeg): Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
- Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:27 PM Revision e241ba14 (ffmpeg): Revert previous unneeded mipsel patch (obsoleted by endianness detect...
- Originally committed as revision 10189 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:16 PM Revision ded66cdb (ffmpeg): Add mipsel architecture that differs from mips in endianness.
- based on patch by Johansson Erik-EJO017, erik.johansson motorola com
Originally committed as revision 10188 to svn:/... - 08:42 PM Revision 9eebe687 (ffmpeg): fix endian check when cross-compiling
- Originally committed as revision 10187 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:26 PM Revision 81717747 (ffmpeg): simplify
- Originally committed as revision 10186 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:03 PM Revision e2d0eeec (ffmpeg): right filename in doxygen comment
- Originally committed as revision 10185 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 PM Revision e9bfae45 (ffmpeg): cosmetics: alphabetical order
- Originally committed as revision 10184 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:10 PM Revision 4ce5df08 (ffmpeg): Make ffserver use cmdutils.c show_license function
- patch by Stefano Sabatini: [stefano sabatini minus lala ! poste it]
Originally committed as revision 10183 to svn://... - 01:04 PM Revision d1606995 (ffmpeg): Make ffmpeg use cmdutils.c show_license function
- patch by Stefano Sabatini: [stefano sabatini minus lala ! poste it]
Originally committed as revision 10182 to svn://... - 01:04 PM Revision d55388d0 (ffmpeg): Simplify preprocessor directives.
- Originally committed as revision 10181 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:54 PM Revision 18b8b43b (ffmpeg): make clean bfin
- Originally committed as revision 10180 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 PM Revision 57b499c7 (ffmpeg): Identifiers starting with underscores are reserved.
- Originally committed as revision 10179 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/21/2007
- 08:15 PM Revision a282102d (ffmpeg): optimization tips for the wavelet
- Originally committed as revision 10178 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:44 PM Revision 2cc45470 (ffmpeg): more complete dc prediction description
- Originally committed as revision 10177 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:38 PM Revision 1e37b7e4 (ffmpeg): LL band prediction
- Originally committed as revision 10176 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:28 PM Revision 7397cf3f (ffmpeg): typo
- Originally committed as revision 10175 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:22 PM Revision 09671ce7 (ffmpeg): describe IDWT
- Originally committed as revision 10174 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:24 PM Revision 5ab65707 (ffmpeg): parsers and bsfs declarations are not meant to be part of public API
- Originally committed as revision 10173 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:29 PM Revision ce611a27 (ffmpeg): Change rounding of the horizontal DWT to match the vertical one.
- This allows some simplifications and optimizations and should
not have any effect on quality.
Originally committed a... - 03:53 PM Revision 7506d47a (ffmpeg): create libavcodec/sh4 dir when building out-of-tree
- Originally committed as revision 10171 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:52 PM Revision 862a70f1 (ffmpeg): cosmetics: some reordering
- Originally committed as revision 10170 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 PM Revision 289a723c (ffmpeg): asv1.c directly uses Put/GetBitContext, so it should include bitstream.h
- Originally committed as revision 10169 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 AM Revision 11de04d8 (ffmpeg): intro
- Originally committed as revision 10168 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:17 AM Revision fdb99704 (ffmpeg): few words about the wavelets
- Originally committed as revision 10167 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:05 AM Revision 30cd3e66 (ffmpeg): remove code which become unused by the previous changes
- Originally committed as revision 10166 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:03 AM Revision 72dee89b (ffmpeg): Simplify and optimize the 4th vertical lifting step of the SSE2 code ...
- This also reduces the needed headroom in that step by 1 bit
Originally committed as revision 10165 to svn://svn.ffmp... - 12:02 AM Revision d0dae46a (ffmpeg): Simplify and optimize the 4th vertical lifting step of the MMX code
- This also reduces the needed headroom in that step by 1 bit
Originally committed as revision 10164 to svn://svn.ffmp...
08/20/2007
- 11:59 PM Revision 1ffbbef2 (ffmpeg): Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd
- vertical lifting step of the SSE2 code (untested)
Originally committed as revision 10163 to svn://svn.ffmpeg.org/ffm... - 11:54 PM Revision 4bf17904 (ffmpeg): simplify, speedup and reduce needed headroom by 2 bits in the 3rd
- vertical lifting step
Originally committed as revision 10162 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:11 PM Revision dd30437b (ffmpeg): replace <<1 by add for SSE2 (untested)
- Originally committed as revision 10161 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:09 PM Revision 7e665a39 (ffmpeg): replace <<1 by add
- Originally committed as revision 10160 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:02 PM Revision eee649d3 (ffmpeg): slightly change horizontal lift3 so it needs 1 bit less headroom
- Originally committed as revision 10159 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 PM Revision be3b22f9 (ffmpeg): remove idiotc double subtraction from the sse2 code (untested, no sse...
- Originally committed as revision 10158 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:34 PM Revision 8510c519 (ffmpeg): fixme note
- Originally committed as revision 10157 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 PM Revision 3a9f44d5 (ffmpeg): and of course the unneeded double subtractions were blindly put in the
- mmx code
this also makes the affected code 4% faster
Originally committed as revision 10156 to svn://svn.ffmpeg.org/... - 10:26 PM Revision f29bd6fa (ffmpeg): more stupid double subtractions
- Originally committed as revision 10155 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:18 PM Revision 49ca0e53 (ffmpeg): get rid of idiotc double subtraction
- Originally committed as revision 10154 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 PM Revision 4a0d6686 (ffmpeg): ensure configure only accept valid --list-* parameters
- closes issue72
Originally committed as revision 10153 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:55 PM Revision 1f794d69 (ffmpeg): support swink created files which have soi/eoi broken tags reversed
- Originally committed as revision 10152 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:54 PM Revision 45e3c163 (ffmpeg): Additional documentation for CRC functions
- Originally committed as revision 10151 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:12 AM Revision 6d1ba1ac (ffmpeg): Print an SDP when all outputs are RTP (the SDP can be saved in a text...
- and used to receive the streams)
Originally committed as revision 10150 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:09 AM Revision f35917b2 (ffmpeg): Implement the cmdutils.c show_license function.
- patch by Stefano Sabatini: [stefano sabatini-lala /\ poste it]
Originally committed as revision 10149 to svn://svn.f... - 07:17 AM Revision 89da5781 (ffmpeg): Call av_find_stream_info() immediately after opening an input file.
- Needed to avoid reading the same TS two times at the beginning of the
file (whic resulted in an "error, non monotone ... - 07:07 AM Revision dd723472 (ffmpeg): Use avf_sdp_create() in ffserver
- Originally committed as revision 10147 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:50 AM Revision 250c5317 (ffmpeg): update -t option documentation
- Patch by Godwin Stewart
Originally committed as revision 10146 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/19/2007
- 08:34 PM Revision 622d6332 (ffmpeg): Cosmetics, indentation.
- Originally committed as revision 10145 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:31 PM Revision 1cbe9d6a (ffmpeg): Trellis quantization support for adpcm_swf.
- Originally committed as revision 10144 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:36 PM Revision 7b07d3e8 (ffmpeg): Use defines instead of raw hex numbers to specify CRC polynomials
- Originally committed as revision 10143 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:12 AM Revision 4f489292 (ffmpeg): Change imprecise "Unknown codec" message to say "encoder" or "decoder"
- instead of "codec"
Originally committed as revision 10142 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/18/2007
- 08:57 AM Revision 7799eeec (ffmpeg): small simplification
- Originally committed as revision 10141 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:26 AM Revision 9f32041d (ffmpeg): Do not butcher start_time in av_estimate_timings_from_bit_rate().
- from a patch by neilb suse de
Originally committed as revision 10140 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:52 AM Revision d6a0906a (ffmpeg): When looking for the last packet in each
- stream, so as to calculate the duration, don't stop
as soon as all streams have seen at least one packet.
Otherwise t... - 12:45 AM Revision bf494092 (ffmpeg): There is no guarantee that every stream will
- have a start_time found (though it is likely),
so check that the start_time is defined before
calculating a duration.... - 12:44 AM Revision df886e7e (ffmpeg): fix cur_dts at the end of av_estimate_timings_from_pts()
- Originally committed as revision 10137 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:35 AM Revision e26381b6 (ffmpeg): more verbose doxy for duration (from patch by neilb suse de)
- Originally committed as revision 10136 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:31 AM Revision 4854c253 (ffmpeg): mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb sus...
- Originally committed as revision 10135 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/17/2007
- 03:14 PM Revision 9e33b10f (ffmpeg): Allow pipe: URL to take fd number as input
- Patch by Vincent Fourmond [vincent dot fourmond at 9online dot fr]
Originally committed as revision 10134 to svn://s... - 03:12 PM Revision de79849e (ffmpeg): Indent for next commit
- Patch by Vincent Fourmond [vincent dot fourmond at 9online dot fr]
Originally committed as revision 10133 to svn://s... - 02:49 PM Revision afd98005 (ffmpeg): Enable MinGW networking support
- Originally committed as revision 10132 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 AM Revision 93951943 (ffmpeg): spelling/wording cosmetics
- Originally committed as revision 10131 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:49 AM Revision a9054d91 (ffmpeg): store asf streaming bitrates consistently
- patch by Björn Axelsson: [bjorn axelsson intinor se]
Originally committed as revision 10130 to svn://svn.ffmpeg.org/...
08/16/2007
- 10:12 PM Revision f18cae4d (ffmpeg): Set UDP receive buffer to 64k
- Originally committed as revision 10129 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:04 PM Revision fce388b4 (ffmpeg): cosmetic: indentation
- Originally committed as revision 10128 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision 2f3b419c (ffmpeg): Don't pre-scale default_duration to avoid precision loss in fps calcu...
- closes Issue95
Originally committed as revision 10127 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:55 PM Revision aec783d4 (ffmpeg): no need for special case default_duration for AAC
- Originally committed as revision 10126 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:54 PM Revision a92d2062 (ffmpeg): calculate default_duration according to framerate only when not alrea...
- Originally committed as revision 10125 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:09 PM Revision 2f4d5971 (ffmpeg): obfuscate urls and fix note about them
- Originally committed as revision 10124 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:48 PM Revision cf3430d2 (ffmpeg): fix url typo pointed out by Guillaume LECERF
- Originally committed as revision 10123 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:07 PM Revision 6d96a9b9 (ffmpeg): elaborate a little on AVStream.start_time, it seems the comment is no...
- enough, not that the clearer NEVER comment in AVFormatContext.start_time stoped
people from posting stupid patches
O...
08/15/2007
- 09:19 PM Revision c8f9ef61 (ffmpeg): CONFIG_7REGS -> HAVE_7REGS
- Originally committed as revision 10121 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:58 PM Revision 119614c0 (ffmpeg): document the email interface
- Originally committed as revision 10120 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:59 PM Revision 9df4ce5e (ffmpeg): Make the Golomb decoder work for Dirac
- Originally committed as revision 10119 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/14/2007
- 10:28 PM Revision 6d324c81 (ffmpeg): Statements like a = b = c = d = e; store from right-to-left, so if
- you write them in the right order it comes out backwards.
This removes them from fill_rectangle().
patch by Alexander... - 03:51 PM Revision 77cb22fa (ffmpeg): Try size 640x480 for FLC files which don't specify their size.
- This is a ugly hack to fix playback of specular.flc.
closes issue71
Originally committed as revision 10117 to svn://... - 01:58 PM Revision f5da5c93 (ffmpeg): Rename parse_arg_file function to opt_input_file for consistency.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10116 to svn://svn.ffmpeg... - 09:14 AM Revision 9fcfc0b7 (ffmpeg): cosmetics: indentation fix
- Originally committed as revision 10115 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:00 AM Revision bc3a73bc (ffmpeg): remove broken movi_end skip-hack-check
- this should fix seeking over the first riff chunk in odml
Originally committed as revision 10114 to svn://svn.ffmpeg... - 02:27 AM Revision ea4b2b5e (ffmpeg): do not misuse movi_end for checking chunk sizes
- Originally committed as revision 10113 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/13/2007
- 11:03 PM Revision 60a9966e (ffmpeg): Make cmdutils.c:parse_options accept as argument a function to parse
- bare command line parameters.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revi... - 10:55 PM Revision 9c0edaaf (ffmpeg): Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)
- Originally committed as revision 10111 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:55 PM Revision f3a3c72e (ffmpeg): Introduce AVERROR_PATCHWELCOME
- Originally committed as revision 10110 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:17 PM Revision a92b819a (ffmpeg): Clarify LGPL and GPL licensing of FFmpeg.
- Originally committed as revision 10109 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 PM Revision e1669c5e (ffmpeg): Attempt to better explain how to split patches into individual
- self-contained pieces.
Originally committed as revision 10108 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:57 PM Revision 9488b966 (ffmpeg): Move msmpeg4 tables from a header file to msmpegdata.c.
- Originally committed as revision 10107 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:28 PM Revision 5e4c7ca2 (ffmpeg): Add attribute that forces alignment of stack to functions that need it.
- Necessary for systems that don't align by default to 16 bytes, required by some
SSE instructions.
Requires GCC >= 4.2... - 02:16 PM Revision 345bb2ad (ffmpeg): special handling for vp3 idct, use the c reference
- Originally committed as revision 10105 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:20 PM Revision 07c02992 (ffmpeg): use bytestream_get_le*() this also fixes a big endian bug
- Originally committed as revision 10104 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:41 AM Revision 88381412 (ffmpeg): Make ffserver -h exit 0.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10103 to svn://svn.ffmpeg... - 08:33 AM Revision 9d4edf96 (ffmpeg): Make native and libnut NUT muxers mutually exclusive.
- Originally committed as revision 10102 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:36 AM Revision a6ba65f7 (ffmpeg): Support for WavPack version 0x410 (false stereo chunks)
- Patch by David Bryant printf("david@%s.com",wv_demuxer.long_name);
Thread [PATCH] handle WavPack stream version 0x410... - 05:35 AM Revision 11ead90e (ffmpeg): Rename flag for consistency with the next commit
- Originally committed as revision 10100 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:23 AM Revision 42c71907 (ffmpeg): Add av_get_bits_per_sample_format()
- Originally committed as revision 10099 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:18 AM Revision 99e8b22d (ffmpeg): Use PRId64 in seek test
- Originally committed as revision 10098 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:06 AM Revision 40802d36 (ffmpeg): fix type 3 aka skipped blocks for old version
- Originally committed as revision 10097 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:05 AM Revision 9ac34d94 (ffmpeg): fix motion vectors for old version
- Originally committed as revision 10096 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 AM Revision cf786021 (ffmpeg): set pix_fmt properly depending on version
- Originally committed as revision 10095 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 AM Revision 70bbeb6f (ffmpeg): use version instead of some random 32bit value to switch between 16 and
- 32bit versions (this is more reliable, the old code failed on some files)
Originally committed as revision 10094 to ... - 12:53 AM Revision a0d30cbc (ffmpeg): replace vlc_type by version and set that from codec_tag which contain...
- 4xm video version from the demuxer
Originally committed as revision 10093 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:44 AM Revision a985a940 (ffmpeg): export 4xm video version
- Originally committed as revision 10092 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/12/2007
- 03:47 PM Revision b74fb935 (ffmpeg): support ifr2 from Toy-Story2_better-image-quality.4xa
- Originally committed as revision 10091 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:50 PM Revision 3ca96802 (ffmpeg): use shorter types vec_"type" instead of the too long vector "type"
- part 1 of h264 luma interpolation 8x8 for altivec contributed by
Mauricio Alvarez % lokifo A gmail P com %
Original t... - 12:22 PM Revision 62f68aa9 (ffmpeg): add second vlc table
- pfr* of Toy-Story2_better-image-quality.4xa are decoded now without
bitstream errors
Originally committed as revisio... - 09:29 AM Revision 880e3ef4 (ffmpeg): add support for old flac in ogg
- fixes samples.mplayerhq.hu/flac/Yesterday.ogg
closes issue73
Originally committed as revision 10088 to svn://svn.ffm... - 12:59 AM Revision 4e68cb8a (ffmpeg): restoring the alphabetical order (this time with case ignored)
- Originally committed as revision 10087 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 AM Revision 3b4e7bb3 (ffmpeg): Also check for closesocket in winsock2.h
- Originally committed as revision 10086 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 07870f85 (ffmpeg): pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa cont...
- Originally committed as revision 10085 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:07 AM Revision 880003bb (ffmpeg): Don't check the return value of decode_cabac_residual since it always
- returns 0. This leads to a 0.4% speed-up.
Patch by Alexander Strange astrange at_ ithinksw dot com
Original thread:
...
08/11/2007
- 11:58 PM Revision e5639780 (ffmpeg): Ensure av_tree_insert() is defined before using it.
- Patch by Carl Eugen Hoyos cehoyos _at_ ag.or.at
Originally committed as revision 10083 to svn://svn.ffmpeg.org/ffm... - 11:29 PM Revision 88e2d588 (ffmpeg): more usage of av_clip()
- Originally committed as revision 10082 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:23 PM Revision e4a50e6d (ffmpeg): one more simplification
- Originally committed as revision 10081 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:17 PM Revision 295f3737 (ffmpeg): various simplifications around recent av_clip_int16() usage
- Originally committed as revision 10080 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:09 PM Revision b0f33828 (ffmpeg): fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq
- closes issue78
Originally committed as revision 10079 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:48 PM Revision aee481ce (ffmpeg): use av_clip_int16() where it makes sense
- Originally committed as revision 10078 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 PM Revision 160ab30f (ffmpeg): Set dts in tta demuxer
- Originally committed as revision 10077 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 PM Revision ddb8ebe7 (ffmpeg): add a new av_clip_int16() function to libavutil
- Originally committed as revision 10076 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:52 PM Revision b9c684a2 (ffmpeg): ensure av_noinline is always defined
- Originally committed as revision 10075 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:03 PM Revision 06c5c560 (ffmpeg): cola for diego
- Originally committed as revision 10074 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:51 PM Revision 70b4d492 (ffmpeg): Enable swscale in MinGW vhooks only if swscale was configured.
- Copied from Cygwin configure.
Originally committed as revision 10073 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:03 PM Revision 68bf8d83 (ffmpeg): Bump minor number, NUT muxer was added.
- Originally committed as revision 10072 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:12 PM Revision 74f07805 (ffmpeg): Make show-version exit 0.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10071 to svn://svn.ffmpeg... - 01:11 PM Revision 5c14a795 (ffmpeg): Make show-license exit 0.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10070 to svn://svn.ffmpeg... - 01:09 PM Revision c20bd3e0 (ffmpeg): Make ffmpeg -formats exit 0.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10069 to svn://svn.ffmpeg... - 11:12 AM Revision 63dd9d0e (ffmpeg): simplify
- Originally committed as revision 10068 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:10 AM Revision d2062ff6 (ffmpeg): do not remove FLAG_CODED
- Originally committed as revision 10067 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 AM Revision 0e6472fd (ffmpeg): remove useless code, found by oded
- Originally committed as revision 10066 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom