Activity
From 06/13/2010 to 07/12/2010
07/12/2010
- 09:36 PM Revision 1ac6da39 (ffmpeg): aacdec: Eliminate the use of doubles in the MAIN predictor.
- Originally committed as revision 24226 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:36 PM Revision 531cfe6e (ffmpeg): aacdec: Eliminate the use of doubles in decode_cce().
- Originally committed as revision 24225 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 PM Revision 93c6ff6c (ffmpeg): aacdec: Use a LUT to generate CCE scale.
- Originally committed as revision 24224 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 PM Revision f07c9895 (ffmpeg): Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore.
- Patch by James Zern, jzern google
Originally committed as revision 24223 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:17 PM Revision 8e3275c1 (ffmpeg): configure: match regtest ref files more strictly
- Only names consisting of letters, numbers, hyphens, and underscores
are allowed.
Originally committed as revision 24... - 09:02 PM Revision 0dc5ca2e (ffmpeg): Add TrueSpeech regtest
- Originally committed as revision 24221 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:24 PM Revision 5ee08c85 (ffmpeg): fate: add vp8 bilinear tests
- Mike added these some time ago, and I forgot to update here.
Originally committed as revision 24220 to svn://svn.ffm... - 07:54 PM Revision b3108447 (ffmpeg): avfft: make init functions return NULL on failure as intended
- Originally committed as revision 24219 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:36 PM Revision 862be470 (ffmpeg): Use correct length modifier for size comparison in printf expression,...
- libavcodec/wmavoice.c:1906: warning: format `%lu' expects type `long unsigned int', but argument 5 has type `unsigned...
- 06:52 PM Revision 3cac899a (ffmpeg): Split the ADTS header decoder off of the ADTS parser.
- The AAC decoder and ADTS-to-ASC BSF both require the header decoder
but not full parsing capabilities.
Originally co... - 06:36 PM Revision 65415bb9 (ffmpeg): Do not generate LaTeX Doxygen documentation by default.
- Our general use case just requires HTML documentation, so skip the extra step.
Originally committed as revision 2421... - 06:35 PM Revision 655a29e7 (ffmpeg): Turn off the useless default chatter that doxygen prints to the console.
- Originally committed as revision 24215 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:24 PM Revision 7167bc94 (ffmpeg): aacdec: Remove the warning about non-meaningful window transitions.
- It created false positives on seeks and where the first frame is STOP or SHORT.
It failed to warn in illegal SHORT->L... - 01:39 PM Revision be6f7b5d (napa-baselibs): ALTOclient cleanup.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@1545 c54fac2e-1815-407e-9b96-08...
- 01:11 PM Revision 7d431bcc (napa-baselibs): Included bugfixes for issues raised by Andrzej.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@1544 c54fac2e-1815-407e-9b96-08...
- 12:41 PM Revision 913146ae (streamers): Allow separate static linking for libevent
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1543 c54fac2e-1815...
- 12:32 PM Revision f2401c21 (ffmpeg): Use math constant instead of hardcoded rounded value for sqrt(0.5).
- Patch by Christophe.Gisquet (gmail)
Originally committed as revision 24213 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:30 PM Revision d99e397d (grapes): Split some non-primitive chunkID set functions in a separate file
- 12:20 PM Revision bd164934 (grapes): Merge branch 'master' into chunkidset
- 10:17 AM Revision bf55cf19 (ffmpeg): Report when a method gets an error status code
- That makes easier understand what went wrong.
In debug mode the whole reply gets printed.
Originally committed as re... - 09:10 AM Revision b12b16c5 (ffmpeg): Fix side channels when XCh extension is present.
- Patch by Nick Brereton $name AT n$surname DOT net
Originally committed as revision 24210 to svn://svn.ffmpeg.org/ffm... - 09:00 AM Revision d0a18850 (ffmpeg): Move XCH parameters into context structure.
- Patch by Nick Brereton $name AT n$surname DOT net
Originally committed as revision 24209 to svn://svn.ffmpeg.org/ffm... - 08:35 AM Revision 453d28af (ffmpeg): Change the type of Y table to pointer to void in fill_table().
- This fixes warnings about wrong type being used, e.g.:
libswscale/yuv2rgb.c: In function ‘ff_yuv2rgb_c_init_tables’:
...
07/11/2010
- 11:58 PM Revision cdcae696 (chunker-player): UL streamer: separate variable for sleep time of video frames
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1542 c54fa...
- 10:53 PM Revision faa26db2 (ffmpeg): MMX/SSE VC1 loop filter
- Originally committed as revision 24208 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 PM Revision 7af8fbd3 (ffmpeg): Make ff_pw_4 128 bits
- Originally committed as revision 24207 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 PM Revision fca58a81 (ffmpeg): vc1: Fix ordering of loop filter for I/B frames
- All horizontal edges must be filtered before all vertical edges
Originally committed as revision 24206 to svn://svn.... - 10:52 PM Revision 3683b7e5 (ffmpeg): vc1: ff_draw_horiz_band needs a one row delay when the loop filter is...
- Originally committed as revision 24205 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:31 PM Revision e26011d0 (ffmpeg): mingw32: merge checks for mingw-w64 and mingw32-runtime >= 3.15 into one
- Originally committed as revision 24204 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:17 PM Revision ec1ee802 (ffmpeg): mingw32: properly check if vfw capture is supported by the system hea...
- Remove check for an specific w32api version, checking instead if vfw.h
supports vfw capture. The defines in w32api 3.... - 05:58 PM Revision 6f5ac9c1 (ffmpeg): APIchanges: fix a grammar mistake
- Originally committed as revision 24202 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:46 PM Revision 83a68cd6 (ffmpeg): Set libvpx encoding profile to libavcodec's profile.
- Patch by James Zern, jzern google
Originally committed as revision 24201 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:08 PM Revision c75b5711 (chunker-player): UL streamer: added flag to enable/disable AV compensation whe...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1541 c54fa...
- 04:57 PM Revision 37497979 (ffmpeg): Fill-in revision number for addition of lpc_type and lpc_passes.
- Originally committed as revision 24200 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:56 PM Revision 23940f14 (ffmpeg): Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.
- Add AVLPCType enum.
Deprecate AVCodecContext.use_lpc.
Originally committed as revision 24199 to svn://svn.ffmpeg.org... - 03:44 PM Revision 06e5449e (chunker-player): UL build process: added a specific Makefile for experimental ...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1540 c54fa...
- 03:43 PM Revision e27711c4 (chunker-player): UL build process: added download and static build of CURL and...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1539 c54fa...
- 03:41 PM Revision aba1367c (chunker-player): UL player: added PLAY/PAUSE button; added icons for buttons; ...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1538 c54fa...
- 03:38 PM Revision c70e6a41 (chunker-player): UL offerstreamer integration: free(gchunk) bugfix from Csaba ...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1537 c54fa...
- 02:56 PM Revision 31769dad (ffmpeg): Clarify the avoidance of usage of these AVStream fields.
- Originally committed as revision 24198 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision 23174578 (ffmpeg): Do not try to decode less than one frame of data in TrueSpeech decoder.
- This should solve issue 2085.
Originally committed as revision 24197 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:44 PM Revision 922189fe (ffmpeg): Use avfilter_copy_picref_props() along lavfi.
- Originally committed as revision 24196 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:13 PM Revision e9e40c87 (ffmpeg): NellyMoser regtest
- Originally committed as revision 24195 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:05 PM Revision d4d5b661 (ffmpeg): DTS Coherent Acoustics regtest
- Originally committed as revision 24194 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:44 PM Revision bb1e5977 (ffmpeg): Add Pictor/PC Paint PIC regtest
- Originally committed as revision 24193 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:56 AM Revision 0461367c (ffmpeg): Fix crop filter syntax shown for the -crop* options in the ffmpeg man
- page.
Patch by Stefan de Konink /$name/@/konink/de.
Originally committed as revision 24192 to svn://svn.ffmpeg.org/... - 11:54 AM Revision dc6cf61e (ffmpeg): Handle av_base64_decode return value
- garbled sdp would cause crash otherwise.
Originally committed as revision 24191 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:49 AM Revision 617d56ca (ffmpeg): Update lavu minor and add APIchanges entry after r24174 (add bswap.h
- and intreadwrite.h API public interface).
Originally committed as revision 24190 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:28 AM Revision 90d9d97d (ffmpeg): Fix ID3v1 tags in mp3 files
- Patch by James Darnley, james dot darnley at gmail
Originally committed as revision 24189 to svn://svn.ffmpeg.org/ff... - 07:53 AM Revision 8b834ac5 (ffmpeg): 100l, change avsubtitle_free to the actually tested and working version.
- Originally committed as revision 24188 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:48 AM Revision 849ff0c4 (ffmpeg): Set pix_fmt to the correct value for the format the PGS decoder actua...
- Originally committed as revision 24187 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:45 AM Revision 31740736 (ffmpeg): Remove useless casts and memset.
- Originally committed as revision 24186 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 AM Revision e1d7c883 (ffmpeg): Add avsubtitle_free function.
- Originally committed as revision 24185 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 AM Revision c426562c (ffmpeg): add some buffer checks
- Originally committed as revision 24184 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:40 AM Revision 42859ddb (ffmpeg): use avccontext->frame_size where appropriate
- Originally committed as revision 24183 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:06 AM Revision 53128bc3 (ffmpeg): Fix trivial punctuation error
- Originally committed as revision 24182 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:07 AM Revision e798dbdd (ffmpeg): Psygnosis YOP demuxer and decoder test
- Originally committed as revision 24181 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/10/2010
- 11:57 PM Revision 23442a5b (streamers): Changed to build both with cc and g++
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1535 c54fac2e-1815...
- 11:50 PM Revision e747ff1c (ffmpeg): Add Intel Music Coder regtest
- Originally committed as revision 24180 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:44 PM Revision 08a4230a (ml): Output rate control in ml
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@1533 c54fac2e-1815-407e-9b96...
- 11:44 PM Revision 4f047c4f (napa-baselibs): Output rate control in ml
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@1533 c54fac2e-1815-407e-9b96-08...
- 11:42 PM Revision b5bc7424 (ffmpeg): Check url_fseek results in gxf demuxer.
- Originally committed as revision 24179 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:41 PM Revision 369b4963 (ffmpeg): Add QDM2 test
- Originally committed as revision 24178 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:35 PM Revision 1f96d868 (ffmpeg): Document that and why subtitle decoders do not support direct-rendering.
- Originally committed as revision 24177 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:15 PM Revision 82739668 (ffmpeg): Add QCELP regtest
- Originally committed as revision 24176 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 PM Revision 1d9a8c34 (ffmpeg): Add MPEG2 field encoding fate2 regtest
- Originally committed as revision 24175 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 PM Revision b91d08f4 (ffmpeg): Install bswap.h and intreadwrite.h
- Originally committed as revision 24174 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 PM Revision 86816692 (ffmpeg): Make intreadwrite.h installation-safe
- Originally committed as revision 24173 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 PM Revision d268eee9 (ffmpeg): Set fast_unaligned in avconfig.h
- Originally committed as revision 24172 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 PM Revision 1fc81e73 (ffmpeg): Make bswap.h safe to install as public API
- Originally committed as revision 24171 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 6a01eab7 (ffmpeg): Add av_ prefix to bswap macros
- Originally committed as revision 31679 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:12 PM Revision 8fc0162a (ffmpeg): Add av_ prefix to bswap macros
- Originally committed as revision 24170 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:09 PM Revision e6b22522 (ffmpeg): bswap: change ME to NE in macro names
- Other parts of FFmpeg use NE (native endian) rather than ME (machine).
This makes it consistent.
Originally committe... - 06:46 PM Revision 6b7917ba (ffmpeg): Add RealAudio COOK fate2 test
- Originally committed as revision 24168 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 PM Revision 65c58b16 (ffmpeg): Add fate2 test for RA288
- Originally committed as revision 24167 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:38 PM Revision a046bebf (chunker-player): UL build script bugfix
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1528 c54fa...
- 06:19 PM Revision da41bd48 (chunker-player): removed executables (was a mistake...)
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1527 c54fa...
- 06:16 PM Revision 96721049 (chunker-player): UL moved chunker.conf file in proper directory
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1526 c54fa...
- 06:14 PM Revision ff3fddf2 (chunker-player): UL build script cleanup
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1525 c54fa...
- 06:13 PM Revision 4c879040 (chunker-player): UL chunker_streamed sleep timing now tracks the timestamps ca...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1524 c54fa...
- 06:11 PM Revision 88aed679 (chunker-player): switched UL to mpeg4 to do baseline tests
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1523 c54fa...
- 06:01 PM Revision 06970a4c (ffmpeg): fate: some AAC tests need FUZZ=2 on ARM
- Originally committed as revision 24166 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:11 PM Revision b734a678 (ffmpeg): mingw32: avisynth does not need w32api >= 3.13
- Originally committed as revision 24165 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:58 PM Revision 83b203dc (ffmpeg): fate: ensure file sizes match in oneoff tests
- Originally committed as revision 24164 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:51 PM Revision 6a59b984 (ffmpeg): AAC fate2 tests.
- Originally committed as revision 24163 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:25 PM Revision 95b98f82 (ffmpeg): faq: remove note that says avisynth "has just been added". it has bee...
- for almost 4 years.
Originally committed as revision 24162 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:36 PM Revision 42ff9d7a (ffmpeg): Make WMV3 decoder print more errors when decoding beta WMV9 files.
- As a side effect it will also decode a lot of P-frames from those.
Originally committed as revision 24161 to svn://s... - 02:26 PM Revision 42d1e7a2 (ffmpeg): fix VP5/6 neon dependencies
- Originally committed as revision 24160 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:14 AM Revision 771c86c1 (ffmpeg): Fix a leak in the AAC encoder
- Originally committed as revision 24159 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:55 AM Revision b576934d (ffmpeg): Add native GSM 06.10 audio decoder.
- Originally committed as revision 24158 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:34 AM Revision a6f8f11b (ffmpeg): Change qmax/qmin limits to 63 instead of 51.
- VP8 supports quantizers up to 63.
Originally committed as revision 24157 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:08 AM Revision 0a4307d6 (ffmpeg): configure: properly check for mingw-w64 through installed headers.
- mingw-w64 can also target 32-bit code.
Originally committed as revision 24156 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:40 AM Revision 7918375f (ffmpeg): intreadwrite: common.h is not needed, attributes.h is sufficient
- Originally committed as revision 24155 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision f4d80ecb (ffmpeg): lfg: add missing includes
- Originally committed as revision 24154 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision 47bfd50a (ffmpeg): pixdesc: add missing includes
- Originally committed as revision 24153 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/09/2010
- 11:55 PM Revision 150ef830 (ffmpeg): fate: fail with a sensible error message if reference file is missing
- Originally committed as revision 24152 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:37 PM Revision 34ae2d90 (ffmpeg): Remove dead target from .PHONY list
- Originally committed as revision 24151 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:36 PM Revision 7d610af6 (ffmpeg): fate: delete output files from successful tests
- Originally committed as revision 24150 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:26 PM Revision 3ec8d24a (ffmpeg): tiny_psnr: change error exit code from -1 to 1
- Originally committed as revision 24149 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:26 PM Revision cd3cb048 (ffmpeg): tiny_psnr: check fread() return values
- Originally committed as revision 24148 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:26 PM Revision 58d2b154 (ffmpeg): fate: exit with error immediately if test command fails
- Originally committed as revision 24147 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 PM Revision f6dddd33 (ffmpeg): tiny_psnr: use abs()
- Originally committed as revision 24146 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:48 PM Revision 8ed82699 (chunker-player): copied chunk.h from from SOM and some files from UL napa-libs...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1522 c54fa...
- 05:45 PM Revision 1538a3bd (chunker-player): restructured folders to facilitate compilation, and added Mak...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1521 c54fa...
- 05:36 PM Revision 20c4c8dd (chunker-player): new version of OfferStreamer Makefile to take HTTPIO=1 into a...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1520 c54fa...
- 05:34 PM Revision 1ac1a11a (chunker-player): simplified source code for case HTTPIO=1 of offerstreamer (UL...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1519 c54fa...
- 05:19 PM Revision 5f0278f5 (ffmpeg): SIPR tests for "make fate2"
- Originally committed as revision 24145 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:09 PM Revision 4b04c5ca (ffmpeg): Current Cygwin has mkstemp().
- Originally committed as revision 24144 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:06 PM Revision c43d77c1 (ffmpeg): tiny_psnr: skip wav headers on input files
- The byte count printed excludes the header, and offsets are applied
after the the headers are skipped.
Reference fil... - 04:05 PM Revision 080ce907 (ffmpeg): resample: replace VLA with malloc/free
- Originally committed as revision 24142 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:05 PM Revision a426016c (ffmpeg): resample: check memory allocations in av_resample_init()
- Originally committed as revision 24141 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:14 PM Revision 603e5c0b (ffmpeg): move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c
- patch by Micheal Chinen < mchinen gmail >
Originally committed as revision 24140 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:10 PM Revision f8280ff4 (ffmpeg): rename get_length to ff_get_v_length and put_v to ff_put_v
- patch by Michael Chinen < mchinen gmail >
Originally committed as revision 24139 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:53 AM Revision 9ebf4fb6 (ffmpeg): libxvid: add some const fixing a warning
- Originally committed as revision 24138 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 AM Revision a30b3360 (ffmpeg): Allow using libxvid RC without enabling encoding wrapper
- Originally committed as revision 24137 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 AM Revision 8576a795 (grapes): Update chunk_signaling.c to use int_coding.h
- 10:31 AM Revision 5a1a3a09 (grapes): Merge branch 'master' into fixes
- 10:09 AM Revision aee24c77 (grapes): Merge branch 'master' into documentation
- 10:03 AM Revision e7092f49 (grapes): Generate docs for the signalling HA stuff too
- 08:05 AM Revision 4a433441 (grapes): Merge commit 'origin/documentation'
- 12:40 AM Revision 7e264ca1 (ffmpeg): fate: add oneoff test for twinvq
- Originally committed as revision 24135 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision aab3ea5f (ffmpeg): fate: add oneoff comparison method
- This adds the 'oneoff' comparison method. It compares two s16le pcm
files with a max difference <= the fuzz factor t... - 12:40 AM Revision 3ade7d32 (ffmpeg): fate: pass additional variables to test script
- This passes the following additional variables to the test script:
- CMP method to use comparing output with refere... - 12:40 AM Revision cb0067ec (ffmpeg): tiny_psnr: print max absolute difference between files
- Regression test reference updates are due to the extra output
from tiny_psnr.
Patch by Vitor Sessak
Originally comm...
07/08/2010
- 10:57 PM Revision 9eb42c27 (ffmpeg): Add back previously removed non-existing function params in doxygen c...
- Originally committed as revision 24131 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 PM Revision 490dd26c (grapes): Free the cset only if it is != NULL
- 10:21 PM Revision 16400da6 (ffmpeg): Perform minor style fixes.
- Originally committed as revision 24130 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:13 PM Revision 52706b95 (ffmpeg): Update APIchanges after the recent avfilter.h and pixdesc.h changes.
- Originally committed as revision 24129 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:13 PM Revision 9699a96a (ffmpeg): Bump minor after read/write_line() to av_read/write_image_line()
- rename, done in r24101.
Originally committed as revision 24128 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:10 PM Revision f955d452 (ffmpeg): Change names of regtest output files to closer match the reference files
- Originally committed as revision 24127 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 PM Revision ee435580 (ffmpeg): Reindent after r24101.
- Originally committed as revision 24126 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision efdccce5 (ffmpeg): In mpegts muxer, print VBR instead of dummy 1 when displaying muxrate
- Originally committed as revision 24125 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 PM Revision 29b5c4a8 (streamers): forced libevent to be statically linked
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1518 c54fac2e-1815...
- 09:57 PM Revision b015be21 (ffmpeg): In mov muxer, write pixel aspect ratio tag in mov files.
- Based on a patch by Daniel Kristjansson, danielk at cuymedia dot net
Originally committed as revision 24124 to svn:/... - 08:15 PM Revision 40fe5019 (ffmpeg): configure: fix pcm test deps
- 10l to me for using non-standard shell syntax
Originally committed as revision 24123 to svn://svn.ffmpeg.org/ffmpeg/... - 06:46 PM Revision ad9eff3f (ffmpeg): Do not generate documentation for .d files; they do not contain sourc...
- Originally committed as revision 24122 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:44 PM Revision 9770a7ad (ffmpeg): Simplify regtest reference makefile dependencies
- Originally committed as revision 24121 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:44 PM Revision 57442411 (ffmpeg): Move regression test dependencies to configure
- This allows expressing complex dependencies more easily.
Originally committed as revision 24120 to svn://svn.ffmpeg.... - 06:44 PM Revision 31c0121d (ffmpeg): configure: add print_enabled() function
- The print_enabled() function prints all elements in a list which
are enabled.
Originally committed as revision 24119... - 06:44 PM Revision a9ef1aef (ffmpeg): regtest: put rgb and yuv reference files in correct place
- Originally committed as revision 24118 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 PM Revision 42cb3863 (ffmpeg): regtest: put rgb and yuv reference files in correct place
- SVN design flaw requires deleting dirs in separate step
Originally committed as revision 24117 to svn://svn.ffmpeg.o... - 06:13 PM Revision 6a522c49 (ffmpeg): Fix infinite loop with clock() returning (clock_t)-1.
- Originally committed as revision 24116 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:55 PM Revision 65e3f89f (ffmpeg): Improve variable names in imlt_window_float() and mlt_compensate_outp...
- Originally committed as revision 24115 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:49 PM Revision b65c1ccf (ffmpeg): Change i to unsigned in get_generic_seed().
- This is clearer than comparing against an unsigned number to force an unsigned
comparison that we need.
Originally c... - 03:30 PM Revision 9be24c60 (ffmpeg): Create the regtest reference files only when necessary
- This avoid recreating the ref files every time an individual test
is run from the command line.
Originally committed... - 03:30 PM Revision e1621087 (ffmpeg): Clean up make rules for calling codec test scripts
- Originally committed as revision 24112 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:30 PM Revision 4ab20de6 (ffmpeg): Beautify make messages when generating test data files
- Originally committed as revision 24111 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:01 PM Revision e394953e (ffmpeg): Add missing doxy for function arguments.
- Originally committed as revision 24110 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:00 PM Revision ad32966c (ffmpeg): Fix two doxy warnings.
- Originally committed as revision 24109 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:35 PM Revision e51f0496 (ffmpeg): Restore array sizes in doxygen parameter names.
- Originally committed as revision 24108 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:06 PM Revision d087c3df (grapes): Fix a memleak
- 09:21 AM Revision 0aee2a57 (ffmpeg): Also use 503 for bandwidth limit exceeded
- Originally committed as revision 24107 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:59 AM Revision 2a22187f (ffmpeg): Fix "server too busy" status code
- Originally committed as revision 24105 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:58 AM Revision e0b855f6 (ffmpeg): Remove a useless variable in zmbv decoder.
- Patch by Eli.Friedman (gmail)
Originally committed as revision 24104 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:29 AM Revision a7df017b (ml): tidying up SVN
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@1517 c54fac2e-1815-407e-9b96...
- 08:29 AM Revision fd037234 (napa-baselibs): tidying up SVN
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@1517 c54fac2e-1815-407e-9b96-08...
- 08:20 AM Revision 64d8326b (streamers): fixing a small bug in input.c
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1516 c54fac2e-1815...
07/07/2010
- 11:52 PM Revision a26f1d10 (ffmpeg): ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID...
- if any E-AC-3 frames have been detected instead of switching back and forth for
AC-3 core + dependent E-AC-3 substrea... - 11:47 PM Revision c84d5aa7 (ffmpeg): get_generic_seed() for the cases without /dev/random and AV_READ_TIME
- Originally committed as revision 24102 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:41 PM Revision ce1cd1cb (ffmpeg): Rename read/write_line() to av_read/write_image_line().
- The old names were not av_ prefixed, and they were causing linking
failure on many platforms. The new names are also... - 09:50 PM Revision 26784384 (ffmpeg): Cosmetics: whitespace
- Originally committed as revision 24100 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 PM Revision 03d5d9b9 (ffmpeg): aacenc: Enforce LFE bitstream restrictions.
- Originally committed as revision 24099 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 PM Revision 0fd0ef79 (ffmpeg): Add new decoder property max_lowres and do not init decoder if reques...
- Originally committed as revision 24098 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:23 PM Revision 38b04109 (ffmpeg): aacdec: remove checks for impossible error conditions
- Originally committed as revision 24097 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:09 PM Revision 96088566 (ffmpeg): ARM: remove unnecessary .previous directive
- Originally committed as revision 24096 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:09 PM Revision 278caa6a (ffmpeg): ARM: set section to .text in 'function' macro
- This ensures code always goes into the .text section and avoids the
need to specify it explicitly after changing sect... - 08:09 PM Revision 108ac7f2 (ffmpeg): ARM: hide a .size directive on non-ELF targets
- Originally committed as revision 24094 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:03 PM Revision cfde3a7e (ffmpeg): Cosmetics: whitespace
- Originally committed as revision 24093 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:24 PM Revision ce2e4ae3 (ffmpeg): Add pixdesctest filter and corresponding test.
- Originally committed as revision 24092 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:23 PM Revision 4d508e4d (ffmpeg): Implement avfilter_copy_picref_props().
- Originally committed as revision 24091 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:14 PM Revision 00f72577 (ffmpeg): FFplay : Fix segfault when playing monoaural streams.
- Originally committed as revision 24090 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:27 PM Revision 9077e29e (ffmpeg): ARM: optimised integer clip functions
- Originally committed as revision 24089 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:27 PM Revision edd7fa82 (ffmpeg): ARM: intmath.h cosmetics
- Originally committed as revision 24088 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:27 PM Revision 216b43ae (ffmpeg): Allow arch-overrides for all common.h clip and log2 functions
- Originally committed as revision 24087 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:27 PM Revision a955b596 (ffmpeg): Remove macro duplication between common.h and intmath.h
- Originally committed as revision 24086 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:27 PM Revision 2e874c77 (ffmpeg): intmath: whitespace cosmetics
- Originally committed as revision 24085 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:21 PM Revision cf179166 (napa-baselibs): Change build_all to build non-static first, static next
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@1514 c54fac2e-1815-407e-9b96-08...
- 01:26 PM Revision e16be9a3 (grapes): Fix reading the owner nodeID
- 01:10 PM Revision 5c7ceef6 (ffmpeg): improve long_name for ass (de)muxer
- Originally committed as revision 24084 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:54 PM Revision 92775ce4 (grapes): Move integer (en)coding functions to a proper place
- 12:27 PM Revision b0c73ba1 (ffmpeg): motion_est: fix implicit truncation warnings
- Patch by Reimar Döffinger and Eli Friedman (independently).
Originally committed as revision 24083 to svn://svn.ffmp... - 12:18 PM Revision d9b84c53 (grapes): Handle a memory allocation failure
- 12:07 PM Revision fae46332 (grapes): Print the wrong value in case of error
- 12:06 PM Revision 5a1bdad4 (grapes): Simplify a little bit more
- 12:00 PM Revision 48d60063 (grapes): Simplify even more
- 11:54 AM Revision cdc1e8d9 (grapes): Simplify even more
- 11:53 AM Revision 92e6b9ef (grapes): Simplify
- 11:37 AM Revision 8268c97a (grapes): Use correct type for sig_type
- 11:33 AM Revision edd147e3 (grapes): Cosmetics: remove documentation from .c file, and fix indentation
- 11:20 AM Revision b54f341f (grapes): Fix some warnings
- 11:20 AM Revision 4a0208c3 (grapes): Fix passing the "owner" parameter
- 10:39 AM Revision 31247669 (ffmpeg): Ignore extradata & w/h in asf/dvr.
- The w/h values are wrong and extradata contains a fake seq header that causes
decoding to fail later, a valid seq hea... - 10:36 AM Revision 69b56ed7 (ffmpeg): Move ff_dct_init(context) out of if(one time init)
- fixes calling a null pointer in issue658
Originally committed as revision 24081 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:34 AM Revision a508174c (streamers): OFFS: corrected small bug in measures-monl.c
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1513 c54fac2e-1815...
- 10:31 AM Revision c9e5a919 (grapes): Add signaling test file
- 10:30 AM Revision d2458077 (grapes): Fix some warnings and compilation errors
- 10:24 AM Revision c7310b7b (ffmpeg): Silence warning "new qualifiers in middle of multi-level
- non-const cast are unsafe".
Patch by Eli Friedman, eli d friedman a gmail
Originally committed as revision 24080 to... - 10:24 AM Revision 2d4f54d6 (grapes): SOM. Add HA signalling primitives
- 10:22 AM Revision 31d92fdb (grapes): Fix comment for NULL return
- 10:19 AM Revision bba66fc7 (ffmpeg): Associate .tga with format image2.
- Originally committed as revision 24079 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 AM Revision 747990ee (grapes): Use a string tag for the chunkidset encoding type configuration
07/06/2010
- 05:48 PM Revision 881fd7a6 (ffmpeg): Move SSE optimized 32-point DCT to its own file. Should fix breakage ...
- disabled.
Originally committed as revision 24078 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:58 PM Revision 4dcc4f8e (ffmpeg): SSE optimized 32-point DCT
- Originally committed as revision 24077 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 PM Revision 4263e0cf (grapes): Test metadata alone encoding in ChunkID set
- 02:55 PM Revision 92006fb2 (grapes): Remove CIST_* from the public ChunkID set interface
- 02:28 PM Revision defb0009 (ffmpeg): Add #ifdefs around code specific to file and pipe protocols
- Originally committed as revision 24076 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:00 PM Revision df7b954b (grapes): Support encoding empty ChunkID sets
- 01:38 PM Revision 26e35ad3 (grapes): ChunkID encoding refactoring
- 01:22 PM Revision a2ab5ad5 (ffmpeg): Rename av_tempfile() to ff_tempfile()
- Originally committed as revision 24075 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 PM Revision 25cbc8b4 (ffmpeg): Move av_tempfile() to libxvidff.c as only the xvid wrapper needs it
- Originally committed as revision 24074 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:35 PM Revision d0b9b91b (ffmpeg): vf_pad: restore use of _CCIR colourspace conversion macros
- Originally committed as revision 24073 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:42 AM Revision 7fddac93 (ffmpeg): os_support: include some headers only when needed
- Originally committed as revision 24072 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:42 AM Revision 81f460a3 (ffmpeg): rtpenc: remove unnecessary #include unistd.h
- Originally committed as revision 24071 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:42 AM Revision 3f7ab648 (ffmpeg): file_protocol: remove redundant #include sys/time.h
- Originally committed as revision 24070 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 AM Revision 9049fa54 (ffmpeg): Add av_unused to decode_mb_skip declaration to fix the following warn...
- libavcodec/h264.h:1260: warning: ‘decode_mb_skip’ defined but not used
patch by Eli Friedman, eli.friedman gmail com
... - 07:11 AM Revision d2417b4a (grapes): Update
- 06:59 AM Revision 7f7a2982 (grapes): Merge remote branch 'origin/documentation'
- Conflicts:
include/topmanager.h - 12:06 AM Revision 86e41bc3 (ffmpeg): aacenc: replace VLA with fixed size
- Number of channels is restricted to 6 so the size is acceptable
for the stack.
Originally committed as revision 2406...
07/05/2010
- 10:33 PM Revision 1b364fd2 (ffmpeg): Move shareable draw_rectangle() and query_formats function to the top
- of the file, and put under #if CONFIG_PAD_FILTER the code specific to
the pad filter.
Simplify the inclusion of the ... - 10:33 PM Revision 039baa78 (ffmpeg): Factorize out some code and implement the fill_line_with_color()
- function. Allow to share code with the pending color source.
Originally committed as revision 24066 to svn://svn.ffm... - 10:32 PM Revision c0146314 (ffmpeg): Update lavfitest reference after commit:
- Author: bcoudurier
Date: Sat Jul 3 03:11:04 2010 +0000
Set graph swscale opts before parsing it, that wa... - 07:42 PM Revision ac7a4056 (ffmpeg): Update Doxyfile to the format preferred by Doxygen 1.5.6 (via 'doxyge...
- This is the version available in Debian stable, so it should be a reasonable
baseline that can be expected to be pres... - 07:35 PM Revision f31abc6c (ffmpeg): cosmetics: Reformat paragraphs and fix typos as done by 'doxygen -u'.
- Originally committed as revision 24063 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:20 PM Revision 18bb522b (ffmpeg): cosmetics: Reorder config file entries to the format used by doxygen ...
- Originally committed as revision 24062 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:56 PM Revision 157b7d0c (ffmpeg): Revert update of Doxygen configuration file via 'doxygen -u'.
- It will be redone with some cosmetics split out in a moment.
Originally committed as revision 24061 to svn://svn.ffm... - 05:31 PM Revision 355d81df (ffmpeg): configure: simplify some OS-specific flag setting
- Originally committed as revision 24060 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:46 PM Revision 0fca8d24 (ffmpeg): rtpdec_asf: Propagate errors from the chained av_open_input_stream
- This fixes the crash in issue 2070.
Originally committed as revision 24059 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:49 PM Revision 748db0fc (ffmpeg): Move frame_available computation to where it belongs in ffmpeg.c.
- This fixes a infinite loop.
Fixes issue 2066.
Originally committed as revision 24058 to svn://svn.ffmpeg.org/ffmpeg/... - 02:36 PM Revision 3d542120 (ffmpeg): Perform sliding window operation during frame gap handling.
- This avoids some warnings about too many reference frames.
Originally committed as revision 24057 to svn://svn.ffmpe... - 01:38 PM Revision 0135d29c (napa-baselibs): MONL: corrected bug in measure_dispatcher.cpp with FAILED meas...
- MONL: corrected debug output file naming
MONL: cahnged debug output file to append mode
git-svn-id: https://reposito... - 12:42 PM Revision 733f5990 (ffmpeg): Factorize ff_generate_sliding_window_mmcos() out.
- Originally committed as revision 24056 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:11 AM Revision 6fa197e2 (ffmpeg): Silence a warning when compiling aviobuf.c
- Patch by Eli Friedman, eli d friedman a gmail
Originally committed as revision 24055 to svn://svn.ffmpeg.org/ffmpeg/... - 08:16 AM Revision 0712c230 (ffmpeg): DCA: Occasionally a false XCH sync word can turn up after the core DT...
- to verify the sync word the extension fsize field should be compared to
the core data length field.
Patch by nick.nb... - 04:07 AM Revision 03f0d175 (ffmpeg): Remove superfluous id3v2.o dependency for dts, eac3, gsm, mlp, shorte...
- truehd demuxers
Patch by Michael Karcher <ffmpeg at mkarcher dot dialup dot fu-berlin dot de>
Originally committed a... - 04:01 AM Revision 513d5671 (ffmpeg): Add id3v1.o dependency for oma demuxer
- Patch by Michael Karcher <ffmpeg at mkarcher dot dialup dot fu-berlin dot de>
Originally committed as revision 24052... - 01:43 AM Revision 324a94b0 (ffmpeg): DCA: *_bits() -> *_bits_long() where needed, half fix for broken bits...
- Originally committed as revision 24051 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/04/2010
- 08:59 PM Revision 9f434b65 (ffmpeg): Make opt_pad() print more information.
- Originally committed as revision 24050 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:59 PM Revision 74dc99f2 (ffmpeg): Update help message for the -pad* options, as they have been removed,
- and update the manual page accordingly.
Based on a patch by John Calcote $(echo "<kpio.dbmdpuf@hnbjm.dpn>" | tr "b-z... - 08:38 PM Revision c184bb44 (ffmpeg): aes: fix array index out of bounds warning
- Originally committed as revision 24048 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:02 PM Revision 377723b2 (ffmpeg): Mention gas-preprocessor in documentation
- Originally committed as revision 24047 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:03 PM Revision aad9f507 (ffmpeg): Fix build with hardcoded tables
- The recently added dummy rule for missing headers took precedence
over the tablegen rules. Listing the generated hea... - 07:02 PM Revision b9796cc7 (ffmpeg): r24021 which i have approved did by mistake remove a empty line that ...
- This reverts the mistake.
Originally committed as revision 24045 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:33 PM Revision a46b84d1 (ffmpeg): PPC: convert Altivec FFT to pure assembler
- On PPC a leaf function has a 288-byte red zone below the stack pointer,
sparing these functions the chore of setting ... - 06:33 PM Revision deca86ea (ffmpeg): PPC: gas-preprocessor handles m[ft]spr shorthands
- Originally committed as revision 24043 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:33 PM Revision fe3d2e4b (ffmpeg): PPC: add some asm support macros
- Originally committed as revision 24042 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:33 PM Revision 11d788ca (ffmpeg): Stop make complaining about moved/deleted headers
- Originally committed as revision 24041 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:24 PM Revision 34171e87 (ffmpeg): APIchanges: fix revision number and commit date for change of all occ...
- of "inofficial" to "unofficial".
Originally committed as revision 24040 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:40 PM Revision f2c44ad5 (ffmpeg): Revert commit:
- Author: stefano
Date: Sat Jul 3 20:19:38 2010
New Revision: 24023
Log:
State in the guidelines that functio... - 12:43 PM Revision 07a90cd5 (ffmpeg): Add missing docs for the ffplay -autoexit option.
- Patch by Alexei Svitkine print("%s.%s@gmail.%s" % ("alexei", "svitkine", "com")).
Originally committed as revision 2... - 12:43 PM Revision 066ce8c9 (ffmpeg): Implement -onkeydown and -onmousedown options for ffplay.
- Patch by Alexei Svitkine cout << name << "." << surname << "@" << "gmail.com".
See thread:
Subject: [FFmpeg-devel] n... - 10:49 AM Revision dbb113e8 (ffmpeg): Add notices for the -crop* options in the ffmpeg manual, stating that
- the options are deprecated and that -vf crop should be used instead.
Based on a patch by John Calcote $(echo "<j0hn.... - 04:59 AM Revision 105b3785 (ffmpeg): mov: Read Flash's chpl variant
- This is based off of F4V specs rather than any actual files
Originally committed as revision 24035 to svn://svn.ffmp...
07/03/2010
- 11:24 PM Revision 3c5e1b36 (ffmpeg): LOL, 100l, really fix warning:
- ffmpeg.c: In function 'new_audio_stream':
ffmpeg.c:665: warning: 'best' may be used uninitialized in this function
ff... - 11:22 PM Revision 947cbeca (ffmpeg): Fix warning:
- ffmpeg.c: In function 'new_audio_stream':
ffmpeg.c:665: warning: 'best' may be used uninitialized in this function
ff... - 09:20 PM Revision cfb7e6e6 (ffmpeg): FFplay : Copy all AVFrame fields from the reference picture to the
- requested buffer.
Originally committed as revision 24032 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:57 PM Revision 13088d27 (ffmpeg): APIchanges: add entry for r23985 (install lfg.h)
- Originally committed as revision 24031 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 PM Revision 478b9d74 (ffmpeg): Enhance pad filter command-line description.
- Based on a patch by John Calcote $name.$surname@gmail.com.
Originally committed as revision 24030 to svn://svn.ffmpe... - 07:26 PM Revision f2a30bd8 (ffmpeg): Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm mac...
- Originally committed as revision 24029 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:16 PM Revision ea28e81f (ffmpeg): configure: add missing braces in libvpx check
- Originally committed as revision 24028 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:14 PM Revision 4be7bc6a (ffmpeg): Provide a hint about the minimum required version of libvpx (0.9.1)
- when detection fails.
Approved by Måns.
Originally committed as revision 24027 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:50 PM Revision 42ebfc54 (ffmpeg): configure: enclose library check for librtmp in brackets
- otherwise it would always fail if librtmp was not enabled.
Originally committed as revision 24026 to svn://svn.ffmpe... - 06:36 PM Revision a075902f (ffmpeg): PPC: add _interleave versions of fft{4,6,16}_altivec
- This removes the need for a post-swizzle with the small FFTs.
Originally committed as revision 24025 to svn://svn.ff... - 06:25 PM Revision f054aaf7 (ffmpeg): Add function check for librtmp, require RTMP_Socket() which was added
- in version 2.2.f.
Avoid a compile-time failure.
Originally committed as revision 24024 to svn://svn.ffmpeg.org/ffmp... - 06:19 PM Revision 0e7fa0bc (ffmpeg): State in the guidelines that function and parameter descriptions in
- the doxy must use impersonal verbal form.
This form is apparently favored by most English speaker developers,
and ha... - 05:06 PM Revision b7cdddcd (ffmpeg): Silence "comparison of unsigned expression >= 0 is always true" warning.
- Patch by Eli Friedman, eli d friedman a gmail
Originally committed as revision 24022 to svn://svn.ffmpeg.org/ffmpeg/... - 03:35 PM Revision 2d525ef4 (ffmpeg): Change all occurences of "inofficial" to "unofficial" in code, comments
- and options. Keep old options until next major version bump.
Patch by Rodney Baker, rodney d baker a iinet d net d a... - 10:25 AM Revision a07a06b0 (ffmpeg): Fix warning "passing argument from incompatible pointer type".
- Patch by Eli Friedman, eli d friedman a gmail
Originally committed as revision 24020 to svn://svn.ffmpeg.org/ffmpeg/... - 10:12 AM Revision 8abcbf2d (ffmpeg): Reduce codec time base when stream copying
- Originally committed as revision 24019 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:58 AM Revision 3483d877 (ffmpeg): Fix 'assignment from incompatible pointer type' warning.
- Patch by Eli Friedman, eli d friedman a gmail
Originally committed as revision 31628 to svn://svn.mplayerhq.hu/mplay... - 04:40 AM Revision bb943bb8 (ffmpeg): Give context to av_log
- Originally committed as revision 24018 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:15 AM Revision 9d3fdf20 (ffmpeg): Move AVStream->codec_info_nb_frames increment after try_decode_frame
- Originally committed as revision 24017 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 AM Revision b5049814 (ffmpeg): Use default graph swscale opts when no opts are supplied
- Originally committed as revision 24016 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:11 AM Revision f96363df (ffmpeg): Set graph swscale opts before parsing it, that way opts are available
- when auto-adding scalers.
Originally committed as revision 24015 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:07 AM Revision ae447836 (ffmpeg): In av_find_stream_info, decode at least 4 h.264 frames to be able to ...
- Originally committed as revision 24014 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:48 AM Revision b06855f1 (ffmpeg): SSSE3 versions of vp8 width4 bilinear MC functions
- Originally committed as revision 24013 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/02/2010
- 11:39 PM Revision 9862f9e1 (ffmpeg): Disable dshow specific bug emulation for amv files as they arent
- demuxed by ms dshows buggy demuxer normally.
Originally committed as revision 24012 to svn://svn.ffmpeg.org/ffmpeg/t... - 11:33 PM Revision 89ac23cd (ffmpeg): Rename block_align variable in the avi demuxer to clearly seperate it...
- from the true block_align.
Originally committed as revision 24011 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:04 PM Revision 5245c04d (ffmpeg): VP8: Move calculation of outer filter limit out of dsp functions for ...
- filter to match the simple loop filter
Originally committed as revision 24010 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:04 PM Revision b67a8f49 (ffmpeg): Use __clang_version__ when available
- Originally committed as revision 24009 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision 8ee82f40 (ffmpeg): fix comment grammar
- Originally committed as revision 24008 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:39 PM Revision 93eea20a (ffmpeg): Bump libavformat minor (as a result of r24003).
- Originally committed as revision 24007 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:33 PM Revision 19c039ee (ffmpeg): Make mix function more readable.
- Compiler output unchanged with gcc 4.4.
Originally committed as revision 24006 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:05 PM Revision 961b0c41 (ffmpeg): Fix use of unintialized variable introduced in r20411.
- Originally committed as revision 24005 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:41 PM Revision 41c1ccc3 (ffmpeg): matroskadec: merge only SSA packets together
- fixes issue 2052
patch by David Conrad
Originally committed as revision 24004 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:38 PM Revision 7a617a86 (ffmpeg): add AV_DISPOSITION_FORCED flag and use it in matroska demuxer
- Originally committed as revision 24003 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:57 PM Revision c01694c8 (ffmpeg): saner default value for convergence_duration
- Originally committed as revision 24002 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:56 PM Revision 08b04ba9 (ffmpeg): clarify convergence_duration documentation
- Originally committed as revision 24001 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:49 PM Revision df0a6d0d (ffmpeg): wmavoice depends on mdct
- Originally committed as revision 24000 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:09 PM Revision d01144b9 (ffmpeg): Duplicate rounding that MS does in one of their implementations of an...
- Fixes issue740
Based on patch by Cory Fields theuni-nospam- >xbmc @org
Originally committed as revision 23999 to svn... - 03:00 PM Revision 79042a6e (ffmpeg): Fix memory leak introduced in r23933
- Originally committed as revision 23998 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:23 PM Revision 08b317a2 (ffmpeg): avutil: bump minor version for r23985 (install lfg.h)
- Originally committed as revision 23997 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:49 PM Revision c6f66007 (napa-baselibs): Removed libcurl from ALTOclient. Uses nanohttp via libxml2 ins...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@1509 c54fac2e-1815-407e-9b96-08...
- 01:00 PM Revision 3c042da7 (ffmpeg): Remove stray Doxygen grouping command; fixes one Doxygen warning.
- Originally committed as revision 23996 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 PM Revision 423c254c (ffmpeg): Disambiguate bitstream groups for AAC and RV30/RV40.
- Originally committed as revision 23995 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 PM Revision 2d621580 (ffmpeg): Replace '\0 bytes' by 'NULL bytes' in Doxygen comments.
- Doxygen mistakes the \ for the start of a Doxygen command.
Originally committed as revision 23994 to svn://svn.ffmpe... - 12:52 PM Revision 34630b93 (ffmpeg): Move DECODE_BYTES_PAD* macros before Doxygen comments.
- Doxygen thinks the comments belong to the macros otherwise.
Originally committed as revision 23993 to svn://svn.ffmp... - 12:50 PM Revision e2d17d01 (ffmpeg): Fix doxy of flags parameter in fps_umf2avr().
- Originally committed as revision 23992 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:48 PM Revision 0baf34d8 (ffmpeg): Remove angular brackets from Doxygen comments; Doxygen confuses them ...
- Originally committed as revision 23991 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 PM Revision 58772292 (ffmpeg): @begingroup --> @defgroup, only the latter is correct Doxygen syntax.
- Originally committed as revision 23990 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 PM Revision 094b18b6 (ffmpeg): Fix doxy of gb parameter in decode_gain_info().
- Originally committed as revision 23989 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 PM Revision b34aaed2 (ffmpeg): Move #ifdef before zlib_decomp() up so it covers the Doxygen comments.
- Otherwise Doxygen gets confused and cannot map comments to functions.
Originally committed as revision 23988 to svn:... - 12:35 PM Revision bbd6684f (ffmpeg): Fix doxy of fixed_mean_energy parameter in ff_amr_set_fixed_gain().
- Originally committed as revision 23987 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 PM Revision 8d84a909 (ffmpeg): Fix the signature of ff_set_min_dist_lsf() to match the implementation
- and add doxy for the size parameter.
Originally committed as revision 23986 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:12 PM Revision 89eec74a (ffmpeg): avutil: install lfg.h
- Originally committed as revision 23985 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:55 AM Revision 503f9c0b (ffmpeg): Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().
- Originally committed as revision 23984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:54 AM Revision 6da88bd3 (ffmpeg): Fix typo in Doxygen function parameter name.
- Originally committed as revision 23983 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:53 AM Revision daf6c68d (ffmpeg): Avoid one more instance of angular brackets in Doxygen comments.
- Originally committed as revision 23982 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:49 AM Revision e669590a (ffmpeg): Fix parameter name and position in av_crc_init Doxygen documentation.
- Originally committed as revision 23981 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:46 AM Revision 8a4d7a30 (ffmpeg): Replace incorrect @NOTE Doxygen command by @note; capitalization matt...
- Originally committed as revision 23980 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:44 AM Revision 3fa76268 (ffmpeg): Avoid square brackets in Doxygen comments; Doxygen chokes on them.
- Originally committed as revision 23979 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:41 AM Revision b8ab52e7 (ffmpeg): Fix Doxygen function parameter documentation syntax.
- Originally committed as revision 23978 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:37 AM Revision 791384ec (ffmpeg): Remove two more non-existing stray Doxygen function arguments.
- Originally committed as revision 23977 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:19 AM Revision 09f6a45d (ffmpeg): Remove non-existing stray arguments from Doxygen function documentation.
- Originally committed as revision 23976 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:13 AM Revision c4e12a9f (ffmpeg): Check for doxy filetag with filename
- Originally committed as revision 23975 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:09 AM Revision 96e07a73 (ffmpeg): Fix two more instances of wrong @ usage in Doxygen comments.
- Originally committed as revision 23974 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:05 AM Revision fd566520 (ffmpeg): Fix printing of '@' symbols in Doxygen comments; the correct syntax i...
- Originally committed as revision 23973 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:03 AM Revision eee9119a (ffmpeg): Add parameter names to av_log/av_vlog function declarations.
- Doxygen gets confused without an explicit parameter name.
Originally committed as revision 23972 to svn://svn.ffmpeg... - 10:59 AM Revision 33edd31f (ffmpeg): Remove redundant and harmful explicit filename after @file Doxygen co...
- Originally committed as revision 23971 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 AM Revision 9a58234f (ffmpeg): Fix misspelled parameter names in Doxygen documentation.
- This fixes one Doxygen warning each.
Originally committed as revision 23970 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:37 AM Revision 5298b070 (ffmpeg): Remove misplaced Doxygen comment.
- Originally committed as revision 23969 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 AM Revision d7650484 (ffmpeg): Update Doxyfile to the format preferred by Doxygen 1.5.6 (via 'doxyge...
- This is the version available in Debian stable, so it should be a reasonable
baseline that can be expected to be avai... - 08:35 AM Revision 29054fdd (ffmpeg): In mxf muxer, fix last b frame temporal offset
- Originally committed as revision 23967 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:24 AM Revision 380966a8 (ffmpeg): In mov demuxer, fix seeking to the beginning when file has edit lists.
- Patch by John Stebbins, stebbins at jetheaddev dot com
Fixes issue #2046
Originally committed as revision 23966 to s... - 05:27 AM Revision dcc602d8 (ffmpeg): SSSE3 versions of width4 VP8 6-tap MC functions
- Also make some small changes to saturation order of 4-tap SSSE3 MC to fix a
non-bitexactness bug.
Patch mostly by El... - 02:03 AM Revision 301ab19d (ffmpeg): configure: improve GNU as checking
- Check for GNU assembler only when asm is enabled. Show a warning for
ppc/altivec only, and fail on ARM.
Originally ... - 12:30 AM Revision cb9b39fb (ffmpeg): tablegen: the executable depends on tablegen headers as well
- Make sure that the *_tablegen.h header is listed in the dependencies, but
filter it out in the compile line.
Origina... - 12:20 AM Revision 9bbb5064 (ffmpeg): PPC: fix build on OSX without gas-preprocessor
- Originally committed as revision 23962 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:03 AM Revision 48966b02 (ffmpeg): Grammar fixes
- Originally committed as revision 23961 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/01/2010
- 11:36 PM Revision 3c35da2f (ffmpeg): vorbisdec: remove variable-length arrays
- Originally committed as revision 23960 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:21 PM Revision cf61994a (ffmpeg): PPC: Altivec IMDCT
- Patch by Loren Merritt
Originally committed as revision 23959 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:21 PM Revision fe20bdf9 (ffmpeg): Indent
- Originally committed as revision 23958 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:21 PM Revision 588d28ac (ffmpeg): Remove vestiges of radix-2 FFT
- Patch (mostly) by Loren Merritt
Originally committed as revision 23957 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:21 PM Revision bf7ba153 (ffmpeg): PPC: Altivec split-radix FFT
- 1.8x faster than altivec radix-2 on a G4
8% faster vorbis decoding
Patch (mostly) by Loren Merritt
Originally commi... - 11:21 PM Revision 135448fa (ffmpeg): PPC: fix dcbzl detection on OSX
- Originally committed as revision 23955 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:21 PM Revision e08b8239 (ffmpeg): Add -force_cpusubtype_ALL to ASFLAGS on Darwin/PPC
- Originally committed as revision 23954 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:21 PM Revision a49d3025 (ffmpeg): Check for GNU assembler, use gas-preprocessor on darwin
- Originally committed as revision 23953 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:21 PM Revision 2f0c136e (ffmpeg): Check whether IBM or Apple PPC assembler syntax is used
- This checks which assembler syntax is supported and defines macros
for register names accordingly.
Originally commit... - 11:21 PM Revision ea59f489 (ffmpeg): mpegtsenc: allocate correct size for PID table
- Originally committed as revision 23951 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:21 PM Revision 59bebb11 (ffmpeg): mpegaudio: move compute_antialias_float() to mpegaudiodec_float.c
- Also put compute_antialias_integer() under !CONFIG_FLOAT and change
forward declarations to declare only the relevant... - 11:21 PM Revision 35d597d5 (ffmpeg): mpegaudio: call ff_mpegaudiodec_init_mmx() only from float decoder
- The mmx code is floating-point only, and this function does not know
from which decoder it is called. Without this c... - 11:18 PM Revision 525fcb27 (ffmpeg): In mov demuxer, only set sar if not already set, patch by Andrew Wason,
- rectalogic at rectalogic dot com
Fixes issue #1754
Originally committed as revision 23948 to svn://svn.ffmpeg.org/ff... - 10:31 PM Revision 7d6096e4 (ffmpeg): Use ext sample from mpeg4audio config if set with AAC SBR
- Originally committed as revision 23947 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:09 PM Revision 8434fc26 (ffmpeg): Fix 100L in vp8dsp asm init
- Originally committed as revision 23946 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:09 PM Revision d9da8f10 (ffmpeg): mpegaudio float decoders depend on dct
- Originally committed as revision 23945 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 PM Revision 956dae9e (ffmpeg): adu and mp3on4 functions are also needed by their respective float de...
- Originally committed as revision 23944 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision 060dd930 (ffmpeg): Altivec-optimized mp{1,2,3} windowing
- Originally committed as revision 23943 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:15 PM Revision de1807bb (ffmpeg): Pad the buffer in url_close_dyn_buf, for buffers opened with url_open...
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23942 to svn://svn.ffmpeg.org/ff... - 08:12 PM Revision 4449df6b (ffmpeg): Add RTP depacketization of SVQ3
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23941 to svn://svn.ffmpeg.org/ff... - 06:49 PM Revision 2b4abbd6 (ffmpeg): Move colorspace.h from libavcodec to libavutil.
- Avoid a compile-time dependency of the pad filter on libavcodec.
Originally committed as revision 23940 to svn://svn... - 05:10 PM Revision 39bb30f6 (ffmpeg): Change all functions referenced in the mxf_metadata_read_table to use...
- prototype and also always call them with exactly those arguments.
The previous way seems to have worked on all suppor... - 04:28 PM Revision 6eabaef4 (ffmpeg): cosmetic: improve comment breaking at 80 cols
- Originally committed as revision 23938 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:09 PM Revision 7bcef848 (ffmpeg): fix dependencies of vp5 and vp6 decoders after r23915
- they now also depends on cabac.o for ff_h264_norm_shift
Originally committed as revision 23937 to svn://svn.ffmpeg.o... - 03:03 PM Revision 383b25fd (ffmpeg): fix warning in ff_metadata_mux_compat()
- warning: the address of 'number' will always evaluate as 'true'
patch by Eli Friedman eli _dot_ friedman _at_ gmail... - 02:49 PM Revision 5935f9d6 (ffmpeg): Allow remuxing of explicitly signalled AAC files into ADTS.
- The ADTS output files are not explicitly signaled because the format
does not support explicit signalling.
Originall... - 02:14 PM Revision a2d8e810 (streamers): Fixes for build_all.sh and for offerstreamer Makefile
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1507 c54fac2e-1815...
- 01:50 PM Revision 8a472821 (ffmpeg): Factorize get_duration() out of 4 places of the avi demuxer.
- Originally committed as revision 23934 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:51 AM Revision 2cbd734a (ffmpeg): Maybe fix threaded mpeg*video encoding
- This allocates per-thread copies of some MpegEncContext.ac_val which
is used concurrently from the encoding threads.
... - 11:43 AM Revision 16bfbfd0 (ffmpeg): random_seed: simplify
- Originally committed as revision 23932 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:40 AM Revision 9958096e (ffmpeg): Reindent
- Originally committed as revision 23931 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:40 AM Revision b7fa5c5a (ffmpeg): random_seed: allow to block on /dev/random
- If both /dev/random and /dev/urandom failed to return data, an
uninitialised value might be returned. Since most sys... - 11:11 AM Revision a158446b (ffmpeg): configure: replace unwarranted gcc bashing with a real explanation
- Originally committed as revision 23929 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:59 AM Revision 4bbb3e3a (ffmpeg): Use new librtmp APIs instead of grubbing around in RTMP struct
- Originally committed as revision 23928 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 AM Revision 17dc7c7a (ffmpeg): Fix h264/vp8 intra pred on Athlon XP
- Whose idea was it to have a CPU that didn't SIGILL on an invalid instruction?
Originally committed as revision 23927... - 09:06 AM Revision 89adc95a (streamers): New directory structure + build-all.sh that builds the OfferStreamer
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1506 c54fac2e-1815...
- 09:06 AM Revision 956892f0 (napa-baselibs): New directory structure + build-all.sh that builds the OfferSt...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@1506 c54fac2e-1815-407e-9b96-08...
- 09:06 AM Revision 3f83228f (ml): New directory structure + build-all.sh that builds the OfferStreamer
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@1506 c54fac2e-1815-407e-9b96...
- 05:17 AM Revision b47a52dc (ffmpeg): mpegaudioenc: Remove write-only variables from the context.
- Patch by Rafaël Carré (rafael <dot> carre <at> gmail).
Originally committed as revision 23926 to svn://svn.ffmpeg.or... - 12:09 AM Revision 0c0fd063 (ffmpeg): Prevent infinite recursion of odml indexes.
- This fixes a stack overflow.
Originally committed as revision 23925 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
Also available in: Atom