Activity
From 06/03/2006 to 07/02/2006
07/02/2006
- 10:01 PM Revision 3f8674a9 (ffmpeg): remove redundant macro definitions
- Originally committed as revision 5589 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:53 PM Revision 8fb0d073 (ffmpeg): kill warning
- Originally committed as revision 5588 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:20 PM Revision d10fda8e (ffmpeg): 1l: put that int i back
- Originally committed as revision 5587 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 PM Revision 26b89135 (ffmpeg): kill warnings
- Originally committed as revision 5586 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision 4dddc5e1 (ffmpeg): kill warnings
- Originally committed as revision 5585 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:01 PM Revision fb9cc9e7 (ffmpeg): compile md5 and include in libavutil.a
- Originally committed as revision 5584 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:01 PM Revision 93d6aeb0 (ffmpeg): add missing declaration for av_md5_sum
- Originally committed as revision 5583 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 PM Revision f28660eb (ffmpeg): cast pointers to make compiler happy
- remove test define
Originally committed as revision 5582 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:24 PM Revision 5c6a5d58 (ffmpeg): simplify
- Originally committed as revision 5581 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:17 PM Revision bf840994 (ffmpeg): make distclean clean everything
- Originally committed as revision 5580 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:58 PM Revision 20ffddb9 (ffmpeg): CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer ...
- Originally committed as revision 5579 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision 761089b0 (ffmpeg): staric frame_rate_tab -> non static ff_frame_rate_tab part of the cav...
- Originally committed as revision 5578 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:14 PM Revision 474176bf (ffmpeg): 3 lines while -> 1 line for loop
- Originally committed as revision 5577 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:10 PM Revision 5d2f52b9 (ffmpeg): simplify
- Originally committed as revision 5576 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:01 PM Revision b2e30cb3 (ffmpeg): simplify compute_autocorr
- Originally committed as revision 5575 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 PM Revision 41275956 (ffmpeg): dont use memcpy for copying structs
- Originally committed as revision 5574 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:06 AM Revision 7c69b830 (ffmpeg): simplify
- Originally committed as revision 5573 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 AM Revision a403fc03 (ffmpeg): flac-lpc patch by (Justin Ruggles jruggle earthlink net)
- tabs removed and regression.sh fixed (it was missing in the patch) by me
Originally committed as revision 5572 to sv... - 09:30 AM Revision 78f67b7a (ffmpeg): simplify
- Originally committed as revision 5571 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:05 AM Revision 79433554 (ffmpeg): ff_fft_init now double checks that the system has mm3dnow.h before
- checking if the cpu can do 3dnow at all. This bug caused amd cpu's
without sse to not have a working fft function. Ie... - 01:52 AM Revision 76f2a12f (ffmpeg): remove unneeded casts
- Originally committed as revision 5569 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:39 AM Revision 3dd46a29 (ffmpeg): get rid of veccpy(), replace with simple assignment
- Originally committed as revision 5568 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/01/2006
- 10:52 PM Revision 0abc2e73 (ffmpeg): new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)
- Originally committed as revision 5567 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:33 PM Revision 91c58c94 (ffmpeg): fill_mbaff_ref_list is missing a return statement, its return value
- is ignored, and it can't possibly fail, so make it void
Originally committed as revision 5566 to svn://svn.ffmpeg.or... - 02:39 PM Revision 2df19ea5 (ffmpeg): Remove unneeded code
- Originally committed as revision 18880 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:02 AM Revision 94d85eaf (ffmpeg): md5 support
- depending on CONFIG_SMALL this can either be compiled to a fully unrolled kernel / rfc reference style md5 routine
or... - 07:22 AM Revision 8f8d0e48 (ffmpeg): Adjust AC prediction if (some) predictors are not available.
- Originally committed as revision 5564 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:13 AM Revision e9f2396e (ffmpeg): 0xFFFF l of cola. Now P-frames are decoded almost without distortions.
- Originally committed as revision 5563 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 AM Revision a34c26cc (ffmpeg): Remove unused variable (and it wasn't free'd too)
- Originally committed as revision 5562 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:17 AM Revision 0f7344aa (ffmpeg): Use MpegEncContext->mbskip_table instead of custom bitplane.
- Originally committed as revision 5561 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/30/2006
- 12:00 PM Revision 73435f00 (ffmpeg): Move postproc ---> libswscale
- Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:26 AM Revision c99ddfa4 (ffmpeg): Woops, this file was supposed to be added in r5556: "Move initialisat...
- Originally committed as revision 5560 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:00 AM Revision a9493601 (ffmpeg): * Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no
- need for 1 more extra byte.
* Checking whether the to be allocated size is larger than INT_MAX,
doesn't assure that ... - 07:50 AM Revision 3a6fc8fa (ffmpeg): Disable w53 and w97 cmp methods when snow encoder is disabled
- Patch by Diego 'Flameeyes' Petteno flameeyes AH gentoo PP org
Original thread:
Date: Jun 30, 2006 1:16 AM
Subject: [F... - 07:45 AM Revision 72468a03 (ffmpeg): make sure NDEBUG is not defined already before defining it
- Patch by Diego 'Flameeyes' Petteno flameeyes AA gentoo PP org
Original thread:
Date: Jun 30, 2006 1:09 AM
Subject: [F... - 07:41 AM Revision e006c307 (ffmpeg): Move initialisations and internal symbols in allformats.h,
- patch by Diego "Flameeyes" Petteno flameeyes AA gentoo PP org
Original thread:
Date: Jun 30, 2006 2:07 AM
Subject: [F... - 05:53 AM Revision f2508b17 (ffmpeg): anothe useless sizeof(char)
- Originally committed as revision 5555 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 AM Revision 3f6d6af6 (ffmpeg): Slightly reworked MC code, it gives better picture.
- Originally committed as revision 5554 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:17 AM Revision c436ff41 (ffmpeg): typo
- Originally committed as revision 5553 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:47 AM Revision 7d77d5f6 (ffmpeg): spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (...
- Originally committed as revision 5552 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/29/2006
- 11:47 PM Revision 1a268acc (ffmpeg): compiler sanity check
- Originally committed as revision 5551 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:32 PM Revision fac252f9 (ffmpeg): add --cross-compile option to assume cross-compilation without cross-...
- Originally committed as revision 5550 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:19 PM Revision ddab0670 (ffmpeg): send output of exec checks to log file
- Originally committed as revision 5549 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 PM Revision 8d923001 (ffmpeg): detect availability of -rdynamic and -export-dynamic
- Originally committed as revision 5548 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:42 PM Revision 62c52121 (ffmpeg): extradata may be used as bitstream reader input so allocate with padding
- Originally committed as revision 5547 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:03 PM Revision 25c533a2 (ffmpeg): detect audio-only program streams and broken files made by VDR
- Originally committed as revision 5546 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:02 PM Revision 344a18c3 (ffmpeg): do not fail av_find_stream_info() if params for all streams could not...
- Originally committed as revision 5545 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:17 AM Revision c6bb50e0 (ffmpeg): Fix initialization of vc1_decoder (the same as wmv3_decoder).
- Patch by Reimar Doeffinger.
Originally committed as revision 5544 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:05 AM Revision 87dfe848 (ffmpeg): Some optimization and fixes - mostly reworked MC and bitplanes.
- Originally committed as revision 5543 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:02 AM Revision e8ba1cea (ffmpeg): This should make P-frames decoding work on x86 (by avoiding get_bits(0))
- Originally committed as revision 5542 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:52 AM Revision b028a866 (ffmpeg): 'uname -m' returns IP<number> for MIPS CPUs on IRIX.
- Originally committed as revision 5541 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/28/2006
- 09:40 PM Revision 19e0e403 (ffmpeg): detect MPEG PES streams as MPEG PS; the PS demuxer will cope
- Originally committed as revision 5540 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:46 PM Revision 54003e1a (ffmpeg): get svn version when using separate build tree
- Originally committed as revision 5539 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:18 PM Revision 76a77ff2 (ffmpeg): Properly set the image depth
- Originally committed as revision 5538 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 AM Revision b582d7ba (ffmpeg): dont read over the end of a data chunk and at the end search for the ...
- Originally committed as revision 5537 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/27/2006
- 09:01 PM Revision e71bcc37 (ffmpeg): flacenc - rice param search patch by (Justin Ruggles jruggle earthli...
- 1) search for optimal rice parameters and partition order. i also
modified the stereo method estimation to use this t... - 03:37 PM Revision f26c2ef5 (ffmpeg): Added loop filtering as ersatz for overlap filter (improves picture q...
- Originally committed as revision 5535 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 PM Revision 8985c915 (ffmpeg): VC1 Intra blocks in P-frames use different zigzag table than I-frames.
- Originally committed as revision 5534 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:13 PM Revision 0b52626e (ffmpeg): Do not read full byte when less than 8 bits are still to be read.
- Does not make a difference with any of my samples, but current
code does not make much sense.
Originally committed a... - 12:09 PM Revision a5ecd69e (ffmpeg): Ignore overrun in spectral RLE decoding, fixes
- http://www.missouri.edu/~bah347/gprime/nintendothemesacappellax.wmv
Originally committed as revision 5532 to svn://s... - 07:38 AM Revision 2122f9c0 (ffmpeg): Install into $PROGRAMFILES instead of a hardcoded path on MinGW.
- patch by Ramiro Polla, ramiro86 %at% hotmail %dot% com
Originally committed as revision 5531 to svn://svn.ffmpeg.org... - 03:11 AM Revision be3492ec (ffmpeg): VC-1 decoder with I-frames support and partial P-frames decoding
- Originally committed as revision 5530 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 AM Revision 10b9c374 (ffmpeg): Rename VC9 to VC1 as there is no such thing as VC9
- Originally committed as revision 5529 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/26/2006
- 06:00 AM Revision f33aa120 (ffmpeg): stereo decorrelation support by (Justin Ruggles jruggle earthlink net>)
- Originally committed as revision 5528 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/25/2006
- 09:22 PM Revision 6c35b4de (ffmpeg): 10l
- Originally committed as revision 5527 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:37 PM Revision f3a30e3a (ffmpeg): cleanup patch from Diego Pettenò <flameeyes@gentoo.org>
- Originally committed as revision 5526 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:12 PM Revision 521f2587 (ffmpeg): Make debug work early on ffplay
- Originally committed as revision 5525 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 PM Revision ea02862a (ffmpeg): s/u_char/uint8_t/ accidentally copied from tcvp
- Originally committed as revision 5524 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 PM Revision 40c5e1fa (ffmpeg): 10l: don't allocate a new buffer quite so often
- Originally committed as revision 5523 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 12a195e3 (ffmpeg): cleaned up buffer management
- Originally committed as revision 5522 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:10 AM Revision 42fb4148 (ffmpeg): check only existing streams
- Originally committed as revision 5521 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/24/2006
- 09:19 PM Revision aedf11f8 (ffmpeg): -logg needs to be after -lvorbis
- Originally committed as revision 5520 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:57 PM Revision 7beb802b (ffmpeg): fix a silly typo (1l to myself)
- Originally committed as revision 5519 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:09 PM Revision 24e15910 (ffmpeg): minor cleanup
- Originally committed as revision 5518 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:09 PM Revision 0aec3c5c (ffmpeg): simplify
- Originally committed as revision 5517 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:56 PM Revision d1015e88 (ffmpeg): simplify & optimize things a little
- Originally committed as revision 5516 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:40 AM Revision aeb2904e (ffmpeg): flac regression test
- Originally committed as revision 5515 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:20 AM Revision 9e96ab03 (ffmpeg): first rudimentary version of (Justin Ruggles jruggle earthlink net) ...
- Originally committed as revision 5514 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:57 AM Revision 9e0db7d5 (ffmpeg): simplify
- Originally committed as revision 5513 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:25 AM Revision cef7cc72 (ffmpeg): CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink net
- Originally committed as revision 5512 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/23/2006
- 03:07 PM Revision a66d63a9 (ffmpeg): Produce correct version string even when not run in a Subversion work...
- based on a patch by Ismail Dönmez ismail##@##pardus##.##org##.##tr
Originally committed as revision 5511 to svn://sv...
06/22/2006
- 09:28 PM Revision fd071c26 (ffmpeg): .depend needs version.h, noticed by Uoti Urpala
- Originally committed as revision 5510 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:57 PM Revision 2ba042a7 (ffmpeg): enable logging in configure by default, and print some advice on failure
- Originally committed as revision 5509 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/21/2006
- 08:50 PM Revision 87f1c97e (ffmpeg): allow recent libfaad versions with new function names
- Originally committed as revision 5508 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:21 AM Revision 0187178e (ffmpeg): fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern...
- Originally committed as revision 5507 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/20/2006
- 10:19 PM Revision ea138e97 (ffmpeg): Remove unused variable, patch by Stefan Huehner stefan__at__huehner__...
- Originally committed as revision 5506 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:46 PM Revision c10824ea (ffmpeg): increase search limit in av_find_stream_info
- Originally committed as revision 5505 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 AM Revision 47261113 (ffmpeg): Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> f...
- Originally committed as revision 5504 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 AM Revision 5689ec7c (ffmpeg): Remove unused FFMPEG_VERSION_INT.
- Note: If this is useful I'll put it in version.sh/version.h.
Originally committed as revision 5503 to svn://svn.ffmp... - 10:24 AM Revision f1cc88a5 (ffmpeg): Use Subversion revision for FFMPEG_VERSION.
- based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr
Originally committed as revision 5502 to svn... - 12:04 AM Revision d2845d68 (ffmpeg): Remove unused VERSION definition from config.mak.
- Originally committed as revision 5501 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/19/2006
- 11:26 PM Revision 0cfd96cc (ffmpeg): Avoid binary stripping rule code duplication.
- Originally committed as revision 5500 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:20 PM Revision d8bee8dd (ffmpeg): allow packets with non-zero PES_scrambling_control
- Originally committed as revision 5499 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:28 AM Revision aa1c1c61 (ffmpeg): fix aac in mov for ipod
- Originally committed as revision 5498 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/18/2006
- 11:33 AM Revision 7b49ce2e (ffmpeg): Add const to (mostly) char* and make some functions static, which are...
- outside their declaring source file and which have no corresponding prototype.
patch by Stefan Huehner stefan^^@^^hue...
06/17/2006
- 10:01 PM Revision 3b9bee88 (ffmpeg): libfaac uses pascal calling convention on win32 so the generic tests
- can't be used
Originally committed as revision 5496 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:02 PM Revision ab955d47 (ffmpeg): add myself as build system maintainer
- Originally committed as revision 5495 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:51 PM Revision 5d38ba33 (ffmpeg): put local -L flags first in link commands
- Originally committed as revision 5494 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:46 PM Revision e8772eec (ffmpeg): Cosmetics: should not hurt performance, scream if are
- Originally committed as revision 5493 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:53 PM Revision a97c1e93 (ffmpeg): Add (mostly) const to variable and parameter declaration, where a cha...
- used and 'const char*' should be, plus make some function declarations
static if they aren't used outside their decla... - 02:39 PM Revision c8e9f801 (ffmpeg): improved logging tests
- Originally committed as revision 5491 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:13 PM Revision 407ddb4e (ffmpeg): update libav regression tests for r5449 (adpcm)
- Originally committed as revision 5490 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 AM Revision 2b9c9e09 (ffmpeg): Rename version from CVS to the more sensible HEAD.
- Originally committed as revision 5489 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/16/2006
- 08:45 PM Revision 79d1ec91 (ffmpeg): use standard codec tag if the specified tag is out of range and would be
- truncated
Originally committed as revision 5488 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:41 PM Revision 4f8ff17e (ffmpeg): The AAC frame header uses 13 bits for the frame size, so the buffer s...
- have room for such a frame. A frame that large seems unlikely in a valid
file, but leaving room for it spares us the... - 07:26 PM Revision 57bd82d4 (ffmpeg): test availability of various compiler flags, and verify that requested
- libraries are really installed
Originally committed as revision 5486 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:06 AM Revision 2c8e2014 (ffmpeg): Fix compilation with all combinations of --disable-(de)muxers.
- Originally committed as revision 5485 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:54 AM Revision a5e9102b (ffmpeg): free codec extradata in av_close_input_file
- Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/15/2006
- 11:26 PM Revision 47dd81c7 (ffmpeg): make dump_format output more homogenous
- Originally committed as revision 5483 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 PM Revision 05edc1a7 (ffmpeg): export all tracks to libavformat layer
- Originally committed as revision 5482 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 PM Revision 5e1d2731 (ffmpeg): vfr mov/mp4 todo item
- Originally committed as revision 5481 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:15 PM Revision eaddc471 (ffmpeg): Fix segfault
- Patch by R. Brian Anderson (andersrb AT cliftonlabs DOT com)
Originally committed as revision 5480 to svn://svn.ffmp... - 09:20 AM Revision 1449b722 (ffmpeg): 10l to whoever wrote this
- Originally committed as revision 5479 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:36 AM Revision 3c47c174 (ffmpeg): Fix typo
- Originally committed as revision 5478 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/14/2006
- 09:02 PM Revision 29f3b38a (ffmpeg): check for SDL_VideoInfo.current_[wh] availability in configure, and
- fall back on SDL_WM_ToggleFullScreen() if not available
Originally committed as revision 5477 to svn://svn.ffmpeg.or... - 07:10 PM Revision 4a387d7d (ffmpeg): update regression tests for r5449 (adpcm)
- Originally committed as revision 5476 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:32 AM Revision b7b22558 (ffmpeg): dont load the index if we cant seek back
- Originally committed as revision 5475 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/13/2006
- 11:13 PM Revision ef4c8bbf (ffmpeg): check fseek return value
- Originally committed as revision 5474 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 PM Revision c3daf8d8 (ffmpeg): fix unused computed value
- Originally committed as revision 5473 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:38 PM Revision 543eebd5 (ffmpeg): fix mp3 muxing
- Originally committed as revision 5472 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:10 AM Revision 329b1e75 (ffmpeg): fix probe of high bitrate mpeg2video
- Originally committed as revision 5471 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:20 AM Revision bbf84ca1 (ffmpeg): oprofile reference for Linux/PPC
- Originally committed as revision 5470 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/12/2006
- 09:34 PM Revision e6f0ad51 (ffmpeg): MIPS doesn't like unaligned accesses
- Originally committed as revision 5469 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:09 PM Revision a2fe3b58 (ffmpeg): simplify, completely ignore streams not recognized, that fixes seekin...
- Originally committed as revision 5468 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 AM Revision c4da83fb (ffmpeg): h264: accept rbsp_trailing longer than 1 byte
- Originally committed as revision 5467 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/11/2006
- 10:09 AM Revision a7b286e8 (ffmpeg): read_packet return value must be < 0 when no packet is returned, incl...
- Originally committed as revision 5466 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/10/2006
- 11:37 PM Revision 1f6b1bcb (ffmpeg): 10l to myself for being overzealous with $cross_prefix
- Originally committed as revision 5465 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:30 PM Revision 38f0d3ce (ffmpeg): Add support for GNU/kFreeBSD systems.
- patch from Petr Salinger submitted by Sam Hocevar
Originally committed as revision 5464 to svn://svn.ffmpeg.org/ffmp...
06/09/2006
- 10:43 PM Revision 3ef17d62 (ffmpeg): don't use xlib in ffplay, and bump required sdl version
- Originally committed as revision 5463 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision 87318d69 (ffmpeg): use ifeq(...,yes) instead of ifdef
- Originally committed as revision 5462 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:13 PM Revision 36b1b0bc (ffmpeg): CVS --> Subversion
- Originally committed as revision 5461 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:10 PM Revision f2cf4a6b (ffmpeg): fix closed gop flag
- Originally committed as revision 5460 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:55 AM Revision 2b165e29 (ffmpeg): www1.mplayerhq.hu --> lists.mplayerhq.hu
- Originally committed as revision 5459 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:55 AM Revision 1c1b5a40 (ffmpeg): CVS --> Subversion
- Originally committed as revision 5458 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/05/2006
- 10:41 PM Revision dc4ed3b1 (ffmpeg): probe for mpeg audio
- Originally committed as revision 5457 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 AM Revision 065ee1ec (ffmpeg): fix variable type used via "m" asm constraint to match size used in asm.
- fixes crashes on AMD64.
Originally committed as revision 18576 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
06/04/2006
- 09:54 PM Revision 086bfd25 (ffmpeg): support doing motion estimation and compensation without any residual...
- this is usefull for filters which need ME/MC
Originally committed as revision 5456 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:01 PM Revision a9d4a6ef (ffmpeg): rm_read_audio_stream_info return type is not void
- Check for errors returned by rm_read_audio_stream_info
Check for overflow in aac extradata allocation
Originally com... - 05:26 PM Revision a194f595 (ffmpeg): Support for AAC (fourcc raac and racp) in rm files
- Originally committed as revision 5454 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:06 PM Revision 56466d7b (ffmpeg): fix seek related bugs
- Originally committed as revision 5453 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/03/2006
- 10:18 PM Revision 0d18f798 (ffmpeg): put_pixels16_l2_altivec and avg_pixels16_l2_altivec
- Originally committed as revision 5452 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:04 PM Revision 696d6889 (ffmpeg): ADPCM: trellis quantization
- Originally committed as revision 5451 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:26 AM Revision f9243d34 (ffmpeg): Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1
- user-tunable.
Originally committed as revision 5450 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:38 AM Revision 7e537051 (ffmpeg): adpcm_ima & adpcm_yamaha: improved quantization
- Originally committed as revision 5449 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom