Activity
From 10/06/2010 to 11/04/2010
11/04/2010
- 11:07 PM Revision 6e872935 (ffmpeg): Implement get_preset_file() in cmdutils.h and use it to factorize code
- from ffmpeg.c and ffserver.c.
Originally committed as revision 25679 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:45 PM Revision 58b4e540 (ffmpeg): Fix FFv1 decoder buffer releasing.
- Previously it was releasing the buffer which was returned to the user,
which was resulting in a crash in case of dire... - 09:48 PM Revision e61bb085 (ffmpeg): Add test for cropping of interlaced H.264.
- Originally committed as revision 25677 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:00 PM Revision bbdee6e5 (ffmpeg): aacdec: consume the audio specific config during LATM parsing
- Spotted by Alex after Carl Eugen found errors some samples. There no errors or
noticeable artifacts in the samples I ... - 08:37 PM Revision 146b6555 (ffmpeg): Fix off-by-one error in APIchanges file.
- Originally committed as revision 25675 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:34 PM Revision 97dd1e4a (ffmpeg): Rename avfilter_graph_destroy() to avfilter_graph_free().
- The new name is shorter and more consistent with the rest of the API.
This change breaks libavfilter API/ABI.
Origi... - 08:34 PM Revision e15aeea6 (ffmpeg): Implement avfilter_graph_alloc().
- Originally committed as revision 25673 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:26 PM Revision a6fdd574 (ffmpeg): Amend avfilter_graph_parse() documentation for the return code, make
- it more generic.
Originally committed as revision 25672 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:53 PM Revision 37e9cc4e (ffmpeg): Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno()...
- already does AVERROR().
Originally committed as revision 25671 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:38 AM Revision f1c7c6ae (ffmpeg): Silence icc warning about unsupported option -Wno-parentheses
- Originally committed as revision 25670 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 AM Revision b34f7ed8 (grapes): Support for statically setting CFLAGS in config.mk
- 08:28 AM Revision bf0f8f9d (grapes): Basic configuration support
- 08:18 AM Revision 23310237 (grapes): Better cross-compilation support
- With this patch, it is not necessary to set CC, AR, etc, but it is
sufficient to only set CROSS_COMPILE to the tools ... - 08:10 AM Revision dc0cf5e3 (grapes): Remove redundant stuff
- 08:08 AM Revision fe4f75fc (grapes): First attempt at partial win32 support (setting ARCH)
11/03/2010
- 08:52 PM Revision 00d1e96b (ffmpeg): H.264 decode: support cropping up to 28 pixels in interlaced mode.
- Contrary to progressive, just being able to crop up to 14/15 pixels
is not enough to encode all supported resolutions... - 08:19 PM Revision ba7d6e79 (ffmpeg): Remove usage of deprecated libavcodec/audioconvert.h functions.
- Originally committed as revision 25668 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:12 PM Revision caa7ad5d (ffmpeg): Fix 16kHz Mono NellyMoser in flv.
- Patch by Thierry Foucu, tfoucu gmail
Originally committed as revision 25667 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:44 PM Revision 20fcd079 (ffmpeg): Implement isnan() function evaluation.
- Originally committed as revision 25666 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:43 PM Revision 07851d79 (ffmpeg): Add eval.texi file.
- Originally committed as revision 25665 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:13 PM Revision 9fc2b708 (ffmpeg): Update 24 bpp TM1 reference for decoder fixes.
- Originally committed as revision 25664 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:22 PM Revision e75f418c (ffmpeg): Fix aspect for 24bpp TM1 samples.
- Originally committed as revision 25663 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:01 PM Revision a940dc69 (ffmpeg): Fix decoding of 24 bpp TM1 (except for aspect).
- Originally committed as revision 25662 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:57 PM Revision f1c53014 (ffmpeg): 100l, calculate mb_change_bits_row_size from the update width.
- Originally committed as revision 25661 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:45 PM Revision 97113c21 (ffmpeg): Support mid-stream resolution/format changes for TM1.
- This makes it easier to fix playback of 24 bit formats.
Originally committed as revision 25660 to svn://svn.ffmpeg.o... - 12:30 PM Revision 9d684cae (grapes): Use proper environment variables, to support cross-compilation
- 11:24 AM Revision 32469cf7 (grapes): Fix net_helper.h for win32
- 11:24 AM Revision 07d576c3 (grapes): Fix system dependent include with win32
- 11:22 AM Revision e04b9596 (grapes): move arpa/inet.h in int_coding.h
- Move a system dependent header in a common place, to help portability
- 11:19 AM Revision f1ed3f34 (grapes): Remove some useless includes
- This is useful for portability (select.h is not available everywhere,
and in this case it is not needed - the system-... - 08:49 AM Revision c638f46b (grapes): Merge branch 'topman' of http://www.disi.unitn.it/~abeni/PublicGits/G...
- 08:40 AM Revision efeaec84 (grapes): Rename topman.h into peersample.h
- 08:31 AM Revision b76b5737 (grapes): Merge branch 'marco_integration'
- Conflicts:
src/TopologyManager/Makefile - 06:29 AM Revision bf800c7d (ffmpeg): matroskadec: skip invalid tags with no TagName
- fixes segfault in issue 2328
Originally committed as revision 25659 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/02/2010
- 11:26 PM Revision 61b1f0f9 (ffmpeg): changelog: mention that ffmpeg is now win64-friendly
- Originally committed as revision 25658 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 PM Revision 6f2325e3 (ffmpeg): 1/PHIl: swap again settb/setpts, fix alphabetical order.
- Originally committed as revision 25657 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:40 PM Revision d89e3b36 (ffmpeg): Move settb docs after setpts docs, fix alphabetical order.
- Originally committed as revision 25656 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 PM Revision a532bb39 (ffmpeg): Add setpts filter, ported from the libavfilter soc repo.
- Originally committed as revision 25655 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:20 PM Revision 6f84cd12 (ffmpeg): Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h and
- deprecate av_get_bits_per_sample_format().
Originally committed as revision 25654 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:08 PM Revision d63e456a (ffmpeg): Implement functions:
- av_get_sample_fmt_name()
av_get_sample_fmt()
av_get_sample_fmt_string()
in libavcore, and deprecate the correspondin... - 08:45 PM Revision 262d1c5d (ffmpeg): Move sample format definitions from libavcodec to libavcore.
- Originally committed as revision 25652 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 PM Revision 7e35d859 (ffmpeg): http: Handle 301/307 redirect requests, too
- Patch by Mike Edenfield, kutulu at kutulu dot org
Originally committed as revision 25651 to svn://svn.ffmpeg.org/ffm... - 08:29 PM Revision 769b74ab (ffmpeg): Allow mono encoding with LAME.
- Patch by Thierry Foucu, tfoucu gmail
Originally committed as revision 25650 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:42 PM Revision 41f1d3af (ffmpeg): Fix timestamp handling in more filters after the change which set the
- timebase in the filter link.
Originally committed as revision 25649 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:42 PM Revision a4ef9658 (ffmpeg): Make the blackframe filter print the time, in addition to the
- timestamp, for each detected black frame.
Originally committed as revision 25648 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:42 PM Revision d370e3e9 (ffmpeg): Make the cropdetect filter print the time for each frame, in addition
- to the timestamp.
Originally committed as revision 25647 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:39 PM Revision 4235a119 (streamers): fixing an unused variable warning
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9.x/Applications/Streamer@2...
- 07:39 PM Revision 84ff82ba (streamers): fixing a bunch of printf related warnings
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9.x/Applications/Streamer@2...
- 07:39 PM Revision eff95c4b (streamers): configure whether to add peers to neighbourhood on signaling messa...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9.x/Applications/Streamer@2...
- 07:39 PM Revision fd3d9d53 (streamers): configure whether to add peers to neighbourhood on chunk receive
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9.x/Applications/Streamer@2...
- 07:39 PM Revision 1d4397e7 (streamers): speedup: cache bmap for bmap_broadcast
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9.x/Applications/Streamer@2...
- 07:39 PM Revision f2f24d31 (streamers): add code to broadcast buffermaps
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9.x/Applications/Streamer@2...
- 07:39 PM Revision 7935ce01 (streamers): add flag to control max_deliver heuristics
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9.x/Applications/Streamer@2...
- 07:39 PM Revision 6fb460e5 (streamers): remove a debug message
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9.x/Applications/Streamer@2...
- 07:39 PM Revision 4f20e77c (streamers): add way to disable bmap_timeout based deletion of peers
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9.x/Applications/Streamer@2...
- 06:40 PM Revision da1b9b88 (ffmpeg): Fix timestamp computation when the timebase changes during filtering.
- The timestamps for all the buffered frames are scaled against
AV_TIME_BASE_Q, and need to be scaled back to AV_TIME_B... - 06:40 PM Revision 4b3d0dc6 (ffmpeg): Fix crop->var_values[VAR_T] computation in the crop filter.
- Originally committed as revision 25645 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:33 AM Revision 94c78709 (ffmpeg): aacdec: change type of data in decode_audio_specific_config parameters
- AVCodecContext.extradata is uint8_t*, silence a warning
Originally committed as revision 25644 to svn://svn.ffmpeg.o... - 08:32 AM Revision 915bfa33 (ffmpeg): mpegts: support LATM syntax
- Originally committed as revision 25643 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:32 AM Revision 136e19e1 (ffmpeg): Add single stream LATM/LOAS decoder
- The decoder is just a wrapper around the AAC decoder.
based on patch by Paul Kendall { paul <ät> kcbbs gen nz }
Orig... - 08:30 AM Revision 6c003e6d (ffmpeg): aacdec: pass avctx as logging context for decode_audio_specific_config
- Use avctx in all called functions. This allows passing a NULL AACContext
for LATM since the AACContext is only used i... - 08:29 AM Revision 66a71d98 (ffmpeg): aacdec: refactor the actual aac decoding code into its own function
- aac_decode_frame() remains as AVPacket handling a wrapper. The actual
decoding function takes a GetBitContext as inpu... - 08:28 AM Revision be63b4ba (ffmpeg): aacdec: return consumed bits in decode_audio_specific_config
- Originally committed as revision 25639 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:28 AM Revision 37d28953 (ffmpeg): aacdec: add MPEG4AudioConfig as parameter for decode_audio_specific_c...
- This will be used by the latm decoder to avoid AACContext changes during
audio specific config parsing.
Originally c... - 06:12 AM Revision 45290fcd (ffmpeg): ffmpeg.c: reindent
- Originally committed as revision 25637 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:12 AM Revision d0abe80a (ffmpeg): ffmpeg.c: don't autocopy stream/chapter metadata if manual mapping is...
- Originally committed as revision 25636 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:01 AM Revision 1829e195 (ffmpeg): ffmpeg.c: extend map_meta_data to allow advanced mappings
- i.e. to/from streams/chapters/programs.
Originally committed as revision 25635 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:09 AM Revision 4f9d25dd (ffmpeg): dnxhd_mmx: prefer xmm registers below xmm6 when they are available
- Originally committed as revision 25634 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 AM Revision 7d78a964 (ffmpeg): Fix possibly exploitable out of buffer writes in msrle_decode_pal4().
- This fix is minimalistic, that function should be cleaned up by someone.
Originally committed as revision 25633 to s... - 01:19 AM Revision 74297831 (ffmpeg): Fix possibly exploitable buffer overrun in msrle_decode_8_16_24_32().
- Issue has been reported to me by Gynvael Coldwind
Originally committed as revision 25632 to svn://svn.ffmpeg.org/ffm... - 01:19 AM Revision 81a64614 (ffmpeg): remove impossible condition from msrle_decode_pal4()
- Originally committed as revision 25631 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 AM Revision 94ee6c10 (ffmpeg): fix indent
- Originally committed as revision 25630 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 AM Revision 0422af7e (ffmpeg): Remove ffmpeg PGMYUV compatibility hack, which was deprecated since
- ages.
The user is requested to specify "-f image2" in place of "-f pgmyuv"
for reading/writing PGMYUV files, as for ...
11/01/2010
- 07:35 PM Revision 80e33d24 (ffmpeg): dsputil: Use explicit movzbl instead of movzx
- This fixes compilation with the latest clang trunk version.
Patch by İsmail Dönmez, ismail at namtrac dot org
Origi... - 10:33 AM Revision 3699c1f1 (ffmpeg): Fix documented syntax for the cropdetect filter.
- Originally committed as revision 25627 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 AM Revision 4cabef0a (ffmpeg): Make strmatch() return 1 only if the string compared against the
- prefix does not contain other characters which may belong to an
identifier.
This allows to distinguish for example t... - 09:34 AM Revision 2b59fbe9 (ffmpeg): Add st, ld, while examples/tests.
- Originally committed as revision 25625 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 AM Revision 8bb12e71 (ffmpeg): Add examples of unary operators.
- Originally committed as revision 25624 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 AM Revision 63b16303 (ffmpeg): Fix evaluation of expressions of the form: E1;E2.
- The pointer to the char ';' has to be increased before to evaluate
";E2".
Originally committed as revision 25623 to ... - 07:45 AM Revision d56920e2 (ffmpeg): aacenc: Correct spreading calculation for high spreading.
- The 3GPP spec uses the following calculation for high spreading:
thr'_spr = max(thr_scaled, s_h(n) * thr_scaled(n-1)... - 07:39 AM Revision 3ea12f65 (ffmpeg): aacenc: cosmetics: Swap spreading_hi/low name to match the 3GPP spec.
- Patch by: Nathan Caldwell <saintdev@gmail.com>
Originally committed as revision 25621 to svn://svn.ffmpeg.org/ffmpeg...
10/31/2010
- 11:37 PM Revision a4ece893 (ffmpeg): lpc_mmx: add xmm registers to clobber list
- Originally committed as revision 25620 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:36 PM Revision e5d5407e (ffmpeg): lpc_mmx: merge some asm blocks
- These blocks depended on the compiler keeping xmm registers untouched between
them.
Originally committed as revision... - 10:48 PM Revision 2839dc97 (ffmpeg): Use AV_RL32() in opt_codec_tag().
- Originally committed as revision 25618 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:20 PM Revision eed299b8 (ffmpeg): sad16_sse2: merge 2 asm blocks
- Originally committed as revision 25617 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:55 PM Revision 0d0778b0 (ffmpeg): ffmpeg: fix opt_codec_tag() return value
- opt_codec_tag() is now used under OPT_FUNC2, which must return a value.
Originally committed as revision 25616 to sv... - 06:14 PM Revision 153ca56b (ffmpeg): xmm_clobbers: list xmm registers first in clobber list
- suncc does not like the leading commas inside the macro, but it has no problem
with trailing commas.
Originally comm... - 04:28 PM Revision ba404520 (ffmpeg): idct_sse2_xvid: only mark xmm>=8 as clobbered on x86_64
- Originally committed as revision 25614 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:11 PM Revision 267ff3ae (ffmpeg): Document url_write().
- Originally committed as revision 25613 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:07 PM Revision 05c01807 (ffmpeg): motion_est_mmx: prefer xmm registers below xmm6 when they are available
- Originally committed as revision 25612 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:57 PM Revision 5d543a3d (ffmpeg): dsputil_mmx: add xmm registers to clobber list
- Originally committed as revision 25611 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:46 PM Revision e2d13c58 (ffmpeg): cosmetics: split long line
- Originally committed as revision 25610 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:45 PM Revision 0d729e0d (ffmpeg): fdct_mmx: add xmm registers to clobber list
- Originally committed as revision 25609 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:17 PM Revision 616735eb (ffmpeg): idct_sse2_xvid: add xmm registers to clobber list
- Originally committed as revision 25608 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:15 PM Revision 9943f3b9 (ffmpeg): mpegvideo_mmx: add xmm registers to clobber list
- Originally committed as revision 25607 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:13 PM Revision 559738ef (ffmpeg): dsputil_mmx: prefer xmm registers below xmm6 when they are available
- Originally committed as revision 25606 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/30/2010
- 07:51 PM Revision 888d78ac (ffmpeg): bink: make bink_rlelens static (it's only used in this file)
- Originally committed as revision 25605 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:14 PM Revision 51d592db (ffmpeg): h264dsp: add xmm registers to clobber list
- Originally committed as revision 25604 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/29/2010
- 05:47 PM Revision ccf0be64 (grapes): Multithreaded version of the peer sampler test
- 05:46 PM Revision f7074f9e (grapes): Update the test script
- 02:54 PM Revision b67f3d65 (ffmpeg): Fix ffserver-related regression (and crash) introduced in r25500.
- Fixes issue 2317.
Patch by Rocky Cardwell, rocky d cardwell a lifespringschool d org
Originally committed as revisi... - 02:48 PM Revision ec1ca41c (ffmpeg): Move new_output_stream() up for upcoming fix for issue 2317.
- Originally committed as revision 25602 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:48 PM Revision 9c158e49 (ffmpeg): Store src/dstFormat after calling handle_jpeg
- handle_jpeg may update the src/dstFormat variables, this makes sure the
updated version is stored in the context.
Th... - 08:43 AM Revision 0526c6f7 (ffmpeg): rtsp: Split out the RTSP demuxer functions to a separate, new file
- Originally committed as revision 25601 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:41 AM Revision c2688f3a (ffmpeg): rtsp: Move rtsp_setup_output_streams into rtspenc.c
- Originally committed as revision 25600 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/28/2010
- 08:28 PM Revision 63e856df (ffmpeg): ffmpeg.c: dynamically allocate metadata maps
- Originally committed as revision 25599 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:31 PM Revision ac19f4a3 (ffmpeg): indent
- Originally committed as revision 25598 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:22 PM Revision cae05859 (ffmpeg): h264dsp: merge some more asm blocks
- Originally committed as revision 25597 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:51 PM Revision 021951ae (streamers): fixing compile warning about missing struct chunk* declaration
- 03:51 PM Revision d94fc181 (streamers): recalculate measures for every time window and publish timestamp a...
- 03:51 PM Revision c4a89b29 (streamers): add stats for offer and accept rates
- 03:51 PM Revision 4c6ae584 (streamers): add stats for offers-in-filght and for queue-delay
- Conflicts:
measures.c - 03:44 PM Revision cc2d8644 (streamers): Changed the chunklock timeout to 1s. If 100ms is caused instabilit...
- 01:20 PM Revision d0242e74 (ffmpeg): Factorize: opt_{audio,video,subtitle}_tag() -> opt_codec_tag().
- Originally committed as revision 25596 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:15 PM Revision a0e7079a (ffmpeg): Fix 10l leak in ffv1.
- Originally committed as revision 25595 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:15 PM Revision 73cbf868 (ffmpeg): Try to find a bit better initial states in ffv1 2pass.
- Difference in filesizes to foreman ffv1 version=2, context=1 coder=1
18637016 adv-pass2-g300.avi
18638806 adv-pass1-g... - 12:15 PM Revision 0ae0faa7 (ffmpeg): Keep track of how many slices*gops where encoded in ffv1 2 pass.
- Originally committed as revision 25593 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:15 PM Revision 3f0671a2 (ffmpeg): factorize variable declaration in ffv1.
- Originally committed as revision 25592 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/27/2010
- 05:35 PM Revision 66849ce7 (ml): NAPA-BASELIBS/ml/ml.c, RETRANSMISSIONS: timeout for sending NACK for the ...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2318 c54fac2e-1815-407e-9b96...
- 05:35 PM Revision 83069252 (napa-baselibs): NAPA-BASELIBS/ml/ml.c, RETRANSMISSIONS: timeout for sending NA...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2318 c54fac2e-1815-407e-9b96-08...
- 05:25 PM Revision 9dd6abcf (napa-baselibs): NAPA-BASELIBS/ml/ml.c, RETRANSMISSIONS-FIX: NACKs for the last...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2317 c54fac2e-1815-407e-9b96-08...
- 05:25 PM Revision 0a6f2367 (ml): NAPA-BASELIBS/ml/ml.c, RETRANSMISSIONS-FIX: NACKs for the last missing pa...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2317 c54fac2e-1815-407e-9b96...
- 04:30 PM Revision 3dde6675 (ffmpeg): Fix crashes in vorbis decoding found by zzuf
- Fixes issue 2322.
Originally committed as revision 25591 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:07 PM Revision c5995d35 (grapes): Merge branch 'topman'
- 11:23 AM Revision 31f83364 (grapes): implementing dumbTopman
- 11:20 AM Revision 33d6f7d6 (grapes): make tman configurable by config string
- 11:18 AM Revision 69a2ca53 (grapes): fixing neighbor removal in test file
- 11:17 AM Revision af09f934 (grapes): enabling metadata updates in tman_test
- 11:16 AM Revision 2f3db3cd (grapes): cleanup test files
- 10:24 AM Revision b11b72a6 (ffmpeg): ffmpeg.c manual: clarify map_meta_data usage.
- Originally committed as revision 25590 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 AM Revision 6fd9945c (grapes): prepare for multiple topology manager implementations
- 10:17 AM Revision 2c6ce484 (ml): NAPA-BASELIBS/ml/util/queueManagement.c, FIX: the arguments of setQueuesP...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2316 c54fac2e-1815-407e-9b96...
- 10:17 AM Revision e2f8bff6 (napa-baselibs): NAPA-BASELIBS/ml/util/queueManagement.c, FIX: the arguments of...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2316 c54fac2e-1815-407e-9b96-08...
- 08:15 AM Revision a71c9659 (grapes): Remove some cruft
- 08:13 AM Revision db6bff6c (grapes): Fix the cyclon protocol
- When the received cache subset is not enough to fill the whole local cache,
some peers from the "in flight" cache hav... - 06:36 AM Revision c8dcb9de (ffmpeg): aacenc: Remove energy 'normalization' modification from the 3GPP psym...
- This greatly improves bitrate handling. You will now get within a few
kbps of your requested bitrate instead of 20-40... - 05:54 AM Revision 4df5aebb (ffmpeg): aacenc: Fix threshold-in-quiet calculation in the 3GPP psymodel.
- Removing the modification vastly improves quality (at a slight bitrate
cost) for some samples. castanets.wav is a goo... - 05:54 AM Revision eafadada (ffmpeg): aacenc: Fix the conditions under which 3GPP pre-echo control is run.
- According to the 3GPP spec:
"Thus the pre-echo control is inactive for the first short window (but
not all short wind... - 05:02 AM Revision 042ca05f (ffmpeg): vorbiscomment: convert metadata before computing the header's length
- Originally committed as revision 25586 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision 47bfe49c (ffmpeg): rtsp: Add stub declarations of the setup_in/output_streams functions
- This may be needed to avoid calls to implicitly defined functions
(that will be removed by dead code elimination late...
10/26/2010
- 11:01 PM Revision b7b5bccb (ffmpeg): FFV1 initial state 2pass code.
- Originally committed as revision 25584 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 PM Revision 28a3f525 (ffmpeg): Read & write initial_states for ffv1
- Originally committed as revision 25583 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 PM Revision 99a5e935 (ffmpeg): Add initial_states array to ffv1.
- Originally committed as revision 25582 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 PM Revision 672e7e39 (ffmpeg): Add rc_stat2 to ffv1 this will be needed for finding good initial con...
- Originally committed as revision 25581 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 PM Revision 19721b23 (ffmpeg): Optimize state initialization in ffv1 clear_state().
- Originally committed as revision 25580 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 PM Revision c42c1007 (ffmpeg): Only allocate stats_out when needed in ffv1
- Originally committed as revision 25579 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 PM Revision 2a317c6b (ffmpeg): Factorize litteral constents in ffv1 into STATS_OUT_SIZE.
- Originally committed as revision 25578 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 PM Revision 349d7287 (ffmpeg): Make 1pass statistic collection in ffv1 put_symbol_inline() condition...
- Originally committed as revision 25577 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:31 PM Revision 1c115d19 (grapes): Merge branch 'makefiles'
- 09:30 PM Revision 3e734a32 (grapes): Merge branch 'fixes'
- 09:30 PM Revision 4876398c (grapes): Fix the removing of *.d files
- 06:19 PM Revision 5dd97520 (ffmpeg): Bump required x264 version to X264_BUILD 99
- Required after r25567.
Originally committed as revision 25576 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:04 PM Revision 02247217 (grapes): Merge branch 'fixes' into makefiles
- 06:04 PM Revision c3d9eba1 (grapes): Fix some includes
- 06:00 PM Revision 99a59a3d (grapes): Automatic generation of headers dependencies
- 05:52 PM Revision da0b7ce4 (grapes): Remove some cruft
- 05:50 PM Revision 60fa723d (grapes): Add/fix some include guards
- 07:37 AM Revision 9d777508 (ffmpeg): Remove dead code in theora_decode_tables
- Reading 7 bits as an unsigned int can't result in a value exceeding 127.
Accordingly, remove error message (as it'll ... - 07:30 AM Revision 10f69158 (ffmpeg): Reindent after r25573
- Originally committed as revision 25574 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:29 AM Revision 1a48a570 (ffmpeg): Fix Theora decoding bug if loopfilter is completely disabled
- Bug caused by the fact that get_bits(gb, 0) is undefined.
Doesn't affect any streams generated by the official Theora... - 07:20 AM Revision 313b52fb (ffmpeg): Clean up ALACdec
- Do decode init in the init function instead of at the first frame.
Fix some possible crash cases.
Originally committ... - 07:02 AM Revision 976b73be (grapes): Merge branch 'topman'
- 06:52 AM Revision f601563a (grapes): Remove the useless cache_update_tout() function
- 06:49 AM Revision c54e79cb (grapes): Merge the caches instead of performing a union... Allow to have order...
- 06:48 AM Revision cc72ee11 (grapes): Send a little bit more entries by default...
- 06:48 AM Revision b501da37 (grapes): Make the cache size and sent entries configurable
- 06:47 AM Revision 8bf781e5 (grapes): Cosmetic: remove empty line
- 06:46 AM Revision 380f01e0 (grapes): Free local cache before re-assigning it
- 06:45 AM Revision 6994dc0a (grapes): Remove debug printfs
- 06:44 AM Revision 1a101c0b (grapes): Fix the cyclon protocol (do not send the local entry in replies)
- 06:44 AM Revision 6c27d53c (grapes): Allow to use other gossipping protocols
- 06:43 AM Revision 1aa763ee (grapes): Scripts update
- 06:43 AM Revision fa213294 (grapes): Test scripts
- 06:42 AM Revision 66516e5e (grapes): Update the topology test program to allow checking the connectivity o...
- 06:42 AM Revision 194ec532 (grapes): Add a CYCLON protocol... Not tested yes, and still needs some work!
- 06:38 AM Revision 477826d1 (grapes): Split the newscast protocol functions in their own file
- 06:35 AM Revision 8d586a9c (grapes): Merge branch 'master' into topman
- Conflicts:
src/TopologyManager/Makefile - 06:32 AM Revision e2b6ad48 (grapes): Restore the compilation of the dummy peer sampler
- Conflicts:
src/TopologyManager/peersampler.c - 06:25 AM Revision a515fd33 (grapes): Prepare for multiple peer sampling implementations
- 01:59 AM Revision fc3128c9 (ffmpeg): Increase ffv1 encoding speed from 65 to 80 fps by forcing some inlining.
- Originally committed as revision 25571 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:59 AM Revision e1f51b88 (ffmpeg): Add quant_table_index to ffv1 PlaneContext and use it instead of dupl...
- Originally committed as revision 25570 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/25/2010
- 08:29 PM Revision c6a908be (ffmpeg): dct32: mark xmm registers in clobber list in ff_dct32_float_sse()
- Originally committed as revision 25569 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:02 PM Revision b32c9ca9 (ffmpeg): h264dsp: merge some asm blocks
- Some code was initializing some xmm registers in one asm block and using them
in the following block, assuming they w... - 02:40 PM Revision 3ab354d7 (ffmpeg): Make libx264 take the pict_type input parameter into account,
- thus making forced key frames work.
Patch by Nicolas George, nicolas d george a normalesup d org
Originally committ... - 06:15 AM Revision 276df9d8 (ffmpeg): aacenc: Fix bug in LAME windowing where only one channel got initalized
- I used the same loop counter for the inner and outer initalization loops.
This caused initalization to only run for t... - 04:28 AM Revision d545aea8 (ffmpeg): 100l: remove bogus inclusion of libavcodec/audioconvert.c in
- avfilter.c.
Originally committed as revision 25565 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:15 AM Revision 3d17f4b9 (ffmpeg): Add example to the filter pad documentation.
- Originally committed as revision 25564 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/24/2010
- 04:55 PM Revision ce3716bf (ffmpeg): Move ffv1 state transition table sorting to its own function.
- Originally committed as revision 25563 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:35 PM Revision 19591033 (ffmpeg): Fix the case with swaping states 127 and 129 in ffv1
- Originally committed as revision 25562 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:31 PM Revision 98d2f7a4 (ffmpeg): Optimize state transition table sorting in ffv1
- Originally committed as revision 25561 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:31 PM Revision bc29ae4a (ffmpeg): 2 pass mode for ffv1 to optimally order the range coder states.
- Originally committed as revision 25560 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:31 PM Revision 6019cd9f (ffmpeg): Factorize state_transition init out.
- Originally committed as revision 25559 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:28 AM Revision c55f891c (ffmpeg): nutdec: when parsing info packet, set metadata var only once
- Originally committed as revision 25558 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/23/2010
- 04:22 PM Revision a5cea132 (ffmpeg): drop rtsp_default_protocols which is not part of public API and not u...
- Originally committed as revision 25557 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:21 PM Revision a178edf2 (ffmpeg): drop rtp_get_file_handles() which is not part of public API and not u...
- Originally committed as revision 25556 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:20 PM Revision fb660f40 (ffmpeg): drop rtp_get_local_port() which is not part of public API and not use...
- Originally committed as revision 25555 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:19 PM Revision 67f34aaa (ffmpeg): use rtp_get_local_rtp_port() instead of the deprecated rtp_get_local_...
- Originally committed as revision 25554 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:12 AM Revision fbd4a07d (ffmpeg): doc: fill documentation for vfwcap
- Originally committed as revision 25553 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:11 AM Revision 1973e101 (ffmpeg): vfwcap: add option to print list of supported drivers
- Originally committed as revision 25552 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/22/2010
- 06:09 PM Revision 2aa72ecc (ffmpeg): Add new -slices option and use it for libvpx and libx264.
- Patch by James Zern, jzern google
Originally committed as revision 25551 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:01 PM Revision f9b4eef4 (ffmpeg): Use forced key frames when encoding with libxvid.
- Patch by Nicolas George, nicolas D george A normalesup D org
Originally committed as revision 25550 to svn://svn.ffm... - 02:25 AM Revision 4c3267aa (ffmpeg): Fix memleak in mjpeg decoder.
- Originally committed as revision 25549 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/21/2010
- 10:44 PM Revision a2d4dfd4 (ffmpeg): Optimize EOB check in mjpeg decode_block() by adjusting the VLC symbol.
- Originally committed as revision 25548 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 PM Revision e4463f21 (ffmpeg): Simplify last coeff check in mjpeg decode_block()
- Originally committed as revision 25547 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 PM Revision 2111a191 (ffmpeg): Check index in mjpeg AC decode against overflowing.
- This fixes a possibly exploitable buffer overflow and it will likely also be needed for future overreading fixes.
Or... - 10:44 PM Revision 5675a11f (ffmpeg): Add a seperate VLC table for progressive jpeg so we dont have to subt...
- Originally committed as revision 25545 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 PM Revision 8870b251 (ffmpeg): Factor code&0xf out of if() in decode_block_progressive().
- Originally committed as revision 25544 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 PM Revision 7f4a1e8f (ffmpeg): Cleanup decode_block_progressive()
- Originally committed as revision 25543 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 PM Revision 61425286 (ffmpeg): Factorize ((unsigned) code) >> 4 out of decode_block_progressive() i...
- Originally committed as revision 25542 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 PM Revision 76c80ef5 (ffmpeg): Move if() in mjpeg decode_block() to simplify condition.
- Originally committed as revision 25541 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 PM Revision 19321824 (ffmpeg): Simplify build_vlc() by using init_vlc_sparse() in mjpeg.
- Originally committed as revision 25540 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:07 PM Revision 85f56757 (ffmpeg): cosmetics: align fields, and remove useless ones, in img2.c
- Originally committed as revision 25539 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:39 PM Revision fc068f9f (ffmpeg): Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value.
- The 8 bits offset (nal unit type) should not be added, as the spec says:
"This bit offset is the offset within the R... - 12:25 PM Revision eced8fa0 (ffmpeg): rtsp: Move the rtsp_probe function to the demuxer code block
- This function is only used by the RTSP demuxer.
Originally committed as revision 25537 to svn://svn.ffmpeg.org/ffmpe... - 12:19 PM Revision a66d44f0 (ffmpeg): Restore alphabetical order
- Originally committed as revision 25536 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:18 PM Revision 44b70ce5 (ffmpeg): rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTS...
- This allows compilation of one of them without requiring the others'
dependencies to be present.
Originally committe... - 12:13 PM Revision 8bf0f969 (ffmpeg): rtsp: Reorder functions
- Originally committed as revision 25534 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:14 AM Revision 068fdfc5 (napa-baselibs): NAPA-BASELIBS,ml.c: changed the timeout for packet reception t...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2313 c54fac2e-1815-407e-9b96-08...
- 10:14 AM Revision 5d9fcc3e (ml): NAPA-BASELIBS,ml.c: changed the timeout for packet reception to 50 ms, ad...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2313 c54fac2e-1815-407e-9b96...
- 06:22 AM Revision b4a6c8fb (ffmpeg): cosmetics, indentation
- Originally committed as revision 25533 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:21 AM Revision 12a5150b (ffmpeg): 10l fix h263+ encoder, format will be 8, array size is 8 not 7
- Originally committed as revision 25532 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:57 AM Revision ac6d020f (ffmpeg): cleanup image2pipe_{de}muxer fields
- Originally committed as revision 25531 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/20/2010
- 09:45 AM Revision 96ea6ad2 (ffmpeg): Remove unused variables picture_crop_temp and picture_pad_temp.
- Originally committed as revision 25530 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/19/2010
- 05:26 PM Revision c868524b (ffmpeg): Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.c
- Originally committed as revision 25529 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:12 PM Revision cd47e29c (chunker-player): BUILD: updated build system as to compile UL under MAC_OS
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2310 c54fa...
- 07:50 AM Revision 095e5c0b (ffmpeg): sdp: Conditionally compile code using AF_INET6
- Should fix compilation in environments unaware of IPv6.
Originally committed as revision 25528 to svn://svn.ffmpeg.o... - 07:38 AM Revision 44594cc7 (ffmpeg): Add a demuxer for receiving raw rtp:// URLs without an SDP description
- The demuxer inspects the payload type of a received RTP packet and
handles the cases where the content is fully descr...
10/18/2010
- 09:47 PM Revision 4ad08021 (ffmpeg): Add a -force_key_frames option to ffmpeg.
- The option is useful to ensure that there is a seek point exactly at a
place the user will probably want to jump prec... - 09:29 PM Revision 43945b27 (ffmpeg): Add transpose filter.
- Originally committed as revision 25525 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:57 PM Revision ff0652e5 (ffmpeg): Implement a common get_filtered_video_frame(), shared between ffplay.c
- and ffmpeg.c.
Originally committed as revision 25520 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:43 PM Revision 16b26913 (ffmpeg): Make help message for the -crop* options consistent with that of the
- -pad* options and more direct.
Originally committed as revision 25519 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:34 PM Revision 5879ea6d (ffmpeg): Remove -crop* options.
- Users are required to use the libavfilter crop filter.
Originally committed as revision 25518 to svn://svn.ffmpeg.or... - 01:19 PM Revision f2f8fb10 (ffmpeg): Remove redundant text in the log.
- Originally committed as revision 25517 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 PM Revision 082a8575 (ffmpeg): Make XAN decoder return meaningful error codes.
- Originally committed as revision 25516 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 PM Revision a3a29c26 (ffmpeg): metadata: make av_metadata_set2 case insensitive by default
- Originally committed as revision 25515 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/16/2010
- 09:31 PM Revision 94bdb1f8 (ffmpeg): Avoid negative SCR in mpeg ps muxer.
- Fixes a scr issue reported with dvdauthor ([FFmpeg-user] FFMPEG encoded MPEG-2 video causes error in DVDAuthor)
Orig... - 09:31 PM Revision d721141f (ffmpeg): Move shared functions out of CONFIG_FFV1_ENCODER ifdef
- Originally committed as revision 25511 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:57 PM Revision 3f2a7e42 (ffmpeg): Cosmetics: use a more compact notation, improve readability and reduce
- line count.
Originally committed as revision 25510 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:43 PM Revision badee1e9 (grapes): Merge branch 'marco_integration'
- 05:42 PM Revision 0a5b3237 (grapes): GRAPES/TopologyManager/tman.c : cosmetic cleanup
- 05:42 PM Revision fff6ceed (grapes): GRAPES/TopologyManager/tman.c : changing restart logic - restart only...
- 05:42 PM Revision 33ea04ee (grapes): implementing new blist_cache and blist_proto and making tman use them
- 04:16 PM Revision dbabc277 (ffmpeg): Reset metadata after opt_output_file(), fix the previous commit.
- Spotted by elenril on irc.
Originally committed as revision 25509 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:25 PM Revision 4bf65e2a (ffmpeg): Use an AVMetadata struct for storing metadata, simplify.
- Originally committed as revision 25508 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:33 PM Revision 4712ed26 (ffmpeg): Make ffprobe print stream language only once, also remove usage of the
- deprecated field AVStream.language.
Patch by Anton Khirnov %name%@%surname% dot net.
Originally committed as revisi... - 01:55 PM Revision e4b34e80 (ffmpeg): Remove docs for the not anymore existing option -convert_tags.
- Originally committed as revision 25506 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:20 PM Revision ad7768f4 (ffmpeg): add ff_ prefix to metadata_conv()
- patch by Anton Khirnov anton _at_ khirnov _dot_ net
Originally committed as revision 25505 to svn://svn.ffmpeg.org/... - 01:07 PM Revision d60a9f52 (ffmpeg): lavf: simplify setting the encoder ident tag.
- patch by Anton Khirnov anton _at_ khirnov _dot_ net
Originally committed as revision 25504 to svn://svn.ffmpeg.org/... - 01:04 PM Revision a7e5a832 (ffmpeg): ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv()
- patch by Anton Khirnov anton _at_ khirnov _dot_ net
Originally committed as revision 25503 to svn://svn.ffmpeg.org/... - 10:20 AM Revision 2a24df93 (ffmpeg): Add avfilter_graph_config().
- Originally committed as revision 25502 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:06 AM Revision 0b6d358a (ffmpeg): Place the bitstream_filters variable in the AVOutputStream, thus
- greatly simplifying its handling and reducing code duplication.
Patch by Nicolas George -bsf nicolas*george|normales... - 10:06 AM Revision 9fdf4b58 (ffmpeg): Move the allocation of the AVOutputStream structure earlier in the
- code flow, in the new_video_stream() / new_audio_stream() /
new_subtitle_stream() functions.
Patch by Nicolas George... - 08:50 AM Revision fb66c31d (ffmpeg): Fix building, include the header instead of the source file
- Builds only seemed to have been broken in some configurations, though.
Originally committed as revision 25499 to svn...
10/15/2010
- 11:23 PM Revision 96d1e75a (ffmpeg): In mov muxer, write artist metadata tag
- Originally committed as revision 25498 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:16 PM Revision edd33cb6 (ffmpeg): In mov muxer, use correct metadata tag for encoder, and use the gener...
- Originally committed as revision 25497 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 PM Revision 946df059 (ffmpeg): rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors
- This indicates that there was no error that needs to be reported to the
caller, so we can move on to parse the next p... - 07:09 PM Revision aff88101 (ffmpeg): ffserver: use a local MAX_STREAMS limit
- Originally committed as revision 25495 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:09 PM Revision 9389b925 (ffmpeg): ffserver: fix prepare_sdp_description() to dynamically allocate streams
- Originally committed as revision 25494 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:04 PM Revision 03700d39 (ffmpeg): Export metadata in the generic format. Deprecate old conversion API.
- patch by Anton Khirnov anton _at_ khirnov _dot_ net
Originally committed as revision 25493 to svn://svn.ffmpeg.org/... - 06:30 PM Revision ed09233f (ffmpeg): cosmetic: alignment
- Originally committed as revision 25492 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 PM Revision 13728334 (ffmpeg): add FF_API_SYMVER define to disable symver compatibility functions
- Originally committed as revision 25491 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:08 PM Revision 04a7e275 (streamers): renaming branch to 0.9.x from 0.9 to higlight the difference compa...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9.x/Applications/Streamer@2...
- 02:57 PM Revision 58e0316a (streamers): renaming OfferStreamer folder to Streamer
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/Streamer@229...
- 02:44 PM Revision ad2d0fdf (ffmpeg): probetest: replace usage of deprecated first_iformat by av_iformat_ne...
- Originally committed as revision 25490 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:25 PM Revision 114c9a59 (ffmpeg): add FF_API_FIRST_FORMAT define to drop deprecated first_?format from ...
- Originally committed as revision 25489 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:19 PM Revision 0139fdea (ffmpeg): add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated codec_id
- fields in AVFormatParameters
Originally committed as revision 25488 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:12 PM Revision d1742ff7 (ffmpeg): add FF_API_LAVF_UNUSED define to disable the unused struct fields
- Originally committed as revision 25487 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 PM Revision fc05e85d (napa-baselibs): REPO: corrected small bug due to typo probably
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2295 c54fac2e-1815-407e-9b96-08...
- 01:39 PM Revision 634e0304 (ffmpeg): add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seek
- and delay this transition to v54 as it is currently not functional
Originally committed as revision 25486 to svn://s... - 01:33 PM Revision d87a521c (ffmpeg): add FF_API_PARSE_FRAME_PARAM define to disable the deprecated
- parse_image_size() and parse_frame_rate() public functions
Originally committed as revision 25485 to svn://svn.ffmpe... - 01:27 PM Revision f3cb7f57 (napa-baselibs): ML: added packet retransmission feature to ML (use RTX=1 ./bui...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2294 c54fac2e-1815-407e-9b96-08...
- 01:27 PM Revision edeaed1a (ml): ML: added packet retransmission feature to ML (use RTX=1 ./build_all.sh t...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2294 c54fac2e-1815-407e-9b96...
- 01:09 PM Revision ade800c5 (ffmpeg): properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJOR
- Originally committed as revision 25484 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:59 PM Revision ca51d86c (ffmpeg): add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated
- av_alloc_format_context() public function
Originally committed as revision 25483 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:54 PM Revision 88e44314 (ffmpeg): add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() ...
- Originally committed as revision 25482 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:49 PM Revision 8ef30ac1 (ffmpeg): add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file...
- public function
Originally committed as revision 25481 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:45 PM Revision 198ac67f (ffmpeg): add FF_API_GUESS_FORMAT define to disable the deprecated guess_format()
- and guess_stream_format() public functions
Originally committed as revision 25480 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:22 AM Revision e385078e (streamers): don't use ALTOclient if an ALTO server is not configured
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 09:41 AM Revision a15c7fd6 (ffmpeg): Deprecate old API.
- Patch by Anton Khirnov, anton khirnov net
Originally committed as revision 25479 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:05 AM Revision d56839fc (ffmpeg): Store slice position and size per keyframe in ffv1.2
- Originally committed as revision 25478 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/14/2010
- 10:10 PM Revision 1da72577 (ffmpeg): Fix indention of ffv1.c after previous commits.
- Originally committed as revision 25477 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 PM Revision e42393d1 (ffmpeg): Store quant table index per plane and slice.
- Originally committed as revision 25476 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 PM Revision f08ed90d (ffmpeg): Assert that the context doesnt overflow in ffv1.
- Originally committed as revision 25475 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 PM Revision e2b2f845 (ffmpeg): Rectangular slice support for ffv1.2
- Originally committed as revision 25474 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:08 PM Revision 81e5ff7a (ffmpeg): vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata**
- patch by Anton Khirnov anton _at_ khirnov _dot_ net
Originally committed as revision 25473 to svn://svn.ffmpeg.org/... - 07:47 AM Revision da754858 (ffmpeg): Fix crash when using iblock option (when a warning is logged).
- Patch by James Zern, jzern google
Originally committed as revision 25472 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:04 AM Revision abb24ff7 (grapes): Merge branch 'marco_integration'
10/13/2010
- 01:42 PM Revision a6214440 (streamers): Send extradata in the stream only for some specific codecs
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:42 PM Revision 139e664e (streamers): Set AVFMT_FLAG_GENPTS, to avoid having pts == AV_NOPTS_VALUE
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:42 PM Revision cbae3c2c (streamers): remove default setting for ALTO server URL
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:42 PM Revision 5514fdca (streamers): OfferStreamer/topology-ALTO.c : improving robustness when (mis)usi...
- Conflicts:
Applications/OfferStreamer/topology-ALTO.c
git-svn-id: https://repository.napa-wine.eu/svn/napawine-sof... - 01:42 PM Revision 6e00ec61 (streamers): OfferStreamer/topology-ALTO.c : fix the way the peerset is filled
- Conflicts:
Applications/OfferStreamer/topology-ALTO.c
git-svn-id: https://repository.napa-wine.eu/svn/napawine-sof... - 01:42 PM Revision 5b842b55 (streamers): fix a mem leak in topology-ALTO
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:42 PM Revision 60784aa1 (streamers): various fixes in the built-in help
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:42 PM Revision adb2a9b2 (streamers): change default input to stdin
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:42 PM Revision 37b749c8 (streamers): print usage if started without parameters
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:42 PM Revision 66f84460 (streamers): optimizing some default parameters for better performance
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:41 PM Revision 7c9d001b (streamers): remove -t option
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:41 PM Revision 43c2d7d6 (streamers): fix executable name in built-in help
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:41 PM Revision 500faa9e (streamers): remove outdated README
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:41 PM Revision 66a8e883 (streamers): adding ifndef to topology.h
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:40 PM Revision bd6ce71b (streamers): fixing compile warning about missing struct chunk* declaration
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:40 PM Revision da25233b (streamers): remove warning about unknown peer
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:40 PM Revision 80d294e1 (streamers): write more explicit message when adding peer based on incoming mes...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:40 PM Revision 75c94279 (streamers): fix a memleak: ownerid of bmap messages was not freed
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:40 PM Revision f6d22873 (streamers): compile gprof mode without optimizations
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:40 PM Revision 091c5084 (streamers): remove some debug messages
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:40 PM Revision a6b2a902 (streamers): fix a newline in log
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 01:40 PM Revision 1f1aa48f (streamers): chunk_log: joined two logs
- the log of one event was done in 2 separate parts, sometimes other messages
were written in between
git-svn-id: http... - 01:14 PM Revision 6fae8c54 (ffmpeg): Make the validity checks fail only if the corresponding luma or chroma
- values are not zero.
Prevent aborting with the default values.
Originally committed as revision 25471 to svn://svn.f... - 01:11 PM Revision aec96695 (ffmpeg): Add support for PIX_FMT_RGBA in the targa encoder.
- Patch sponsored by Animoto.
Originally committed as revision 25470 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:09 AM Revision 54b2a423 (ffmpeg): sapdec: Include sys/time.h for struct timeval
- This hopefully fixes compile errors on OS/2
Originally committed as revision 25466 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:39 AM Revision bbf874f1 (ffmpeg): Use named constants defined in targa.h.
- Originally committed as revision 25465 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:39 AM Revision b5becbab (ffmpeg): Create a targa.h file to contain common definitions for targa encoder
- and decoder.
Originally committed as revision 25464 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:06 AM Revision 01c8d258 (ffmpeg): Add a SAP demuxer
- Originally committed as revision 25463 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:47 AM Revision 65cdee9c (ffmpeg): rtpdec: Don't use the no reordering codepath if there already is a queue
- Originally committed as revision 25462 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:15 AM Revision ddcf8411 (ffmpeg): rtpdec: Handle wrapping seq numbers in has_next_packet properly
- Originally committed as revision 25461 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:14 AM Revision d678a6fd (ffmpeg): rtpdec: Parse the next packet in the sequence if it is available, if ...
- Originally committed as revision 25460 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 AM Revision 91ec7aea (ffmpeg): rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass return...
- Originally committed as revision 25459 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 AM Revision f6e138b4 (ffmpeg): rtpdec: Don't call the depacketizer to return more data unless it act...
- It may have returned a negative number for an error (e.g. AVERROR(EAGAIN),
if more data is required for it to be able... - 08:12 AM Revision 4ffff367 (ffmpeg): rtpdec: Split out storing of the depacketization return value to a se...
- This makes the code less fragile and easier to understand.
Originally committed as revision 25457 to svn://svn.ffmpe... - 07:33 AM Revision a0e4e8c9 (grapes): Merge branch 'next' of http://www.disi.unitn.it/~kiraly/PublicGits/GR...
- 06:40 AM Revision 2edb3e55 (grapes): Fix indentation and other cosmetics (should not affect behaviour)
- 06:17 AM Revision b95a5127 (grapes): Topology : implementing max parameter in rand_peer
- 06:17 AM Revision e55fe1f8 (grapes): net_helper : adding node_ip function
- 06:17 AM Revision 9341de0e (grapes): Tests/topology.c : small fix to shrink/grow functions to avoid possib...
- 06:17 AM Revision 3c88391a (grapes): tman.c : checking for empty running cache to avoid faults
- 06:17 AM Revision 5cf5fe25 (grapes): fixing a call to cache_del that might be dangerous
- 06:17 AM Revision 86254c5e (grapes): topocache.c : enhancing metadata update
10/12/2010
- 10:32 PM Revision cf5fe8ec (ffmpeg): Make avfilter_config_links() use the timebase of the first input link
- of a filter for setting the output timebase, if there is such a link,
rather than always use AV_TIME_BASE_Q.
This fi... - 06:44 PM Revision e259eadc (ffmpeg): Make the targa encoder return sane error values rather than -1.
- Originally committed as revision 25455 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:44 PM Revision 7c559bc7 (ffmpeg): Targa encoder: log error message in case the pixel format in input is
- not supported.
Originally committed as revision 25454 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:40 PM Revision f7ead94c (ffmpeg): Factorize definition of the output_filter defined in both ffplay.c and
- ffmpeg.c.
Replace it with a more generic definition which can be shared.
Originally committed as revision 25453 to s... - 06:40 PM Revision f5b05b95 (ffmpeg): Cosmetics: remove pointless empty line.
- Originally committed as revision 25452 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:40 PM Revision 94498ec9 (ffmpeg): Extend buffer source to accept the time base for the output PTS.
- Originally committed as revision 25451 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:40 PM Revision 387b4ac9 (ffmpeg): Fix timebase handling at the begin and at the end of the ffplay video
- filterchain.
Set timebase in the ffplay input, and make get_filtered_video_frame()
rescale the output frames PTSes a... - 02:11 PM Revision 872e1895 (grapes): Merge branch 'master' of http://www.disi.unitn.it/~kiraly/PublicGits/...
- 02:03 PM Revision 53eacb7b (grapes): Merge remote branch 'abeni/master' into next
- 02:02 PM Revision b21275b6 (grapes): Merge branch 'cbsize-in-signaling'
- 02:02 PM Revision 652fa0be (grapes): fix sendBufferMap description
- 01:56 PM Revision 610312e9 (ffmpeg): Remove unused symbol.
- Originally committed as revision 25449 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:47 PM Revision 72ae4aa1 (ffmpeg): Do not pass an unused variable when initing filt_out. Less confusing.
- Originally committed as revision 25448 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:08 PM Revision b1520c4c (grapes): Merge branch 'make-parallel'
- 01:08 PM Revision e210115b (grapes): Merge branch 'fixes'
- Conflicts:
src/net_helper-ml.c - 01:07 PM Revision 5e6cbd5e (grapes): Merge branch 'nethelper-config'
- 01:07 PM Revision f88ba4ad (grapes): Merge branch 'cbsize-in-signaling'
- 12:57 PM Revision dd3cc823 (grapes): add chunk buffer size information to buffer map messages
- 12:50 PM Revision c9fe55e9 (grapes): add warning to grapes_msg_types.h
- 12:48 PM Revision d1c5887c (grapes): increase config value max size
- 12:48 PM Revision c78a4ff0 (grapes): verify config_parse return value in net_helper-ml
- 12:48 PM Revision 7360415c (grapes): configure repo server
- 12:48 PM Revision ebc13190 (grapes): configure stun server
- 12:48 PM Revision 55ee8e18 (grapes): parse config in net_helper_ml
- 12:36 PM Revision c919f1bf (grapes): adding config string to net_helper_init
- 09:22 AM Revision 68b79bfc (ffmpeg): Implement cropdetect filter.
- Originally committed as revision 25447 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/11/2010
- 11:27 PM Revision 16134b7c (ffmpeg): Extend the nullsrc source, make it accept a parameter for specifying
- the timebase. Useful for debugging timebase configuration issues.
Originally committed as revision 25446 to svn://sv... - 04:05 PM Revision 79a13823 (grapes): just some more doc
- 04:05 PM Revision 830aa993 (grapes): describe cb_add_chunk return values in the .h
- 04:03 PM Revision bdb62f2f (grapes): fix sched: selection in case of BEST policy and tie was not uniform r...
- It was supposed to be uniform random among those with equal score,
but it wasn't working.
Changed implementation to q... - 03:58 PM Revision 7a6c9ad9 (grapes): fixing libevent2 and SIGPIPE error
- program sometimes exited with
Program received signal SIGPIPE, Broken pipe.
0x085a989b in writev ()
(gdb) bt
#0 0x08... - 03:57 PM Revision 0cde7f42 (grapes): fixing a warning in chunkID
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@2074 c54fac2e-1815-407e-9b96-088d06743913
- 03:55 PM Revision 0eefcdd8 (grapes): allow CFLAGS from command line
- 03:54 PM Revision 7238266e (grapes): Automatically generate the list of object lists, and recompile if som...
- Squashed commit of the following:
commit 6004cb2c99f643d6fde169d0a3afdf6fc7329264
Author: Luca Abeni <luca.abeni@uni... - 02:00 PM Revision 214c0d42 (ffmpeg): Implement settb filter.
- Originally committed as revision 25445 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:59 PM Revision 7913b03a (grapes): verify config_parse return value in various files
- 01:46 PM Revision 4b8e42f9 (grapes): fix: verify config token sizes before memcpy
- 01:43 PM Revision d741d4f3 (grapes): getting rid of old dangerous debugging code
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1861 c54fac2e-1815-407e-9b96-088d06743913
- 01:43 PM Revision 1763b1d2 (grapes): better signaling msg size handling
- 11:50 AM Revision ad64a807 (ffmpeg): Add forgotten minor bump and changelog entry for the SAP muxer
- Originally committed as revision 25444 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:18 AM Revision a0e0d6ff (chunker-player): * bugfix in the build_ul script: an additional svn argument h...
- * bugfix in the chunker_player's switchchannel function: a delay has been added to make sure the audio buffer is empt...
10/10/2010
- 10:30 PM Revision 77611295 (ffmpeg): Add APIchanges entry after r25441.
- Originally committed as revision 25443 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision 47453c0e (ffmpeg): Make graph2dot print information related to the link timebase.
- Originally committed as revision 25442 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision 867ae7aa (ffmpeg): Add a time_base field to AVFilterLink.
- This is required for allowing a filter to use a time base different
from AV_TIME_BASE_Q, as it was previously assumed... - 09:15 PM Revision d256d21e (ffmpeg): oggenc: Don't use char* to point to a string constant.
- Originally committed as revision 25440 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision c5ac275b (ffmpeg): Allow storing multiple quant tables in extradata that can then be sel...
- Originally committed as revision 25439 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision 0f27aca7 (ffmpeg): Store global things in extradata for ffv1 ver=2.
- ver=2 is not set yet so this does not affect output.
Originally committed as revision 25438 to svn://svn.ffmpeg.org/... - 09:04 PM Revision 228adaab (ffmpeg): Make sure version is not decreased for 16bit per sample colorspaces i...
- Originally committed as revision 25437 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision 4f22b3bb (ffmpeg): Factorize quant table read and write code in ffv1.c
- Originally committed as revision 25436 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 PM Revision 54ce8a4c (ffmpeg): Clarify whitespace nitpicks in patcheck.
- Originally committed as revision 25435 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:54 PM Revision f167a1a4 (ffmpeg): Rename out -> outlink, link -> inlink in various defaults.c functions,
- improve readability / consistency.
Originally committed as revision 25434 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:54 PM Revision 69f73a89 (ffmpeg): Make avfilter_config_links() propagate the error code coming from the
- callee functions.
Originally committed as revision 25433 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:06 PM Revision eae6e5e1 (napa-baselibs): added MACOS compatiblity ifdefs
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2233 c54fac2e-1815-407e-9b96-08...
- 02:20 AM Revision e4dccc0d (ffmpeg): Update rv30 FATE reference after last commit
- The rm demuxer has timestamp bugs, so this test is sensitive to changes in
timestamp correction. The previous commit ... - 02:17 AM Revision 0ff4f0c0 (ffmpeg): ffmpeg: Use guess_correct_pts() to set decoded picture timestamps
- Originally committed as revision 25431 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:50 AM Revision 1e6f8d53 (ffmpeg): cafdec: Handle ALAC extradata.
- This fixes roundup issue 2284.
Originally committed as revision 25430 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:39 AM Revision 47a5fba7 (ffmpeg): Add myself as the caf* maintainer
- Originally committed as revision 25429 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/09/2010
- 07:52 PM Revision bf2d43de (ffmpeg): Tool to analyze multimedia files and create directories and symlinks ...
- container type and codecs in each file that point back to the file.
Originally committed as revision 25428 to svn://... - 06:50 PM Revision 61c089a8 (ffmpeg): Document the SAP muxer
- Originally committed as revision 25427 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:50 PM Revision 27d97fde (ffmpeg): Fix ffplay to keep calling av_read_frame even if EOF has been reached.
- Patch by Michael Chinen, mchinen gmail
Originally committed as revision 25426 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:58 PM Revision c689ccce (ffmpeg): libavformat: Always build id3v1.o and id3v2.o
- Functions from these files are referenced from utils.c now. This fixes
building with --disable-everything.
Originall... - 02:39 PM Revision 1b40d496 (ffmpeg): sapenc: Use the normal URL port as RTP port
- This makes the URL handling consistent - the URL hostname is used as
destination for the RTP packets, so the URL port... - 12:42 PM Revision 8a49328f (streamers): r2142 has been selected as the baseline for release 0.9.x
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 09:29 AM Revision 2aab70c4 (ffmpeg): sapenc: Declare a dependency on rtp_protocol, too
- The SAP muxer uses network functions directly, uses the rtp protocol and the
udp protocol. The network functions and ... - 09:16 AM Revision a1fc29f5 (ffmpeg): sapenc: Include os_support.h, to provide a fallback definition for so...
- Originally committed as revision 25422 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/08/2010
- 11:45 PM Revision adbb9bca (ffmpeg): s/program/programs, as FFmpeg consists of many programs.
- Originally committed as revision 25421 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:42 PM Revision 4ddade62 (ffmpeg): Install libavutil/opt.h, its API is public.
- Fix issue #2265.
Originally committed as revision 25420 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:36 PM Revision 74d127b5 (ffmpeg): Add validity checks for the unsharp filter.
- Prevent crash.
Originally committed as revision 25419 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:01 PM Revision fd0368e7 (ffmpeg): move av_find_stream_info() info struct to AVStream to avoid messy (re...
- Originally committed as revision 25418 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:11 PM Revision f47d172f (ffmpeg): Check for more 'indent -kr' whitespace details.
- Originally committed as revision 25417 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:07 PM Revision d1f676b8 (ffmpeg): Fix compilation on FreeBSD, use AF_UNSPEC instead of PF_UNSPEC
- Originally committed as revision 25416 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:48 PM Revision fcc7f404 (ffmpeg): sapenc: Mark the muxer as depending on network functions
- Hide all code mentioning IPv6 behind HAVE_STRUCT_SOCKADDR_IN6.
Originally committed as revision 25415 to svn://svn.f... - 03:41 PM Revision d03b93e3 (ffmpeg): Add a space between the else and { in mpegenc.c in the line i added.
- Originally committed as revision 25414 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision 8ccdca22 (napa-baselibs): Fix in double printout
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2231 c54fac2e-1815-407e-9b96-08...
- 12:05 PM Revision 011071e7 (ffmpeg): Add a SAP (Session Announcement Protocol, RFC 2974) muxer
- Originally committed as revision 25413 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:58 AM Revision 6898677e (ffmpeg): sdp: Only specify the TTL for IPv4 addresses
- According to RFC 4566, a TTL value must not be present for IPv6 multicast.
Originally committed as revision 25412 to... - 08:56 AM Revision 6ded3a04 (ffmpeg): Fix headers so that "make checkheaders" passes again
- Originally committed as revision 25411 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:54 AM Revision a493f80a (ffmpeg): rtsp: Factorize out code for opening a chained RTP muxer
- The new object file is added to the SDP demuxer in the makefile, since it
is needed in both the RTSP muxer and demuxe... - 08:51 AM Revision 3d742230 (ffmpeg): rtsp: Make rtsp_rtp_mux_open reusable
- Originally committed as revision 25409 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:50 AM Revision 9e6acc78 (ffmpeg): rtsp: Remove the start_time field from RTSPState, use AVFormatContext...
- Originally committed as revision 25408 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 AM Revision f6833fc1 (ffmpeg): Add protocol documentation on the connect option to the udp protocol
- Originally committed as revision 25407 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:43 AM Revision 25968c39 (ffmpeg): Reindent
- Originally committed as revision 25406 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 AM Revision 6766a354 (ffmpeg): udp: Add an option for connecting the udp socket
- This allows us to find out the local sending address via getsockname,
otherwise we just get INADDR_ANY (or similar fo... - 08:40 AM Revision b7952ed1 (ffmpeg): rtpdec: Set prev_ret properly when parsing more data from mpegts RTP ...
- Originally committed as revision 25404 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:28 AM Revision 45658b74 (ffmpeg): rtpdec: Store the previous return value for mpegts when it was -1, too
- Originally committed as revision 25403 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 AM Revision 243ac3fd (ffmpeg): rtpdec: Keep track of the previous return value from rtp_parse_packet...
- Patch by Robert Schlabbach, robert_s at gmx dot net
Originally committed as revision 25402 to svn://svn.ffmpeg.org/f...
10/07/2010
- 07:41 PM Revision 8a451afe (ffmpeg): In gxf muxer, round up number of lines mod 16 in mpeg umf data, based...
- Originally committed as revision 25401 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:37 PM Revision a7ba165a (ffmpeg): Update gxf regression tests because of r25399
- Originally committed as revision 25400 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 PM Revision c6d04add (ffmpeg): In gxf muxer, fix number of flt entries based on patch by Reuben Mart...
- Originally committed as revision 25399 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:25 PM Revision ca8064d2 (ffmpeg): fix bitstream filter option mapping when using -newvideo and friends
- There was an off-by-one when addressing bitstream_filters[] in this situation.
Originally committed as revision 2539... - 07:18 PM Revision 6c214280 (ffmpeg): Add d modifier to asm argument to fix nasm compilation.
- Originally committed as revision 25397 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 PM Revision 82ae56b3 (ffmpeg): In gxf muxer, write umf media for mpeg1video, patch by Reuben Martin,...
- Originally committed as revision 25396 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:15 PM Revision ad4c3c68 (ffmpeg): In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben do...
- Originally committed as revision 25395 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:10 PM Revision e99179de (ffmpeg): remove useless local variable
- Originally committed as revision 25394 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:05 PM Revision 3e4318bf (ffmpeg): remove useless local allocated start_time array
- Originally committed as revision 25393 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 PM Revision 8e4bb489 (chunker-player): * The player_ip command line parameter has been removed (unne...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2229 c54fa...
- 11:18 AM Revision 0de7feff (ffmpeg): Set myself as maintainer for rtpenc* and sdp.c, as requested by Luca A
- Originally committed as revision 25392 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 AM Revision 3b886ea1 (chunker-player): * offerstreamer filename modified in channels.conf (improved ...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2228 c54fa...
- 10:07 AM Revision add73b22 (chunker-player): * chunker_player modifications:
- * channels.conf updated (replaced the repository address)
* implemented the offerstreamer fork/kill mechanism in the ... - 08:38 AM Revision 9b9d3868 (ffmpeg): libmp3lame: don't check unused function in detection
- hip_decode_init() isn't used by the wrapper, and can be absent from the
library if lame was configured with --disable... - 08:00 AM Revision 87b2b40a (ffmpeg): Reindent
- Originally committed as revision 25390 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:59 AM Revision 10105c9b (ffmpeg): sdp: Don't require the explicit ?multicast option
- No such option is used anywhere else. Instead, detect the address type.
Originally committed as revision 25389 to sv... - 07:58 AM Revision 55b6bd1c (ffmpeg): Convert ff_is_multicast_address to take a struct sockaddr parameter
- Not all users of this function will have a full struct sockaddr_storage
available, and casting other sockaddrs to soc... - 07:54 AM Revision 7ac57fa5 (ffmpeg): Share the is_multicast_address function
- The header probably isn't the right permanent place for this function, but
it is quite small, and consensus seems to ... - 07:53 AM Revision f63630cd (ffmpeg): Move multicast address identification fallback macros to network.h fr...
- Originally committed as revision 25386 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:57 AM Revision 34b9e5bc (ffmpeg): Warn if muxing mpeg ps is attempted without a VBV buffer size.
- Originally committed as revision 25385 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:57 AM Revision 2dec2bb8 (ffmpeg): Pass RC parameters on stream copy to the muxer.
- Originally committed as revision 25384 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:32 AM Revision 9b272e32 (ffmpeg): Init SCR in mpeg muxer based on first DTS.
- This fixes issues if the first DTS is far away from 0.
Originally committed as revision 25383 to svn://svn.ffmpeg.or...
10/06/2010
- 09:43 PM Revision 61138c43 (ffmpeg): properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_...
- Originally committed as revision 25382 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:56 PM Revision 38aab35f (ffmpeg): add new streams API without MAX_STREAMS limit
- (disabled until next major bump)
Originally committed as revision 25381 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:52 PM Revision feb2440c (ffmpeg): dynamically use nb_streams instead of static use of MAX_STREAMS
- Originally committed as revision 25380 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 PM Revision 2899a28c (ffmpeg): document the fact that av_new_stream() can't be called in a backgroun...
- Originally committed as revision 25379 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:21 PM Revision 6612d8cf (ffmpeg): Move handling of ID3v2 to common utils.c code, reducing code duplication
- and supporting it for more formats, fixing issue 2258.
Originally committed as revision 25378 to svn://svn.ffmpeg.or... - 06:54 PM Revision 1136850d (ffmpeg): cosmetic: break long line
- Originally committed as revision 25377 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:42 PM Revision 85c15960 (ffmpeg): Move the definitions of AVSEEK_SIZE to make it appear before the
- description of url_seek(), which references it.
Originally committed as revision 25376 to svn://svn.ffmpeg.org/ffmpe... - 05:53 PM Revision 326ede48 (ffmpeg): custom build system documentation
- Originally committed as revision 25375 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:50 PM Revision 2c5438aa (ffmpeg): Fix default value of time_offset_length.
- Patch by John Stebbins stebbins jetheaddev com.
Originally committed as revision 25374 to svn://svn.ffmpeg.org/ffmpe... - 05:43 PM Revision 7c046049 (ffmpeg): Mention to send a patch before changing API or ABI.
- Originally committed as revision 25373 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:59 PM Revision 9446b4bb (ffmpeg): rtpdec: Handle RTP header extension
- This fixes roundup issue 2270.
Patch by Robert Schlabbach, robert_s at gmx dot net
Originally committed as revision... - 03:24 PM Revision 9d74d627 (napa-baselibs): Even better protection against long publishes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2226 c54fac2e-1815-407e-9b96-08...
- 03:24 PM Revision 6dfacccb (napa-baselibs): Fixed syntax error for Unix compile
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2225 c54fac2e-1815-407e-9b96-08...
- 02:51 PM Revision e4e7cb95 (napa-baselibs): MONL: Removed some debug code from MonTestDist
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2224 c54fac2e-1815-407e-9b96-08...
- 02:30 PM Revision f88f3c9d (napa-baselibs): Make repo-less oparation possible when '-' is specified as add...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2223 c54fac2e-1815-407e-9b96-08...
- 02:27 PM Revision 4d8d9a46 (napa-baselibs): Protect memory agains extra long publish records (strangely lo...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2222 c54fac2e-1815-407e-9b96-08...
- 02:25 PM Revision 47531428 (ml): Fixes for WIN build
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2221 c54fac2e-1815-407e-9b96...
- 02:25 PM Revision 8146020a (napa-baselibs): Fixes for WIN build
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2221 c54fac2e-1815-407e-9b96-08...
- 12:42 PM Revision 3ece3e4c (ffmpeg): Add RTP depacketization of the X-QT QuickTime format
- Originally committed as revision 25371 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:30 PM Revision 9fd5f39b (ffmpeg): configure: Set _DARWIN_C_SOURCE while testing for struct ipv6_mreq
- On OS X, this struct is only available if _DARWIN_C_SOURCE is defined,
when we have _POSIX_C_SOURCE defined. This all... - 11:40 AM Revision 0ada32c3 (ffmpeg): Remove unused variable.
- Originally committed as revision 25369 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:18 AM Revision fe5feaeb (ffmpeg): Use retry_transfer_wrapper() in url_write() as its callers do not exp...
- Originally committed as revision 25368 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:18 AM Revision a46f7516 (ffmpeg): Factor retry_transfer_wrapper() out of url_read_complete()
- Originally committed as revision 25367 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:14 AM Revision e16c1569 (ffmpeg): doc,win32: add note about the use of dllimport for global data in MSVC++
- Originally committed as revision 25366 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:58 AM Revision bc3836a1 (ffmpeg): doc,win32: update note on which files to use with shared libraries in...
- Originally committed as revision 25365 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 AM Revision 2344dc6b (ffmpeg): doc: mention xmm clobber macros usage
- Originally committed as revision 25364 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:27 AM Revision 326bf69a (ffmpeg): fft: mark xmm registers as clobbered in ff_imdct_calc_sse
- Originally committed as revision 25363 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:26 AM Revision 6f74fb03 (ffmpeg): Check whether compiler supports xmm registers in asm clobber list
- Originally committed as revision 25362 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom