Activity
From 09/14/2006 to 10/13/2006
10/13/2006
- 07:19 PM Revision 03bb9ae5 (ffmpeg): 10l CODEC vs. FORMAT
- Originally committed as revision 6687 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:21 PM Revision 12b6992b (ffmpeg): flv files from myspace with mp3 audio require need_parsing because the
- frames are fragmented.
Originally committed as revision 6686 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:19 PM Revision b566bd65 (ffmpeg): simplify escape decoding
- Originally committed as revision 6685 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 PM Revision a88fc5c0 (ffmpeg): Remove intrinsics checks, they are no longer used.
- partly based on a patch by Zuxy Meng, zuxy.meng gmail com
Originally committed as revision 6684 to svn://svn.ffmpeg.... - 02:21 PM Revision 68a205ed (ffmpeg): dehack *ps_state indexing in the branchless decoder
- Originally committed as revision 6683 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 AM Revision a991b1fe (ffmpeg): TIFF decoder
- Originally committed as revision 6682 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:02 AM Revision 6ae177aa (ffmpeg): Add a note about illegal codec IDs.
- Originally committed as revision 6681 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:01 AM Revision 7e547cb4 (ffmpeg): Add codec ID for Shorten audio.
- Originally committed as revision 6680 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/12/2006
- 09:32 PM Revision 12ff5b0f (ffmpeg): add "memory" to the clobber list we change memory so we need it, this...
- Originally committed as revision 6679 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:56 PM Revision f7bc5837 (ffmpeg): Adds forgotten changelog's entry about the new mtv demuxer
- Originally committed as revision 6678 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:55 PM Revision 5ed0d67d (ffmpeg): -1 is a valid return value in ratecontrol_1pass() -> 100l for takis
- Originally committed as revision 6677 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:57 PM Revision 61b76987 (ffmpeg): Fixes:
- xvmcvideo.c: In function ‘XVMC_decode_mb’:
xvmcvideo.c:141: warning: ‘return’ with a value, in function returning voi... - 06:41 PM Revision de1013e1 (ffmpeg): 10l int vs uint8_t
- Originally committed as revision 6675 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:49 PM Revision 851ded89 (ffmpeg): prevent "mb level" get_cabac() calls from being inlined (3% faster de...
- Originally committed as revision 6674 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 PM Revision 1f6049f5 (ffmpeg): int->uint8_t for 2 tables
- Originally committed as revision 6673 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:02 PM Revision 29f86228 (ffmpeg): support for Tiertex .seq files demuxing/video decoding, by Gregory Mo...
- Originally committed as revision 6672 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:54 AM Revision 7da4d4cd (ffmpeg): fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir ...
- Originally committed as revision 6671 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:51 AM Revision cb690cad (ffmpeg): Rename internal.h --> xvid_internal.h, it clashes with libavutil/inte...
- Originally committed as revision 6670 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 AM Revision a5db5bda (ffmpeg): ppc generic prefetch
- Originally committed as revision 6669 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:51 AM Revision a0490b32 (ffmpeg): adds some useful comments after some of the #else, #elseif,
- #endif preprocessor directives to make it clearer which code
block depends on which #define xx
Originally committed ... - 01:04 AM Revision 28146a8c (ffmpeg): new mtv demuxer
- Originally committed as revision 6667 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/11/2006
- 11:18 PM Revision 05749630 (ffmpeg): Rename ABS macro to FFABS.
- Originally committed as revision 20169 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:17 PM Revision c26abfa5 (ffmpeg): Rename ABS macro to FFABS.
- Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:59 PM Revision 02305ff3 (ffmpeg): Rename SIGN macro to FFSIGN to avoid clashes with system headers.
- Originally committed as revision 6665 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision a957c27b (ffmpeg): more prefetches, 2% faster h264
- Originally committed as revision 6664 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:59 PM Revision 1f4d5e9f (ffmpeg): slightly faster on P3 slightly slower on athlon and probably faster o...
- Originally committed as revision 6663 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:22 PM Revision f3239539 (ffmpeg): add MXF description
- Originally committed as revision 6662 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 PM Revision d7a3a783 (ffmpeg): update GXF status and add description
- Originally committed as revision 6661 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:14 PM Revision dc56e0de (ffmpeg): update doc, changelog, and increase libavcodec version for .cin files...
- Originally committed as revision 6660 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:57 PM Revision 72450e50 (ffmpeg): support for Delphine Software .cin files demuxing / audio and video d...
- Originally committed as revision 6659 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:39 PM Revision 2b5269b5 (ffmpeg): moving lps state transition code a little up in the branched asm code...
- Originally committed as revision 6658 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:11 PM Revision b99f3cab (ffmpeg): write cabac low and range variables as early as possible to prevent s...
- Originally committed as revision 6657 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:20 PM Revision d17faef0 (ffmpeg): use ecx instead of cl (no speed change on P3 but might avoid partial ...
- Originally committed as revision 6656 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:44 PM Revision d61c4e73 (ffmpeg): make state transition tables global as they are constant and the code...
- Originally committed as revision 6655 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:25 PM Revision 5f3eca12 (ffmpeg): 10l
- Originally committed as revision 6654 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:21 PM Revision 0fa352c7 (ffmpeg): make lps_range a global table its constant anyway (saves 1 addition f...
- Originally committed as revision 6653 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 PM Revision 3650b439 (ffmpeg): enable CMOV_IS_FAST as its faster or equal speed on every cpu (duron,...
- Originally committed as revision 6652 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:16 PM Revision a8824a79 (ffmpeg): simplifies null vhook by using sws_getCachedContext()
- Patch by Victor Paesa %wzrlpy A arsystel P com%
Original thread:
Date: Sep 15, 2006 6:21 PM
Subject: Re: [Ffmpeg-deve... - 12:14 PM Revision df117196 (ffmpeg): simplifies fish vhook by using sws_getCachedContext()
- Patch by Victor Paesa %wzrlpy A arsystel P com%
Original thread:
Date: Sep 15, 2006 6:21 PM
Subject: Re: [Ffmpeg-deve... - 12:11 PM Revision 2d7490fc (ffmpeg): port watermark vhook to swscaler
- Patch by Victor Paesa %wzrlpy A arsystel P com%
Original thread + testcase:
Date: Sep 12, 2006 5:29 PM
Subject: Re: [... - 12:08 PM Revision 67d0436c (ffmpeg): port imlib2 vhook to swscaler
- Patch by Victor Paesa %wzrlpy A arsystel P com%
Original thread + testcase:
Date: Sep 13, 2006 11:06 PM
Subject: Re: ... - 10:29 AM Revision 6ab312da (ffmpeg): doxy
- Originally committed as revision 6647 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 AM Revision 777f4649 (ffmpeg): fix bit rate
- Originally committed as revision 6646 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:17 AM Revision d50756cd (ffmpeg): use av_get_bits_per_sample
- Originally committed as revision 6645 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 AM Revision e27d9277 (ffmpeg): use av_get_bits_per_sample, compute block align if not set
- Originally committed as revision 6644 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:09 AM Revision 8d41fe28 (ffmpeg): simplify by not writing unneeded codec name to fix segfault when stre...
- Originally committed as revision 6643 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:30 AM Revision 086b05cd (ffmpeg): Move CFLAGS handling to common.mak.
- Originally committed as revision 20154 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:30 AM Revision dadb850a (ffmpeg): Move CFLAGS handling to common.mak.
- Originally committed as revision 6642 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:47 AM Revision a33fe572 (ffmpeg): Switch to the LGPL as agreed to by the author according to the
- initial commit log message.
Originally committed as revision 6641 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:15 AM Revision 3689cf16 (ffmpeg): Targa image decoder
- Originally committed as revision 6640 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:18 AM Revision e7becfb2 (ffmpeg): printf --> av_log with some help from Oded
- Originally committed as revision 6639 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/10/2006
- 11:59 PM Revision d95442c0 (ffmpeg): unused #define
- Originally committed as revision 6638 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:57 PM Revision ab2c12ec (ffmpeg): remove dummy amr_read_close()
- Originally committed as revision 6637 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:56 PM Revision b4963892 (ffmpeg): more factoriztaion and a FIXME note
- Originally committed as revision 6636 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:53 PM Revision d84fd5d1 (ffmpeg): factorze another 2 lines
- Originally committed as revision 6635 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:49 PM Revision ce2f3c8b (ffmpeg): set duration and timebase (based on a patch by Simon Morlat simon.mor...
- Originally committed as revision 6634 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:45 PM Revision b1bf48aa (ffmpeg): factorize (untested)
- Originally committed as revision 6633 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:28 PM Revision effdc8ef (ffmpeg): return cleanup
- Originally committed as revision 6632 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:29 PM Revision c74915cd (ffmpeg): fix d-10 mapping detection
- Originally committed as revision 6631 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:27 PM Revision e395e286 (ffmpeg): assign myself to aiff maintainer
- Originally committed as revision 6630 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:00 PM Revision de9fe002 (ffmpeg): rewind completely if sample time is negative
- Originally committed as revision 6629 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:58 PM Revision 4a775c19 (ffmpeg): dont seek back if no sync to let eof happen
- Originally committed as revision 6628 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 PM Revision c2095a8f (ffmpeg): Add pentium-m to the list of tuning targets
- Originally committed as revision 6627 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:07 PM Revision 15e35274 (ffmpeg): Rename SIGN macro to the more fitting UNFOLD.
- Originally committed as revision 6626 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:59 AM Revision 6b6b5003 (ffmpeg): Remove unused variables.
- Originally committed as revision 6625 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:17 AM Revision 31903634 (ffmpeg): quiet gcc about enum value not handled in switch
- Originally committed as revision 6624 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:16 AM Revision 0bc2e7f0 (ffmpeg): BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER
- Originally committed as revision 6623 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:09 AM Revision 8925915f (ffmpeg): Change libpostproc to use the FFMIN/FFMAX macros from libavutil.
- Originally committed as revision 6622 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:01 AM Revision ab5a1435 (ffmpeg): Move TRANSPOSE8 macro to dsputil_altivec.h.
- (was duplicated in libavcodec/ppc/vc1dsp_altivec.c
nd libavcodec/ppc/mpegvideo_altivec.c, and will be
used in upcomin... - 07:49 AM Revision a22b7322 (ffmpeg): Move sign macro to libavutil.
- Originally committed as revision 6620 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:46 AM Revision e0296b9a (ffmpeg): Use ABS macro from libavutil.
- Originally committed as revision 6619 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:56 AM Revision 9ed92c65 (ffmpeg): moving another bit&1 out, this is as fast as with it in there, but it...
- Originally committed as revision 6618 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:10 AM Revision ee56f2c0 (ffmpeg): 10l: remove alien seek function from demuxer
- Originally committed as revision 6617 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:17 AM Revision f1b37db4 (ffmpeg): move the &1 out of the asm so gcc can optimize it away in inlined cas...
- Originally committed as revision 6616 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:08 AM Revision ab0151d1 (ffmpeg): replace a few and/sub/... by cmov
- this is faster on P3, should be faster on AMD, and should be slower on P4
its disabled by default (benchmarks welcome...
10/09/2006
- 10:36 PM Revision c6a9271c (ffmpeg): Remove gcc-workaround that is already present in libavutil/common.h.
- Originally committed as revision 6614 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:24 PM Revision ef85972b (ffmpeg): Fix default license header.
- Originally committed as revision 6613 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:57 PM Revision a6672acf (ffmpeg): reading 8bit mem into a 8bit register needs 2 uops on P4, 8bit->32bit...
- Originally committed as revision 6612 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:39 PM Revision 2d3df05c (ffmpeg): on the P4 inc needs twice as much time a add
- Originally committed as revision 6611 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:21 PM Revision 2ee9dc65 (ffmpeg): 10l
- Originally committed as revision 6610 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:14 PM Revision 7822e1c1 (ffmpeg): reverse remainder of the failed attempt to optimize *state=c->mps_sta...
- Originally committed as revision 6609 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:51 PM Revision ef0090a9 (ffmpeg): x86 branchless cabac decoder
- slightly faster on P3
Originally committed as revision 6608 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:44 PM Revision 2e1aee80 (ffmpeg): optimize branchless C CABAC decoder
- Originally committed as revision 6607 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:29 PM Revision b420448e (ffmpeg): removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore
- Originally committed as revision 6606 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:20 PM Revision 1c2a417f (ffmpeg): move outcommented START/STOP_TIMER to a hopefully better place for be...
- Originally committed as revision 6605 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:52 PM Revision 30dc5f56 (ffmpeg): drop failed attempt to optimize *state= c->mps_state[s];
- Originally committed as revision 6604 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 PM Revision c56d23da (ffmpeg): 10l bugfix for some disabled code
- Originally committed as revision 6603 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 PM Revision f7d0b683 (ffmpeg): first try of a handwritten get_cabac() for x86, this is 10-20% faster...
- Originally committed as revision 6602 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:11 PM Revision 2a1a6b64 (ffmpeg): always add -fomit-frame-pointer if optimizations are enabled
- Originally committed as revision 6601 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:37 PM Revision 441e8fe9 (ffmpeg): add_bytes passes tests
- Originally committed as revision 6600 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 PM Revision 5bbe2a52 (ffmpeg): remove bytestream_end checks, seems to work fine without them and the...
- Originally committed as revision 6599 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:36 AM Revision 462209fe (ffmpeg): fix AC3 5.1 being decoded as mono
- patch by Andrea Gianarro % giandrea AH gmail P com %
Original thread:
Date: Oct 9, 2006 11:55 AM
Subject: [Ffmpeg-dev... - 07:31 AM Revision bca519e0 (ffmpeg): Fix GPL/LGPL license version mismatch.
- Originally committed as revision 6597 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:59 AM Revision c010d69a (ffmpeg): decrease ff_h264_norm_shift[] size
- Originally committed as revision 6596 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/08/2006
- 09:26 PM Revision 158256a1 (ffmpeg): Fixes:
- rv10.c:494: warning: implicit declaration of function ‘ff_mpeg4_init_direct_mv’
Approved by Michael.
Originally com... - 09:26 PM Revision 6ff04269 (ffmpeg): cleanup
- Originally committed as revision 6594 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:25 PM Revision a10c779f (ffmpeg): Fixes:
- opt.c:327: warning: no return statement in function returning non-void
opt_list return value is never checked.
Appr... - 09:23 PM Revision 69261768 (ffmpeg): Fixes:
- parser.c:555: warning: implicit declaration of function ‘ff_cavs_find_frame_end’
Approved by Michael.
Originally co... - 09:11 PM Revision 621d9294 (ffmpeg): Fixes:
- mpegvideo.h:777: warning: ‘inline’ is not at beginning of declaration
motion_est_template.c:236: warning: ‘inline’ is... - 02:32 PM Revision 214019ed (ffmpeg): Avoid void *-arithmetic
- Originally committed as revision 6590 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:14 PM Revision 76808d6e (ffmpeg): Quote names individually, since otherwise the whole list was understood
- as a single long filename by the shell.
patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision ... - 01:55 PM Revision 75336fc8 (ffmpeg): Non Altivec optimizations already present at the top
- Originally committed as revision 6588 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:20 PM Revision 260ceb63 (ffmpeg): branchless renormalization (1% faster get_cabac) old branchless renor...
- Originally committed as revision 6587 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:24 AM Revision 99ce1087 (ffmpeg): 5% faster get_cabac()
- Originally committed as revision 6586 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:11 AM Revision e16c407a (ffmpeg): output typo fixes
- Originally committed as revision 6585 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:41 AM Revision cad35abc (ffmpeg): Compilation fix: pix_abs16x16_c was undeclared.
- Originally committed as revision 6584 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:38 AM Revision 8823419f (ffmpeg): Compilation fix, printf gets redefined to please_use_av_log.
- Originally committed as revision 6583 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/07/2006
- 10:37 PM Revision 400d0f8e (ffmpeg): disable benchmarking code
- disable asm optims as the fastest depends on cpu type
Originally committed as revision 6582 to svn://svn.ffmpeg.org/... - 10:34 PM Revision 4310580d (ffmpeg): renorm_cabac_decoder_once START/STOP_TIMER scores for athlon
- Originally committed as revision 6581 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:14 PM Revision 87ea51e0 (ffmpeg): fix the dcbz check and move it in configure
- Originally committed as revision 6580 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:30 PM Revision 104f8c10 (ffmpeg): Add fourccs for Wavpak and TTA
- Patch by yong ||| y0ngc |a| yahoo dot com |||
Originally committed as revision 6579 to svn://svn.ffmpeg.org/ffmpeg/t... - 03:44 PM Revision 5659b509 (ffmpeg): refill cabac variables in 16bit steps, 3% faster get_cabac()
- Originally committed as revision 6578 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:33 PM Revision d026b45e (ffmpeg): Change license headers to say 'FFmpeg' instead of 'this program'.
- Originally committed as revision 20100 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:30 PM Revision b78e7197 (ffmpeg): Change license headers to say 'FFmpeg' instead of 'this program/this ...
- and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:41 PM Revision 2ae7569d (ffmpeg): () 10l
- Originally committed as revision 6576 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:46 AM Revision d4165a81 (ffmpeg): fix a warning
- Originally committed as revision 6575 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:30 AM Revision ade6e7f3 (ffmpeg): Compilation fix, printf gets redefined to please_use_av_log.
- Originally committed as revision 6574 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:15 AM Revision ec8f483a (ffmpeg): several x86 renorm_cabac_decoder_once optimizations
- START/STOP_TIMER benchmarking code for them
please benchmark on P4 & athlon
(ill remove the benchmarking code and the... - 09:23 AM Revision 21423ad9 (ffmpeg): Replace -I.. by -I$(BUILD_ROOT).
- Originally committed as revision 20094 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:22 AM Revision cbeee4d8 (ffmpeg): Replace -I../-I. by -I$(BUILD_ROOT).
- Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:38 AM Revision 4aad0d6d (ffmpeg): Remove bogus commented out include line.
- Originally committed as revision 6571 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:10 AM Revision 5064755e (ffmpeg): cosmetics: Add backslashes to the last line of continued lines to make
- future commits look cleaner.
Originally committed as revision 6570 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/06/2006
- 06:36 PM Revision 4b1a1a2a (ffmpeg): flac fourcc (fixes mplayer -demuxer 35 with flac)
- Originally committed as revision 6569 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:20 PM Revision 92eb8232 (ffmpeg): prevent >16bit tags to be truncated and used in creating .wav files
- Originally committed as revision 6568 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:33 AM Revision 59ef342b (ffmpeg): fix decoding of ED-small-sample-file.ogg
- Originally committed as revision 6567 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:45 AM Revision 25b6ce46 (ffmpeg): Update checksum to match latest ASF patch
- Originally committed as revision 6566 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/05/2006
- 07:27 PM Revision 07506002 (ffmpeg): fix buffer underflows by reencoding the current frame with a higher QP
- Originally committed as revision 6565 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:15 PM Revision e1931c59 (ffmpeg): message typo fixes
- Originally committed as revision 6564 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:11 PM Revision aae0bc19 (ffmpeg): Simplify test program build.
- Originally committed as revision 20073 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:10 PM Revision c6c46511 (ffmpeg): Simplify test program build.
- Originally committed as revision 6563 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:01 AM Revision 885e691a (ffmpeg): support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mx...
- Originally committed as revision 6561 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:28 AM Revision 9933dc71 (ffmpeg): Fix imgresample-test compilation.
- Originally committed as revision 6560 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:57 AM Revision 6a077179 (ffmpeg): Test programs depend on $(LIB).
- Originally committed as revision 20059 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:51 AM Revision 0ec92a15 (ffmpeg): imgresample-test depends on $(LIB).
- Originally committed as revision 6559 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:32 AM Revision 425139d5 (ffmpeg): Simplify EXTRALIBS handling.
- Originally committed as revision 6558 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 0eb59ddb (ffmpeg): Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the
- author, Peter Ross (pross xvid org).
Originally committed as revision 6557 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/04/2006
- 10:18 PM Revision 777938e1 (ffmpeg): FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.
- Originally committed as revision 20057 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:42 PM Revision 7fd265a7 (ffmpeg): cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
- Originally committed as revision 6556 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:22 PM Revision 3aba4289 (ffmpeg): Libraries are created in the build tree, not in the source tree.
- Originally committed as revision 6555 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:05 PM Revision e9766450 (ffmpeg): MSys bash 2.04 is broken.
- patch by Ramiro Polla, angustia (at) arrozcru no-ip org
Originally committed as revision 6554 to svn://svn.ffmpeg.or... - 02:02 PM Revision c55f6063 (ffmpeg): Remove cs_test and swscale-example on clean.
- Originally committed as revision 20040 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:00 PM Revision 69402a10 (ffmpeg): Remove redundant EXTRALIBS declaration.
- Originally committed as revision 20039 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:56 PM Revision 7fe1cbd8 (ffmpeg): Simplify compilation call by using $(EXTRALIBS).
- Originally committed as revision 20038 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:54 PM Revision 632d8739 (ffmpeg): Fix warnings:
- swscale-example.c:87: warning: implicit declaration of function 'sws_format_name'
swscale-example.c:214: warning: imp... - 01:51 PM Revision b2c4e354 (ffmpeg): Fix warnings:
- cs_test.c:62: warning: return type defaults to 'int'
cs_test.c:64: warning: implicit declaration of function 'memalig... - 01:47 PM Revision db671614 (ffmpeg): Replace .. by $(SRC_PATH), otherwise there might be problems with
- out-of-tree builds.
Originally committed as revision 6553 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:18 PM Revision b95d44b6 (ffmpeg): remove useless casts
- Originally committed as revision 6552 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:13 PM Revision 58f2a4b0 (ffmpeg): change extradata type to uint8_t *
- Originally committed as revision 6551 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:49 PM Revision 2bb78759 (ffmpeg): mjpeg 4:2:2 encoding support
- Originally committed as revision 6550 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:16 AM Revision 938dd846 (ffmpeg): don't try to inline cabac functions. gcc ignored the hint anyway, and...
- Originally committed as revision 6549 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:08 AM Revision e6e77eb6 (ffmpeg): simplify write_back_motion for skip mbs
- Originally committed as revision 6548 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:57 AM Revision a1b13cf5 (ffmpeg): 10l in r6412
- Originally committed as revision 6547 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/03/2006
- 11:51 PM Revision a90ce386 (ffmpeg): make some global var static (fix a build failure with shared lib on x...
- Originally committed as revision 20024 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:09 PM Revision 2bc5da7b (ffmpeg): remove confusing divx note
- Originally committed as revision 6546 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:23 PM Revision 0533322e (ffmpeg): Move EXTRALIBS handling to common.mak.
- Originally committed as revision 6545 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:13 PM Revision 5523d5f4 (ffmpeg): fix r_frame_rate detection in mpeg4 streams with non integer fps
- Originally committed as revision 6544 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:03 PM Revision 7f778ed1 (ffmpeg): Slightly simplify apiexample compilation command line.
- Originally committed as revision 6543 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:59 PM Revision 93555ad5 (ffmpeg): Also remove cpuid_test on clean.
- Originally committed as revision 6542 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:50 PM Revision f901d78e (ffmpeg): Remove bogus dependency information.
- Originally committed as revision 6541 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:47 PM Revision 220d2d82 (ffmpeg): make dep should also work.
- Originally committed as revision 6540 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:47 PM Revision 9d0199f4 (ffmpeg): depend and dep are really the same target.
- Originally committed as revision 6539 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:42 PM Revision 3263626f (ffmpeg): Mark all phony targets as such.
- Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:24 PM Revision 4851f2ad (ffmpeg): 1000000l for lu_zero (commiting untested? code)
- Originally committed as revision 6537 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:12 PM Revision 36c32bdd (ffmpeg): Remove unused variables and the corresponding warnings along with them.
- Originally committed as revision 6536 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:11 PM Revision f8d61128 (ffmpeg): Fix unused variable warning when compiling with MMX disabled.
- Originally committed as revision 20021 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:59 PM Revision c4e96cee (ffmpeg): fix blackfin support, thaks to vapier for pointing out
- Originally committed as revision 6535 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:57 AM Revision 17ff5535 (ffmpeg): Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru>
- Originally committed as revision 6534 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/02/2006
- 05:15 PM Revision e8b409b5 (ffmpeg): rtp.o needs mpegts.o
- Originally committed as revision 6533 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:56 PM Revision 902d3c6d (ffmpeg): Add codectest to test targets.
- Originally committed as revision 6532 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:55 PM Revision d568d0fe (ffmpeg): Merge identical targets.
- Originally committed as revision 6531 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:12 PM Revision c86ecbb7 (ffmpeg): fix audio for mog_op1a_prompeg_mpeg.mxf
- Originally committed as revision 6530 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:36 PM Revision 995d9ec7 (ffmpeg): Add replacement for libavcodec/fdctref.c to the list.
- Originally committed as revision 6529 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:22 PM Revision 03da8726 (ffmpeg): return 0 as stream index if only one stream, this is completely non s...
- Originally committed as revision 6528 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:55 AM Revision 41094002 (ffmpeg): more forgotten free's.
- Originally committed as revision 6527 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:47 AM Revision 41955099 (ffmpeg): 10l, wrong order in freeing
- Originally committed as revision 6526 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 AM Revision 35af7a9b (ffmpeg): slightly saner indention
- Originally committed as revision 6525 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 AM Revision 6ab6c7c3 (ffmpeg): make postproc use avutil
- Originally committed as revision 6524 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 AM Revision 4bef236b (ffmpeg): Fix quantiSer --> quantiZer typo.
- Originally committed as revision 6523 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:19 AM Revision 9ae711e1 (ffmpeg): Explain lmin, lmax, mblmin, mblmax options.
- patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 6522 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:51 AM Revision a3cad047 (ffmpeg): add vorbis encoder to changelog/MAINTAINERS
- Originally committed as revision 6521 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:56 AM Revision bec5fc5f (ffmpeg): add vorbis_enc_data.h, remove codebook data from vorbis_enc.c
- Originally committed as revision 6520 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:18 AM Revision 8c37516a (ffmpeg): Add vorbis encoder to ffmpeg
- Originally committed as revision 6519 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:09 AM Revision 00757448 (ffmpeg): Original Commit: r114 | ods15 | 2006-10-01 21:38:37 +0200 (Sun, 01 Oc...
- blocksize -> log2_blocksize
Originally committed as revision 6518 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:09 AM Revision 63194144 (ffmpeg): Original Commit: r113 | ods15 | 2006-10-01 21:35:47 +0200 (Sun, 01 Oc...
- some more static consts
Originally committed as revision 6517 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:09 AM Revision 2613f6c1 (ffmpeg): Original Commit: r112 | ods15 | 2006-10-01 20:48:39 +0200 (Sun, 01 Oc...
- psy change. -aq param about the same, and behaves more consistently with
different content.
Originally committed as ... - 06:09 AM Revision c83637b9 (ffmpeg): Original Commit: r111 | ods15 | 2006-10-01 19:40:50 +0200 (Sun, 01 Oc...
- update to use ff_vorbis_floor1_render_list
Originally committed as revision 6515 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:09 AM Revision 2eb3db5f (ffmpeg): Original Commit: r110 | ods15 | 2006-10-01 19:17:32 +0200 (Sun, 01 Oc...
- slight simlification for residue division by floor
Originally committed as revision 6514 to svn://svn.ffmpeg.org/ffm... - 06:09 AM Revision f8a6a56a (ffmpeg): Original Commit: r109 | ods15 | 2006-10-01 19:14:52 +0200 (Sun, 01 Oc...
- 5% speed improovement by changing put_vector
Originally committed as revision 6513 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:09 AM Revision ac0057f3 (ffmpeg): Original Commit: r108 | ods15 | 2006-10-01 18:46:06 +0200 (Sun, 01 Oc...
- prevent division/modulo
Originally committed as revision 6512 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:09 AM Revision 0c4630f2 (ffmpeg): Original Commit: r107 | ods15 | 2006-10-01 18:13:12 +0200 (Sun, 01 Oc...
- give proper error message for channels!=2
Originally committed as revision 6511 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:09 AM Revision a88de968 (ffmpeg): Original Commit: r106 | ods15 | 2006-10-01 18:11:55 +0200 (Sun, 01 Oc...
- window -> apply_window_and_mdct
Originally committed as revision 6510 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:09 AM Revision 64c82a74 (ffmpeg): Original Commit: r105 | ods15 | 2006-10-01 18:09:55 +0200 (Sun, 01 Oc...
- slight simplification for channel coupling
Originally committed as revision 6509 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:09 AM Revision c2ee47ac (ffmpeg): Original Commit: r104 | ods15 | 2006-10-01 18:04:08 +0200 (Sun, 01 Oc...
- somewhat cosmetic formatting, use FFMAX
Originally committed as revision 6508 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:09 AM Revision cc767a89 (ffmpeg): Original Commit: r103 | ods15 | 2006-10-01 18:00:43 +0200 (Sun, 01 Oc...
- slight optimization, don't calculate average twice
Originally committed as revision 6507 to svn://svn.ffmpeg.org/ffm... - 06:09 AM Revision 7e460457 (ffmpeg): Original Commit: r102 | ods15 | 2006-10-01 17:58:38 +0200 (Sun, 01 Oc...
- remove ready_floor()
Originally committed as revision 6506 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:09 AM Revision 5f3de4b8 (ffmpeg): Original Commit: r101 | ods15 | 2006-10-01 14:15:00 +0200 (Sun, 01 Oc...
- some cleanup
Originally committed as revision 6505 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:09 AM Revision f11329e4 (ffmpeg): Original Commit: r100 | ods15 | 2006-10-01 14:01:27 +0200 (Sun, 01 Oc...
- update to global functions now shared in vorbis.h
Originally committed as revision 6504 to svn://svn.ffmpeg.org/ffmp... - 06:09 AM Revision cbf306f3 (ffmpeg): Original Commit: r99 | ods15 | 2006-10-01 11:12:44 +0200 (Sun, 01 Oct...
- codebook init data cleanup
Originally committed as revision 6503 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:09 AM Revision ccc0fbf3 (ffmpeg): Original Commit: r98 | ods15 | 2006-10-01 10:15:33 +0200 (Sun, 01 Oct...
- switch to int8_t for residue codebook numbers, use memcpy in residue init
Originally committed as revision 6502 to s... - 06:09 AM Revision 8d38e5e5 (ffmpeg): Original Commit: r97 | ods15 | 2006-09-30 23:32:19 +0300 (Sat, 30 Sep...
- don't assert fail for channels != 2, exit cleanly instead...
Originally committed as revision 6501 to svn://svn.ffmp... - 06:09 AM Revision 7a82a10a (ffmpeg): Original Commit: r96 | ods15 | 2006-09-30 23:25:18 +0300 (Sat, 30 Sep...
- even though it doesn't do anything, use flush_put_bits()
Originally committed as revision 6500 to svn://svn.ffmpeg.o... - 06:09 AM Revision 6fde6305 (ffmpeg): Original Commit: r95 | ods15 | 2006-09-30 22:11:08 +0300 (Sat, 30 Sep...
- scale user settable quality for more fine-grainablity
now sane values for -aq is 10-30
Originally committed as revis... - 06:09 AM Revision 39d05677 (ffmpeg): Original Commit: r94 | ods15 | 2006-09-30 22:09:33 +0300 (Sat, 30 Sep...
- prevent c++ decleration
Originally committed as revision 6498 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:09 AM Revision ddf217ba (ffmpeg): Original Commit: r93 | ods15 | 2006-09-30 22:02:21 +0300 (Sat, 30 Sep...
- update to change made in vorbis.h/vorbis_data.c
Originally committed as revision 6497 to svn://svn.ffmpeg.org/ffmpeg... - 06:08 AM Revision 4000774d (ffmpeg): Original Commit: r92 | ods15 | 2006-09-30 12:13:47 +0300 (Sat, 30 Sep...
- user settable audio quality, with -aq. values between 0.1 to 0.3 are sane.
the higher the better.
Originally committ... - 06:08 AM Revision b002eec9 (ffmpeg): Original Commit: r91 | ods15 | 2006-09-30 10:05:16 +0300 (Sat, 30 Sep...
- even better psy.
My encoder officially kicks ass :) same bitrate to libvorbis, and (IMO)
same quality! :)
Originally... - 06:08 AM Revision 68e75e4d (ffmpeg): Original Commit: r90 | ods15 | 2006-09-29 22:14:40 +0300 (Fri, 29 Sep...
- much better magic for floor, the first psychoacoustic in this encoder!
now creates valid, 175kbps audio, which sounds... - 06:08 AM Revision 9b9941be (ffmpeg): Original Commit: r88 | ods15 | 2006-09-29 21:10:36 +0300 (Fri, 29 Sep...
- slight similification
Originally committed as revision 6493 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 AM Revision 40b6c721 (ffmpeg): Original Commit: r87 | ods15 | 2006-09-29 21:10:05 +0300 (Fri, 29 Sep...
- prevent valgrind warning
Originally committed as revision 6492 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 AM Revision 8b33748c (ffmpeg): Original Commit: r86 | ods15 | 2006-09-29 21:08:42 +0300 (Fri, 29 Sep...
- make put_vector ignore unused codebook entries
Originally committed as revision 6491 to svn://svn.ffmpeg.org/ffmpeg/... - 06:08 AM Revision 5e93d002 (ffmpeg): Original Commit: r85 | ods15 | 2006-09-29 21:07:58 +0300 (Fri, 29 Sep...
- bad array decleration
Originally committed as revision 6490 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 AM Revision 866bfee3 (ffmpeg): Original Commit: r84 | ods15 | 2006-09-29 21:07:07 +0300 (Fri, 29 Sep...
- dangling piece from last commit
Originally committed as revision 6489 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 AM Revision a2cf16fe (ffmpeg): Original Commit: r83 | ods15 | 2006-09-29 21:06:13 +0300 (Fri, 29 Sep...
- add real_len to residue codebooks, which are smaller than supposed to be
Originally committed as revision 6488 to sv... - 06:08 AM Revision 0e9bf4a2 (ffmpeg): Original Commit: r82 | ods15 | 2006-09-29 21:03:43 +0300 (Fri, 29 Sep...
- fix channels to be correct for rc->type==2 before classes[] decleration
Originally committed as revision 6487 to svn... - 06:08 AM Revision 7f44dfe2 (ffmpeg): Original Commit: r81 | ods15 | 2006-09-29 21:02:09 +0300 (Fri, 29 Sep...
- make residue_encode decide good classification per partition
Originally committed as revision 6486 to svn://svn.ffmp... - 06:08 AM Revision 840d1573 (ffmpeg): Original Commit: r80 | ods15 | 2006-09-29 15:44:22 +0300 (Fri, 29 Sep...
- import libvorbis codebooks for residue
Originally committed as revision 6485 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 AM Revision 6f5be556 (ffmpeg): Original Commit: r79 | ods15 | 2006-09-29 15:15:26 +0300 (Fri, 29 Sep...
- cosmetic reindent
Originally committed as revision 6484 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 AM Revision 9127d7c3 (ffmpeg): Original Commit: r78 | ods15 | 2006-09-29 15:14:28 +0300 (Fri, 29 Sep...
- improove floor codebooks
Originally committed as revision 6483 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 AM Revision dac7b2f6 (ffmpeg): Original Commit: r77 | ods15 | 2006-09-29 15:12:56 +0300 (Fri, 29 Sep...
- fix for book==-1 in floor
Originally committed as revision 6482 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 AM Revision 7e4221fd (ffmpeg): Original Commit: r76 | ods15 | 2006-09-29 13:16:37 +0300 (Fri, 29 Sep...
- switch to 2048 block size
Originally committed as revision 6481 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 AM Revision a9ce9267 (ffmpeg): Original Commit: r75 | ods15 | 2006-09-29 13:03:51 +0300 (Fri, 29 Sep...
- remove debugging printf
Originally committed as revision 6480 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 AM Revision a277ad84 (ffmpeg): Original Commit: r74 | ods15 | 2006-09-29 13:03:31 +0300 (Fri, 29 Sep...
- support multiple codebooks for floor
Originally committed as revision 6479 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 AM Revision 899124aa (ffmpeg): Original Commit: r73 | ods15 | 2006-09-28 21:01:59 +0300 (Thu, 28 Sep...
- almost cosmetic, remove redundant variable
Originally committed as revision 6478 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 AM Revision 4c588d8e (ffmpeg): Original Commit: r72 | ods15 | 2006-09-28 21:00:47 +0300 (Thu, 28 Sep...
- cosmetic
Originally committed as revision 6477 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 AM Revision e3df7fc6 (ffmpeg): Original Commit: r71 | ods15 | 2006-09-28 21:00:24 +0300 (Thu, 28 Sep...
- residue type 2
Originally committed as revision 6476 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 AM Revision 9d74ff0e (ffmpeg): Original Commit: r70 | ods15 | 2006-09-28 19:07:36 +0300 (Thu, 28 Sep...
- channel coupling
Originally committed as revision 6475 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 AM Revision 90a09b69 (ffmpeg): Original Commit: r69 | ods15 | 2006-09-27 20:27:50 +0300 (Wed, 27 Sep...
- prevent buffer overflow
Originally committed as revision 6474 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 AM Revision 65c72369 (ffmpeg): Original Commit: r68 | ods15 | 2006-09-25 21:15:09 +0300 (Mon, 25 Sep...
- slightly more compressing, 50% compression now :)
Originally committed as revision 6473 to svn://svn.ffmpeg.org/ffmp... - 06:08 AM Revision af1cb7ee (ffmpeg): Original Commit: r67 | ods15 | 2006-09-25 20:33:06 +0300 (Mon, 25 Sep...
- horrible off-by-one causing lots of troubles...
Originally committed as revision 6472 to svn://svn.ffmpeg.org/ffmpeg... - 06:07 AM Revision cbb834af (ffmpeg): Original Commit: r66 | ods15 | 2006-09-25 18:42:13 +0300 (Mon, 25 Sep...
- some different values for higher accuracy
Originally committed as revision 6471 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:07 AM Revision 4fa29073 (ffmpeg): Original Commit: r65 | ods15 | 2006-09-25 18:40:19 +0300 (Mon, 25 Sep...
- cosmetic
Originally committed as revision 6470 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:07 AM Revision 63fc901e (ffmpeg): Original Commit: r64 | ods15 | 2006-09-25 18:39:30 +0300 (Mon, 25 Sep...
- some fixes to floor
Originally committed as revision 6469 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:07 AM Revision 09a0d8b3 (ffmpeg): Original Commit: r63 | ods15 | 2006-09-25 13:51:44 +0300 (Mon, 25 Sep...
- last step to improoving floor code-wise - now the floor data needs to be
improved..
Originally committed as revision... - 06:07 AM Revision 6e8ef5ae (ffmpeg): Original Commit: r62 | ods15 | 2006-09-25 13:12:07 +0300 (Mon, 25 Sep...
- api change for floor_encode
Originally committed as revision 6467 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:07 AM Revision cf0f2642 (ffmpeg): Original Commit: r61 | ods15 | 2006-09-25 13:10:56 +0300 (Mon, 25 Sep...
- step 2, floor_fit, decides on the values to be encoded
Originally committed as revision 6466 to svn://svn.ffmpeg.org... - 06:07 AM Revision 62ca51b3 (ffmpeg): Original Commit: r60 | ods15 | 2006-09-25 12:46:30 +0300 (Mon, 25 Sep...
- first step to improoving floor
Originally committed as revision 6465 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:07 AM Revision 6f17618a (ffmpeg): Original Commit: r59 | ods15 | 2006-09-24 17:40:40 +0300 (Sun, 24 Sep...
- cosmetic, reorganize
Originally committed as revision 6464 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:07 AM Revision 8a202cb3 (ffmpeg): Original Commit: r58 | ods15 | 2006-09-24 17:35:28 +0300 (Sun, 24 Sep...
- add ability to use codebook dimentions in residue
Originally committed as revision 6463 to svn://svn.ffmpeg.org/ffmp... - 06:07 AM Revision 4132242d (ffmpeg): Original Commit: r56 | ods15 | 2006-09-24 13:55:01 +0300 (Sun, 24 Sep...
- oggvorbis_encoder => vorbis_encoder
Originally committed as revision 6462 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:07 AM Revision 91f64941 (ffmpeg): Original Commit: r55 | ods15 | 2006-09-24 13:54:43 +0300 (Sun, 24 Sep...
- bug fixes for residue with no books in all passes
Originally committed as revision 6461 to svn://svn.ffmpeg.org/ffmp... - 06:07 AM Revision b8d5b161 (ffmpeg): Original Commit: r54 | ods15 | 2006-09-24 13:54:12 +0300 (Sun, 24 Sep...
- change floor value to lower residue
Originally committed as revision 6460 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:07 AM Revision 36e09a51 (ffmpeg): Original Commit: r52 | ods15 | 2006-09-23 17:38:43 +0300 (Sat, 23 Sep...
- correct rangebits for floor
Originally committed as revision 6459 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:07 AM Revision 4fb432e7 (ffmpeg): Original Commit: r51 | ods15 | 2006-09-23 16:32:30 +0300 (Sat, 23 Sep...
- deobfuscate a bit
Originally committed as revision 6458 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:07 AM Revision a7849cc9 (ffmpeg): Original Commit: r50 | ods15 | 2006-09-23 16:24:51 +0300 (Sat, 23 Sep...
- ilog => av_log2
Originally committed as revision 6457 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:07 AM Revision 0e6fd0f1 (ffmpeg): Original Commit: r49 | ods15 | 2006-09-23 12:52:21 +0300 (Sat, 23 Sep...
- fix off-by-one in both encoder and decoder.
libvorbis and tremor work now, ffvorbis still doesn't
Originally committ... - 06:07 AM Revision 33592a63 (ffmpeg): Original Commit: r48 | ods15 | 2006-09-23 12:45:25 +0300 (Sat, 23 Sep...
- small fix for residue header
Originally committed as revision 6455 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:07 AM Revision 174476cd (ffmpeg): Original Commit: r47 | ods15 | 2006-09-23 12:34:48 +0300 (Sat, 23 Sep...
- make ffvorbis happy about init stuff, still can't play correctly
Originally committed as revision 6454 to svn://svn.... - 05:56 AM Revision 22787835 (ffmpeg): Original Commit: r46 | ods15 | 2006-09-23 11:36:32 +0300 (Sat, 23 Sep...
- fix normalization, output is (roughly?) same volume as input
Originally committed as revision 6453 to svn://svn.ffmp... - 05:56 AM Revision f4e5e657 (ffmpeg): Original Commit: r44 | ods15 | 2006-09-23 10:54:43 +0300 (Sat, 23 Sep...
- some bug fixes for window()
Originally committed as revision 6452 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:56 AM Revision 19b00cf1 (ffmpeg): Original Commit: r43 | ods15 | 2006-09-23 10:53:46 +0300 (Sat, 23 Sep...
- change residue codebook dimentions
Originally committed as revision 6451 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:56 AM Revision 4317306f (ffmpeg): Original Commit: r42 | ods15 | 2006-09-23 10:53:16 +0300 (Sat, 23 Sep...
- fix for residue end
Originally committed as revision 6450 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:56 AM Revision b452ee42 (ffmpeg): Original Commit: r41 | ods15 | 2006-09-23 10:52:34 +0300 (Sat, 23 Sep...
- residue packet encode
ACTUALLY ENCODES NOW!! still some bugs to fix :)
Originally committed as revision 6449 to svn... - 05:56 AM Revision 6fbf5855 (ffmpeg): Original Commit: r40 | ods15 | 2006-09-23 09:36:30 +0300 (Sat, 23 Sep...
- fix frame_size, we need input of half the mdct
Originally committed as revision 6448 to svn://svn.ffmpeg.org/ffmpeg/... - 05:56 AM Revision f71b6d70 (ffmpeg): Original Commit: r39 | ods15 | 2006-09-23 09:36:11 +0300 (Sat, 23 Sep...
- add window function
Originally committed as revision 6447 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:56 AM Revision 6b03d096 (ffmpeg): Original Commit: r38 | ods15 | 2006-09-23 09:02:34 +0300 (Sat, 23 Sep...
- buffer related struct variables
Originally committed as revision 6446 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:56 AM Revision 1b34d573 (ffmpeg): Original Commit: r37 | ods15 | 2006-09-23 08:43:43 +0300 (Sat, 23 Sep...
- cosmetic
Originally committed as revision 6445 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:56 AM Revision b9b04023 (ffmpeg): Original Commit: r36 | ods15 | 2006-09-23 08:43:09 +0300 (Sat, 23 Sep...
- starting point for packet encode, writing floor
Originally committed as revision 6444 to svn://svn.ffmpeg.org/ffmpeg... - 05:56 AM Revision e3bbb591 (ffmpeg): Original Commit: r35 | ods15 | 2006-09-22 18:53:22 +0300 (Fri, 22 Sep...
- another off by one
header writing seems compliant now!
Originally committed as revision 6443 to svn://svn.ffmpeg.or... - 05:56 AM Revision 9da6847d (ffmpeg): Original Commit: r34 | ods15 | 2006-09-22 18:46:57 +0300 (Fri, 22 Sep...
- off by one in codebook header
Originally committed as revision 6442 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:56 AM Revision be01eec6 (ffmpeg): Original Commit: r32 | ods15 | 2006-09-22 18:37:50 +0300 (Fri, 22 Sep...
- add framing bit
Originally committed as revision 6441 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:56 AM Revision 22c72a08 (ffmpeg): Original Commit: r31 | ods15 | 2006-09-22 18:33:17 +0300 (Fri, 22 Sep...
- use my own bitpacker
Originally committed as revision 6440 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:56 AM Revision b4b6ff3a (ffmpeg): Original Commit: r30 | ods15 | 2006-09-22 18:24:04 +0300 (Fri, 22 Sep...
- remove some old defines, use ALT_BITSTREAM_WRITER
Originally committed as revision 6439 to svn://svn.ffmpeg.org/ffmp... - 05:56 AM Revision b1f6c8b1 (ffmpeg): Original Commit: r27 | ods15 | 2006-09-22 14:19:51 +0300 (Fri, 22 Sep...
- better frame_size, depending on blocksize
Originally committed as revision 6438 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:56 AM Revision 2d06ce4c (ffmpeg): Original Commit: r26 | ods15 | 2006-09-22 14:18:22 +0300 (Fri, 22 Sep...
- crash fix
Originally committed as revision 6437 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:56 AM Revision ae9b187a (ffmpeg): Original Commit: r25 | ods15 | 2006-09-22 14:06:04 +0300 (Fri, 22 Sep...
- add proper uninit/free to all vorbis encoder context
Originally committed as revision 6436 to svn://svn.ffmpeg.org/f... - 05:55 AM Revision fb5eba8c (ffmpeg): Original Commit: r24 | ods15 | 2006-09-22 13:57:09 +0300 (Fri, 22 Sep...
- last and least, modes generation
Originally committed as revision 6435 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:55 AM Revision 8e59b82d (ffmpeg): Original Commit: r23 | ods15 | 2006-09-22 13:55:48 +0300 (Fri, 22 Sep...
- mapping generation
Originally committed as revision 6434 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:55 AM Revision 0df46aa2 (ffmpeg): Original Commit: r22 | ods15 | 2006-09-22 13:49:56 +0300 (Fri, 22 Sep...
- add residue generation
Originally committed as revision 6433 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:55 AM Revision e185750a (ffmpeg): Original Commit: r21 | ods15 | 2006-09-22 13:40:31 +0300 (Fri, 22 Sep...
- placeholders for reisudes, mappings and modes
Originally committed as revision 6432 to svn://svn.ffmpeg.org/ffmpeg/t... - 05:55 AM Revision 491d4dfd (ffmpeg): Original Commit: r20 | ods15 | 2006-09-22 13:12:48 +0300 (Fri, 22 Sep...
- cosmetic
Originally committed as revision 6431 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:55 AM Revision b9db113d (ffmpeg): Original Commit: r19 | ods15 | 2006-09-22 12:54:18 +0300 (Fri, 22 Sep...
- floor generation
Originally committed as revision 6430 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:55 AM Revision faf7f0ce (ffmpeg): Original Commit: r18 | ods15 | 2006-09-22 12:29:26 +0300 (Fri, 22 Sep...
- add ability to run encoder for testing purposes...
Originally committed as revision 6429 to svn://svn.ffmpeg.org/ffm... - 05:55 AM Revision 128c0dfe (ffmpeg): Original Commit: r17 | ods15 | 2006-09-22 12:28:28 +0300 (Fri, 22 Sep...
- bug fixes in codebook header syntax
Originally committed as revision 6428 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:55 AM Revision 1495689c (ffmpeg): Original Commit: r16 | ods15 | 2006-09-22 12:27:17 +0300 (Fri, 22 Sep...
- minimum size for a huffman table is 2 entries, 1bit
Originally committed as revision 6427 to svn://svn.ffmpeg.org/ff... - 05:55 AM Revision 53261080 (ffmpeg): Original Commit: r15 | ods15 | 2006-09-22 12:26:42 +0300 (Fri, 22 Sep...
- bug fix in main header function, 0 -> i
Originally committed as revision 6426 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:55 AM Revision e08d964d (ffmpeg): Original Commit: r14 | ods15 | 2006-09-22 12:26:17 +0300 (Fri, 22 Sep...
- use several codebooks and passes to prevent header from being several MB...
Originally committed as revision 6425 to... - 05:55 AM Revision 3c83828c (ffmpeg): Original Commit: r13 | ods15 | 2006-09-22 09:29:38 +0300 (Fri, 22 Sep...
- better comment
Originally committed as revision 6424 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:55 AM Revision 73acc51c (ffmpeg): Original Commit: r12 | ods15 | 2006-09-22 09:28:30 +0300 (Fri, 22 Sep...
- entry_t -> cb_entry_t
add float * dimentions, it will be needed for deciding the correct codebook entry
document bloc... - 05:55 AM Revision 8016c73f (ffmpeg): Original Commit: r11 | ods15 | 2006-09-17 19:41:28 +0300 (Sun, 17 Sep...
- modes header syntax
that's the last of the headers! woo
Originally committed as revision 6422 to svn://svn.ffmpeg.o... - 05:55 AM Revision beaec74a (ffmpeg): Original Commit: r10 | ods15 | 2006-09-17 19:37:17 +0300 (Sun, 17 Sep...
- mappings header syntax
Originally committed as revision 6421 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:55 AM Revision 6f133df1 (ffmpeg): Original Commit: r9 | ods15 | 2006-09-17 18:56:41 +0300 (Sun, 17 Sep ...
- add residue header syntax
Originally committed as revision 6420 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:55 AM Revision d2d5c89d (ffmpeg): Original Commit: r8 | ods15 | 2006-09-17 09:43:38 +0300 (Sun, 17 Sep ...
- floor header syntax
Originally committed as revision 6419 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:55 AM Revision d52480b4 (ffmpeg): Original Commit: r7 | ods15 | 2006-09-17 08:50:47 +0300 (Sun, 17 Sep ...
- skeleton for residue/floor/mappings header
Originally committed as revision 6418 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:55 AM Revision 1f7e7464 (ffmpeg): Original Commit: r6 | ods15 | 2006-09-16 20:36:31 +0300 (Sat, 16 Sep ...
- add correct and working put_float ...
Originally committed as revision 6417 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:55 AM Revision 31121241 (ffmpeg): Original Commit: r5 | ods15 | 2006-09-16 17:29:04 +0300 (Sat, 16 Sep ...
- more "surrounding" stuff, main header. some cleanup.
actually compiles now! doesn't do anything though
Originally c... - 05:55 AM Revision 0688b89c (ffmpeg): Original Commit: r4 | ods15 | 2006-09-16 15:36:03 +0300 (Sat, 16 Sep ...
- codebook header syntax
small simplification for encode_init()
Originally committed as revision 6415 to svn://svn.ffm... - 05:55 AM Revision 3a5fdf92 (ffmpeg): Original Commit: r3 | ods15 | 2006-09-16 11:49:07 +0300 (Sat, 16 Sep ...
- cosmetics
Originally committed as revision 6414 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:54 AM Revision 504d1952 (ffmpeg): skeleton for vorbis_enc.c
- Originally committed as revision 6413 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/01/2006
- 09:25 PM Revision 2833fc46 (ffmpeg): approximate qpel functions: sacrifice some quality for some decoding ...
- Originally committed as revision 6412 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:41 PM Revision e0769997 (ffmpeg): add support for some MS DIB formats for avisynth
- Patch by Steve Lhomme % slhomme AH divxcorp P com %
Original thread:
Date: Sep 27, 2006 7:20 PM
Subject: [Ffmpeg-deve... - 06:19 PM Revision eacad59e (ffmpeg): Fix compilation with --disable-encoders.
- patch by Alexander Strange, astrange at ithinksw dot com
Originally committed as revision 6410 to svn://svn.ffmpeg.o... - 05:38 PM Revision 7f09a560 (ffmpeg): remove render_line from vorbis.h, add ff_vorbis_floor1_render_list in...
- Originally committed as revision 6409 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:26 PM Revision 3e66a740 (ffmpeg): Update copyright year and mention other copyright holders.
- Originally committed as revision 6408 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:05 PM Revision 4336886c (ffmpeg): Fix wrong ASF duration of generated files
- Patch by Brian Brice % bbrice AH newtek.com %
Original thread:
Message-ID: <451DA316.6060001@newtek.com>
Date: Fri, 2... - 04:33 PM Revision eaa6d7b6 (ffmpeg): make depend should recurse into libswscale as well.
- Originally committed as revision 6406 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:24 PM Revision 4054e245 (ffmpeg): Remove bogus .PHONY declaration from version.h target.
- Should fix make dep to be invoked before distclean under some circumstances.
Originally committed as revision 6405 t... - 02:17 PM Revision 0fe89aca (ffmpeg): Remove unused variables.
- Originally committed as revision 20012 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:53 PM Revision e8f42cc0 (ffmpeg): prevent warning in vorbis_data.c
- Originally committed as revision 6404 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:45 PM Revision ded515b2 (ffmpeg): 100l, broke ffmpeg compilation, ABS() and uint* types not defined in ...
- Originally committed as revision 6403 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:59 AM Revision 6c29d7c8 (ffmpeg): make some more functions global so they can be shared with vorbis_enc.c
- Originally committed as revision 6402 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 AM Revision 9f963af5 (ffmpeg): make ready_floor1_list() shared for vorbis_enc.c
- Originally committed as revision 6401 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:09 AM Revision 429914a3 (ffmpeg): 1l: correct argument order in avcodec_check_dimensions
- Originally committed as revision 6400 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/30/2006
- 11:49 PM Revision 3129f3bd (ffmpeg): palette (if we memcpy it into AVFrame) must be uint32_t
- Originally committed as revision 6399 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:47 PM Revision cc0ba5a5 (ffmpeg): vorbis.h -> vorbis_data.c
- move tables from vorbis.h to a C file so they can be used later in
vorbis_enc.c
Originally committed as revision 639... - 06:16 PM Revision 18239edf (ffmpeg): marking AVPaletteControl as deprecated due to thread saftey amongth o...
- Originally committed as revision 6397 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:06 PM Revision b8a2e120 (ffmpeg): move things from my todo to the unassigned one so my lazyness doesnt ...
- Originally committed as revision 6396 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:00 PM Revision 0d415b2d (ffmpeg): seems only 3 bits are used for the number of resolutions, some rv30 f...
- Originally committed as revision 6395 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:27 PM Revision 0244f743 (ffmpeg): f*cking windows confuses itself by adding .exe to filenames
- Originally committed as revision 6394 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 AM Revision cb37931d (ffmpeg): dont set sub_id as its completly redundant and silly
- Originally committed as revision 6393 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:45 AM Revision f457965c (ffmpeg): ignore sub_id
- Originally committed as revision 6392 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:35 AM Revision fb3d155c (ffmpeg): big endian fix
- Originally committed as revision 6391 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 AM Revision 113533a5 (ffmpeg): support resolution switching, fixes rv20errors.rm
- Originally committed as revision 6390 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/29/2006
- 11:57 PM Revision 78a5ec27 (ffmpeg): simplify
- Originally committed as revision 6389 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:34 PM Revision 6d312496 (ffmpeg): fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x f...
- Originally committed as revision 6388 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:48 PM Revision b2f86c17 (ffmpeg): Add forgotten eval.h...
- Originally committed as revision 6387 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 PM Revision 0de9926f (ffmpeg): Move the ratecontrol related code from mpegvideo.h to a separate head...
- Originally committed as revision 6386 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:36 PM Revision d70ef6d7 (ffmpeg): Reformat the output of the list of available AVOptions, by indenting the
- parameters of certain options and displaying them _right after_ the actual
option taking the parameter.
Originally c... - 07:34 PM Revision 6d6f42d2 (ffmpeg): Remove the override of lmin and lmax, so the actual option value prov...
- be used.
Originally committed as revision 6384 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:33 PM Revision 4d7b4613 (ffmpeg): Pull out the ff_eval* from the mpegvideo header, as it doesn't belong...
- put it in a separate file.
Originally committed as revision 6383 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:28 PM Revision 3a6ccf4f (ffmpeg): rudimentary binary seek
- Originally committed as revision 6382 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 PM Revision 1159f634 (ffmpeg): add another data definition ul
- Originally committed as revision 6381 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 PM Revision dd202ff6 (ffmpeg): use a data definition uls table to fetch codec type
- Originally committed as revision 6380 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 AM Revision 996c9ad0 (ffmpeg): add string param to PRINT_KEY for debug
- Originally committed as revision 6379 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 AM Revision 94c12d45 (ffmpeg): shut up gcc about incompatible pointer type
- Originally committed as revision 6378 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:30 AM Revision 9a630c25 (ffmpeg): remove useless casts
- Originally committed as revision 6377 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:28 AM Revision 626a8fe7 (ffmpeg): remove gcc warnings about void * used in arithmetic
- Originally committed as revision 6376 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/28/2006
- 10:03 PM Revision f28748e6 (ffmpeg): remove extraneous #ifdef CONFIG_ENCODERS/DECODERS
- Originally committed as revision 6375 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:06 PM Revision 3841e813 (ffmpeg): -interlace -> -ilme This has been wrong in the docs for years,
- the description might not be totally correct though.
Originally committed as revision 6374 to svn://svn.ffmpeg.org/f... - 05:59 PM Revision 9770089d (ffmpeg): move sample size adjusting code after audio stsd v2 parsing to let v2...
- Originally committed as revision 6373 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:54 PM Revision e6f4c806 (ffmpeg): add lpcm fourcc
- Originally committed as revision 6372 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:52 PM Revision 0299a87c (ffmpeg): change codec id if sample size field is set to 24 in stsd, fix Sony-m...
- Originally committed as revision 6371 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:46 PM Revision 72044298 (ffmpeg): Remove the "mblmax" OptionDef. The equally named AVOption takes over its
- function. A unit change is involved, but as AVOption parameters are now parsed
with ff_eval2(), you can use the QP2LA... - 05:45 PM Revision 93b26b63 (ffmpeg): Remove the "mblmin" OptionDef. The equally named AVOption takes over its
- function. A unit change is involved, but as AVOption parameters are now parsed
with ff_eval2(), you can use the QP2LA... - 05:44 PM Revision 0eba70ac (ffmpeg): Remove the "lmin" OptionDef. The equally named AVOption takes over it...
- A unit change is involved, but as AVOption parameters are now parsed with
ff_eval2(), you can use the QP2LAMBDA const... - 05:44 PM Revision 494cf837 (ffmpeg): Remove the "lmax" OptionDef. The equally named AVOption takes over it...
- A unit change is involved, but as AVOption parameters are now parsed with
ff_eval2(), you can use the QP2LAMBDA const... - 08:04 AM Revision eeebe6ad (ffmpeg): add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8%
- Patch by Siarhei Siamashka %siarhei P siamashka A gmail P com%
Original thread:
Date: Sep 28, 2006 2:26 AM
Subject: [... - 05:01 AM Revision 8db0c25d (ffmpeg): Handle case of get_bits(0)
- Originally committed as revision 6365 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/27/2006
- 10:13 PM Revision b86216de (ffmpeg): dc_val should be signed
- Originally committed as revision 6364 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision bca99b47 (ffmpeg): return 0 from encode_picture() and estimate_qp() on success
- Originally committed as revision 6363 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:24 PM Revision be0d52ab (ffmpeg): make sure we can create and execute files in $TMPDIR
- Originally committed as revision 6362 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:19 PM Revision 5b11e081 (ffmpeg): prevent infinite loop with VORC012.WMA
- Originally committed as revision 6361 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 PM Revision 854fdb51 (ffmpeg): put ARM feature tests next to other CPU tests
- Originally committed as revision 6360 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:30 PM Revision c7ae6345 (ffmpeg): try to stop people blindly using --cross-compile
- Originally committed as revision 6359 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:08 PM Revision 0ec6065a (ffmpeg): Break compatibility only when first part of version number changes, i...
- specific case for ff_eval deprecation.
Originally committed as revision 6358 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:01 PM Revision 95c99430 (ffmpeg): Make AVOption parsign code use ff_eval2()
- Originally committed as revision 6357 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:54 PM Revision 62bb489b (ffmpeg): add some #ifdef CONFIG_ENCODERS/DECODERS
- Originally committed as revision 6356 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:47 PM Revision 191e8ca7 (ffmpeg): fix some signedness warnings
- Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:46 PM Revision d80f243a (ffmpeg): Make ratecontrol use ff_eval2().
- Originally committed as revision 6354 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 PM Revision 0c630922 (ffmpeg): remove useless memset()
- Originally committed as revision 6353 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:41 AM Revision 44cdb423 (ffmpeg): Add support for YUVJ formats
- Originally committed as revision 19993 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:09 AM Revision a2eb288a (ffmpeg): Fix compilation by postponing deprecation of ff_eval() until the next...
- increment.
Originally committed as revision 6352 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:37 AM Revision 050b60b2 (ffmpeg): free memory before return
- Originally committed as revision 6351 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:31 AM Revision 1dbb339d (ffmpeg): bump lavc version for WavPack decoder
- Originally committed as revision 6350 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/26/2006
- 10:23 PM Revision c38a29a4 (ffmpeg): fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)
- Originally committed as revision 6349 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision ae41e29b (ffmpeg): Introduce ff_eval2 which is equivalent to ff_eval but does not log an...
- Instead, error messages are passed upward by means of a struct member variable.
Originally committed as revision 634... - 08:26 PM Revision a0403006 (ffmpeg): ARMv5TE optimized IDCT
- Originally committed as revision 6347 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:24 PM Revision e2887363 (ffmpeg): fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000)
- Originally committed as revision 6346 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:34 PM Revision 730ba406 (ffmpeg): fix r_frame_rate init code for groundhog.vob
- Originally committed as revision 6345 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:31 PM Revision 89cba1bd (ffmpeg): fix MUL16 macro
- Originally committed as revision 6344 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:03 PM Revision 6c17a956 (ffmpeg): drop broken telecine detection code
- Originally committed as revision 6343 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:27 PM Revision 35eab0c0 (ffmpeg): reindent
- Originally committed as revision 6342 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:25 PM Revision 5fb83c38 (ffmpeg): dont ignore MAX_READ_SIZE
- Originally committed as revision 6341 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:09 PM Revision 398f5d3f (ffmpeg): support forward seeking in non seekable streams
- Originally committed as revision 6340 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:09 PM Revision 3b9a913d (ffmpeg): simplify seek() failure check
- Originally committed as revision 6339 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:04 PM Revision 4156a436 (ffmpeg): Handle possible failure of ff_eval.
- Originally committed as revision 6338 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 AM Revision 327409d7 (ffmpeg): mpeg1 b_strategy=2 segfault fix
- Originally committed as revision 6337 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:41 AM Revision 730581f3 (ffmpeg): WavPack lossless audio decoder
- Originally committed as revision 6336 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/25/2006
- 10:57 PM Revision 1a174c28 (ffmpeg): remove get_le16 and get_le32, get_bits and get_bits_long can just be ...
- Originally committed as revision 6335 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 PM Revision 544c449d (ffmpeg): Get rid of get_bits_long_le, get_bits_long was fixed and now behaves ...
- Originally committed as revision 6334 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 PM Revision 6831406b (ffmpeg): Changes needed due to show_bits_long behaviour changes/fixes
- Originally committed as revision 6333 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:47 PM Revision d1121caa (ffmpeg): Fix get_bits_long to work with ALT_BITSTREAM_READER_LE.
- Gives the same result as get_bits_long_le in vorbis.c instead
of some wild big-/little-endian mixture.
Originally co... - 06:54 PM Revision 4fde5060 (ffmpeg): rename vector to vect to avoid clash with Apple gcc
- Originally committed as revision 6331 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:23 PM Revision 79e47000 (ffmpeg): move memory functions from avcodec to avutil
- Originally committed as revision 6330 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/24/2006
- 04:53 PM Revision 10aa27db (ffmpeg): Remove 404 link.
- Originally committed as revision 6329 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 AM Revision 0e3cb7a1 (ffmpeg): fix to vorbis decoder for book==0
- Originally committed as revision 6328 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 AM Revision 97a9195f (ffmpeg): Missing extern declaration for av_strtod.
- Originally committed as revision 6327 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 AM Revision b8100438 (ffmpeg): cosmetic
- Originally committed as revision 6326 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 AM Revision e6b12001 (ffmpeg): segfault fix
- thanks to takis for finding the cause of this
Originally committed as revision 6325 to svn://svn.ffmpeg.org/ffmpeg/t... - 09:55 AM Revision 87656472 (ffmpeg): Improve swscale-example to test conversions between all the possible
- pixel formats
Originally committed as revision 19965 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
09/23/2006
- 08:50 AM Revision 79ca4de3 (ffmpeg): Define NAN -if not already defined- as 0.0/0.0
- Originally committed as revision 6324 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/22/2006
- 03:57 PM Revision 004390a6 (ffmpeg): Use mathops
- Originally committed as revision 6323 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:05 PM Revision 22565f5d (ffmpeg): Remove the "error" OptionDef. The equally named AVOption takes over its
- function.
Originally committed as revision 6322 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:04 PM Revision cccb4c96 (ffmpeg): Remove the "mepc" OptionDef. The equally named AVOption takes over it...
- Originally committed as revision 6321 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 PM Revision f4ea01dc (ffmpeg): Remove the "skip_exp" OptionDef. The equally named AVOption takes ove...
- function.
Originally committed as revision 6320 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:57 PM Revision f17ec19b (ffmpeg): Remove the "skip_factor" OptionDef. The equally named AVOption takes ...
- function.
Originally committed as revision 6319 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:56 PM Revision 7c1d662a (ffmpeg): Remove the "skip_threshold" OptionDef. The equally named AVOption tak...
- function.
Originally committed as revision 6318 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:55 PM Revision bf080813 (ffmpeg): Remove the "mb_threshold" OptionDef. The equally named AVOption takes...
- function.
Originally committed as revision 6317 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:03 AM Revision f40d1739 (ffmpeg): simplify url_fseek()
- Originally committed as revision 6316 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/21/2006
- 06:00 PM Revision 8e06f20a (ffmpeg): remove a division from STOP_TIMER
- Originally committed as revision 6315 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:48 PM Revision 7e611a0e (ffmpeg): simplify asm mid_pred, as suggested by michaelni.
- Originally committed as revision 6314 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:43 PM Revision a4eb118a (ffmpeg): cosmetics (indentation)
- Originally committed as revision 6313 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:42 PM Revision f469094c (ffmpeg): tweak ff_imdct_calc_3dn2
- Originally committed as revision 6312 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:37 PM Revision ebbafcb4 (ffmpeg): sse implementation of imdct.
- patch mostly by Zuxy Meng (zuxy dot meng at gmail dot com)
Originally committed as revision 6311 to svn://svn.ffmpeg... - 07:31 AM Revision f5a478f6 (ffmpeg): * Moving FifoBuffer out of libavformat/avformat.h and
- libavformat/utils.c into libavutil
Originally committed as revision 6310 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:46 AM Revision a1ef0068 (ffmpeg): Finally enable B-frame decoding as all known samples work perfect
- Originally committed as revision 6309 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:44 AM Revision 6b33eed8 (ffmpeg): For B-frames if the second reference frame signals intensity compensa...
- then the first reference frame should be intensity compensated.
Originally committed as revision 6308 to svn://svn.f... - 04:38 AM Revision 162f412d (ffmpeg): Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed
- Originally committed as revision 6307 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:28 AM Revision 75807fe2 (ffmpeg): Zero number of current scan after decoding one picture.
- This fixes grayscale JPEG-LS decoding.
Originally committed as revision 6306 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:08 AM Revision 98bf4843 (ffmpeg): 1000l copy and paste typo
- Originally committed as revision 6305 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/20/2006
- 09:23 PM Revision 22668218 (ffmpeg): reduce scores if the mp3 frames dont start from the begin of the file...
- Originally committed as revision 6304 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:17 PM Revision c3e462a8 (ffmpeg): set supported pixel formats for a few encoders (fixes crashes with gr...
- Originally committed as revision 6303 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:51 AM Revision 56f68a41 (ffmpeg): The "video_rc_buffer_aggressivity" variable is not being used anymore in
- ffmpeg.c.
Originally committed as revision 6302 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:42 AM Revision 8cd019bd (ffmpeg): Remove the "sc_threshold" OptionDef variable.
- Originally committed as revision 6301 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 AM Revision c6dafae9 (ffmpeg): Remove the "bug" OptionDef used for setting the workaround_bugs varia...
- Originally committed as revision 6300 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:39 AM Revision 58bba31e (ffmpeg): Remove the "qsquish" OptionDef. The AVOption min/max value is changed...
- the removed range check in ffmpeg.c.
Originally committed as revision 6299 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:36 AM Revision 6bacd250 (ffmpeg): Remove the "qmax" OptionDef.
- Originally committed as revision 6298 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:34 AM Revision 5687a2f4 (ffmpeg): Remove the "qmin" OptionDef.
- Originally committed as revision 6297 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:34 AM Revision 315b0f97 (ffmpeg): Remove the "bf" OptionDef parameter so the equally named AVOption wil...
- over. Move over ffmpeg.c constraint checking, but allow value of zero to disable
B-frame.
Originally committed as re... - 08:28 AM Revision fcc9b956 (ffmpeg): Inform the user that a certain AVOption is out of range.
- Originally committed as revision 6295 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:27 AM Revision 076ce017 (ffmpeg): Correct the constraints of some AVOptions. These had a default value ...
- while the minimum allowed value was set to FLT_MIN.
Originally committed as revision 6294 to svn://svn.ffmpeg.org/ff... - 08:24 AM Revision 4ff8fcef (ffmpeg): Migrate the "packetsize" OptionDef option to become an AVOption.
- Originally committed as revision 6293 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:23 AM Revision 09a45576 (ffmpeg): Migrate the "muxrate" OptionDef option to become an AVOption.
- Originally committed as revision 6292 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/19/2006
- 10:22 PM Revision 99aed7c8 (ffmpeg): New single instruction math operation header
- Originally committed as revision 6291 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:31 AM Revision 39e1b5cf (ffmpeg): use correct rounding functions
- this should fix a floating point exception on some systems
lets hope these arent missing anywhere, if so another solu...
09/18/2006
- 08:19 PM Revision 7a9d265b (ffmpeg): Added qcelp faq.
- Originally committed as revision 6289 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 PM Revision 81d0618f (ffmpeg): Remove the "bufsize" OptionDef option from ffmpeg.c. The equally name...
- AVOption takes over its function with a change in unit from kilobytes to bits.
Postfix "KiB" is available to ease the... - 11:35 AM Revision 97c73545 (ffmpeg): Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.
- Originally committed as revision 6287 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/17/2006
- 03:15 PM Revision e9e12f0e (ffmpeg): Remove the dependency of libswscale on img_format.h
- Originally committed as revision 19878 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:59 PM Revision 5784b620 (ffmpeg): Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_B...
- Originally committed as revision 19875 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:22 AM Revision 7eb1042c (ffmpeg): K prefix
- add SI prefix selftest
Originally committed as revision 6286 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:39 AM Revision aeb20f7f (ffmpeg): FLV seeking patch by Nazo. lovesyao at aol com.
- Originally committed as revision 6285 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:52 AM Revision e66477af (ffmpeg): support SI and some non SI prefixes
- Originally committed as revision 6284 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:34 AM Revision 99f6278e (ffmpeg): wording/spelling
- Originally committed as revision 6283 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/16/2006
- 10:26 PM Revision 5ca030fe (ffmpeg): ADI Blackfin optimizations
- patch by Michael Benjamin, neuroptik gmail com
Originally committed as revision 6282 to svn://svn.ffmpeg.org/ffmpeg/... - 10:07 PM Revision cab3ef82 (ffmpeg): Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a Mak...
- variable so that overriding SHFLAGS later in the configure script has the
desired effect.
Originally committed as re... - 12:40 PM Revision 2c29781d (ffmpeg): Document how to read DirectShow files,
- Patch by Victor Paesa % wzrlpy A arsystel P com %
Original thread:
Date: Sep 15, 2006 5:12 PM
Subject: [Ffmpeg-devel]... - 12:51 AM Revision cd621028 (ffmpeg): remove junk characters in comment
- Originally committed as revision 6279 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/15/2006
- 11:20 PM Revision f07e8487 (ffmpeg): clean up #ifdef HAVE_IPP
- Originally committed as revision 6278 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:04 PM Revision 469b7bf8 (ffmpeg): Remove the "rc_init_cplx" OptionDef option from ffmpeg.c. The equally...
- "rc_init_cplx" AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6277... - 10:32 PM Revision dc5ee8bc (ffmpeg): Remove the "bt" OptionDef option from ffmpeg.c. The equally named
- "bt" AVOption takes over its function although the parameter unit
has changed from kilobits/sec to bits/sec.
Origina... - 09:58 PM Revision 0dcb89fc (ffmpeg): Remove the "i_qfactor" OptionDef option from ffmpeg.c. The equally named
- "i_qfactor" AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6275 to... - 09:57 PM Revision fda7eb90 (ffmpeg): Correct the i_qfactor minimum, which was current set higher then the ...
- value.
Originally committed as revision 6274 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:25 PM Revision e2a5bc88 (ffmpeg): Remove the "me_range" OptionDef option from ffmpeg.c. The equally named
- "me_range" AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6273 to ... - 07:14 PM Revision d4fc91b4 (ffmpeg): Split the DV demuxer and muxer into separate files (as suggested by D...
- Biurrun).
Originally committed as revision 6272 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:00 PM Revision bcce83e6 (ffmpeg): Remove the "i_qoffset" OptionDef option from ffmpeg.c. The equally named
- "i_qoffset" AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6271 to... - 06:55 PM Revision a2c00e43 (ffmpeg): Remove the "b_qoffset" OptionDef option from ffmpeg.c. The equally named
- "b_qoffset" AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6270 to... - 06:43 PM Revision debe5ce1 (ffmpeg): Remove the "b_qfactor" OptionDef option from ffmpeg.c. The equally named
- "b_qfactor" AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6269 to... - 06:28 PM Revision 3c96abac (ffmpeg): Fix usage of b_quant_factor. It was not possible to actually use the ...
- option, as b_quant_factor always got fixed to 2.0 (in any case when it actually
mattered, namely when B-frames were b... - 05:51 PM Revision 3d720bda (ffmpeg): Remove the "qcomp" OptionDef option from ffmpeg.c. The equally named ...
- AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6267 to svn://svn.f... - 05:51 PM Revision 99aaf413 (ffmpeg): Remove the "qblur" OptionDef option from ffmpeg.c. The equally named ...
- AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6266 to svn://svn.f... - 05:49 PM Revision 908b8457 (ffmpeg): Remove the "pbias" OptionDef option from ffmpeg.c. The equally named ...
- AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6265 to svn://svn.f... - 05:49 PM Revision 356e7a9d (ffmpeg): Remove the "ibias" OptionDef option from ffmpeg.c. The equally named ...
- AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6264 to svn://svn.f... - 05:44 PM Revision 7c272c0e (ffmpeg): Remove the "preme" OptionDef option from ffmpeg.c
- Originally committed as revision 6263 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:40 PM Revision babe0e8c (ffmpeg): Remove the GOP "g" OptionDef option from ffmpeg.c .
- Originally committed as revision 6262 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:38 PM Revision a5515106 (ffmpeg): Remove the "maxrate" and "minrate" OptionDef options from ffmpeg.c. ...
- requires some modifications to the manpage, as now the unit of -b is bits/sec
not kbits/sec.
Originally committed as... - 01:53 PM Revision 02c1592f (ffmpeg): Fix Indel --> Intel typo.
- Originally committed as revision 6260 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:17 AM Revision 1733fc4a (ffmpeg): Add support for 8-bit grayscale to V4L grabber
- patch by Michael Benjamin % neuroptik AH gmail.com %
Original thread:
Date: Aug 24, 2006 5:40 PM
Subject: [Ffmpeg-dev... - 11:15 AM Revision 3c0ba870 (ffmpeg): Remove the "b" OptionDef option from the ffmpeg.c file. From now on t...
- -b of ffmpeg is bits/sec not kbits/sec, as already was the case for the
AVOption. "k" and "M" suffixes are available ... - 10:57 AM Revision 7df00a4e (ffmpeg): Rename the AVOption's names to the shorter OptionDef names.
- Originally committed as revision 6257 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:28 AM Revision 8e453fc3 (ffmpeg): remove unused, uninitialized free format frame size
- Originally committed as revision 6256 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:42 AM Revision 3c619838 (ffmpeg): add support for grayscale rawvideo avi
- patch by Philippe De Muyter %phdm A macqel P be%
Original thread:
Date: Sep 15, 2006 10:18 AM
Subject: [Ffmpeg-devel]... - 12:36 AM Revision 93a319f1 (ffmpeg): asm implementation of mid_pred.
- 20% faster huffyuv decoding, 4% faster ffv1.
Originally committed as revision 6254 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/14/2006
- 10:13 PM Revision 2a2311be (ffmpeg): disable vp3 mmx idct for theora files to avoid artifacts
- (see theora-a4_v6-k250-s0_2.ogg)
Originally committed as revision 6253 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:02 PM Revision 0b97eea3 (ffmpeg): Synchronize the defaults specified in the AVOptions[] array to the de...
- specified in the ffmpeg.c global static variabels. This preserves the current
behavior.
Originally committed as revi... - 01:51 PM Revision 66acccf0 (ffmpeg): Make OFFSET() reuse offsetof
- Originally committed as revision 6251 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:04 PM Revision 5894991f (ffmpeg): Remove a redundant memset from libavformat.
- Originally committed as revision 6250 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:23 AM Revision a41e9d68 (ffmpeg): Allow parameter values (AVOptions) to use the 'k', 'M', 'G'
- and 'B' postfixes.
Originally committed as revision 6249 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:38 AM Revision 7f889a76 (ffmpeg): Remove the LGPL exception clause as discussed on ffmpeg-devel
- and move the dependent code under CONFIG_GPL.
Originally committed as revision 6248 to svn://svn.ffmpeg.org/ffmpeg/t...
Also available in: Atom