Activity
From 04/15/2010 to 05/14/2010
05/14/2010
- 11:09 PM Revision 48962f2e (ffmpeg): Reindent after last commit on dxva2 h264 AVHWAccel.
- Originally committed as revision 23141 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:08 PM Revision efb816ef (ffmpeg): Fixed h264 long term support with dxva2 AVHWAccel.
- Based on a commit for vaapi(r22869).
Originally committed as revision 23140 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:04 PM Revision 58edb075 (ffmpeg): Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.
- It is not harmful and it scares too many users.
Originally committed as revision 23139 to svn://svn.ffmpeg.org/ffmpe... - 07:38 PM Revision 0175d788 (ffmpeg): fmaxf -> FFMAX to fix pre-C99 systems
- Originally committed as revision 23138 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:51 PM Revision deeb7012 (ffmpeg): Change inter-protocol dependencies from _deps to _select
- Originally committed as revision 23137 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:59 PM Revision dc87dca9 (streamers): extract offer_per_tick to a global parameter
- 05:58 PM Revision 282c2129 (streamers): added average RTT calculation to measures
- 05:58 PM Revision 8cabbbda (streamers): added some function description
- 05:56 PM Revision e2c563e7 (streamers): measure OfferAccept ratio in Streamer
- 05:56 PM Revision 80ab1a60 (streamers): add OfferAccept measurement to measures.c/h
- 05:55 PM Revision b5a5780a (streamers): pass on transaction ID
- 04:49 PM Revision 759510e6 (ffmpeg): aacenc: Add a rate only trellis for codebook selection for the TLS.
- Originally committed as revision 23136 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:49 PM Revision 4d986b71 (ffmpeg): aacenc: Use exact values when quantizing, not fuzzy values.
- This requires us to code small escapes; we can't avoid it.
Originally committed as revision 23135 to svn://svn.ffmpe... - 04:49 PM Revision 51cbabc7 (ffmpeg): aacenc: Use an estimated codebook for the TLS (two loop search).
- Originally committed as revision 23134 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:49 PM Revision 960323a2 (ffmpeg): aacenc: Select the TLS (two-loop search) as the default scalefactor c...
- Originally committed as revision 23133 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:49 PM Revision 31184aac (ffmpeg): aacenc: Fix psy logic.
- Set band info before determining scalefactors. Use the look ahead for
windowing decision.
Originally committed as re... - 03:09 PM Revision b81d3f0f (grapes): Cleanup the cache interface a little bit
- 03:09 PM Revision 418dafe6 (grapes): Change the "reply" prototype
- 10:58 AM Revision 4d977f7d (chunker-player): cleaner queue statistics and queue density added
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1218 c54fa...
05/13/2010
- 08:41 PM Revision eb0a4d32 (ffmpeg): Fix compilation of AC3 decoder if E-AC3 decoder was disabled.
- Originally committed as revision 23131 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:22 PM Revision 86e09922 (ffmpeg): qt-faststart: Abort scanning of the input file if a badly sized atom ...
- If the atom size is 0, qt-faststart currently hangs forever while scanning
the file.
Originally committed as revisio... - 07:18 PM Revision 6d810162 (ffmpeg): Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemai...
- Originally committed as revision 23128 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:18 PM Revision 2ef9fd8e (ffmpeg): Cosmetics: Initialize pointers with NULL instead of 0, for consistency
- Originally committed as revision 23127 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 PM Revision e3d7269f (ffmpeg): Cosmetics: reindent
- Originally committed as revision 23126 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 PM Revision c937454d (ffmpeg): qt-faststart: Use the error_out cleanup code path for all error returns
- Originally committed as revision 23125 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:16 PM Revision 7a0e859c (ffmpeg): Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>.
- Originally committed as revision 23124 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:41 PM Revision 57fcb7d7 (ffmpeg): Add mpegaudiodec_float.o dependency on tables header with hardcoded t...
- Originally committed as revision 23123 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:26 PM Revision aeaa9630 (ffmpeg): Remove the name of the file from the @file doxy, it is unnecessary and
- inconsistent with the other files.
Originally committed as revision 23122 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:26 PM Revision 622e6ce5 (ffmpeg): Make the init and config_filter callbacks of the pad filter return
- AVERROR(EINVAL) rather than -1 in case of invalid parameters.
Originally committed as revision 23121 to svn://svn.ff... - 06:26 PM Revision dc0eaef3 (ffmpeg): Make av_parse_color() return AVERROR(EINVAL) rather than -1.
- Originally committed as revision 23120 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:06 PM Revision 40914d97 (ffmpeg): 1.0 and the resulting exactly representable value must be marked as f...
- gcc is hopelessly trash.
Originally committed as revision 23119 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:58 PM Revision 0628f3e8 (ffmpeg): Cast constants to float to avoid gcc converting to and from
- float<->double in every operation.
Originally committed as revision 23118 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:32 PM Revision e969e261 (ffmpeg): Use standard C for implementing sign_extend() and zero_extend().
- This fixes compilation of probetest
Originally committed as revision 23116 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:30 PM Revision a74d707c (ffmpeg): av_alias is an attribute and belongs to attributes.h
- also attributes.h is public and external api and can thus not depend
on configure tested compiler support thus this p... - 04:02 PM Revision 1b7da906 (streamers): upgraded to new sched interface
- 03:41 PM Revision 299ac811 (ffmpeg): Reindent after r23112.
- Patch by Sebastian Vater <cdgs basty googlemail com>.
Originally committed as revision 23113 to svn://svn.ffmpeg.org... - 03:39 PM Revision 65d213ec (ffmpeg): Move handling of paletted data to the IFF demuxer. This allows future
- handling of things such as masking/EHB/HAM for this type of data.
Patch by Sebastian Vater <cdgs basty googlemail co... - 03:33 PM Revision ebcf7c32 (ffmpeg): Handle palette underflows, fill remaining space with black (zero) data.
- Patch by Sebastian Vater <cdgs basty googlemail com>.
Originally committed as revision 23111 to svn://svn.ffmpeg.org... - 01:18 PM Revision 2f955ea4 (ffmpeg): Move a while(..){..} -> do{..}while(..), slightly faster.
- Patch by Sebastian Vater <cdgs basty googlemail com>.
Originally committed as revision 23110 to svn://svn.ffmpeg.org... - 12:30 PM Revision e904c51f (ffmpeg): Replace "-vfilters" by "-vf" in regtests. Should fix regtest breakage.
- Originally committed as revision 23109 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:32 AM Revision 458638e3 (ffmpeg): FATE: change -vfilters to -vf
- Originally committed as revision 23108 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 AM Revision 0bb2425e (streamers): fix some warnings
- 10:15 AM Revision 667e0d87 (streamers): add some checks to queries to measures.c
- 10:04 AM Revision bfbdc58e (ffmpeg): Fix compilation with low precission mpeg audio decoding.
- Originally committed as revision 23107 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:02 AM Revision 3e48d792 (ffmpeg): Fix mpegaudio tablegen.
- Patch by Michael Kostylev, michael D kostylev A gmail
Originally committed as revision 23106 to svn://svn.ffmpeg.org... - 10:02 AM Revision 56b37cd1 (ffmpeg): Support writing 2d float arrays.
- Patch by Michael Kostylev, michael D kostylev A gmail
Originally committed as revision 23105 to svn://svn.ffmpeg.org...
05/12/2010
- 11:18 PM Revision 09ed11e5 (ffmpeg): rename -vfilters cli option to -vf in ffplay as well
- Originally committed as revision 23104 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 PM Revision f39ab207 (ffmpeg): change a variable-length array to a malloc.
- Originally committed as revision 23103 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:17 PM Revision 7693b93e (ffmpeg): Doxygen av_codec_get_id() and av_codec_get_tag().
- Originally committed as revision 23102 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:47 PM Revision c3ab0004 (ffmpeg): Revert r31153. It failed to build on:
- x86_64 / Mac OS X gcc 4.0.1
x86_64 / Linux icc (all)
x86_64 / Linux gcc 4.0.4
x86_64 / OpenBSD gcc 3.3.5
x86_64 / Lin... - 05:05 PM Revision b3ab3199 (ffmpeg): Set coded_frame to NULL when closing a codec, since it might
- be invalid after the codec is "gone".
Originally committed as revision 23101 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:35 PM Revision ea084625 (streamers): implement ELp peer score function
- 01:47 AM Revision 521cfa4a (ffmpeg): rename -vfilters cli option to -vf
- Originally committed as revision 23100 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/11/2010
- 09:31 PM Revision 3b7117b7 (ffmpeg): Do the same sign flip optimization to the low freq decoder.
- as with the high freq 10-20 cycles faster
Originally committed as revision 23099 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:20 PM Revision 4b070a7a (ffmpeg): Factorize READ_FLIP_SIGN() optimization out
- Originally committed as revision 23098 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 PM Revision 0c0d88ae (ffmpeg): Optimize decoding high freqs.
- this is 10-20cpu cycles faster on duron (whole is about 50-60 cpu cylses)
I wonder why gcc isnt doing this on its own... - 08:33 PM Revision fd9451c6 (ffmpeg): Make lsf_sf_expand() 4 times faster.
- Originally committed as revision 23096 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:52 PM Revision b91d4661 (ffmpeg): float based mp1/mp2/mp3 decoders.
- Originally committed as revision 23095 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:53 PM Revision 495af353 (ffmpeg): Set cur_channel in the AAC encoder context where needed.
- Most coder functions read it. Carting this around in the context may be
suboptimal; a refactor should be considered.
... - 05:39 PM Revision 2c2b2c0a (ffmpeg): silence gcc warning about potential uninitialized usage
- Originally committed as revision 23093 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:25 PM Revision d21f58b5 (ffmpeg): cosmetics, rename loop to frame_available
- Originally committed as revision 23092 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:23 PM Revision a9f3cb93 (ffmpeg): rename curr_filter to last_filter, factorize filter declaration
- Originally committed as revision 23091 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:18 PM Revision 79b90b25 (ffmpeg): cosmetics: indentation, whitespaces
- Originally committed as revision 23090 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 PM Revision 6e82e7fa (ffmpeg): simplify, reuse existing args variable
- Originally committed as revision 23089 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:14 PM Revision aa1249b8 (ffmpeg): cosmetics: filt_graph_all -> graph, like in ffplay.c
- Originally committed as revision 23088 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 PM Revision 405213b7 (ffmpeg): Add -ldl to libfaadbin_extralibs instead of libfaadbin_decoder_extral...
- The latter does not exist and thus compilation fails.
patch by Janne Grunau, janne-ffmpeg jannau.net
Originally comm... - 02:49 PM Revision 86433cc6 (ffmpeg): Remove unused FRAC_RND() macro from mpegaudiodec.c.
- Originally committed as revision 23086 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:46 AM Revision 857c30ec (ffmpeg): mlpdec: Comment channel_params field in struct SubStream.
- Patch by Nick Brereton <nick at nbrereton dot net>
Originally committed as revision 23085 to svn://svn.ffmpeg.org/ff... - 01:44 AM Revision 22fb814c (ffmpeg): mlpdec: Allocate channel decoding parameters for each substream. Some...
- was encountered with a channel range that overlapped the previous substreams,
and the code assumed no such overlap wa... - 12:36 AM Revision d9d14dc6 (ffmpeg): Use int instead of long to pass width parameters in non-public functi...
- long was being incorrectly used as an x86-sized register, both for 32 and 64
bits, but this is not the case in win64.... - 12:22 AM Revision 22cb6fb6 (ffmpeg): Adding missing () to mathops.h.
- Originally committed as revision 23083 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/10/2010
- 09:16 PM Revision 1c71b5c8 (ffmpeg): Replace more "m" constraints with MANGLE to fix compilation issues
- with x86_32 gcc 4.4.4 and -fPIC.
Originally committed as revision 23082 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:18 PM Revision dce2f7d3 (ffmpeg): Optimize decodeplane32().
- Patch by Sebastian Vater <cdgs basty googlemail com>.
Originally committed as revision 23081 to svn://svn.ffmpeg.org... - 05:00 PM Revision 59cca504 (ffmpeg): Ensure that width and height are > 0. avcodec_open() itself only chec...
- they are >= 0.
Patch by Sebastian Vater <cdgs basty googlemail com>.
Originally committed as revision 23080 to svn:... - 09:32 AM Revision 666d7d18 (ffmpeg): FATE: print friendly error for individual tests when SAMPLES unset
- Originally committed as revision 23079 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:45 AM Revision ce3ee13c (streamers): reducing chunk lock timeout to 100ms
- 07:08 AM Revision 52486603 (ffmpeg): Check NAL unit size to avoid reading past the buffer.
- This fixes issue1907
Patch by Thomas Devanneaux gmail(thomdev)
Originally committed as revision 23078 to svn://svn.... - 01:07 AM Revision 3039f681 (streamers): send out one offer random, one based on locality, alternating
- 01:07 AM Revision 5b95417d (streamers): reduce buffermap rate if losses occur
- 01:07 AM Revision c621cc64 (streamers): change source to send chunks based on locality (RTT)
- 01:07 AM Revision f76dc385 (streamers): more agressive reduction of offer rate
- 01:06 AM Revision ed76b342 (streamers): increase sendSignalling buffer
- 01:06 AM Revision d35ceae7 (streamers): fix verifying encodeChunkSignaling's return value
- 01:06 AM Revision 0781f344 (streamers): using bitmap type chunkidset for sending buffermaps
- 12:28 AM Revision 8ad802e6 (ffmpeg): Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized ...
- Fix issue 1924.
Originally committed as revision 23077 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/09/2010
- 11:19 PM Revision f10d3d34 (ffmpeg): Add FourCC MJPG for CODEC_ID_JPEGLS.
- Patch by Francesco Lavra, francescolavra interfree it
Originally committed as revision 23076 to svn://svn.ffmpeg.org... - 11:04 PM Revision 658e7576 (ffmpeg): Reorder nut specific codec tags and add a comment for marking them as
- such.
Also put the [3][0][0][0] codec tag, mapped to rgb565le, in a special
section. It needs to be specified *after... - 11:04 PM Revision 43451ec2 (ffmpeg): Add missing nut-specific codec tags for rawvideo pixel formats.
- Add codec tags for the formats:
[15]BGR Packed RGB 5:5:5, 16bpp, (msb)1A 5R 5G 5B(lsb), big-endian [NOT in AVI]
[15]R... - 11:04 PM Revision 934edecd (ffmpeg): Make the codec tags for the yuvjXXX pixel formats the same as the
- corresponding ones for the yuvXXX pixel formats.
Originally committed as revision 23073 to svn://svn.ffmpeg.org/ffmp... - 10:56 PM Revision b43f432c (ffmpeg): Add support to the Y411 codec tag, corresponding to the rawvideo pixel
- format uyyvyy411.
The codec tag is referenced in fourcc.org.
Originally committed as revision 23072 to svn://svn.ff... - 10:56 PM Revision 8e89cd1f (ffmpeg): Make the nut demuxer issue a more meaningful error message if it
- cannot recognize the provided codec tag.
Originally committed as revision 23071 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:32 PM Revision cc6849ae (ffmpeg): bswap: 10L add missing parens around macro args
- Originally committed as revision 23070 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:10 PM Revision 0613ece5 (ffmpeg): Replace usage of s->streams[0]->* with st->*, which is shorter.
- Patch by Sebastian Vater <cdgs basty googlemail com>.
Originally committed as revision 23069 to svn://svn.ffmpeg.org... - 08:08 PM Revision 9d45a32b (ffmpeg): Remove "bps" parameter to decodeplane8/32(), it's unused.
- Patch by Sebastian Vater <cdgs basty googlemail com>.
Originally committed as revision 23068 to svn://svn.ffmpeg.org... - 08:07 PM Revision fc25c049 (ffmpeg): Add entry for AVFilterPicRef interlaced and top_field_first fields
- addition.
Originally committed as revision 23067 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:02 PM Revision b6bc2051 (ffmpeg): Bump lavfi minor after the addition of the fields interlaced and
- top_field_first in AVFilterPicRef, done in r23044.
Originally committed as revision 23066 to svn://svn.ffmpeg.org/ff... - 07:09 PM Revision d4a680a0 (streamers): fix compilation without MONL
- 07:09 PM Revision cf820c66 (streamers): changed initialization order: chunkbuffer first, peers after
- otherwise send_bmap fails while adding the first peer
- 07:09 PM Revision 132f8b40 (streamers): send buffermap to new peers right after adding them
- 07:09 PM Revision f0cd4a0a (streamers): export send_bmap from streaming
- 07:09 PM Revision 402088f8 (streamers): fix output buffer initialization code
- init code was inside an if block, it should be outside!
- 07:09 PM Revision c41baa63 (streamers): fix timestamp looparound code
- 05:46 PM Revision 6ad533b7 (ffmpeg): qt-faststart: Avoid leaking memory if encountering a file with double...
- Originally committed as revision 23065 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:22 PM Revision d87132b9 (chunker-player): just backing up spme #defines
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1208 c54fa...
- 05:21 PM Revision 269f1314 (chunker-player): changed chunk sequencing schema to a more smooth one
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1207 c54fa...
- 05:20 PM Revision c7761541 (chunker-player): updated statistics in player with queue density
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1206 c54fa...
- 05:05 PM Revision 17be16a3 (ffmpeg): FATE: update idroq-video-encode command
- Originally committed as revision 23064 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:24 PM Revision 79a9672d (ffmpeg): IFF: decode last 8 pixels per line
- The decodeplane8() function processes one byte of input less than
it should. Also, the for loop has an unusual style... - 12:04 PM Revision e24db3e3 (ffmpeg): Fix build with swscale disabled
- Originally committed as revision 23062 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/08/2010
- 09:48 PM Revision 0a9cb385 (ffmpeg): Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlem...
- Originally committed as revision 23061 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:39 PM Revision 3f073fa2 (ffmpeg): Fix auto-scaling.
- Use the numeric value assigned to sws_flags for the sws_flags set in
the graph, rather than the string "bilinear", wh... - 08:41 PM Revision 3fe1ec39 (ffmpeg): Add means to adjust the log level per context.
- Originally committed as revision 23059 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:32 PM Revision c12caa32 (ffmpeg): Remove hardcoded-tables hack for IA-64: with latest binutils that now...
- causes linking errors instead of avoiding them.
Originally committed as revision 23058 to svn://svn.ffmpeg.org/ffmpe... - 04:24 PM Revision 7f20cb2d (ffmpeg): Another try for fixing/improving decode_video documentation.
- Originally committed as revision 23057 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:34 AM Revision db6769dc (chunker-player): aligned to latest bugfix from Csaba
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1205 c54fa...
- 12:45 AM Revision f1142096 (chunker-player): source peer source_loop timer disabled to avoid 100% cpu
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1204 c54fa...
05/07/2010
- 11:27 PM Revision d6c9d366 (streamers): fixed some compile warnings in channel.c
- 10:12 PM Revision d760a316 (ffmpeg): Make config_props() show conversion information before to create the
- swscale context.
This makes eventual warnings issued in case of swscale context
creation failure to be shown after t... - 10:12 PM Revision 38efdb2c (ffmpeg): Log input size, input format and swscale flags used for conversion in
- config_props().
Useful for debugging.
Originally committed as revision 23055 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:59 PM Revision 447a5b19 (ffmpeg): blackfin: fix yuv422 to yuv420 conversion
- The old code is correct only when stride = 2*width.
Patch by Ronaldo Moura <ronaldo d moura monity com br>
Original... - 05:53 PM Revision f66b3905 (ffmpeg): vf_pad: fix mixed code and declarations
- Originally committed as revision 23054 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:51 PM Revision ecb72d20 (chunker-player): set default buffer size for source to 20 chunks
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1203 c54fa...
- 05:50 PM Revision 155d3624 (chunker-player): more alignment, forgot to remove the static keyword from stre...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1202 c54fa...
- 05:09 PM Revision eb42de41 (streamers): fixing the stupid max_deliver bug
- I've assumed that the earliest chunk is the last one in the set ... it was
a wrong assumption :( - 05:00 PM Revision 63c21257 (chunker-player): aligned to latest offerstreamer for demo
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1201 c54fa...
- 04:27 PM Revision 6637cca6 (chunker-player): aligned to latest version of streamer for demo
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1200 c54fa...
- 01:00 PM Revision a0aa7354 (ffmpeg): c99 sucks. Replacing scanf("%i") by strtoul()
- Originally committed as revision 23053 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 PM Revision 06e1db05 (ffmpeg): Document the pad filter.
- Originally committed as revision 23052 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 PM Revision 8d787f8e (ffmpeg): Document cmdutils.c:print_error().
- Originally committed as revision 23051 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:16 PM Revision 0c22311b (ffmpeg): Remove messy pading hack in ffmpeg.c.
- Use avfilters if you want padding!
Originally committed as revision 23050 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:05 PM Revision bdab692f (ffmpeg): Make sure get_filtered_video_pic() doesnt loose interlacedframe/tff.
- Originally committed as revision 23049 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:52 AM Revision cccc039f (ffmpeg): Enable libavfilter by default and fix pading for mxf-d10
- Originally committed as revision 23048 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 AM Revision 87ddc38b (ffmpeg): configure: update suncc SPARC CPU name mapping
- Patch by Michael Kostylev <michael kostylev gmail>
Originally committed as revision 23047 to svn://svn.ffmpeg.org/ff... - 11:47 AM Revision 3c940173 (ffmpeg): Add pad filter.
- Originally committed as revision 23046 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 AM Revision 50e1a5a9 (streamers): set neighbourhood size unlimited
- 10:52 AM Revision 07bac127 (streamers): allow for unlimited neighbourhood size
- 10:17 AM Revision 26b7199e (ffmpeg): SPARC: disable VIS for Niagara CPU
- The Niagara/T1 supports only a subset of VIS, and even this is very slow.
Patch by Michael Kostylev <michael kostyle... - 10:02 AM Revision efdc74ef (ffmpeg): Try to keep track of interlaced and top field first.
- Originally committed as revision 23044 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:43 AM Revision 46847a33 (ffmpeg): avfilter support for ffmpeg
- Originally committed as revision 23043 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:22 AM Revision 3b9900c1 (ffmpeg): Enable vsrc_buffer
- Originally committed as revision 23042 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:20 AM Revision 8155bbc9 (ffmpeg): Support setting flags for sws.
- Originally committed as revision 23041 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:08 AM Revision cb0061d4 (ffmpeg): Favor chunk size over hitting the correct position after reading the ...
- Fixes issue1923
Originally committed as revision 23040 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:25 AM Revision cf13f204 (ffmpeg): Add "Memory buffer source filter" from SOC.
- This is needed by the current SOC-ffmpeg.c code.
Originally committed as revision 23039 to svn://svn.ffmpeg.org/ffmp... - 12:41 AM Revision 3ae5a46f (streamers): fix some publishing code
- 12:41 AM Revision 5fdc076b (streamers): reduce amount of published data
- 12:29 AM Revision ac5167d5 (streamers): increase the target peerset size
05/06/2010
- 10:49 PM Revision 0743a5d9 (streamers): fix timestamp overflow handling code
- 10:38 PM Revision e8c7fca9 (ffmpeg): Add intra refresh and crf-max support to the libavcodec libx264 wrapper.
- Minor version bump.
Originally committed as revision 23038 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:57 PM Revision 581339c4 (streamers): adding -C parameter to set channel name
- 09:57 PM Revision 5950e362 (streamers): adding channel name support
- 09:57 PM Revision d78e9c6a (streamers): limit peerset size on a simplistic way
- 09:57 PM Revision cff93a07 (streamers): fix compilation without MONL with DEBUG
- 09:56 PM Revision 3cd33bb0 (streamers): reduce debug output in streaming.c
- 09:56 PM Revision 18b3d383 (streamers): add monl to the executable name to differentiate versions
- 09:56 PM Revision 3ceb4247 (streamers): adding one more dependence (lrt) for the sake of libevent 2.0.3+
- 09:56 PM Revision 5fc04950 (streamers): compile also without MONL
- 09:56 PM Revision ec8681cf (streamers): fix an error in debug output
- 08:38 PM Revision 46174079 (ffmpeg): 10l: store the result of clipping added in r23035
- Originally committed as revision 23037 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 PM Revision 217b44dd (ffmpeg): Error out when too many bits per frame are requested.
- Originally committed as revision 23036 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision 32fa7725 (ffmpeg): Make the faac inspired quantizer search make sense for a slightly nar...
- Originally committed as revision 23035 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:52 PM Revision 42e83dd5 (chunker-player): more debug printf removed
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1192 c54fa...
- 04:45 PM Revision 21aba08b (chunker-player): debug printf removed
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1191 c54fa...
- 03:56 PM Revision f7d3e585 (chunker-player): added sanity check on existance of cb chunkbuffer since one t...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1190 c54fa...
- 03:40 PM Revision e59f7a9e (chunker-player): makefile rearranged for STATIC compilation
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1189 c54fa...
- 03:30 PM Revision eb0c9035 (chunker-player): added code to detect and prevent anomalies in DTS conversion ...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1188 c54fa...
- 03:29 PM Revision e576e0e8 (chunker-player): removed useless static keyword
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1187 c54fa...
05/05/2010
- 09:45 PM Revision 9e94bd3e (ffmpeg): Reindent after the last commit.
- Originally committed as revision 23034 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:44 PM Revision 10173c0e (ffmpeg): Simplify print_error(), directly use av_strerror()/strerror() for
- printing the error code associated to FF_NETERROR(EPROTONOSUPPORT).
Originally committed as revision 23033 to svn://... - 09:44 PM Revision 735ef67b (ffmpeg): Make print_error() use strerror() in case av_strerror() fails.
- Should provide a meaningful error message for systems which do not
support strerror_r().
Fix roundup issue #1894.
O... - 09:44 PM Revision e2959f45 (ffmpeg): Make av_strerror() return -1 even in the case when av_strerror_r() is
- not defined.
This allows applications to check if av_strerror() cannot provide a
meaningful representation for the p... - 09:38 PM Revision e9d96831 (ffmpeg): schroenc: Set colorspace info
- Originally committed as revision 23030 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:37 PM Revision 37284120 (ffmpeg): schroenc: Use AV_RB32
- Originally committed as revision 23029 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 PM Revision 0174a9d8 (chunker-player): added the source code of the offerstreamer side of the http i...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1182 c54fa...
- 09:27 PM Revision 64144d8f (chunker-player): little cleanup in the http interface modules so that they can...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1181 c54fa...
- 09:02 PM Revision 31cf8c65 (ffmpeg): schroenc: Set open-gop
- Originally committed as revision 23028 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 PM Revision 3d6fa004 (ffmpeg): schroenc: Set keyframe interval
- Originally committed as revision 23027 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 PM Revision e0a24555 (ffmpeg): schroenc: Use constant quality for constant quality, not noise threshold
- Originally committed as revision 23026 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 PM Revision 614748ce (ffmpeg): schroenc: Don't touch gop_structure by default, it should be left ada...
- Originally committed as revision 23025 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:26 PM Revision 8af7dbce (ffmpeg): Parse IFF metadata.
- Patch by Sebastian Vater, cdgs D basty A googlemail
Originally committed as revision 23024 to svn://svn.ffmpeg.org/f... - 05:02 PM Revision cfdaee45 (ffmpeg): Align plane size to word-boundary.
- Patch by Sebastian Vater, cdgs D basty A googlemail
Originally committed as revision 23023 to svn://svn.ffmpeg.org/f... - 08:41 AM Revision ddb63017 (ffmpeg): movenc: Write QuickTime chapters
- Originally committed as revision 23022 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:41 AM Revision 1b206f62 (ffmpeg): movenc: Swap positions of mov_write_header and mov_write_packet
- Originally committed as revision 23021 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:41 AM Revision 1cf9f6ed (ffmpeg): mov: Read nero chapters
- Originally committed as revision 23020 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/04/2010
- 05:17 PM Revision e1954bb5 (ffmpeg): Do not use pkt->size when it is potentially uninitialized.
- Patch by Thierry Foucu, tfoucu gmail
Originally committed as revision 23017 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:11 AM Revision f4ea7c89 (ffmpeg): alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines
- written by Kostya Shishkov
Originally committed as revision 31135 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
05/03/2010
- 10:08 PM Revision 4fe4bb61 (ffmpeg): Revert r22974 int->unsigned parts that don't have any meaningful effect.
- Originally committed as revision 23016 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:56 PM Revision 441ea0ce (ffmpeg): Make av_strerror() print an error message mentioning the error code
- number if strerror_r() did not succeed for whatever reason.
This avoids the need for the application to fill the str... - 07:21 PM Revision 17d59599 (ffmpeg): 10l: The SBR refactor requires the use of 2 independent output X buff...
- Originally committed as revision 23014 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:14 PM Revision b05394a0 (ffmpeg): configure: allow compiler-specific flags for --disable-optimizations
- ICC needs at least -O1 to link so add this when optimisations are
otherwise disabled.
Originally committed as revisi... - 05:57 AM Revision fa36165a (ffmpeg): amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder output
- The output scaling was accidentally removed in rev 22937.
Originally committed as revision 23012 to svn://svn.ffmpeg...
05/02/2010
- 09:52 PM Revision 1302ccc1 (ffmpeg): Another buffer overflow, fixes issue1758.
- Originally committed as revision 23011 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 PM Revision 121d78d0 (ffmpeg): Allow to set archiver tool ar.
- Originally committed as revision 23010 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:07 PM Revision bf976699 (ffmpeg): Clarify how allocation works for the picture argument for
- avcodec_decode_video3.
Originally committed as revision 23009 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/01/2010
- 09:05 PM Revision d296a658 (ffmpeg): qt-faststart: Free ftyp_atom at all exit points
- Originally committed as revision 23008 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 PM Revision 331cb6c3 (ffmpeg): Reindent after the previous commit
- Originally committed as revision 23007 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 PM Revision d50fc2d0 (ffmpeg): Remove unnecessary checks before calling free
- Feel free to revert if you can specify a concrete case where this actually
is necessary.
Originally committed as rev... - 06:45 PM Revision 593a8614 (ffmpeg): Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...).
- Partially fixes issue 1758.
Originally committed as revision 23005 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:36 PM Revision c99d506b (ffmpeg): Fix off-by-one errors in description of score_max argument for
- av_probe_input_format2
Originally committed as revision 23004 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:54 PM Revision d0eb2b78 (ffmpeg): Document av_probe_input_format2 API addition.
- Originally committed as revision 23003 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:49 PM Revision 8e2ee182 (ffmpeg): Export av_probe_input_format2.
- Originally committed as revision 23002 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:24 AM Revision 50f85218 (ffmpeg): Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in case
- of failure return the stored value rather than the current errno,
which may be overwritten by a following call to clo...
04/30/2010
- 11:32 PM Revision 2d23fecd (ffmpeg): Enforce time border monotonicity.
- Thanks to Chromium.
Originally committed as revision 23000 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:08 PM Revision a91d82b5 (ffmpeg): Move the SBR patch count check to prevent overwrites.
- Thanks to Chromium.
Originally committed as revision 22999 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:42 PM Revision 10678e5c (ffmpeg): Increase size of patch_borders[].
- 6 patches means there can be 7 borders. Found by Chromium.
Originally committed as revision 22998 to svn://svn.ffmpe... - 10:09 PM Revision 19a00c5e (ffmpeg): avi bgr24 padding fix.
- Fixes issue1901
Originally committed as revision 22997 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:43 PM Revision d0dedce7 (ffmpeg): Reindent
- Originally committed as revision 22996 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:43 PM Revision ca6d3f23 (ffmpeg): Rewrite ff_sbr_apply in a manner more friendly to PS.
- This includes merging ff_sbr_dequant into ff_sbr_apply.
Originally committed as revision 22995 to svn://svn.ffmpeg.o... - 09:43 PM Revision bd744c4f (ffmpeg): Declare myself (Alex Converse) AAC maintainer.
- Approved by the previous maintainer Rob.
Originally committed as revision 22994 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:30 PM Revision 5635985c (ffmpeg): ARM: NEON optimised VP6 edge filter
- Originally committed as revision 22993 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 PM Revision 5e1ba34b (ffmpeg): VP56: move vp56_edge_filter to new VP56DSPContext
- Using macro templates allows the vp[56]_adjust functions to be
inlined instead of called through function pointers. ... - 12:06 AM Revision ff866063 (ffmpeg): Print warnig if requested samplingrate is unsupported.
- Originally committed as revision 22991 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/29/2010
- 04:48 PM Revision 9ebbb2ab (chunker-player): update to ML
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1151 c54fa...
- 04:17 PM Revision 3a441932 (streamers): removing chunkbuffer_helper
- not needed with the current GRAPES version
- 04:16 PM Revision 08495d05 (streamers): upgrading to the new net-helper interface, that also takes an FD_S...
- parameter
- 04:15 PM Revision c3d27400 (streamers): upgrading to the new top interface that allows the use of metadata
- 04:14 PM Revision a537d172 (streamers): new makefile that separates external dependencies to GRAPES(som) a...
- This new makefile allows us to separate different libraries,
linking with version A of one, and version B of another.... - 02:41 PM Revision 547b7bcb (ffmpeg): bswap: add macros to byteswap constants
- The normal byteswap functions might use inline asm which is suboptimal
with constants (and cannot be used in static i... - 01:05 PM Revision faa2989e (ffmpeg): vfwcap: flip RGB rawvideo.
- Originally committed as revision 22989 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:01 PM Revision 661d190d (grapes): Tell the caller what happened during a merge...
- 11:59 AM Revision dceb7156 (chunker-player): cleaned indentation
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1137 c54fa...
- 11:59 AM Revision a17b35ac (chunker-player): some more sanity check of corrupted frames, and a couple smal...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1136 c54fa...
- 09:38 AM Revision 35f870f1 (grapes): Fix a typo
- 07:48 AM Revision 255b9b59 (grapes): When deleting a node, delete the metadata too...
- 07:35 AM Revision 393aa781 (grapes): Add the "ranked" functions
04/28/2010
- 08:08 PM Revision 707cd944 (ffmpeg): Fix typo.
- Originally committed as revision 22988 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:00 PM Revision 2308b6c1 (ffmpeg): Add version to AVClass so we can add to and use fields of AVClass wit...
- Originally committed as revision 22987 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 PM Revision 6e3ad836 (chunker-player): added aspect_ratio commandline parameter
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1134 c54fa...
- 01:44 PM Revision 4bb4d414 (chunker-player): bugfix in printing debug messages
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1129 c54fa...
- 01:43 PM Revision 0f001772 (chunker-player): bugfix in printing debug messages
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1128 c54fa...
- 11:01 AM Revision 01873987 (grapes): Some renaming...
- 09:56 AM Revision faa3a9c7 (grapes): Rename some files: nc -> topo
- 09:53 AM Revision 3c7f8a0c (grapes): Remove MAX_PEERS dependency
- 08:19 AM Revision 9450a425 (grapes): Fix some sprintf() warnings
- 08:19 AM Revision c4aa4579 (grapes): Implement config_value_str()
- 08:07 AM Revision 20d57a50 (grapes): Actually initialise cfg_tags
- 08:02 AM Revision b01dba14 (ffmpeg): Check the return value of device_try_init() immediately after calling...
- function. Avoids the following warning:
libavdevice/v4l2.c: In function ‘v4l2_read_header’:
libavdevice/v4l2.c:586: w... - 07:57 AM Revision 337104ac (ffmpeg): Fix FourCC when remuxing VP6F, regression introduced in r22941.
- Patch by Anssi Hannula, anssi D hannula A iki fi
Originally committed as revision 22985 to svn://svn.ffmpeg.org/ffmp...
04/27/2010
- 11:22 PM Revision 441881b4 (ffmpeg): Reindent after the last commit.
- Originally committed as revision 22984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 PM Revision 8280e2bd (ffmpeg): Make ffprobe show sample_aspect_ratio and display_aspect_ratio only if
- sample_aspect_ratio is known.
Avoid to show bogus values, which may confuse both the human and the
machine reader.
... - 10:45 PM Revision 6e25b780 (ffmpeg): Fix weird brace placement.
- Originally committed as revision 22982 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision cf103fab (ffmpeg): Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS)
- instead which is semantically equivalent.
See the thread:
Subject: [FFmpeg-devel] [RFC] The meaning of AVERROR_NOTSU... - 09:33 PM Revision 1ace15f5 (ffmpeg): Reduce the verbosity of the v4l2 input device
- Originally committed as revision 22980 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 PM Revision 4f54d924 (ffmpeg): Simplify some output messages in the v4l2 input device
- Originally committed as revision 22979 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:29 PM Revision d0819384 (chunker-player): bug fixed about huge memory leak
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1123 c54fa...
- 02:06 PM Revision e08af472 (chunker-player): added more robustness checks on chunk decoding process and pa...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1121 c54fa...
- 02:04 PM Revision 4f5e6ef1 (ffmpeg): Reindent after rr22977.
- Patch by Sebastian Vater <cdgs.basty googlemail com>.
Originally committed as revision 22978 to svn://svn.ffmpeg.org... - 02:03 PM Revision 46dcabf8 (ffmpeg): Make the IFF demuxer a little more standards-compliant, e.g. respect ...
- fields of common media header chunks (these can have different sizes depending
on the type of IFF file you read), bet... - 10:31 AM Revision af501115 (chunker-player): added command line parameter for queue size threshold
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1119 c54fa...
- 09:06 AM Revision be72b2c2 (chunker-player): debug messages disabled
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1117 c54fa...
04/26/2010
- 10:39 PM Revision 726dc061 (ffmpeg): Reidnent after r22795.
- Patch by Sebastian Vater <cdgs.basty googlemail com>.
Originally committed as revision 22976 to svn://svn.ffmpeg.org... - 10:38 PM Revision fe51b5ce (ffmpeg): Move some branches outside looped code. Should improve the generated ...
- thus performance) slightly.
Patch by Sebastian Vater <cdgs.basty googlemail com>.
Originally committed as revision ... - 10:37 PM Revision 473147be (ffmpeg): Switch some ints to unsigned (they can only have positive values, thi...
- compiler to optimize some math from mul/div to shr/shl). Also add a cast to
uint32_t when calling decodeplane32(), th... - 10:36 PM Revision a31e7956 (ffmpeg): Make ffmpeg use print_error() to make apparent the exact cause of
- failure happened when trying to open the output file.
Originally committed as revision 22973 to svn://svn.ffmpeg.org... - 10:36 PM Revision ec679173 (ffmpeg): Make file_open() return the error code set in errno if open() fails,
- rather than always ENOENT.
Originally committed as revision 22972 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:07 PM Revision 932d775f (ffmpeg): Implement v4l2 input size autodetection in v4l2_read_header().
- Move check on frame size after the device is opened and after
device_try_init() is attempted. If the provided size va... - 10:00 PM Revision 687dc355 (ffmpeg): Make two functions out of #define hackery.
- Patch by Sebastian Vater, cdgs D basty A googlemail
Originally committed as revision 22970 to svn://svn.ffmpeg.org/f... - 09:01 PM Revision 90bc36b0 (ffmpeg): Reindent after r22968.
- Originally committed as revision 22969 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:00 PM Revision ad640896 (ffmpeg): Write clip-related decimal numbers into hex, where they make more sense.
- Originally committed as revision 22968 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:30 PM Revision 3bfd582c (ffmpeg): Set ARCH=c with --disable-asm, fix build
- Originally committed as revision 22967 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 PM Revision c57a8fef (ffmpeg): Return meaningful error codes, rather than always -1.
- Originally committed as revision 22966 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:54 PM Revision 8b52d5cf (chunker-player): updated on the wire encoding of frame.h in order to use stand...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1113 c54fa...
- 01:36 PM Revision 2d0525c2 (ffmpeg): Fix broken 32-bit clipping, and write numbers in hex instead of decim...
- they are easier to understand. Also give the add a 'u' postfix to silence
a pre-c99 compiler warning.
Originally com... - 11:27 AM Revision e6f029d9 (chunker-player): removed some useless debug messages
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1111 c54fa...
- 11:20 AM Revision 88fe20d0 (chunker-player): bug fixed when first packet of audio queue cannot be decoded....
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1110 c54fa...
04/25/2010
- 11:35 PM Revision 0a6a282a (ffmpeg): Make ffprobe show stream->nb_frames if that info is known.
- Patch by Robert Krüger $(echo kru3g3r@signal7.d3 | sed -e 's/3/e/g').
Originally committed as revision 22964 to svn:... - 06:47 PM Revision 18225025 (ffmpeg): Remove unnecessary width and height variables from v4l2_read_header().
- Originally committed as revision 22963 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:05 PM Revision 4cf1ba04 (ffmpeg): Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1
- in case of invalid picture size.
Originally committed as revision 22962 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:27 PM Revision 2ef6c124 (ffmpeg): Mark av_metadata_set() as deprecated, and use av_metadata_set2()
- in its place.
av_metadata_set() is going to be dropped at the next major bump.
Originally committed as revision 229...
04/24/2010
- 10:39 AM Revision 472e12f5 (ffmpeg): Implement ffserver.c:report_config_error() and a macro for logging
- error messages / updating the error count.
Originally committed as revision 22960 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:39 AM Revision 6675a5bf (ffmpeg): Statically initialize ffserver.c:config_filename, simplify.
- Originally committed as revision 22959 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:14 AM Revision 931b832a (ffmpeg): Consistently prefer @var{VAR} over ``VAR'' for indicating filter
- parameters.
Originally committed as revision 22958 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/23/2010
- 09:27 PM Revision 62044024 (ffmpeg): 4th try at getting ansi colors working with a default of color=yes_pl...
- Colors will only be used if the TERM env var is set and NO_COLOR is not set.
Originally committed as revision 22957 ... - 06:54 PM Revision 0ed5bca4 (chunker-player): removed unused pts field
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1109 c54fa...
- 06:54 PM Revision 648357d7 (chunker-player): lots of code cleanup
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1108 c54fa...
- 04:45 PM Revision 0bb84801 (ffmpeg): Add acelp_filters.o as QCELP decoder object file.
- Originally committed as revision 22956 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:41 PM Revision 005ad8a0 (ffmpeg): Make WMAVoice decoder depend on DCT/RDFT
- Originally committed as revision 22955 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:28 PM Revision 07876e25 (ffmpeg): Workaround for missing llrintf()
- Originally committed as revision 22954 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:16 PM Revision fb7df31b (chunker-player): more int to int32_t changes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1107 c54fa...
- 02:06 PM Revision 51ba8aaa (chunker-player): chunk sequence ID debug messages plus fixed back
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1106 c54fa...
- 01:25 PM Revision 04df3b0f (grapes): Correct all the "init()" function to take a config string as a parameter
- 01:15 PM Revision aebfb457 (ffmpeg): Trying _WIN32 for win32 detection.
- Originally committed as revision 22953 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:06 PM Revision e4e3bde9 (grapes): Fix cache grow
- 12:59 PM Revision bf702aab (grapes): Fix removal of the last element of the cache
- 12:57 PM Revision 2bece9a3 (grapes): Ordered insertion in cache
- 12:51 PM Revision bd209760 (chunker-player): converted int into int32_t
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1104 c54fa...
- 08:11 AM Revision 7328cdfa (ffmpeg): Merge the 2 ANSI ESC codes.
- Originally committed as revision 22952 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:08 AM Revision d77cdcc9 (grapes): SOM: check return value of ncast_payload_fill
- 08:07 AM Revision 2feb6647 (grapes): SOM: define to set TopMan's MAX_MSG_SIZE
- 08:00 AM Revision d86ef3d5 (grapes): SOM: introducing MAX_TIMESTAMP timeout in newscast
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1000 c54fac2e-1815-407e-9b96-088d06743913
- 07:52 AM Revision d85b5003 (grapes): SOM: increasing topman bootstrap period to 2s
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@999 c54fac2e-1815-407e-9b96-088d06743913
- 07:51 AM Revision badadecf (grapes): SOM: add bootstrap mode to topman with faster turnaround time
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@958 c54fac2e-1815-407e-9b96-088d06743913
- 07:33 AM Revision 841073ce (ffmpeg): Reenable ANSI colors, use method from VLC as suggested by ramiro.
- Please tell us asap if this breaks for your platform & terminal.
Originally committed as revision 22951 to svn://svn...
04/22/2010
- 09:43 PM Revision cc8538ff (ffmpeg): ac3dec: return smaller of buf_size and frame_size instead of always r...
- frame_size.
Originally committed as revision 22950 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:19 PM Revision 84368aa6 (ffmpeg): ARM: fix build for darwin/iphone
- References to external symbols in asm code need prefixes.
Originally committed as revision 22949 to svn://svn.ffmpeg... - 08:39 PM Revision 2c4b87ea (ffmpeg): Disable ANSI color code until we figured out how to detect ANSI suppo...
- the used terminal.
Originally committed as revision 22948 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:34 PM Revision 0403c2e3 (ffmpeg): Disable LATM AAC in mpegts, this is not supported and produce too many
- bug reports. Also warn the user about it.
Originally committed as revision 22947 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:24 PM Revision 804050f7 (grapes): Merge remote branch 'origin/new_nethelper_interface' into next
- 07:21 PM Revision 4fcb4ce3 (grapes): Merge remote branch 'origin/makefiles' into next
- 07:07 PM Revision 0b33256d (grapes): Merge remote branch 'origin/topman' into next
- 06:58 PM Revision 51e026d1 (ffmpeg): Coloring the log with ANSI.
- Ive checked this on black and white background and found no problem in terms
of readability.
flames welcome.
Origina... - 12:54 PM Revision 037e9afd (ffmpeg): Fix off-by-1 error in the tag parsing code.
- Originally committed as revision 22945 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 AM Revision f126ff44 (chunker-player): - insertion sort head of queue bug solved (missed frames and ...
- - audio dequeue update of timestamps on following packet corrected (caused audio skew)
- audio frames are now decoded... - 11:22 AM Revision 13e1a1c8 (chunker-player): got rid of SDL dependancy in the streamer (not needed really)
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1097 c54fa...
- 09:41 AM Revision ddecab20 (ffmpeg): Set .supported_samplerates for mpeg audio encoders.
- Originally committed as revision 22944 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 AM Revision 10d0f5e0 (ffmpeg): Make sure ffmpeg chooses a supported samplerte if the encoder supports
- just some.
Originally committed as revision 22943 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:04 AM Revision 951776c4 (ffmpeg): Made FLIC demuxer capable of handling the videos from "X-COM: Terror ...
- Originally committed as revision 22942 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:57 AM Revision 03cb8458 (ffmpeg): Support VP6F in Matroska.
- Patch by Christian Schmidt, schmidt digadd de
Originally committed as revision 22941 to svn://svn.ffmpeg.org/ffmpeg/... - 08:55 AM Revision 9b157b0c (ffmpeg): Fix compilation error of ffmpeg and ffplay with --disable-avdevice.
- Patch by Cyril Russo, stage D nexvision A laposte net
Originally committed as revision 22940 to svn://svn.ffmpeg.org...
04/21/2010
- 09:19 PM Revision 9d30e068 (ffmpeg): Do not initialize res in url_fseek(), in the case !s->seek directly
- return AVERROR(EPIPE) rather than the pre-defined value of res.
Slightly improve readability.
Originally committed ... - 06:01 PM Revision 9a32573b (ffmpeg): WMAVoice postfilter.
- Originally committed as revision 22938 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:57 PM Revision b1078e9f (ffmpeg): Move clipping of audio samples (for those codecs outputting float) fr...
- to the audio conversion routines.
Originally committed as revision 22937 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:51 PM Revision 6858ce2f (ffmpeg): Fix typo.
- Originally committed as revision 22936 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:50 PM Revision 805a83d5 (ffmpeg): Implement QCELP postfilter.
- Originally committed as revision 22935 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:46 PM Revision 5180a0b1 (ffmpeg): Make the Sipr16k postfilter function write data into the target/outpu...
- Originally committed as revision 22934 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:45 PM Revision 8955a9d7 (ffmpeg): Split input/output data arguments to ff_acelp_apply_order_2_transfer_...
- Originally committed as revision 22933 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:43 PM Revision bb2dd9ef (ffmpeg): Split the input/output data arguments to ff_adaptive_gain_control().
- Originally committed as revision 22932 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 PM Revision 8e6daa4a (ffmpeg): theora: coeff huffman codes are allowed to be up to 32 bits long (for...
- Originally committed as revision 22931 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:05 PM Revision a2d35888 (ffmpeg): 10l: do not try to unpack DTX frames in AMR-NB decoder
- Originally committed as revision 22930 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:00 PM Revision 10fa22cc (ffmpeg): Fix MTV decoding on big-endian systems
- Originally committed as revision 22929 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:36 AM Revision 7221579b (ffmpeg): mov: Read QuickTime chapters
- Originally committed as revision 22928 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:36 AM Revision dc75e4e3 (ffmpeg): movenc: Write nero chapters
- Originally committed as revision 22927 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/20/2010
- 09:23 PM Revision f7501a71 (ffmpeg): seems aac gets screwed up by the parser so disable it
- Originally committed as revision 22926 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:19 PM Revision dc1c26dc (ffmpeg): parse stream headers for audio streams in mkv, needed for frame size
- Originally committed as revision 22925 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:40 PM Revision e5953464 (ffmpeg): Reindent / reformat some code with broken indenting.
- Patch by Sebastian Vater <cdgs DOT basty googlemail com>.
Originally committed as revision 22924 to svn://svn.ffmpeg... - 05:37 PM Revision 2328e5a2 (ffmpeg): Allow setting the environment variable FFMPEG_DATADIR to locate prese...
- Patch by Robert Krüger <krueger signal7 de>.
Originally committed as revision 22923 to svn://svn.ffmpeg.org/ffmpeg/t... - 05:05 PM Revision bf29cbc2 (ffmpeg): Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemai...
- Originally committed as revision 22922 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:47 PM Revision 353285d7 (ffmpeg): Remove explicit filename from Doxygen @file commands.
- Passing an explicit filename to this command is only necessary if the
documentation in the @file block refers to a fi... - 02:45 PM Revision ba87f080 (ffmpeg): Remove explicit filename from Doxygen @file commands.
- Passing an explicit filename to this command is only necessary if the
documentation in the @file block refers to a fi... - 02:41 PM Revision e1ae1642 (ffmpeg): Add missing internal.h #include for brktimegm(), fixes the warning:
- libavformat/dvenc.c:82: warning: implicit declaration of function ‘brktimegm’
Originally committed as revision 22920... - 02:23 PM Revision 4311ff77 (ffmpeg): cosmetics: Switch Doxygen comments to JavaDoc style.
- Originally committed as revision 22919 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:38 AM Revision 5948f822 (ffmpeg): Reset RTCP timestamps after seeking, add range start offset to the pa...
- If these aren't reset, the timestamps make a huge jump when the next RTCP
is received.
Originally committed as revis... - 07:34 AM Revision 2cab6b48 (ffmpeg): Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext
- In order to sync RTP streams that get their initial RTCP timestamp at
different times, propagate the NTP timestamp of... - 01:41 AM Revision 2293a2e6 (ffmpeg): Set AVFMT_NOTIMESTAMPS flag for mp3 muxer
- Fixes issue 1026
Originally committed as revision 22916 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/19/2010
- 09:20 PM Revision dbb4f051 (ffmpeg): vertical align in libx264.c
- Originally committed as revision 22915 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:37 PM Revision 60877ad9 (ffmpeg): Revert "Fix libx264 configure check to use pkg-config if available."
- There are problems using pkg-config, and a better solution is being
worked on.
Originally committed as revision 2291... - 07:34 PM Revision 73f3f30d (ffmpeg): Fix libx264 configure check to use pkg-config if available.
- Originally committed as revision 22913 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:05 PM Revision 1840b280 (ffmpeg): Makefile: make fate target depend on compiling ffmpeg
- Originally committed as revision 22912 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:49 PM Revision 8469ae22 (ffmpeg): configure: simplify $COMPONENT_LIST handling
- This lets check_deps set the generic CONFIG_ENCODERS and friends using
an _if_any construct.
Originally committed as... - 12:49 PM Revision 0afab17e (ffmpeg): configure: simplify vaapi dependencies
- Originally committed as revision 22910 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:49 PM Revision c89c96e9 (ffmpeg): configure: simplify vdpau dependencies
- Originally committed as revision 22909 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:51 AM Revision 55a95e2d (ffmpeg): FATE: update nsv-demux checksums
- Originally committed as revision 22908 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:42 AM Revision bacde646 (ffmpeg): Make ffserver support rfc3550
- Originally committed as revision 22907 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:40 AM Revision 9094d867 (ffmpeg): Make rtp protocol obey rfc3550
- Originally committed as revision 22906 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 AM Revision 2ea35695 (chunker-player): more modularized compile of HTTP/CURL interface vs NHIO inter...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@983 c54fac...
04/18/2010
- 08:10 PM Revision 3748b2b8 (ffmpeg): Fix leak in avfilter_graph_add_filter().
- In case of reallocation failure the pointer to the original filter
array was lost. The correct behavior seems to just... - 07:09 PM Revision fc8fa007 (ffmpeg): Implement librtmp seek support.
- Implement flv_read_seek(), add a missing check on stream_index
and fix timestamp rounding in rtmp_read_seek().
Also ... - 07:09 PM Revision d79fc840 (ffmpeg): Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.
- AVERROR_NOTSUPP is (maybe) going to be deprecated.
Originally committed as revision 22903 to svn://svn.ffmpeg.org/ff... - 05:37 PM Revision 4c4ef3db (ffmpeg): Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) if
- the seek operation is not defined in the ByteIOContext.
Originally committed as revision 22902 to svn://svn.ffmpeg.o... - 05:37 PM Revision 28894105 (ffmpeg): Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) in
- the case where the seek operation is not defined in the protocol
handler.
Originally committed as revision 22901 to ... - 12:11 PM Revision db64e6b0 (streamers): changing channel name
- 12:51 AM Revision c91ee04d (chunker-player): cleanup and support for more options
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@981 c54fac...
- 12:51 AM Revision 8396ceb6 (chunker-player): obsoleted by chunker.conf
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@980 c54fac...
- 12:50 AM Revision 29036aa8 (chunker-player): introduced libconfuse
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@979 c54fac...
- 12:49 AM Revision 34149271 (chunker-player): 1 week long nasty bug in synch algorithm for live sources due...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@978 c54fac...
- 12:45 AM Revision 48e3fa51 (chunker-player): configure via chunker.config the chunk ID method (timestamp o...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@977 c54fac...
- 12:43 AM Revision 27b18319 (chunker-player): dont wait for thread to finish (removed thread join) otherwis...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@976 c54fac...
- 12:42 AM Revision 5211f659 (chunker-player): chunk IDs based also on start timestamp in milliseconds of ch...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@975 c54fac...
- 12:40 AM Revision 382aabf3 (chunker-player): introduced libconfuse based config file parsing
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@974 c54fac...
04/17/2010
- 03:53 PM Revision 0c13e6d0 (streamers): fix printing if compiled with DEBUG
- 03:52 PM Revision 0bee8166 (streamers): print chunkbuffer only if it had been initialized
- 11:00 AM Revision 22c29c36 (ffmpeg): Add const to some pointer parameters.
- Patch by Michael Kaufmann, hallo michael-kaufmann ch
Originally committed as revision 22900 to svn://svn.ffmpeg.org/... - 10:37 AM Revision 33e62383 (ffmpeg): vp3: Use avctx pointer directly
- Originally committed as revision 22899 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 AM Revision 37842c00 (streamers): added and fixed RATE measures
- 09:59 AM Revision 68330740 (streamers): get_average_lossrate_pset wrapper around get_average_lossrate
- 02:04 AM Revision 8099d6c9 (ffmpeg): vp3: Read fps and aspect ratio in the decoder
- Originally committed as revision 22898 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:04 AM Revision ddc7e438 (ffmpeg): vp3: Don't crop if there's a left/top offset, it's wrong
- Fixes issue1834
Originally committed as revision 22897 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:04 AM Revision eb6a6cd7 (ffmpeg): vp3: DC-only IDCT
- 2-4% faster overall decode
Originally committed as revision 22896 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/16/2010
- 10:58 PM Revision f32f7d8b (ffmpeg): Take ticks per frame into account when warning about difference between
- container and codec frame rate.
Originally committed as revision 22895 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:36 PM Revision 653d7aeb (ffmpeg): Parse strf mov atoms
- This fixes roundup issue 1270.
Originally committed as revision 22894 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:18 PM Revision 8d3d4722 (streamers): fix compile problems with NAN
- 07:02 PM Revision 4dc06ae1 (streamers): drop last peer as well
- preventing the drop of the last peer made peers to agressive
can be readded, but needs further verifications, and a m... - 01:34 PM Revision abbef5a5 (streamers): reduce offer count if there are losses in send (average)
- 01:33 PM Revision 960017bf (streamers): increase max_deliver in offer if hopcount is small
- 01:33 PM Revision 8dd1eccd (streamers): disabling accept backpressure logic
- it was based on loss rate, bot on the wrong (send) one.
It should be based on something else, e.g. receive loss. - 01:31 PM Revision d4eb745c (streamers): adding average_lossrate calculation
- 01:31 PM Revision 6ebe1428 (streamers): adding hopcount query function
- 12:21 PM Revision 60867312 (ffmpeg): vp3: More buffer length checks
- .5% slower to fix some crashes on invalid streams
Originally committed as revision 22893 to svn://svn.ffmpeg.org/ffm... - 12:21 PM Revision d7097c2d (ffmpeg): vp3: Remove internal debug statement
- Originally committed as revision 22892 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:21 PM Revision adc725b5 (ffmpeg): oggdec: Move warning about missing granule to the correct place
- Originally committed as revision 22891 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:21 PM Revision 44a088ea (ffmpeg): oggdec: Fix duration calculation if the last page in a file has no gr...
- Originally committed as revision 22890 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:21 PM Revision 49c2d290 (ffmpeg): oggdec: Remove write-only variable
- Originally committed as revision 22889 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 AM Revision 6ac1e106 (streamers): fix call to chunk_unlock
- was called to early, before verifying that decode was successful
- 10:10 AM Revision f740dafb (streamers): added chunk send/recive event counters to streamer
- 10:03 AM Revision 88e094f7 (streamers): added new peer measures for chunk send and reception
- 08:34 AM Revision 702769ac (streamers): improved debug output
- 08:34 AM Revision 2314ccb7 (streamers): improved chunk buffer printing
- 08:33 AM Revision b58cb76a (streamers): improved debug output
- 12:20 AM Revision adef229e (ffmpeg): AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)
- FF_NETERROR is implicitly an AVERROR.
Originally committed as revision 22888 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/15/2010
- 09:29 PM Revision 09488d8e (streamers): adding some per peer rate measurements
- 06:27 PM Revision 4aecee7f (ffmpeg): Fix compile error on mingw where ETIMEDOUT is missing (because it's a...
- This patch also changes FF_NETERROR() to be an AVERROR(), i.e. it is always
negative, whereas it was previously posit... - 02:56 PM Revision 710648c6 (streamers): temporarily disabling peer level measures
- 02:06 PM Revision 598b51d8 (streamers): comments added in measure.c
- 02:00 PM Revision 6176a3c9 (streamers): adding units to measures
- 01:49 PM Revision 80218c16 (streamers): increase peer timeout to 10 seconds
- 01:49 PM Revision 0773b270 (streamers): avoid dropping the last peer, our last link to the world
- 01:30 PM Revision e58c05bb (ffmpeg): Remove useless assert(), since this can (in theora) be used for any Xiph
- codec, so there's no reason to (invalidly) limit it to only Theora.
Also fixes issue 1880 (compilation error on -DDE... - 01:16 PM Revision 6752a3cc (ffmpeg): H.264: cosmetics (vertical align).
- Originally committed as revision 22885 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:30 AM Revision fa37cf0d (ffmpeg): H.264: move avctx->{profile,level} init before AVCodecContext.get_for...
- Originally committed as revision 22884 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:27 AM Revision b08e38e8 (ffmpeg): H.264: move avctx->refs init before AVCodecContext.get_format().
- Originally committed as revision 22883 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:57 AM Revision b7e82bd2 (streamers): adding some peer level measures
- 06:57 AM Revision e31aecb0 (streamers): changing back to RUp
Also available in: Atom