Activity
From 06/01/2010 to 06/30/2010
06/30/2010
- 11:59 PM Revision 4148855e (ffmpeg): Eliminate another redundant instruction in vp56/8 arithcoder
- Necessary because of this GCC bug:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44474
To do this, convert some, but no... - 11:52 PM Revision 2e79db01 (ffmpeg): Set pad description with NULL_IF_CONFIG_SMALL(), consistent with the
- other filters.
Originally committed as revision 23923 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:52 PM Revision a74f893b (ffmpeg): Improve description for the pad filter.
- Originally committed as revision 23922 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:18 PM Revision 36d6b545 (ffmpeg): CMOV-ify vp56 arithcoder
- This incantation causes gcc 4.3 to generate cmov on x86, a vastly better option
than a completely unpredictable branc... - 11:15 PM Revision 2e6ed48d (ffmpeg): Optimize vp56 arithmetic decoder
- Negate "bits" to eliminate a negate in cache refilling.
Originally committed as revision 23920 to svn://svn.ffmpeg.o... - 11:01 PM Revision b0a18c2f (ffmpeg): Make "invalid dts/pts combination" a debug instead of a warning message.
- Patch by XBMC
Originally committed as revision 23919 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:39 PM Revision 5fd48573 (ffmpeg): Allow setting streamid when muxing mpegts.
- Patch by Mike Scheutzow, scheutzow alcatel-lucent com
Originally committed as revision 23918 to svn://svn.ffmpeg.org... - 10:35 PM Revision 006e8108 (ffmpeg): Add new option "streamid" to set the value of an outfile streamid.
- Patch by Mike Scheutzow, scheutzow alcatel-lucent com
Originally committed as revision 23917 to svn://svn.ffmpeg.org... - 10:33 PM Revision cf60d669 (ffmpeg): Add more int packing macros, name them consistently
- Originally committed as revision 23916 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 PM Revision bce3bd1c (ffmpeg): renormalize VP5/6/7/8 range coder without loop
- Originally committed as revision 23915 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:46 PM Revision 0db2d3cf (ffmpeg): Do not skip one of three bits zero padding.
- Patch by Daniel Kristjansson, danielk cuymedia net
Originally committed as revision 23914 to svn://svn.ffmpeg.org/ff... - 09:45 PM Revision 809b7a99 (ffmpeg): Add missed file dct32.c
- Originally committed as revision 23913 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:11 PM Revision 06d01188 (ffmpeg): More mp{1,2,3} 32-point DCT transform to our common DCT framework.
- Should allow for future SIMD optimizations.
Originally committed as revision 23912 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:09 PM Revision cae70f99 (ffmpeg): Improve FF_SYMVER documentation
- Originally committed as revision 23911 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:09 PM Revision 2eaf7e49 (ffmpeg): Improve av_strerror() documentation
- Originally committed as revision 23910 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:09 PM Revision c2a5b473 (ffmpeg): Improve GET_UTF{8,16} documentation
- Originally committed as revision 23909 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:09 PM Revision 12633044 (ffmpeg): aes: improve av_aes_crypt() documentation
- Originally committed as revision 23908 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:09 PM Revision 82012619 (ffmpeg): adler32: add API documentation
- Originally committed as revision 23907 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:09 PM Revision 1782460b (ffmpeg): Improve av_resample() documentation
- Originally committed as revision 23906 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:09 PM Revision ffd31cfe (ffmpeg): base64: improve documentation
- Originally committed as revision 23905 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:38 PM Revision 49bd8e4b (ffmpeg): Fix grammar errors in documentation
- Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 AM Revision 38e23c88 (ffmpeg): Make av_get_random_seed() non-blocking
- Attempt to read from /dev/urandom and /dev/random with O_NONBLOCK set.
If neither succeeds, proceed with fallbacks.
... - 10:38 AM Revision 534a2231 (ffmpeg): Check for fcntl()
- Originally committed as revision 23902 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:18 AM Revision 0f28638b (ffmpeg): Step back as documentation maintainer.
- Originally committed as revision 23901 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 AM Revision df92772c (ffmpeg): apedec: add flush function
- Originally committed as revision 23900 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:55 AM Revision 680b2321 (ffmpeg): Add a changelog entry for the RTSP tunneling, that was added a few we...
- Originally committed as revision 23899 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:55 AM Revision 11fdc4d4 (ffmpeg): mxfdec: Improve parsing of the PixelLayout item
- Originally committed as revision 23898 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:50 AM Revision 85b76ce9 (ffmpeg): Fix "initialization from incompatible pointer type" warning in rv34.
- Patch by Eli Friedman (at gmail).
Originally committed as revision 23897 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:50 AM Revision dd025f25 (ffmpeg): Change AES code to be strict-aliasing-safe.
- Makes it give correct results with e.g. gcc 4.4.
For unknown reasons the generate asm code also changes
on e.g. gcc 4... - 01:57 AM Revision 25fe8630 (ffmpeg): Silense one warning:
- "passing argument 1 of ‘av_memcpy_backptr’ from incompatible pointer type"
Patch by Eli Friedman, eli D friedman A g... - 01:47 AM Revision 99267eb7 (ffmpeg): Fix strict-aliasing violations in MPV_motion_internal.
- Patch by Eli Friedman, eli D friedman A gmail
Originally committed as revision 23894 to svn://svn.ffmpeg.org/ffmpeg/...
06/29/2010
- 10:41 PM Revision dd8e127a (ffmpeg): rv40: make rv40_adaptive_loop_filter() always_inline
- This function is called from the rv40_[hv]_loop_filter() wrappers
with some arguments constant, so it really needs to... - 10:41 PM Revision 7dbbf6a1 (ffmpeg): ffplay: remove VLA
- Originally committed as revision 23892 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:23 PM Revision 82a8d0f1 (ffmpeg): Use add instead of lshift in mmxext vp8 idct
- Originally committed as revision 23891 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:04 PM Revision 565344e7 (ffmpeg): Remove unused macros (duplicates from the now-LGPL x86util.asm).
- Originally committed as revision 23890 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:56 PM Revision cbb39648 (ffmpeg): Add CRC check to the ALS decoder.
- Originally committed as revision 23889 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:48 PM Revision a4edc5a9 (ffmpeg): ARM: add mov32 macro
- Originally committed as revision 23888 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:48 PM Revision 480cb7ed (ffmpeg): ARM: (mostly) whitespace cosmetics
- Originally committed as revision 23887 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:43 PM Revision 2dd2f716 (ffmpeg): MMX idct_add for VP8.
- Originally committed as revision 23886 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:28 PM Revision 29e71937 (ffmpeg): Add missing mm_support call toff_h264_pred_init_x86.
- I'm not sure if this is supposed to be here, but it can't hurt.
Originally committed as revision 23885 to svn://svn.... - 06:42 AM Revision 982fac73 (ffmpeg): Altivec VP8 MC functions
- Originally committed as revision 23884 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:42 AM Revision 7bf4e9d7 (ffmpeg): Altivec: Add helper function to load from a constant misalignment
- Originally committed as revision 23883 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:42 AM Revision a3ef994c (ffmpeg): vorbis: cosmetics, remove trailing comma for values that will never have
- anything added
Originally committed as revision 23882 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:34 AM Revision 95275094 (ffmpeg): Faster C VP8 normal inner loop filter
- Originally committed as revision 23881 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 AM Revision 9942b6a1 (ffmpeg): Use crop table in C implementations of VP8 DSP functions.
- Much faster VP8 C DSP functions; ~5-10% faster overall with asm off.
Originally committed as revision 23880 to svn:/... - 03:17 AM Revision 38c07dcc (ffmpeg): Update x264 presets. Patch by Lou Logan <lou@fakeoutdoorsman.com>
- Originally committed as revision 23879 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 AM Revision 004cda8e (ffmpeg): Add mmxext version of VP8 DC Hadamard transform
- Originally committed as revision 23878 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision 37355fe8 (ffmpeg): Make x86util.asm LGPL so we can use it in LGPL asm
- Strip out most x264-specific stuff (not used anywhere in ffmpeg).
Originally committed as revision 23877 to svn://sv... - 12:23 AM Revision bc14f04b (ffmpeg): MMXEXT version of vp8 4x4 vertical pred
- Originally committed as revision 23876 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/28/2010
- 11:53 PM Revision fb9927ad (ffmpeg): Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8
- Originally committed as revision 23875 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:37 PM Revision 8b746bb4 (ffmpeg): Add missing comment header for predict_4x4_dc_mmxext
- Originally committed as revision 23874 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:35 PM Revision 270a85d2 (ffmpeg): Fix some intra pred MMX functions that used MMXEXT instructions
- Also add predict_4x4_dc MMXEXT function for vp8/h264.
Originally committed as revision 23873 to svn://svn.ffmpeg.org... - 10:13 PM Revision a912da76 (ffmpeg): Fix VP8 bilinear mc on x86_64
- Originally committed as revision 23872 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:50 PM Revision 4e42debc (ffmpeg): aacenc: Start the lookahead pointer 1/4 of the way into the first sho...
- Short windows are of length 256 and begin at sample 448.
Originally committed as revision 23871 to svn://svn.ffmpeg.... - 09:49 PM Revision 75ef6898 (ffmpeg): aacenc: Fix window decision logic.
- This keeps the encoder from switching away from an wight short sequence
prematurely when attacks are detected two fra... - 09:42 PM Revision 804d489c (ffmpeg): aacenc: Fill in the estimated codebook for the final computed scalefa...
- Originally committed as revision 23869 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 PM Revision 7ca4a72f (ffmpeg): 10l: Revert r23867. It didn't make any sense.
- Originally committed as revision 23868 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:36 PM Revision 9a3fe1ae (ffmpeg): Make ff_psy_preprocess_end() act like av_freep().
- Originally committed as revision 23867 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision 072c0d60 (ffmpeg): aacenc: Properly pad extradata.
- This fixes a valgrind error when encoding to ADTS.
Originally committed as revision 23866 to svn://svn.ffmpeg.org/ff... - 09:12 PM Revision 50f70541 (ffmpeg): Change MMXEXT to MMX2, MMXEXT is deprecated
- Originally committed as revision 23865 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 PM Revision 2209ffac (ffmpeg): In mov demuxer, increase total size after debugging message
- Originally committed as revision 23864 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 PM Revision bb06ec5e (ffmpeg): Reindent
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23862 to svn://svn.ffmpeg.org/ff... - 08:35 PM Revision a4942951 (ffmpeg): rtpdec: Clean up FMTP parsing code in AMR RTP depacketizer
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23861 to svn://svn.ffmpeg.org/ff... - 08:32 PM Revision af1308f0 (ffmpeg): rtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizer
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23860 to svn://svn.ffmpeg.org/ff... - 08:27 PM Revision 824535e3 (ffmpeg): rtpdec: Malloc the fmtp value buffer
- This allows very large value strings, needed for xiph extradata.
Patch by Josh Allmann, joshua dot allmann at gmail
... - 07:14 PM Revision 0fecad09 (ffmpeg): Add x86 asm functions for VP8 put_pixels
- Originally committed as revision 23858 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:56 PM Revision a173aa89 (ffmpeg): Add MMX, SSE2, SSSE3 asm for VP8 bilinear MC
- Originally committed as revision 23857 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:19 PM Revision 2ad4a3bc (ffmpeg): Pass subshift an argument of the proper type.
- No changes in generated code.
Originally committed as revision 23856 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:11 PM Revision 17c78b08 (ffmpeg): Use a consistent type for multbl array function parameters.
- Originally committed as revision 23855 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 PM Revision 7ed06b2b (ffmpeg): Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs ov...
- 16 subblocks (since we no longer need that), which should also lead to a
minor speedup.
Originally committed as revi... - 01:50 PM Revision 7c4dcf81 (ffmpeg): Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each...
- we apply them as 16x8/8x16/8x8 subblocks where possible. Since this allows
us to use width=8/16 instead of width=4 MC... - 11:35 AM Revision 4332bfbf (ffmpeg): Reindent
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23852 to svn://svn.ffmpeg.org/ff... - 11:30 AM Revision efc6d451 (ffmpeg): rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizer
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23851 to svn://svn.ffmpeg.org/ff... - 11:28 AM Revision fb4ca2cb (ffmpeg): rtpdec: Clean up FMTP parsing code in H.264 RTP depacketizer
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23850 to svn://svn.ffmpeg.org/ff... - 11:26 AM Revision 1ed3cef5 (ffmpeg): Reindent
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23849 to svn://svn.ffmpeg.org/ff... - 11:25 AM Revision 7aa0118c (ffmpeg): rtpdec: Return ENOMEM if H.264 RTP fails to allocate memory for SDP e...
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23848 to svn://svn.ffmpeg.org/ff... - 11:24 AM Revision 016bc031 (ffmpeg): rtpdec: Add generic function for iterating over FMTP configuration lines
- This will be used for cleaning up code that is common among RTP depacketizers.
Patch by Josh Allmann, joshua dot all... - 11:21 AM Revision 8b114d85 (ffmpeg): rtpdec: Move space_chars from avformat/internal to rtpdec
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23846 to svn://svn.ffmpeg.org/ff... - 10:56 AM Revision eca9e403 (ffmpeg): Set rv34 (0,0) subpel mc functions to the optimised h264 ones
- Originally committed as revision 23845 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:02 AM Revision 1f65b67c (ffmpeg): Fix x86 build with h264dsp disabled
- Originally committed as revision 23844 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:02 AM Revision 1b15dc3c (ffmpeg): configure: make --disable-everything soft-disable things
- This allows explicitly enabled things to _select others with the
intended result.
Originally committed as revision 2... - 08:04 AM Revision 22d78b05 (ffmpeg): Fix an "assignment from incompatible pointer type" warning in av_read...
- Patch by Eli Friedman, eli dot friedman at gmail
Originally committed as revision 23842 to svn://svn.ffmpeg.org/ffmp... - 08:02 AM Revision 35614edb (ffmpeg): Add patcheck checks for assignments that look like compound assignments
- Patch by Eli Friedman, eli dot friedman at gmail
Originally committed as revision 23841 to svn://svn.ffmpeg.org/ffmp... - 04:55 AM Revision 186d0215 (ffmpeg): Use lookup table to avoid division in mp2 decoder
- Originally committed as revision 23840 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/27/2010
- 11:25 PM Revision a64fadf6 (ffmpeg): Fix linking if MMX is disabled.
- Originally committed as revision 23839 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 PM Revision 6951515c (ffmpeg): Bump micro and add APIchanges entry after av_parse_color() extension.
- Originally committed as revision 23838 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 PM Revision 9e74966b (ffmpeg): Cosmetics: merge "} else" and "if (...) {" lines, less confusing.
- Originally committed as revision 23837 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 PM Revision 4cf0b43a (ffmpeg): Reindent after the last commit.
- Originally committed as revision 23836 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 PM Revision a52e2c3a (ffmpeg): Extend color syntax, make it accept an alpha component specifier.
- Originally committed as revision 23835 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 PM Revision 8e094dd6 (ffmpeg): Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourth
- byte for the alpha component, as it is never used, clarify the code
and prevent bad usage of it.
Originally committe... - 08:18 PM Revision 7447204d (ffmpeg): vaapi: add missing #include "h263.h"
- Originally committed as revision 23833 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:30 PM Revision 0b37ccca (ffmpeg): ra288: convert VLAs to fixed size
- Originally committed as revision 23832 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 PM Revision 0724a674 (ffmpeg): Change type of zz_table to uint8_t to match the scantables it points to.
- Originally committed as revision 23831 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:03 PM Revision 93f7aeb5 (ffmpeg): Add a const declaration, fixing a warning
- Patch by Eli Friedman, eli dot friedman at gmail
Originally committed as revision 23830 to svn://svn.ffmpeg.org/ffmp... - 07:02 PM Revision 206afa55 (ffmpeg): Fix clang warning, make initialization more readable
- Patch by Eli Friedman, eli dot friedman at gmail
Originally committed as revision 23829 to svn://svn.ffmpeg.org/ffmp... - 05:51 PM Revision 8b4845c0 (ffmpeg): Remove an unused label, fixing a warning
- Patch by Eli Friedman, eli dot friedman at gmail
Originally committed as revision 23828 to svn://svn.ffmpeg.org/ffmp... - 05:33 PM Revision 805488f0 (ffmpeg): Add proper const declaration to a cast, fixes a warning
- Patch by Eli Friedman, eli dot friedman at gmail
Originally committed as revision 23827 to svn://svn.ffmpeg.org/ffmp... - 03:11 PM Revision b3858964 (ffmpeg): Add const to some pointer parameters.
- Patch by Eli Friedman, eli D friedman A gmail
Originally committed as revision 23826 to svn://svn.ffmpeg.org/ffmpeg... - 02:34 PM Revision 1444438a (ffmpeg): Add myself as maintainer for table generation code.
- Originally committed as revision 23825 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:31 PM Revision c9f789ef (ffmpeg): Update tablegen documentation for WRITE_ARRAY macro.
- Originally committed as revision 23824 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:16 PM Revision 765e6134 (ffmpeg): Make implicit function declarations an error
- Originally committed as revision 23823 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:16 PM Revision f3bfe388 (ffmpeg): Make ff_url_split() public
- ff_url_split() is retained as an alias, as it was used by ffserver,
to avoid breaking ABI compatibility with it.
Ori... - 12:21 PM Revision 350120d2 (ffmpeg): tablegen: implement and use WRITE_ARRAY macros
- Two macros (WRITE_ARRAY and WRITE_ARRAY_2D) take the prefix (modifiers)
(not all tables are static, and they might no... - 12:20 PM Revision ac014798 (ffmpeg): tableprint: use the type name as-is for the functions' names.
- This drops one parameter from the functions' macros, and require structures
to be typedeffed, but ensures that it is ... - 09:44 AM Revision 07ece20c (ffmpeg): adpcm: convert VLAs to malloc/free
- Originally committed as revision 23819 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:25 AM Revision 9577838f (ffmpeg): Fix libvorbis encoding with more than 2 channels
- Fixes issue 1325.
Patch by James Darnley, james dot darnley at gmail
Originally committed as revision 23818 to svn:... - 09:07 AM Revision 9b1947c7 (ffmpeg): Fix implicit cast warning
- Patch by Eli Friedman, eli dot friedman at gmail
Originally committed as revision 23817 to svn://svn.ffmpeg.org/ffmp... - 02:52 AM Revision 30bdefd1 (ffmpeg): Fix build without yasm
- Originally committed as revision 23816 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:01 AM Revision 0178d14f (ffmpeg): First shot at VP8 optimizations:
- - MMXEXT, SSE2 and SSSE3 MC functions
- MMX and SSE4 IDCT dc_add functions
Patch by Jason Garrett-Glaser <darkshikar... - 01:46 AM Revision 21f45508 (ffmpeg): Add myself as VP8 and vorbisdec maintainer
- Originally committed as revision 23814 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:46 AM Revision 0ef1dbed (ffmpeg): VP8 bilinear filter
- Originally committed as revision 23813 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:46 AM Revision a02bb835 (ffmpeg): vorbisdec: Take channels into account when checking against residue o...
- Fixes issue1969
Originally committed as revision 23812 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:46 AM Revision 54fdf5d1 (ffmpeg): vorbisdec: Fix header parsing with no floor1 partitions
- Originally committed as revision 23811 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:46 AM Revision 780621b8 (ffmpeg): vorbisdec: Remove write-only variable
- Originally committed as revision 23810 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:37 AM Revision 92a54426 (ffmpeg): vp8: warn and request sample if upscaling specified in header
- Originally committed as revision 23809 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/26/2010
- 10:23 PM Revision 2829ce4b (ffmpeg): Remove PPC perf counter support
- This functionality is better accessed through tools like oprofile.
Originally committed as revision 23808 to svn://s... - 10:23 PM Revision a788196e (ffmpeg): Remove --enable-gprof flag
- gprof is far too intrusive to be of use as a profile for ffmpeg,
and it fails to build in many configurations. Oprof... - 08:28 PM Revision 69d12904 (ffmpeg): Remove unnecessary ../ from include directives
- Originally committed as revision 23806 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:28 PM Revision 7f02d357 (ffmpeg): Add -I flags to HOSTCFLAGS
- Originally committed as revision 23805 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:34 PM Revision f30d51d7 (ffmpeg): ARM: fix build with TI compiler
- The TI compiler defines __eabi__ to signal that ARM EABI is in use.
We must check for this in addition to the gcc mac... - 06:14 PM Revision 276fc8a4 (ffmpeg): Add missing avutil.h include to libavutil/mem.h
- Originally committed as revision 23803 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:53 PM Revision cbabccc3 (ffmpeg): ffv1: remove VLAs
- Originally committed as revision 23802 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 PM Revision 02591641 (ffmpeg): shorten: remove VLA and check for buffer overflow
- Originally committed as revision 23798 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 PM Revision 17253f59 (ffmpeg): alsdec: convert VLAs to fixed size
- The maximum value of sub_blocks is 8, a safe size to always allocate on
stack.
Originally committed as revision 2379... - 02:34 PM Revision 70f2314d (ffmpeg): pcx: convert VLAs to malloc/free
- Originally committed as revision 23796 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 PM Revision 164d166e (ffmpeg): lsp: convert variable-length arrays to fixed size
- Max LP order is defined to be 16, fixed-size buffers are OK.
Originally committed as revision 23795 to svn://svn.ffm... - 02:34 PM Revision 5228bcd8 (ffmpeg): svq1dec: replace VLA with malloc/free
- Originally committed as revision 23794 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 AM Revision bf9aa44b (ffmpeg): Fix brief make messages when CC etc are specified on command line
- Originally committed as revision 23792 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/25/2010
- 07:28 PM Revision 95024414 (ffmpeg): huffyuv: remove unnecessary size argument from generate_len_table()
- Originally committed as revision 23791 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:10 PM Revision 0912db02 (ffmpeg): Make vp8 select h264dsp and use this to pull in mmx intrapred
- Originally committed as revision 23790 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:06 PM Revision 0c590748 (ffmpeg): Fix compilation without --enable-gpl.
- Originally committed as revision 23789 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:03 PM Revision 15d31aa1 (ffmpeg): Really fix r23782
- Originally committed as revision 23788 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:51 PM Revision 36672bac (ffmpeg): elbg: remove VLAs
- Originally committed as revision 23787 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:48 PM Revision cd29c2b5 (ffmpeg): Fix c99ism in r23782
- Originally committed as revision 23786 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:34 PM Revision 96da2a69 (ffmpeg): Cosmetics: Fix indentation.
- Originally committed as revision 23785 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:32 PM Revision d45b771c (ffmpeg): huffyuv: make VLAs fixed size
- Originally committed as revision 23784 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 PM Revision 4af8cdfc (ffmpeg): 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264
- Originally committed as revision 23783 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:14 PM Revision d6f8476b (ffmpeg): Make VP8 DSP functions take two strides
- This isn't useful for the C functions, but will allow re-using H and V functions
for HV functions without adding sepa... - 03:45 PM Revision eb7626a3 (ffmpeg): configure: remove superflous -lm flags
- Originally committed as revision 23781 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:45 PM Revision 60361817 (ffmpeg): configure: reverse order of -l flags
- Adding new libs to the front of the list allows them to resolve
symbols against previously added ones.
Originally co... - 03:45 PM Revision 3091eeb3 (ffmpeg): configure: remove unused flag save/restore functions
- Originally committed as revision 23779 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 PM Revision 9efdf9b5 (ffmpeg): configure: simplify append function
- Originally committed as revision 23778 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 PM Revision 84400e9d (ffmpeg): configure: simplify check_lib function
- Originally committed as revision 23777 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 PM Revision ad4d974c (ffmpeg): configure: remove unused function check_foo_config
- Originally committed as revision 23776 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision cab3c1cc (grapes): Merge branch 'net-helper-ml'
- 01:43 PM Revision becfe99a (ffmpeg): twinvq: remove VLAs
- Originally committed as revision 23775 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:27 AM Revision e110ff9c (grapes): changing repository address from name to IP
- there were problems with gethostbyname in the statically linked versions.
the STUN server could still be problematic,... - 11:27 AM Revision 41620dda (grapes): net-helper-ml: handle size 0 messages
- 11:27 AM Revision ccdb7ae7 (grapes): SOM: net-helper-ml: fix some compilation warnings
- 11:27 AM Revision eca194c9 (grapes): SOM: net-helper-ml: simplify send buffer handling
- 11:27 AM Revision 8e2d87c7 (grapes): SOM: net-helper-ml: simplify and fix receive buffer handling
- changed receive circular buffer handling to operate with 2 pointers,
one for receiving from the ML, another for passi... - 11:27 AM Revision 3f1c81a4 (grapes): SOM: net-hetler-ml: fixing a bunch of compile warnings
- 11:27 AM Revision f5cd5266 (grapes): SOM: net-hetlper-ml: disabling some free code temporarily, till ref c...
- 11:27 AM Revision bd360b95 (grapes): SOM: net-helper-ml: fixed most of the referece counting errors
- there is still some problem with reference counting, which sometimes
goes down to zero too fast. Someone is not using... - 11:27 AM Revision b8cbbdcc (grapes): use define for lookup_max
- 11:27 AM Revision 8088babe (grapes): SOM: fixed mem leak in nodeid code
- 11:27 AM Revision 0f35a7cd (grapes): SOM: net-helper-ml: corrected nodeid reference counting code
- 11:27 AM Revision 7f2aa1be (grapes): upgrading net-helper-ml to new interface with FD_SET
- 11:27 AM Revision 0ef6d23a (grapes): use the new batch publish feature of rep
- 11:27 AM Revision fb7ffd9d (grapes): upgrade call to repOpen to new interface
- 11:27 AM Revision 8a103ce2 (grapes): net-helper-MONL: init logging
- 11:27 AM Revision 0bffcee4 (grapes): increase number of per peer measures
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1007 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision ee6a8ea6 (grapes): set eventbase
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1004 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision ece5c501 (grapes): add MONL init to net_helper-ml
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1001 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 560add79 (grapes): net-helper: make ML init timeout a define
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@957 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 8551dbe5 (grapes): net-helper: make packet timeout a define
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@956 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision e4cbfa7e (grapes): use string based remote ID bootstrap
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@850 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 3b4eedf4 (grapes): net-helper-ml: handle ML init error
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@825 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 16adbb7b (grapes): net_helper-ml: debug info for first packet loss was inverted
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@817 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 3384865c (grapes): net_helper-ml: changed recv_from_peer to blocking, as in net_helper
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@779 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision d329ad81 (grapes): net_helper-ml: added infinite wait to recv_from_peer
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@778 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 7db12b93 (grapes): net_helper-ml: increase msg send timeout
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@767 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 432f93b8 (grapes): net_helper-ml: increase buffer size
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@765 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 30453328 (grapes): net_helper-ml: drop unsent messages after a timeout
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@764 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 5a343520 (grapes): net_helper-ml: code simplification
- 11:27 AM Revision df8f8ee0 (grapes): net-helper-ml : minor fixes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@712 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision ca79d43a (grapes): net_helper_ml: improved debug output
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@686 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 0c487aac (grapes): net_helper-ml: add default STUN, and fallback to STUN-less mode if ca...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@684 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision ab61e3b6 (grapes): net_helper-ml: changed receiveBuffer structure
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@679 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 7930ec45 (grapes): net-helper-ml : fixing logging and debugging prints
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@667 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 14922983 (grapes): added default send_params to mlOpenConnection
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@660 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision a6911c72 (grapes): ml restyling
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@622 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 27061356 (grapes): SOM : net_helper-ml small fix
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@621 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision f8686a5a (grapes): net_helper-ml: fix and simplify send code
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@606 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 871ae532 (grapes): net_helper-ml: fix receive to use the right size while storing the me...
- buffer_size was used instead of size
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@... - 11:27 AM Revision 4173f623 (grapes): SOM: net_helper_ml: fix dump/undump
- string terminating 0 was not handled well
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GR... - 11:27 AM Revision ca44152b (grapes): adding more copyright notices
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@472 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision c00d6435 (grapes): added copyright notice
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@471 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision dccd020d (grapes): net-helper-ml: More minor fixes.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@462 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision c95c6af7 (grapes): net_helper-ml mods
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@454 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 546f9767 (grapes): net-helper-ml: fixing ml version.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@440 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 8c435a0b (grapes): net_helper-ml: added a separate function to register.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@438 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision cd2a2a41 (grapes): net-helper-ml : further minor fixes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@425 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 2694dce1 (grapes): som : net_helper-ml now works with topologies too.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@423 c54fac2e-1815-407e-9b96-088d06743913
- 11:27 AM Revision 574aabfa (grapes): adding testing net_helper-ml
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@420 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 7149750e (grapes): changing repository address from name to IP
- there were problems with gethostbyname in the statically linked versions.
the STUN server could still be problematic,... - 10:37 AM Revision cfc5ca2c (grapes): net-helper-ml: handle size 0 messages
- 10:37 AM Revision 2e0324c6 (grapes): SOM: net-helper-ml: fix some compilation warnings
- 10:37 AM Revision 7e9ad44e (grapes): SOM: net-helper-ml: simplify send buffer handling
- 10:37 AM Revision 7a4b65c6 (grapes): SOM: net-helper-ml: simplify and fix receive buffer handling
- changed receive circular buffer handling to operate with 2 pointers,
one for receiving from the ML, another for passi... - 10:37 AM Revision 607fb914 (grapes): SOM: net-hetler-ml: fixing a bunch of compile warnings
- 10:37 AM Revision 84a378ba (grapes): SOM: net-hetlper-ml: disabling some free code temporarily, till ref c...
- 10:37 AM Revision 94196746 (grapes): SOM: net-helper-ml: fixed most of the referece counting errors
- there is still some problem with reference counting, which sometimes
goes down to zero too fast. Someone is not using... - 10:37 AM Revision 98136d2b (grapes): use define for lookup_max
- 10:37 AM Revision 62f97a9b (grapes): SOM: fixed mem leak in nodeid code
- 10:37 AM Revision adc9f828 (grapes): SOM: net-helper-ml: corrected nodeid reference counting code
- 10:37 AM Revision a31948a4 (grapes): upgrading net-helper-ml to new interface with FD_SET
- 10:37 AM Revision 4cf09d58 (grapes): use the new batch publish feature of rep
- 10:37 AM Revision 9310a745 (grapes): upgrade call to repOpen to new interface
- 10:37 AM Revision ba004bc2 (grapes): net-helper-MONL: init logging
- 10:37 AM Revision e8c7ed23 (grapes): increase number of per peer measures
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1007 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 1c1d96b7 (grapes): set eventbase
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1004 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 650e3fe2 (grapes): add MONL init to net_helper-ml
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1001 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 14004304 (grapes): net-helper: make ML init timeout a define
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@957 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 301efb9b (grapes): net-helper: make packet timeout a define
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@956 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision c63a07c8 (grapes): use string based remote ID bootstrap
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@850 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 4420c8e0 (grapes): net-helper-ml: handle ML init error
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@825 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 56e25dd5 (grapes): net_helper-ml: debug info for first packet loss was inverted
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@817 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 63d14267 (grapes): net_helper-ml: changed recv_from_peer to blocking, as in net_helper
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@779 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision d08c4ee9 (grapes): net_helper-ml: added infinite wait to recv_from_peer
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@778 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision d69b6bbd (grapes): net_helper-ml: increase msg send timeout
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@767 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision c2620514 (grapes): net_helper-ml: increase buffer size
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@765 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 8d0beade (grapes): net_helper-ml: drop unsent messages after a timeout
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@764 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 8245fd38 (grapes): net_helper-ml: code simplification
- 10:37 AM Revision f3f913a6 (grapes): net-helper-ml : minor fixes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@712 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 4bcf2478 (grapes): net_helper_ml: improved debug output
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@686 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 4d25e0a1 (grapes): net_helper-ml: add default STUN, and fallback to STUN-less mode if ca...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@684 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision af7522fa (grapes): net_helper-ml: changed receiveBuffer structure
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@679 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision c2846ae4 (grapes): net-helper-ml : fixing logging and debugging prints
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@667 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 368e8b83 (grapes): added default send_params to mlOpenConnection
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@660 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 47ceb0c9 (grapes): ml restyling
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@622 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 7d5a02b7 (grapes): SOM : net_helper-ml small fix
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@621 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision af439421 (grapes): net_helper-ml: fix and simplify send code
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@606 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision a2503c6a (grapes): net_helper-ml: fix receive to use the right size while storing the me...
- buffer_size was used instead of size
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@... - 10:37 AM Revision f6ee5da1 (grapes): SOM: net_helper_ml: fix dump/undump
- string terminating 0 was not handled well
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GR... - 10:37 AM Revision 0523cf42 (grapes): adding more copyright notices
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@472 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 51442703 (grapes): added copyright notice
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@471 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision c38b2ca7 (grapes): net-helper-ml: More minor fixes.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@462 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 0d334358 (grapes): net_helper-ml mods
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@454 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 1509362b (grapes): net-helper-ml: fixing ml version.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@440 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 61a07891 (grapes): net_helper-ml: added a separate function to register.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@438 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 97d6cf93 (grapes): net-helper-ml : further minor fixes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@425 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision 3f57027f (grapes): som : net_helper-ml now works with topologies too.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@423 c54fac2e-1815-407e-9b96-088d06743913
- 10:37 AM Revision ffc8bdcf (grapes): adding testing net_helper-ml
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@420 c54fac2e-1815-407e-9b96-088d06743913
- 10:07 AM Revision 0cbdc11d (grapes): Merge branch 'headers_doc'
- 10:07 AM Revision 9e4a282c (grapes): doxy related fixes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1420 c54fac2e-1815-407e-9b96-088d06743913
- 10:05 AM Revision 30a0a4ea (grapes): SOM latest updates to headers
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1439 c54fac2e-1815-407e-9b96-088d06743913
- 10:05 AM Revision 10ddd485 (grapes): adding comment to struct fields
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1431 c54fac2e-1815-407e-9b96-088d06743913
- 10:05 AM Revision 8b5d213f (grapes): doxy again
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1421 c54fac2e-1815-407e-9b96-088d06743913
- 10:05 AM Revision 4affd2bf (grapes): more fixes to som headers' comments
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1415 c54fac2e-1815-407e-9b96-088d06743913
- 10:05 AM Revision 7fcd5e5c (grapes): fixing/completing header comments for doxygen
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1410 c54fac2e-1815-407e-9b96-088d06743913
- 10:04 AM Revision 02858ac3 (grapes): more header fixes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1404 c54fac2e-1815-407e-9b96-088d06743913
- 10:04 AM Revision 8f3dbee6 (grapes): fixes to headers
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1403 c54fac2e-1815-407e-9b96-088d06743913
- 10:04 AM Revision fe6b9f9e (grapes): fix half_ts in encodeChunk
- 09:30 AM Revision 4c08d844 (grapes): Merge branch 'marco_integration'
- 08:19 AM Revision 9bfb72d9 (ffmpeg): rv34: kill VLAs
- Originally committed as revision 23774 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:03 AM Revision c47f567c (ffmpeg): rtpdec_mpeg4: Rename PayloadContext to be consistently 'data'
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23773 to svn://svn.ffmpeg.org/ff... - 08:02 AM Revision ca937a55 (ffmpeg): RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all re...
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23772 to svn://svn.ffmpeg.org/ff... - 08:01 AM Revision 73e6c53e (ffmpeg): rtpdec: Move AAC depacketization code in rtpdec to a proper payload h...
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23771 to svn://svn.ffmpeg.org/ff... - 08:00 AM Revision 7fc8ac7f (ffmpeg): RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23770 to svn://svn.ffmpeg.org/ff... - 07:58 AM Revision 9b3788ef (ffmpeg): RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23769 to svn://svn.ffmpeg.org/ff... - 07:56 AM Revision 30619e6e (ffmpeg): RTSP: Remove skip_spaces in favor of strspn
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23768 to svn://svn.ffmpeg.org/ff... - 07:11 AM Revision 1480fd4b (grapes): Merge branch 'marco_integration' into csaba
- 06:52 AM Revision 8fca5848 (grapes): Merge branch 'fixes' into marco_integration
- 06:43 AM Revision 56e6f951 (grapes): Fix another warning
- 06:41 AM Revision d74d9d89 (grapes): Fix some const-related warnings (due to the ML crappines, the destina...
- 04:36 AM Revision 50061b62 (ffmpeg): Print a space after the AVClass prefix.
- This improves readability a bit.
Originally committed as revision 23767 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:29 AM Revision d6a93490 (ffmpeg): avienc : Avoid creating invalid AVI files when muxing subtitle streams
- other than XSUB.
Originally committed as revision 23766 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:23 AM Revision 03ac56e7 (ffmpeg): fix typo in vp8 decoder error message
- Originally committed as revision 23765 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 AM Revision 3491866a (ffmpeg): Improve mov atom parsing debug message, print parent atom and size in...
- Originally committed as revision 23764 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/24/2010
- 10:13 PM Revision 27d88069 (ffmpeg): fate: add vp8 tests
- Originally committed as revision 23763 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 PM Revision 851ffa80 (ffmpeg): configure: use warn function for unrecognised --cc and --arch settings
- Originally committed as revision 23762 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 PM Revision 31a0dcb2 (ffmpeg): configure: warn about missing yasm
- Originally committed as revision 23761 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 PM Revision 7bfc8ae6 (ffmpeg): configure: add 'warn' function
- The 'warn' function records a warning message for display after other
informational messages.
Originally committed a... - 06:25 PM Revision 40e7b533 (grapes): Merge branch 'marco_integration' into csaba
- 06:24 PM Revision 28afa4fb (grapes): Solve compilation warnings in TMAN test files
- 06:22 PM Revision 9c84b6d3 (grapes): Update TMAN test files with meaningful output on stderr
- 06:17 PM Revision 5113b3bd (ffmpeg): tta: replace potentially huge VLAs with malloc/free in context
- Originally committed as revision 23759 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:59 PM Revision 1f563bfa (ffmpeg): Remove typo: s/ingore/ignore/
- Originally committed as revision 23758 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:57 PM Revision 85c4b598 (grapes): doxy related fixes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1420 c54fac2e-1815-407e-9b96-088d06743913
- 03:22 PM Revision 741b5fd4 (ffmpeg): Set an opaque alpha value when decoding rgba ffv1.
- Patch by Thad Ward coderjoe69¤yahoo°com
Originally committed as revision 23757 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:10 PM Revision 30cdfb49 (ffmpeg): asfdec: ensure number of streams is within bounds; remove VLA in asf_...
- Originally committed as revision 23756 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:39 PM Revision a2859bcd (grapes): Fix some warnings (due to ML crappines, "to" cannot be const)
- 02:19 PM Revision e8496f96 (grapes): SOM latest updates to headers
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1439 c54fac2e-1815-407e-9b96-088d06743913
- 02:19 PM Revision e63fd582 (grapes): adding comment to struct fields
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1431 c54fac2e-1815-407e-9b96-088d06743913
- 02:19 PM Revision edd2bc82 (grapes): doxy again
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1421 c54fac2e-1815-407e-9b96-088d06743913
- 02:14 PM Revision a40a8d81 (grapes): more fixes to som headers' comments
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1415 c54fac2e-1815-407e-9b96-088d06743913
- 02:13 PM Revision b9e0d721 (grapes): fixing/completing header comments for doxygen
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1410 c54fac2e-1815-407e-9b96-088d06743913
- 02:11 PM Revision e73e062d (grapes): more header fixes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1404 c54fac2e-1815-407e-9b96-088d06743913
- 02:11 PM Revision f7c969df (grapes): fixes to headers
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1403 c54fac2e-1815-407e-9b96-088d06743913
- 02:09 PM Revision 1452958a (grapes): fix half_ts in encodeChunk
- 02:08 PM Revision 0457266a (grapes): Move sig-buffermap in GRAPES (+ do some other random things)
- 02:04 PM Revision 89f7464b (grapes): Move sig-accept in GRAPES
- 01:50 PM Revision d0f6aada (grapes): Move sig-offer in GRAPES
- 01:45 PM Revision f3d61dbf (grapes): Add signaling to GRAPES - 1
- 01:41 PM Revision cd09ca4f (grapes): Fix a warning
- 01:14 PM Revision 50f04076 (grapes): Rename chunk init
- 01:13 PM Revision 415b49f7 (grapes): Fix warning
- 09:42 AM Revision dd93649b (ffmpeg): Remove VLA in ff_kbd_window_init, limit window size to 1024
- Originally committed as revision 23755 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 AM Revision 796cea09 (ffmpeg): vp6: convert VLA to fixed size
- Originally committed as revision 23754 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:53 AM Revision 89c7d805 (ffmpeg): Fix compilation on x64.
- Originally committed as revision 23753 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:46 AM Revision 57dbd12b (ffmpeg): Fix asm constraints in apply_window()
- Originally committed as revision 23752 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:40 AM Revision 6fa4b5e4 (grapes): Merge branch 'master' into csaba1
- Conflicts:
som/ChunkIDSet/chunkids_encoding.c
som/ChunkIDSet/chunkids_ops.c
som/Tests/chunkidset_test.c - 08:26 AM Revision 986f143a (ffmpeg): alac: change VLAs to fixed size
- Originally committed as revision 23751 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:44 AM Revision bc2b3682 (ffmpeg): SSE-optimized MP3 floating point windowing functions
- Originally committed as revision 23750 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:55 AM Revision 3bb96f91 (ffmpeg): Correctly return EOF for smacker videos
- Patch by Alexei Svitkine, alexei dot svitkine at gmail
Originally committed as revision 23749 to svn://svn.ffmpeg.or... - 06:53 AM Revision 31ed3f1f (ffmpeg): Fix dependencies for the ra_144 encoder
- Patch by Francesco Lavra, francescolavra at interfree dot it
Originally committed as revision 23748 to svn://svn.ffm...
06/23/2010
- 11:44 PM Revision 5262f7ed (ffmpeg): snow: remove unused parameter to mc_block()
- Originally committed as revision 23746 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:45 PM Revision 8f910a56 (ffmpeg): avoid conditional and division in chroma MV calculation
- Originally committed as revision 23745 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:22 PM Revision 79aec757 (ffmpeg): flacenc: convert VLA to fixed size
- Originally committed as revision 23744 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:45 PM Revision 47ba7874 (ffmpeg): Move float-specific function to mpegaudiodec_float.c
- Originally committed as revision 23743 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:43 PM Revision 9dac6dbb (ffmpeg): Remove pointless condition in #if
- Originally committed as revision 23742 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:32 PM Revision d6e00801 (ffmpeg): Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section.
- Originally committed as revision 23741 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:30 PM Revision e29af818 (ffmpeg): aactab: Tablegenify ff_aac_pow2sf_tab.
- Originally committed as revision 23740 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:20 PM Revision 2966cc18 (ffmpeg): Update x264asm header files to latest versions.
- Modify the asm accordingly.
GLOBAL is now no longoer necessary for PIC-compliant loads.
Originally committed as revi... - 01:02 PM Revision 44c70a9b (ffmpeg): Fix a typo, spotted by Diego.
- Originally committed as revision 23738 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:01 PM Revision db7d307f (ffmpeg): Add missing changelog entry for VP8 decoder.
- Originally committed as revision 23737 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:44 AM Revision c1bffe25 (ffmpeg): Add required #includes to pass 'make checkheaders'.
- Originally committed as revision 23736 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:26 AM Revision 02174293 (ffmpeg): Reindent
- Originally committed as revision 23735 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:26 AM Revision ed8d5766 (ffmpeg): Add all required includes to avio.h
- Originally committed as revision 23734 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 AM Revision 36021cf1 (grapes): Merge branch 'fixes' into marco_integration
- 07:34 AM Revision f7520461 (grapes): Free the node IDs when removing old nodes
- 02:13 AM Revision 0dbfc1db (ffmpeg): Enable pthreads automatically unless w32threads is requested
- Originally committed as revision 23733 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:04 AM Revision 1d4c1c3b (ffmpeg): Continue after guids in asf after which other guids are possible inst...
- over the stored size.
Fixes issue2029
Originally committed as revision 23732 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:08 AM Revision 20843f51 (ffmpeg): Remove OS/2 threads support
- OS/2 SMP support is rare, and a pthreads library exists.
No need to keep this code.
Originally committed as revision...
06/22/2010
- 11:26 PM Revision a65e687b (ffmpeg): Add barcelona to the list of cmov/fast_cmov compatible CPUs.
- For GCC, barcelona is just an alias for amdfam10, so simply add it in
there.
Originally committed as revision 23730 ... - 11:18 PM Revision 9f342dab (ffmpeg): Remove beosthreads support
- Relevant BeOS variants support pthreads, so there is no need to
maintain the beos-native threads interface.
Original... - 11:12 PM Revision 8fbd4f51 (ffmpeg): Improve some uses of ff_cropTbl with constant offset
- Originally committed as revision 23728 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 PM Revision 25d34458 (ffmpeg): Rename rec_timestamp to recording_timestamp, for consistency with
- recording_time.
Originally committed as revision 23727 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:54 PM Revision a2e47338 (ffmpeg): Extend documentation for the ffmpeg -timestamp option.
- '(' and ')' are used instead of '{' and '}' in the date specification
as the latter confound the texinfo interpreter.... - 10:54 PM Revision fcd10c4f (ffmpeg): Mention how "now" is interpreted in the parse_date() doxy.
- Originally committed as revision 23725 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 PM Revision 82fd4f4a (ffmpeg): Fix date specification accepted by parse_date().
- Originally committed as revision 23724 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:12 PM Revision c31a25e7 (ffmpeg): Use right-shift instead of division by two.
- Patch by Dark Shikari
Originally committed as revision 23723 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:57 PM Revision 2b6a9503 (ffmpeg): Reindent after r23721.
- Originally committed as revision 23722 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:57 PM Revision 157cb069 (ffmpeg): Rename PACK4x8() to PACK4UINT8().
- Originally committed as revision 23721 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:29 PM Revision fd6eb4a0 (ffmpeg): Move Parametric Stereo related ps* files to aacps*.
- Originally committed as revision 23720 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 PM Revision 3b636f21 (ffmpeg): Native VP8 decoder.
- Patch by David Conrad <lessen42 gmail com> and myself.
Originally committed as revision 23719 to svn://svn.ffmpeg.or... - 07:19 PM Revision c6ef6e14 (ffmpeg): Change a / 256 into a >> 8.
- Originally committed as revision 23718 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 PM Revision a815602a (ffmpeg): Reindent after r23716.
- Originally committed as revision 23717 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 PM Revision 3ad289fc (ffmpeg): Add intra prediction functions for VP8.
- Patch by David Conrad <lessen42 gmail com> and myself.
Originally committed as revision 23716 to svn://svn.ffmpeg.or... - 07:15 PM Revision b39a2d19 (ffmpeg): Add a macro to pack 4 bytes into native byte-order so they can be wri...
- at once using a single 32-bit store.
Originally committed as revision 23715 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:12 PM Revision caaf098c (ffmpeg): Make "topright" argument to pred4x4() const.
- Patch by David Conrad <lessen42 gmail com>.
Originally committed as revision 23714 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:11 PM Revision 45a1b86a (ffmpeg): Add av_clip_int8(), used in the upcoming VP8 decoder.
- Originally committed as revision 23713 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:06 PM Revision 890fe85f (ffmpeg): Cosmetics whitespace.
- Originally committed as revision 23712 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:02 PM Revision 1c7c0e2d (ffmpeg): Add missing parentheses in MKTAG and MKBETAG macros.
- Originally committed as revision 23711 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 PM Revision 9290f15d (ffmpeg): Make the http protocol open the connection immediately in http_open a...
- Also make the RTSP protocol use url_alloc and url_connect instead of relying
on the delay open behaviour.
Originally... - 02:13 PM Revision 4167ba0b (ffmpeg): Add an AVClass to the HTTPContext
- Originally committed as revision 23709 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:12 PM Revision a9a3364c (ffmpeg): Allocate the HTTPContext through URLProtocol.priv_data_size
- Originally committed as revision 23708 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:10 PM Revision 58cc11c7 (ffmpeg): Add an APIchanges entry for priv_data_size and priv_data_class
- Originally committed as revision 23707 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:09 PM Revision 735cf6b2 (ffmpeg): Add priv_data_size and priv_data_class to URLProtocol
- This allows url_alloc to allocate and initialize the priv_data.
Originally committed as revision 23706 to svn://svn.... - 02:05 PM Revision 4636f115 (ffmpeg): Add an APIchanges entry for url_alloc() and url_connect()
- Originally committed as revision 23705 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:03 PM Revision ffbb289a (ffmpeg): Split url_open and url_open_protocol into url_alloc and url_connect
- Originally committed as revision 23704 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:00 PM Revision 6c4cbc8d (ffmpeg): Add an APIchanges entry for av_register_protocol2
- Originally committed as revision 23703 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 PM Revision 9b07a2dc (ffmpeg): Add an av_register_protocol2 function that takes a size parameter
- This allows extending the URLProtocol struct without breaking binary
compatibility with code compiled with older defi... - 12:41 PM Revision e10412a3 (ffmpeg): IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nur...
- Originally committed as revision 23701 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 AM Revision 7969a3fb (grapes): Update the TMAN test
- 10:14 AM Revision 4070e769 (grapes): TMAN code cleanup
- 10:05 AM Revision dd5e377c (grapes): Merge remote branch 'origin/fixes'
- 09:22 AM Revision e83aed04 (ffmpeg): Bump micro version, add changelog entry for DTS-ES extension decoding...
- Originally committed as revision 23700 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:48 AM Revision 5be5d28c (ffmpeg): Fix failure in av_read_frame on timestamp rollover.
- Patch by Stephen Dredge, sdredge A tpg com au
Originally committed as revision 23699 to svn://svn.ffmpeg.org/ffmpeg/... - 08:35 AM Revision d1177cb5 (ffmpeg): Support DTS-ES extension (XCh) in dca: Cosmetic cleanup
- Patch by Nick Brereton, nick at nbrereton dot net
Originally committed as revision 23698 to svn://svn.ffmpeg.org/ffm... - 08:34 AM Revision 774e9acf (ffmpeg): Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES exte...
- Patch by Nick Brereton, nick at nbrereton dot net
Originally committed as revision 23697 to svn://svn.ffmpeg.org/ffm... - 08:34 AM Revision 3d5a9ba1 (ffmpeg): Support DTS-ES extension (XCh) in dca: update and add channel mapping...
- Patch by Nick Brereton, nick at nbrereton dot net
Originally committed as revision 23696 to svn://svn.ffmpeg.org/ffm... - 08:33 AM Revision 6baef06e (ffmpeg): Support DTS-ES extension (XCh) in dca: move original code around to a...
- Patch by Nick Brereton, nick at nbrereton dot net
Originally committed as revision 23695 to svn://svn.ffmpeg.org/ffm... - 08:32 AM Revision 77b4b7c3 (ffmpeg): Support DTS-ES extension (XCh) in dca: move subband_samples into cont...
- Patch by Nick Brereton, nick at nbrereton dot net
Originally committed as revision 23694 to svn://svn.ffmpeg.org/ffm... - 06:53 AM Revision d99659f0 (ffmpeg): libvorbis: Only drop 1-byte packets at end of stream
- This fixes handling of totally silent packets during the encoding, that
also are 1 byte in size.
This fixes issue 20... - 06:45 AM Revision 5634f30c (ffmpeg): ffserver: Use avcodec_copy_context instead of manually copying an AVC...
- Originally committed as revision 23692 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/21/2010
- 10:54 PM Revision 33e7febd (ffmpeg): Remove stray semicolon.
- Originally committed as revision 23691 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 PM Revision 843b5fd0 (ffmpeg): Re-add the list of parameters for the unsharp filter, I somehow lost
- it in the previous commit.
Originally committed as revision 23690 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:09 PM Revision 3275ac6a (ffmpeg): Make the ffmpeg and ffplay man pages show the list of lavfi filters,
- sinks and sources, and document the -vf option.
Originally committed as revision 23689 to svn://svn.ffmpeg.org/ffmpe... - 09:38 PM Revision 168b441e (ffmpeg): Replace multitable for the unsharp filter option table with a simple
- @table @option.
Allow pod rendering, as texinfo multitables are not supported by
texi2pod.pl, also improve plain tex... - 09:38 PM Revision dd46b538 (ffmpeg): Update documentation dependencies, make ff* tools manpages and HTML
- pages depend of fftools-common-opts.texi.
Originally committed as revision 23687 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:41 PM Revision a8ead332 (ffmpeg): RTSP: Use the same authentication for the HTTP POST session as for th...
- Originally committed as revision 23686 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 PM Revision db302347 (ffmpeg): HTTP: Add a method for initializing the authentication state from ano...
- Originally committed as revision 23685 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:02 PM Revision 17b1493f (ffmpeg): Reindent
- Originally committed as revision 23684 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:02 PM Revision ea02b593 (ffmpeg): HTTP: Compact the code for writing chunked post data
- Originally committed as revision 23683 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:01 PM Revision 077026cc (ffmpeg): HTTP: Get rid of the is_chunked variable, use the chunksize variable ...
- Originally committed as revision 23682 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:40 PM Revision a6a91589 (ffmpeg): HTTP: Clarify a comment
- Originally committed as revision 23681 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:01 PM Revision 6785e927 (ffmpeg): mathematics.h no longer needs config.h, so update tablegen code and
- documentation to use it where appropriate.
Originally committed as revision 23680 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:06 PM Revision 7f591208 (streamers): adding some more copyright notices
- 04:15 AM Revision 28db3215 (ffmpeg): ffmpeg: cosmetics: combine two variable declarations
- Originally committed as revision 23677 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 AM Revision 19ed4b86 (ffmpeg): aacdec: cosmetics: (more) whitespace
- Originally committed as revision 23676 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:10 AM Revision d4e355d5 (ffmpeg): aacdec: cosmetics: whitespace
- Originally committed as revision 23675 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:07 AM Revision ed99e54d (ffmpeg): aacdec: Factorize if (elem_type < TYPE_DSE).
- Originally committed as revision 23674 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:05 AM Revision fda36b59 (ffmpeg): aacdec: Handle the first frame being empty case.
- Originally committed as revision 23673 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:05 AM Revision 91a4abd8 (ffmpeg): fail if input and output are the same
- Originally committed as revision 23672 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/20/2010
- 11:03 PM Revision cf3b4d9a (ffmpeg): aacsbr: Make dk signed. There is no point in it being unsigned.
- Originally committed as revision 23671 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:13 PM Revision e90e1f55 (ffmpeg): psdec: IPD/OPD reset is no longer needed by the context initializer.
- Originally committed as revision 23670 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:08 PM Revision 5e071f53 (ffmpeg): psdec: Simplify filter addressing by incrementing the "in" pointer.
- Originally committed as revision 23669 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:07 PM Revision 63c3b716 (ffmpeg): Fix typo in macro name.
- Patch by Nick Brereton, nick nbrereton net
Originally committed as revision 23668 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:03 PM Revision c6b09471 (ffmpeg): psdec: Replace a division with a shift.
- Originally committed as revision 23667 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:53 PM Revision 3fa1a932 (ffmpeg): Rename PS bitstream reading functions to have a read_ prefix.
- Originally committed as revision 23666 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:41 PM Revision 45c611a9 (ffmpeg): Reset chunksize back to zero (= no chunked encoding) after each new open
- connection (e.g. a seek). This fixes the theoretical case where a server
sends a file first using chunked encoding, a... - 09:38 PM Revision f3724695 (ffmpeg): Use url_write(), not http_write(), for sending the HTTP headers. This...
- them from being sent using chunked encoding (I don't think this ever happened,
but either way it would be wrong).
Or... - 08:13 PM Revision fd16564b (ffmpeg): Cosmetics: whitespace.
- Originally committed as revision 23663 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:06 PM Revision 0d6b3269 (ffmpeg): Use memcpy() where appropriate in PS stereo processing remapping.
- Originally committed as revision 23662 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:38 PM Revision d23077af (ffmpeg): Allow PS envelope fixup when ps->num_env_old <= 1.
- It is already rejected by the "source >= 0 && source != ps->num_env" 0 envelope
case and is perfectly legally for the... - 07:24 PM Revision bd9e0e29 (ffmpeg): 10l: aacsbr: Fix f_master[2] calculation when k2diff == -1.
- Originally committed as revision 23660 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:28 PM Revision 78ba1d39 (ffmpeg): Document the PS_BASELINE define.
- Originally committed as revision 23659 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:15 PM Revision 284b041b (ffmpeg): Remove iid_mode from the PS context.
- Originally committed as revision 23658 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:58 PM Revision be90cd27 (ffmpeg): configure: preserve cross-prefix for strip on darwin
- Originally committed as revision 23657 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:00 PM Revision 4233ce31 (ffmpeg): Fix breakage in compilation with --disable-mpegaudio-hp introduced in
- r23646.
Originally committed as revision 23656 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:40 AM Revision 2c4a1013 (ffmpeg): Add IEC958 data_types for DTS-HD (data burst described in IEC 61937-5),
- E-AC-3 (61937-3 Edition 2) and TrueHD (61937-9).
Originally committed as revision 23655 to svn://svn.ffmpeg.org/ffmp... - 10:31 AM Revision 41f91b5f (ffmpeg): ChangeLog: note libfaad wrapper removal
- Originally committed as revision 23654 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:24 AM Revision 6a74b127 (ffmpeg): Remove libfaad wrapper
- Originally committed as revision 23653 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/19/2010
- 11:53 PM Revision 1076b0d0 (ffmpeg): psdec: Factorize iid/icc/ipd/opd parameter bitstream reading.
- Originally committed as revision 23652 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:57 PM Revision 10ed37b5 (ffmpeg): RTSP: Add the auth credentials to the HTTP tunnel URL, too
- Originally committed as revision 23651 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:56 PM Revision a955fc5e (ffmpeg): ff_url_join: Don't add any at-char if the auth is an empty string
- Originally committed as revision 23650 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:46 PM Revision 6217b645 (ffmpeg): RTSP: Set the connection handles to null after closing them
- This fixes a potential issue when doing redirects.
Originally committed as revision 23649 to svn://svn.ffmpeg.org/ff... - 09:36 PM Revision 00e4a1f4 (ffmpeg): RTSP: Don't store the connection handles in local variables
- This removes some useless copying of handles, and simplifies error handling.
Patch by Josh Allmann, joshua dot allma... - 02:14 PM Revision a2063901 (ffmpeg): Add HE-AAC v2 support to the AAC decoder.
- Originally committed as revision 23647 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:02 PM Revision 374c45bb (grapes): Merge branch 'master' into marco_integration
- Conflicts:
som/TopologyManager/ncast.c
som/TopologyManager/topocache.c - 12:45 PM Revision ba6b5d5d (grapes): Fix tman activation
- 12:44 PM Revision 6296c74b (grapes): Return -2 in cache_add() even if the new element is already in cache
- 12:42 PM Revision 9589827a (grapes): Fix the parseData() merge logic
- 12:41 PM Revision 04119bba (grapes): Fix the protocol check in tmanParseData()
- 12:40 PM Revision f689da66 (grapes): Allow to call topo_proto_init() multiple times (needed because both tman
- and the peer sampling protocol call it)
- 12:38 PM Revision 9eab8f0b (grapes): Fix a for() cycle in tman's givePeers()
- 09:56 AM Revision 4d49a5a7 (ffmpeg): Factorize the mpegaudio windowing code in a function and call it by a
- function pointer. Should allow for ASM optimizations.
Originally committed as revision 23646 to svn://svn.ffmpeg.org...
06/18/2010
- 11:17 PM Revision 57eb217a (ffmpeg): Improve h263_probe()
- Fixes issue2015
Originally committed as revision 23645 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:07 PM Revision 164aab02 (ffmpeg): MPEG-2 DXVA2 implementation
- It allows VLD MPEG-2 decoding using DXVA2 (GPU assisted decoding API under
VISTA and Windows 7).
It is implemented b... - 05:54 PM Revision d3f84dfc (ffmpeg): RTSP: Clean up rtsp_hd on failure
- Since rtsp_hd isn't assigned to rt->rtsp_hd until after the setup phase,
the initialized URLContext could be leaked o... - 12:02 PM Revision e8ccf245 (ffmpeg): RTMP: Return from rtmp_read as soon as some data is available
- Earlier, the function only returned when the enough data to fill the
requested buffer was available. This lead to hig... - 07:54 AM Revision a80af87e (ffmpeg): Add IEC958 data_types for Atrac* and WMA Pro.
- Data-burst is described in IEC 61937-7 (Atrac) and IEC 61937-8 (WMA Pro).
Originally committed as revision 23641 to ...
06/17/2010
- 10:33 PM Revision 9164afcb (ffmpeg): Use enum PixelFormat to silence one icc warning:
- warning #188: enumerated type mixed with another type
enum PixelFormat pix_fmts[] = { c->pix_fmt, PIX_FMT_NONE ... - 11:23 AM Revision 3bbf8272 (streamers): added counters to measurements
- 11:18 AM Revision 473a00b3 (streamers): separating MONL better: adding measures.c for MONLless versions
- 11:17 AM Revision 9c4f8e7e (streamers): separating MONL better: changing measures.c to measures-monl.c
- 10:59 AM Revision 6afd0ee3 (ffmpeg): Add metadata support. Patch by Michael Karcher.
- Originally committed as revision 23639 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:30 AM Revision 8a2679ad (ffmpeg): Simplify (no need to check for st->codec->extradata) and correct
- (extradata_size must be at least 5 bytes) the H.264 MP4 syntax check
in rtpenc.c
Originally committed as revision 23... - 10:13 AM Revision 70193596 (ffmpeg): add #include so make checkheaders passes
- Originally committed as revision 23637 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:39 AM Revision 96c2ae61 (ffmpeg): Add the necessary includes, add an extra empty line for cosmetics
- Originally committed as revision 23636 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:54 AM Revision 52e0506a (streamers): add and publish link capacity measurements
- 08:53 AM Revision 749c1cf3 (streamers): improve add_measure to allow non-published measurements
06/16/2010
- 11:32 PM Revision 6e052cb8 (streamers): fixing ml.h 's include directory
- 10:36 PM Revision eb928286 (ffmpeg): Add more tests to eval, help detecting some of the more apparent
- errors, far from being a complete test system.
Originally committed as revision 23635 to svn://svn.ffmpeg.org/ffmpeg... - 07:31 PM Revision 8745fe29 (ffmpeg): Marking what should be removed in relation to MAX_STREAMS.
- Originally committed as revision 23634 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:16 PM Revision 1e27c477 (ffmpeg): Document terminal coloring in the -loglevel option.
- Originally committed as revision 23633 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:16 PM Revision 92d71714 (ffmpeg): Document how to set boolean options.
- Originally committed as revision 23632 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:03 PM Revision 1204a13c (ffmpeg): libvorbis: Use memmove instead of memcpy for shifting data
- Originally committed as revision 23631 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:41 PM Revision 19bd477d (ffmpeg): Name the default configure log filename as "config.log" rather than
- "config.err". The former name was misleading, as the file contains
useful information not necessarily related to erro... - 06:27 PM Revision 7ec9b9be (ffmpeg): Make av_parse_expr() fail if there are trailing chars at the end of
- the provided expression.
Allow detection of mistyped expressions.
Originally committed as revision 23629 to svn://s... - 06:27 PM Revision c1b81d2f (ffmpeg): Remove the "b" from "Mb" in -b values for the dnxhd tests.
- They are just ignored, and tend to confuse both machines and humans.
Originally committed as revision 23628 to svn:/... - 06:27 PM Revision 2f62224b (ffmpeg): Improve av_parse_eval() error reporting.
- Originally committed as revision 23627 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:07 PM Revision 08943c0b (ffmpeg): dvbsub: parse display definition segment
- The display definition segment is used to properly display SD DVB subtitles in
HD video streams.
Originally committe... - 12:59 PM Revision 8b889b34 (ffmpeg): If the video stream is H.264 with MP4 syntax, store the NAL lenght si...
- the RTP muxer context (it will be used later for splitting frames in NALs)
Originally committed as revision 23625 to... - 10:35 AM Revision ed00fe49 (ffmpeg): icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can b...
- Originally committed as revision 23624 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:19 AM Revision 38e0991d (streamers): added chunk loss burst size measurement
- 04:53 AM Revision 33586ee7 (ffmpeg): Document FF_SYMVER and attribute_used
- Originally committed as revision 23622 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:12 AM Revision d9aac267 (ffmpeg): When reading a stream, should retry on EAGAIN instead of just failing...
- when reading a live feed, should retry regardless of whether any client has
opened the stream.
Originally committed ...
06/15/2010
- 10:38 PM Revision 891263ef (ffmpeg): Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263
- Originally committed as revision 23620 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 PM Revision b0adac4b (streamers): Merge remote branch 'russo/experimental-streamer' into experimental
- 07:53 PM Revision 0ade7bb6 (ffmpeg): matroskadec : propagate AVERROR to the caller
- based on a patch by Jai Menon
Originally committed as revision 23619 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:51 PM Revision f01eb1f0 (streamers): fixing delay measure calculation for both 64bit and 32bit architec...
- 06:06 PM Revision 0884fadf (ffmpeg): configure: fix symver detection with icc 10
- Apparently the compiler sometimes bypasses the normal assembler, in
which case the asm label variant works. If the f... - 03:24 PM Revision ccc87908 (ffmpeg): Fix symbol version compat wrappers on systems with export prefixes
- Originally committed as revision 23615 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:24 PM Revision 56023951 (ffmpeg): Fix missing logging context in a series of dprintf()s. Partially base...
- patch by Zhentan Feng <spyfeng gmail com>.
Originally committed as revision 23614 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:26 PM Revision b462d132 (ffmpeg): Add compatibility wrappers for functions moved from lavf to lavc
- When symbol versioning is enabled, moving symbols from one library to
another breaks binary compatibility. This adds... - 01:23 PM Revision cf8f9df7 (grapes): Merge branch 'master' into fixes
- 01:22 PM Revision 0170959e (grapes): fix int_cpy in encoding functions to use uint32_t
- 12:45 PM Revision 8719625f (grapes): Fix a typo in cache_del()
- 10:51 AM Revision 9c05a8fe (grapes): chunkID_set: fixed some memory leaks in case of decode errors
- 10:51 AM Revision bda2743d (grapes): chunkID_set: fixed bitmap encoding of empty set
- 10:51 AM Revision cedff664 (grapes): sched: changing schedChunkID to int
- this way, sched could be used for request type decision
- 10:51 AM Revision 15130e4f (grapes): sched: changing schedPeerID to struct nodeID*
- this way, sched could also be used for topology related decisions
- 10:51 AM Revision 84604e2b (grapes): sched: removing some useless files
- 10:50 AM Revision e9b97d20 (grapes): sched: changing implementation to use sched*ID types
- 10:50 AM Revision 0fb056cf (grapes): sched: introducing schedPeerID and schedChunkID
- no change to interface, just renaming
- 10:50 AM Revision 6bd46e23 (grapes): sched: randomize in case of tie in SCHED_BEST type schedulers
- 10:50 AM Revision b4a34ee8 (grapes): chunkid_set bitmap encoding: changing decode order to latest first
- 10:50 AM Revision 38fcc0f8 (grapes): fix encoding of chunk signaling
- 10:50 AM Revision c8481055 (grapes): improve chunkid_set test
- 10:50 AM Revision c51650e1 (grapes): fix shunkid_set bitmap encoding length
- 10:50 AM Revision 5fe224e0 (grapes): fix chunkid_set bitmap decode
- 10:50 AM Revision 43271130 (grapes): fix min/max calculation in chunkid_set bitmap encode
- 10:50 AM Revision 030c2402 (grapes): add assert to chunkid_set_init to avoid surprises
- 10:50 AM Revision adadc388 (grapes): fix chunkid_set_init
- config_value_int returns bool, instead of negative on error
- 10:50 AM Revision 51512f61 (grapes): fix chunk sending test
- 10:49 AM Revision 81ea9ad8 (grapes): remove some compilation warnings
- 10:42 AM Revision 57e3efcb (grapes): SOM-Tests. Test file for chunkidset updated: added priority and bitma...
- 10:42 AM Revision f6cca7ac (grapes): SOM. Fix bytes counter in chunk decoding.
- 10:42 AM Revision 9d21f8f3 (grapes): init chunkid_set in peerset using string
- 10:42 AM Revision ea821d90 (grapes): adding chunkid_set bitmap encoding
- 10:42 AM Revision 8eab17c6 (grapes): Implement config_value_str()
- 10:42 AM Revision f621745b (grapes): SOM: added earliest and latest queries to chunkid_set
- 10:14 AM Revision 2661d65a (ffmpeg): FATE: update vc1 reference output
- Originally committed as revision 23609 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 AM Revision 709ef76b (grapes): Merge commit 'c21014a4d5a8f25e752e02a18ed615f5e01a874e' into next
- 10:07 AM Revision 08f3576f (grapes): reduced nccache size to 10
- 10:04 AM Revision a4d92a6c (grapes): Fix the most stupid error ever
- 10:04 AM Revision 5adcd1d8 (grapes): Do not reply with too many IDs, and do not free NULL
- 10:03 AM Revision 8af062d1 (grapes): Remove MAX_PEERS dependency
- 10:02 AM Revision 5bcf992f (grapes): SOM: fixed peerset include guard
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@770 c54fac2e-1815-407e-9b96-088d06743913
- 10:02 AM Revision 7c437ac6 (grapes): SOM: fix memory leak in peerset
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@676 c54fac2e-1815-407e-9b96-088d06743913
- 10:01 AM Revision 8f6589b8 (grapes): SOM: fixed error in scheduler with negative and 0 weights
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@990 c54fac2e-1815-407e-9b96-088d06743913
- 09:14 AM Revision 9a191b3a (ffmpeg): Support gray16be and rgb48be in mov
- Originally committed as revision 23608 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/14/2010
- 11:58 PM Revision 0978f82b (streamers): fixing delay measure calculation to give valid variance even if ab...
- if nodes' clocks are not synched, absolute one way delay will not work.
Still, variance can be calculated, but this w... - 11:52 PM Revision 813ff2c3 (streamers): Merge commit 'origin/experimental' into experimental-streamer
- 05:35 PM Revision 54a13282 (ffmpeg): Deprecate -crop* arguments, they currently are buggy (issue1957) and ...
- will be fixed by removing them.
Originally committed as revision 23607 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:09 PM Revision caea217d (ffmpeg): nellymoserdec: Increase the log level of messages when failing to dec...
- Originally committed as revision 23606 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:07 PM Revision 133cd270 (ffmpeg): Reindent
- Originally committed as revision 23605 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:06 PM Revision c5d68fbd (ffmpeg): nellymoserdec: Simplify calculation of numbers of blocks
- Originally committed as revision 23604 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:35 PM Revision f1a12c76 (ffmpeg): Reindent
- Originally committed as revision 23603 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 PM Revision f7a30c0b (ffmpeg): nellymoserdec: Allow using unusual input block sizes
- Originally committed as revision 23602 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:09 AM Revision 48e77473 (ffmpeg): Cosmetics: Change connexion to connection in code comments
- Originally committed as revision 23601 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:51 AM Revision 3c467bac (ffmpeg): Fix compilation on windows CE
- Originally committed as revision 23600 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:23 AM Revision afcea58c (ffmpeg): RTSP: Shrink SDP fmtp parsing buffer size
- Since the parsing of Vorbis/Theora fmtp headers is handled by the
parse_sdp_a_line function pointer now, the buffer i... - 08:12 AM Revision 41874d0a (ffmpeg): Reindent
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23598 to svn://svn.ffmpeg.org/ff... - 07:05 AM Revision 1f1916ce (ffmpeg): output-example: Set sample_fmt to SAMPLE_FMT_S16.
- Originally committed as revision 23597 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/13/2010
- 09:32 AM Revision 30d93310 (ffmpeg): Document what av_get_token() returns in case of allocation failure.
- Originally committed as revision 23596 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 AM Revision 053a79b2 (ffmpeg): Resort @param in av_get_token() doxy to reflect the same order they
- have in the function.
Originally committed as revision 23595 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:27 AM Revision 5ba949fe (ffmpeg): Add missing check to av_get_token().
- Originally committed as revision 23594 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:06 AM Revision 29708427 (ffmpeg): Fix av_compare_mod() doxy.
- Originally committed as revision 23593 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 AM Revision 276b45af (ffmpeg): Add APIchanges entry and bump minor after av_compare_mod() addition.
- Originally committed as revision 23592 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/11/2010
- 05:16 PM Revision bddd1d93 (ffmpeg): matroskadec: fix type of the length field in ebml_read_master()
- Also use the correct value for unknown size (instead of a truncated
and sign extended value).
Originally committed a... - 04:45 PM Revision 73917810 (ffmpeg): matroskadec: cosmetic: indentation
- Originally committed as revision 23590 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:43 PM Revision 8dbe48fc (ffmpeg): matroskadec: add support for live broadcast containing unknown size c...
- This interrupt parsing and goes one ebml level up when encountering
a cluster start inside an unknown sized element w... - 04:36 PM Revision 80702035 (ffmpeg): matroskadec: simplify parsing of the first cluster
- Now that we save the currently parsed ebml element ID after an interruption,
we don't need to special case the parsin... - 04:34 PM Revision c3ade62c (ffmpeg): matroskadec: store the ID of the currently parsed ebml element
- This allows to interrupt parsing after reading an ID, and then properly
recover parsing.
Originally committed as rev... - 04:27 PM Revision 6c58adf3 (ffmpeg): matroskadec: cosmetic: split a line to make it more readable
- This also simplifies further modifications.
Originally committed as revision 23586 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:43 PM Revision b046c027 (ffmpeg): Remove filename from doxy comment
- Originally committed as revision 23585 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:42 PM Revision dbe88f40 (ffmpeg): Remove useless include. Should fix compilation in MacOS X.
- Originally committed as revision 23584 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:44 PM Revision 3a1350e8 (ffmpeg): Generalize ID3v2 functions to support ID3v2-like ID headers with a
- different magic in the header (mainly targeted to Sony's .oma/.aa3
format).
Patch by Michael Karcher, ffmpeg A mkarc... - 01:28 PM Revision 1c169711 (ffmpeg): Fix raw vc1 decoding - this is supposed to break FATE.
- Patch by Michael.
Originally committed as revision 23582 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:49 AM Revision 07ff7825 (ffmpeg): Move indeo5-specific quant table selection to decode_gop_hdr.
- Originally committed as revision 23581 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:42 AM Revision 36a9b369 (ffmpeg): Include float.h to provide FLT_MAX define. Should fix compilation on ...
- Originally committed as revision 23580 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:01 AM Revision d31ba231 (ffmpeg): RealAudio 14.4k encoder.
- Patch by Francesco Lavra (firstnamelastname@interfree.it)
Originally committed as revision 23579 to svn://svn.ffmpeg... - 08:58 AM Revision b6c265ec (ffmpeg): Improve rule for possibly never read variables.
- Originally committed as revision 23578 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 AM Revision c404e783 (ffmpeg): Move transform declarations out of IVIBandDesc so indeo4 can use them...
- Originally committed as revision 23577 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:05 AM Revision 756e3467 (ffmpeg): Split do_output_subblock() into common code and decoder specific parts
- Patch by Francesco Lavra (firstnamelastname@interfree.it)
Originally committed as revision 23576 to svn://svn.ffmpeg... - 08:04 AM Revision 5ec29bee (ffmpeg): Cosmetics: indent
- Patch by Francesco Lavra (firstnamelastname@interfree.it)
Originally committed as revision 23575 to svn://svn.ffmpeg... - 08:03 AM Revision 6ea6c8eb (ffmpeg): Add ff_ prefix to non-static functions
- Patch by Francesco Lavra (firstnamelastname@interfree.it)
Originally committed as revision 23574 to svn://svn.ffmpeg... - 08:01 AM Revision 0acaf8b0 (ffmpeg): Split ra144.c in common code (to be shared with the future encoder) and
- decoder.
Patch by Francesco Lavra (firstnamelastname@interfree.it)
Originally committed as revision 23573 to svn://... - 08:01 AM Revision ede13f55 (ffmpeg): Use a bitstream filter for converting the extradata syntax when gener...
- This allows to generate correct SDPs for H.264 video in "MP4 syntax".
Originally committed as revision 23572 to svn:...
06/10/2010
- 07:50 PM Revision e91376d1 (ffmpeg): 10l: audio_buf is already a uint8_t* so no need to cast it
- Originally committed as revision 23571 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 PM Revision 79c85beb (ffmpeg): Allocate enough memory for audio_buf to fit a full output frame.
- Also, use audio_buf when encoding the final frame.
Fixes Issue 1921.
Originally committed as revision 23570 to svn:/... - 05:31 PM Revision 79d46cbe (ffmpeg): Quant changes only once per MB so move the corresponding scale factor...
- out of the block decoding loop. Indeo4 doesn't use any scale table but the quant
level itself as scale. Therefore acc... - 05:23 PM Revision c1b85795 (ffmpeg): Remove broken BeOS audio interface.
- Originally committed as revision 23568 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:20 PM Revision 108caaaa (ffmpeg): Haiku: Disable beosaudio for now, it's broken. We need -lnetwork.
- Originally committed as revision 23567 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:59 PM Revision 4dbcfa6f (ffmpeg): Set bits_per_raw_sample in the pcm decoder.
- Originally committed as revision 23566 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:58 PM Revision 63ae7e7c (ffmpeg): Apparently nowadays things should be installed in /boot/common on Haiku.
- Originally committed as revision 23565 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:56 PM Revision d3c9697c (ffmpeg): Remove unneeded -nostart SHFLAG for Haiku.
- Originally committed as revision 23564 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:52 PM Revision 411e859b (ffmpeg): Remove unused parameter.
- Originally committed as revision 23563 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:51 PM Revision a1629e28 (ffmpeg): Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.
- BeOS support has been broken for many years and the "maintainer" of the port
has not reacted to countless requests to... - 08:39 AM Revision c1bdc930 (ffmpeg): avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its va...
- rawdec.c: Only perform bits_per_coded_sample -> pix_fmt guesswork if pix_fmt hasn't been set
Originally committed as... - 06:00 AM Revision bb5cfc48 (ffmpeg): Cosmetics: alignment and long line break.
- Originally committed as revision 23559 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:00 AM Revision 1f7d2f54 (ffmpeg): Cosmetics: use and place braces correctly in if ... else statements.
- Originally committed as revision 23558 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:59 AM Revision 639c697c (ffmpeg): Sanitize av_realloc() use in h264 mp4toannexb bistream filter.
- Originally committed as revision 23557 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/09/2010
- 09:28 PM Revision 25e25617 (ffmpeg): Make all the numeric options accept in input an expression which is
- evaluated through av_strtod().
Fix roundup issue #551.
Originally committed as revision 23556 to svn://svn.ffmpeg.o... - 06:30 PM Revision db16e3ca (ffmpeg): log.c: Use parameter passed to macro instead of the equivalent local ...
- in the only function that uses the macro.
Originally committed as revision 23555 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:13 PM Revision 4855f867 (ffmpeg): Add win32 console color output.
- Based on patches by James Darnley <james dot darnley at gmail dot com>.
Originally committed as revision 23554 to sv... - 06:10 PM Revision 6e34a558 (ffmpeg): Move ansi color array to outside of av_log_default_callback(). Do not...
- ansi color code to colored_fputs(), and pass instead the error level so the
proper color code may be used.
Originall... - 06:07 PM Revision a1c027e9 (ffmpeg): Rename use_ansi_color to use_color so it is not ANSI-specific.
- Originally committed as revision 23552 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:27 PM Revision 65db0587 (ffmpeg): Add av_compare_mod()
- Originally committed as revision 23551 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:19 AM Revision 130b096a (ffmpeg): Make sure the http protocol handler returns errors if a delayed open ...
- Originally committed as revision 23548 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:59 AM Revision 461628c6 (ffmpeg): Fix printf format warnings
- patch by Eli Friedman <eli dot friedman at gmail dot com>
Originally committed as revision 23547 to svn://svn.ffmpeg... - 08:29 AM Revision bdb57a91 (ffmpeg): Initialize the http connection in http_seek, too
- This makes url_fsize return correct values for delay opened connections
that have not yet been initialized.
This fixe... - 06:47 AM Revision d5cc1ed7 (ffmpeg): Improve the mp4toannexb BSF to convert the extradata.
- Originally committed as revision 23545 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/08/2010
- 11:03 PM Revision 4db96065 (ffmpeg): Make texi2pod.pl process @include texinfo directives wherever they are
- placed, and not only if inside @c man begin/end sections.
Originally committed as revision 23544 to svn://svn.ffmpeg... - 11:03 PM Revision 22cb270c (ffmpeg): Tweak texi2pod.pl to make it print the various sections in the
- generated document following the same order as that used in the texi
file.
Also allow rendering of *all* the section... - 11:03 PM Revision 299b8be2 (ffmpeg): Remove a rule triggered by @man begin WORD WORDS. This rule only
- outputs the section if WORDS has been defined in the list of options
flags.
The meaning of this rule is not clear, a... - 10:32 PM Revision a66d8cd9 (ffmpeg): Rename the ff* tools @chapters "Invocation" to "Synopsis", and place
- them at the beginning of the file, for consistency with the final
ordering of the corresponding man pages.
Also crea... - 09:15 PM Revision 6d636da6 (streamers): update makefile to grapes
- 07:31 PM Revision 120a083f (ffmpeg): Do not attempt to seek to index for streamed files and if the user ex...
- requested us not to read the index.
Originally committed as revision 23540 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:28 PM Revision c31f00ed (ffmpeg): Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead of
- libmatroska etc. typo) but continue to support the "old" value.
Originally committed as revision 23539 to svn://svn.... - 07:27 PM Revision b659c8b4 (ffmpeg): In case of stream copy, copy the extradata from the input codec conte...
- the output codec context (instead of just copying a pointer to the extradata).
Originally committed as revision 2353... - 07:25 PM Revision 8764389d (ffmpeg): Fix vp3_draw_horiz_band to calculate chroma offsets correctly
- for 4:2:2 and 4:4:4 formats.
Originally committed as revision 23537 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:40 PM Revision f5d33f52 (ffmpeg): Add RTSP tunneling over HTTP
- Patch by Josh Allmann, joshua dot allmann at gmail dot com
Originally committed as revision 23536 to svn://svn.ffmpe... - 12:26 PM Revision a26c3c21 (ffmpeg): Make the RTSP muxer use rtsp_hd_out, for consistency
- Originally committed as revision 23535 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:58 AM Revision e4f28e08 (ffmpeg): Reindent
- Originally committed as revision 23534 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:55 AM Revision 971c3c98 (ffmpeg): Add Pictor/PC Paint to image2 muxer/demuxer
- Originally committed as revision 23533 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:55 AM Revision a526d619 (ffmpeg): Pictor/PC Paint decoder
- Originally committed as revision 23532 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:48 AM Revision f2b9b19f (ffmpeg): Add support for disabling chunked transfer encoding for the http prot...
- Patch by Josh Allmann, josh dot allmann at gmail
Originally committed as revision 23531 to svn://svn.ffmpeg.org/ffmp... - 11:42 AM Revision b995a6a8 (ffmpeg): Add ff_ega_palette
- Originally committed as revision 23530 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:18 AM Revision 701ea516 (ffmpeg): Fix handling of errors in the http protocol
- If http_connect fails, we've already stored the new connection handle in s->hd,
so clear it so http_close won't doubl... - 11:06 AM Revision 4ceb8b34 (ffmpeg): Fix bugs in the http custom header handling
- Initialize the buffer av_strlcatf writes into.
Add the dash at the end of the Range header.
10l to me for not spotti... - 10:44 AM Revision 5150dd53 (ffmpeg): matroska: move LFG state from muxer context to local variable
- The LFG is only used in one place, so there is no need to keep it in
the context.
Originally committed as revision 2... - 10:26 AM Revision 6964d510 (ffmpeg): Add the capability to write custom HTTP headers
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23526 to svn://svn.ffmpeg.org/ff... - 10:04 AM Revision 0f3254b8 (ffmpeg): Modify the behaviour of http_open to implicitly delay connection esta...
- The connection is made on the first http_read, http_write or http_seek.
Patch by Josh Allmann, joshua dot allmann at... - 09:55 AM Revision 8190f62f (ffmpeg): Support presets in ffserver.conf
- Originally committed as revision 23524 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:20 AM Revision 0933f558 (ffmpeg): Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert ...
- Originally committed as revision 23523 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:01 AM Revision 00ce2cbe (ffmpeg): libvpx: Set the libvpx frame dropping threshold to frame_skip_threshold
- The default for frame_skip_threshold is 0, which thus disables the libvpx
frame dropping.
Originally committed as re... - 08:47 AM Revision 07777c2d (ffmpeg): libvpx: Don't use the VPX_KF_FIXED mode
- This mode emits no keyframes at all, despite its name.
Patch by James Zern, jzern at google dot com
Originally comm... - 07:28 AM Revision 46de5041 (streamers): add comments in the streamer file
- 07:28 AM Revision 8e85b948 (streamers): fix warning
- 07:27 AM Revision abef9fcd (streamers): Revert Makefile GRAPES -> GRAPES/som
- 02:02 AM Revision bc330b5f (ffmpeg): Cosmetics: Fold constants and re-indent after last commit.
- Originally committed as revision 23520 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:57 AM Revision 712209d5 (ffmpeg): Base downsampled SBR synthesis filterbank on a single IMDCT.
- Based on Han-Wen Hsu, et al. "Fast Complex Quadrature Mirror Filterbanks for
MPEG-4 HE-AAC"
Originally committed as ... - 12:15 AM Revision 9b98479e (ffmpeg): Declare myself (Maxim Poliakovski) maintainer for the OMA Demuxer.
- Originally committed as revision 23518 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/07/2010
- 10:55 PM Revision 388c7955 (ffmpeg): 10l: Fix types and now unused variables after last commit.
- Originally committed as revision 23517 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:52 PM Revision 932963b8 (ffmpeg): Rewrite the SBR decoder QMF analysis filter on top of the IMDCT inste...
- This is based on a procedure to implement the filterbank on the DCT-IV described in
Hsu, H.W. et al. "A Complex Quadr... - 09:34 PM Revision 082a0a33 (ffmpeg): Use new macro AV_BASE64_SIZE.
- Patch by James Zern, jzern google com
Originally committed as revision 23515 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:43 AM Revision 525ac37f (ffmpeg): Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function...
- for being moved to the shared DCT framework in the future.
Originally committed as revision 23514 to svn://svn.ffmpe... - 11:27 AM Revision 77d3f1f7 (ffmpeg): Added M701 codec_tag for mpeg2video
- Originally committed as revision 23513 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/06/2010
- 07:48 PM Revision 8850c69d (ffmpeg): 10l, there is no aac.c any more, so no need for a dependency.
- Originally committed as revision 23512 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 PM Revision 3a9bc39e (ffmpeg): librtmp may link to different ssl implementations
- Make sure we link using the right libs by using pkg-config
Originally committed as revision 23511 to svn://svn.ffmpe... - 06:50 PM Revision e59cfd78 (ffmpeg): Do not exclude anymore the pixel formats rgb444, bgr444, rgb4_byte,
- and bgr4_byte from the lavfi-pix_fmts test.
The formats are now supported by NUT.
Originally committed as revision ... - 06:48 PM Revision c32b7017 (ffmpeg): Do not read the RM index when input is streamed (since it requires se...
- forward and then back again) or AVFMT_FLAG_IGNIDX is set.
Originally committed as revision 23509 to svn://svn.ffmpeg... - 06:29 PM Revision d588e3f5 (ffmpeg): Add support to B4BY and R4BY NUT codec tags added in NUT r672.
- Originally committed as revision 23508 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:29 PM Revision 2839c56e (ffmpeg): Fix width computation for nv12/nv21 in ff_get_plane_bytewidth().
- Originally committed as revision 23507 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:50 PM Revision 48ede394 (ffmpeg): regtest: add seektest reference files for rgb/yuv in avi
- Originally committed as revision 23506 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:27 PM Revision 44d4616e (ffmpeg): aacdec also depends on cbrt_tables.h for hardcoded-tables.
- Originally committed as revision 23505 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:43 AM Revision 63455b8c (ffmpeg): bgr/rgb444 for nut
- Originally committed as revision 23504 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 AM Revision de51f22d (ffmpeg): fix rgb444 support in avi.
- Originally committed as revision 23503 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 AM Revision 48b5a2fa (ffmpeg): Support AVFMT_FLAG_IGNIDX in gxf demuxer.
- Originally committed as revision 23502 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:05 AM Revision 59b847d3 (ffmpeg): Add simple rgb/yuv in avi regression test.
- Originally committed as revision 23501 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/05/2010
- 11:13 PM Revision 7686ab07 (ffmpeg): Fix muxing rgb rawvideo in avi regression.
- Originally committed as revision 23500 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:58 PM Revision 538c0e13 (ffmpeg): Improve grammar and readability
- Patch by Rodney Baker, rodney dot baker at iinet dot net dot au
Originally committed as revision 23499 to svn://svn.... - 07:49 PM Revision fc490fcf (ffmpeg): Cosmetics: Reindent/align/wrap
- Originally committed as revision 23498 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:45 PM Revision d0382374 (ffmpeg): RTSP: Propagate errors up from ff_rtsp_send_cmd*
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23497 to svn://svn.ffmpeg.org/ff... - 07:43 PM Revision c453d1bb (ffmpeg): Remove unused local variables
- Originally committed as revision 23496 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 PM Revision 614842a9 (ffmpeg): Cleanup apply_window_and_mdct().
- Originally committed as revision 23495 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 PM Revision b8c2c41d (ffmpeg): RTSP: Add a second URLContext for outgoing messages
- Done in preparation for RTSP over HTTP.
Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as r... - 05:00 PM Revision 19da45f2 (ffmpeg): Make texi2pod.pl look for section "AUTHORS" rather than "AUTHOR", as
- the corresponding sections in the man page have been renamed that way.
Originally committed as revision 23493 to svn... - 04:21 PM Revision aeadb328 (ffmpeg): Replace "Fabrice Bellard" with "The FFmpeg developers" as the authors
- of the ff* tools man pages.
Originally committed as revision 23492 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:36 PM Revision c909d482 (ffmpeg): Whitespace cosmetics
- Originally committed as revision 23491 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:31 PM Revision 8e5998f0 (ffmpeg): aac: Move an initialization macro used only by the decoder out of the...
- Originally committed as revision 23490 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:27 PM Revision 77b8320a (ffmpeg): Rename aac.c to aacdec.c.
- Originally committed as revision 23489 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:22 PM Revision dd8871a6 (ffmpeg): aacdec: Rename avccontext to avctx.
- Originally committed as revision 23488 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:06 PM Revision 4cd5100c (ffmpeg): Add APIchanges entry after eval API publication.
- Originally committed as revision 23486 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:01 PM Revision 0b99215c (ffmpeg): Move eval.c and eval.h from libavcodec to libavutil, and make the eval
- API public.
Originally committed as revision 23485 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:28 AM Revision 6532c6f9 (ffmpeg): Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE()
- addition.
Originally committed as revision 23484 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:01 AM Revision 788c82e3 (ffmpeg): libvpx now has an (L)GPL-compatible license.
- Originally committed as revision 23482 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/04/2010
- 11:33 PM Revision 3511242d (ffmpeg): More mov rawvideo fourcc supported by the rawvideo decoder
- Originally committed as revision 23481 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 PM Revision 414ba8e3 (ffmpeg): More mov rawvideo fourcc
- Originally committed as revision 23480 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:30 PM Revision a7cc89e2 (ffmpeg): fix raw 555 pixel format, add abgr fourcc
- Originally committed as revision 23479 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 PM Revision e7ddafd5 (ffmpeg): matroskaenc: Don't write a second seekhead for the clusters; mkvalida...
- with me that it's unnecessary.
Originally committed as revision 23478 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:41 PM Revision d06735a3 (ffmpeg): matroskaenc: Check that tracks was allocated
- Originally committed as revision 23477 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 PM Revision 1f4280e7 (ffmpeg): matroskaenc: Use av_get_random_seed -> lfg for segment UID
- Originally committed as revision 23476 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:40 PM Revision 4a6bef1f (ffmpeg): matroskaenc: Make put_ebml_binary take a void pointer
- Originally committed as revision 23475 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:40 PM Revision 316d6c15 (ffmpeg): Add WebM muxer
- Patch by James Zern <jzern at google>
Originally committed as revision 23474 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:40 PM Revision ac9baa71 (ffmpeg): matroskaenc: Mux clusters better
- Start them on keyframes when reasonable, and delay writing audio packets
to help ensure that there's audio samples av... - 10:40 PM Revision 3ad0b189 (ffmpeg): Add myself as libvorbis.c maintainer
- Originally committed as revision 23472 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:40 PM Revision 57ebbccf (ffmpeg): libvorbis: Disable strict bitrate management when not requested
- This is 3 times faster in a quick benchmark
Originally committed as revision 23471 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:40 PM Revision ed638b5c (ffmpeg): libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor of
- OV_ECTL_RATEMANAGE2_SET
Originally committed as revision 23470 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:40 PM Revision e5a5ea9e (ffmpeg): libvorbis: Hook up min/max bitrate
- Originally committed as revision 23469 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:52 PM Revision 160c896c (ffmpeg): metadata: mention how to remove tags.
- Patch by Anton Khirnov, wyskas at gmail
Originally committed as revision 23468 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:33 AM Revision acf85d7b (ffmpeg): reindent after previous commit.
- Patch by Anton Khirnov, wyskas at gmail
Originally committed as revision 23467 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:32 AM Revision 795c6a6b (ffmpeg): metadata: make conversion to the same format a noop.
- Patch by Anton Khirnov, wyskas at gmail
Originally committed as revision 23466 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:42 AM Revision 35d8ecc5 (ffmpeg): rtspenc: Write the interleaving header in the same buffer as the pack...
- Originally committed as revision 23465 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:35 AM Revision dd798dcd (ffmpeg): http: Set http_code to 200 when doing a POST
- This avoids reading and comparing uninitialized memory.
Originally committed as revision 23464 to svn://svn.ffmpeg.o... - 04:46 AM Revision 413abbe1 (ffmpeg): Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora
- Originally committed as revision 23463 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:15 AM Revision 784824a6 (ffmpeg): Use AV_BASE64_SIZE() macro
- Originally committed as revision 23462 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:15 AM Revision 31878fcf (ffmpeg): Add AV_BASE64_SIZE() macro
- Originally committed as revision 23461 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/03/2010
- 11:53 PM Revision 27b0d365 (ffmpeg): Raise default vorbis encoding quality.
- Patch by Frank Barchard, fbarchard google com
Originally committed as revision 23460 to svn://svn.ffmpeg.org/ffmpeg/... - 10:20 PM Revision bb756b2f (ffmpeg): Fix typo.
- Originally committed as revision 23459 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:17 PM Revision 8456d947 (ffmpeg): Exclude from the lavfi_pix_fmts regression test the output pixel
- formats which are not currently supported by NUT and which cannot be
played by ffplay.
Originally committed as revis... - 09:59 PM Revision 28f5ea78 (ffmpeg): Clarify that get/release_buffer() overriding only works with CODEC_CA...
- Originally committed as revision 23457 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:53 PM Revision 3bc4e21b (ffmpeg): Document the frames returned by the decoder better.
- Originally committed as revision 23456 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 PM Revision 4fff6084 (ffmpeg): Rename ffplay-doc.texi @chapter "Introduction" to "Description", for
- consistency with the corresponding man section.
Originally committed as revision 23454 to svn://svn.ffmpeg.org/ffmpe... - 09:23 PM Revision 016ea628 (ffmpeg): Rename ffprobe-doc.texi @chapter "Introduction" to "Description", for
- consistency with the corresponding man section.
Originally committed as revision 23453 to svn://svn.ffmpeg.org/ffmpe... - 09:23 PM Revision 103578f2 (ffmpeg): Rename ffserver-doc.texi @chapter "Introduction" to "Description", for
- consistency with the corresponding man section.
Originally committed as revision 23452 to svn://svn.ffmpeg.org/ffmpe... - 09:08 PM Revision 98aea87b (ffmpeg): Deprecate PIX_FMT_YUVJ*
- Originally committed as revision 23451 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:58 PM Revision f475f35f (ffmpeg): ffserver: Calculate cur_pts using first_pts as origin instead of ist-...
- This fixes cases where ist->start_time wasn't initialized. This also makes
cur_pts calculated against the same origin... - 08:47 PM Revision ee0e9146 (ffmpeg): VP8 encoding via libvpx.
- Patch by James Zern, Google, Inc.
Originally committed as revision 23449 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:41 PM Revision f1dfaa7a (ffmpeg): win32: Use _fstati64() instead of plain old fstat() on Windows to sup...
- sizes greater than 4gb.
Patch by kemuri <kemuri9 at gmail dot com>
Originally committed as revision 23448 to svn://... - 08:31 PM Revision 3c80491d (ffmpeg): httpauth: Fix the length passed to av_strlcat
- Since the buffer always was large enough, this bug didn't have any
effect in practice.
Originally committed as revis... - 08:11 PM Revision 76561924 (ffmpeg): Move section EXAMPLES towards the end of the ffmpeg-doc.texi file.
- This is consistent with the the rendered ordering of the ffmpeg man
page.
Originally committed as revision 23445 to ... - 07:16 PM Revision b26247ed (ffmpeg): Make consistent the various SEE ALSO sections in the FFmpeg man pages.
- Also replace "the HTML documentation of @file{ffmpeg}" with "the FFmpeg
HTML documentation", which is more generic.
... - 07:07 PM Revision cadbccb6 (ffmpeg): Put @ignore-d man page specific trailer at the end of the file.
- This makes the ordering of the sections in the file more consistent
with that of the final man output.
Originally co... - 06:53 PM Revision 94f49823 (ffmpeg): Fix misc typos.
- Originally committed as revision 23442 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:40 PM Revision 83a36b2e (ffmpeg): Change type of {audio,video,subtitle}_codec_tag variables from int to
- unsigned int, as the corresponding variable set in
AVCodecContext.codec_tag is unsigned int.
Originally committed as... - 04:51 PM Revision 48790d8b (ffmpeg): Remove stray and possibly wrong line, rtpdec.c sets that already
- Originally committed as revision 23440 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:17 AM Revision 7caee063 (ffmpeg): aacdec: Work around illegal files with all elem_id tags set to the sa...
- Fixes issue 1882.
Originally committed as revision 23439 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/02/2010
- 10:41 PM Revision c0f8ee0f (ffmpeg): ARM: struct offsets for Apple ABI
- Originally committed as revision 23438 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:07 PM Revision 30d87675 (ffmpeg): ARM: remove some unnecessary ifdefs, fix implicit declaration warnings
- Originally committed as revision 23437 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 PM Revision 68dacb4e (ffmpeg): ARM: check struct offsets only when they are used
- The offsets differ depending on configuration, so only check them when
they will actually be used. Presently, this i... - 10:00 PM Revision 48a783f3 (ffmpeg): Remove weird empty line and perform vertical align.
- Originally committed as revision 23435 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:57 PM Revision fa586439 (ffmpeg): Make write_streamheader() log a message if there is no codec tag
- defined.
Originally committed as revision 23434 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:57 PM Revision ffd5f098 (ffmpeg): Make write_streamheader() return a meaningful error code if no codec
- tag is defined, rather than return -1.
Originally committed as revision 23433 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:57 PM Revision fc0c4124 (ffmpeg): Make write_header() and write_headers() return an error code in case of
- error.
Originally committed as revision 23432 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:57 PM Revision da9e6c42 (ffmpeg): Make write_streamheader() and write_headers() accept an
- AVFormatContext * in input rather than a NUTContext *, which allows to
log messages with av_log().
Originally commit... - 08:05 PM Revision 652d9d24 (ffmpeg): Properly initialize x264_picture_t in libx264.
- Bump libx264 version requirement accordingly.
Originally committed as revision 23430 to svn://svn.ffmpeg.org/ffmpeg/... - 06:56 PM Revision d04c13f7 (ffmpeg): Remove useless variables in get_common_elements().
- Originally committed as revision 23429 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:55 PM Revision 42719e20 (ffmpeg): Use .p2align in ASMALIGN() macro
- The test for .align syntax was apparently unreliable with some compilers.
Using the .p2align directive instead avoids... - 06:49 PM Revision a76eec3b (ffmpeg): ARM: fail build if hardcoded struct offsets are wrong
- Originally committed as revision 23427 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:09 PM Revision 83b70761 (ffmpeg): Avoid division by zero that caused noise, typically at the beginning or
- end of a file.
Patch by Frank Barchard, fbarchard google
Originally committed as revision 23426 to svn://svn.ffmpeg... - 03:22 PM Revision 5dc051f4 (ffmpeg): bink: correctly align local arrays
- Originally committed as revision 23425 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:59 AM Revision 2a00992f (ffmpeg): Add APIchanges entry for av_get_codec_tag_string().
- Originally committed as revision 23424 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 AM Revision b603ab8d (ffmpeg): Make the error message issued in case of invalid codec tag more
- informative.
Originally committed as revision 23423 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:54 AM Revision ab0b5378 (ffmpeg): Make avcodec_string() use av_get_codec_tag_string().
- Originally committed as revision 23422 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 AM Revision 7e566bbe (ffmpeg): Implement av_get_codec_tag_string() and use it in ffprobe.
- Originally committed as revision 23421 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:09 AM Revision 3b963552 (ffmpeg): ffserver: Allow floating point audio bit rates
- This allows setting bit rates that aren't an exact multiple of 1000.
Originally committed as revision 23419 to svn:/...
06/01/2010
- 08:59 PM Revision 6a7d7b88 (ffmpeg): arm neon: Add missing mangle to external symbol
- Originally committed as revision 23418 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:26 PM Revision edd43c95 (ffmpeg): Do not check_lib for -lva if vaapi is disabled, having -lva in extralibs
- if vaapi is disabled is at best pointless.
Originally committed as revision 23417 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:05 PM Revision 7f464a0a (ffmpeg): Add an entry to APIchanges for the addition of sws_convertPalette8ToP...
- Originally committed as revision 23415 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:00 PM Revision 03a3fcee (ffmpeg): Change default number of channels (used if unspecified in the format ...
- from 2 to 1, which is the actual value used in the spec. Fixes issue1978.
Path by John Wimer <john at god dot vtic d... - 07:49 PM Revision b742a12e (ffmpeg): Print an error when MAX_STREAMS is reached.
- Originally committed as revision 23413 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 PM Revision 2b991422 (ffmpeg): deprecate palette8topacked32 in favor of public API functions sws_con...
- additionallym deprecate palette8torgb16 and its bgr variant without
replacement. These functions are not meant to be ... - 05:21 PM Revision 73404a44 (ffmpeg): ARM: NEON clear_block[s]
- Originally committed as revision 23412 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:36 PM Revision 522d3930 (ffmpeg): Move get_buffer() calls from decode_init() to decode_frame(). Anythin...
- unsupported and causes crashes when libavfilter is enabled.
Patch by Sebastian Vater <cdgs basty googlemail com>.
O... - 02:08 PM Revision 54b11f17 (ffmpeg): Rename @chapter "Quick Start" to "Examples", for consistency with the
- corresponding man page section.
Originally committed as revision 23410 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:00 PM Revision 9f41ed5a (ffmpeg): Fix texi2pod.pl rendering of the Tips section by putting each @item
- command on its own line, and create a corresponding "TIPS" man page
section.
Note that such section is not displayed... - 02:00 PM Revision acbdbf81 (ffmpeg): Make texi2pod.pl accept @itemize commands with no following character
- or texinfo command for specifying how to generate @item marks, and
make it use by default the mark symbol "*".
This ... - 01:09 PM Revision 12f8341a (ffmpeg): Merge @chapter Introduction and @chapter Description into a single
- section, and make the whole rendered in the man output.
Simplify layout, and make it more consistent with that of th... - 11:30 AM Revision 0093ac5b (ffmpeg): Move internal scale context fields initialization from
- sws_setColorspaceDetails() to ff_yuv2rgb_c_init_tables().
Allow to factorize duplicated code.
Originally committed ... - 08:07 AM Revision 79513857 (ffmpeg): Fix eval-test compilation.
- Originally committed as revision 23406 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:07 AM Revision b851dd9e (ffmpeg): Cosmetics: reindent and break some overly long line.
- Originally committed as revision 23405 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:07 AM Revision 0cd28d94 (ffmpeg): Cosmetics: consistently apply K&R style.
- Make me and Diego happy.
Originally committed as revision 23404 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:07 AM Revision 9711439b (ffmpeg): Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parame...
- const_name -> const_names
const_value -> const_values
func[12]_name -> func[12]_names
func[12] -> funcs[12]... - 08:07 AM Revision 9ace13b4 (ffmpeg): Make ff_parse_expr() and ff_parse_and_eval_expr() return an int
- containing an error code.
Allow these functions to convey the reason of the failure to the
calling function, failure... - 07:46 AM Revision 27241cbf (ffmpeg): Declare the url_write buffer parameter as const
- Originally committed as revision 23401 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:53 AM Revision 3d9408f4 (ffmpeg): remove palette8torgb15 and palette8tobgr15
- They contain exactly the same code as their 16bit variants, so this is
effectively code de-duplication.
Originally c...
Also available in: Atom