Activity
From 04/06/2010 to 05/05/2010
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
04/14/2010
- 11:25 PM Revision 73f22897 (fifo): added clean target
- 09:05 PM Revision 277afdf0 (streamers): don't count chunk losses before the first arrived chunk
- 09:01 PM Revision d6a213f3 (streamers): init output buffer with first chunk received
- 08:15 PM Revision 67d96fb4 (ffmpeg): pngdec: Add support for PIX_FMT_Y400A
- Originally committed as revision 22882 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:15 PM Revision 4744f896 (ffmpeg): Add PIX_FMT_Y400A, 8bit gray, 8bit alpha
- Originally committed as revision 22881 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:20 PM Revision a5c0b447 (streamers): compact measure init code
- 06:12 PM Revision 10bbdb3d (streamers): fix a const warning
- 05:30 PM Revision 27dc8efa (streamers): change channel name
- 05:27 PM Revision 7c2659b9 (streamers): channel name as static variable
- 05:08 PM Revision 094f504c (streamers): add hooks to register chunk playout
- 05:08 PM Revision 30c89aac (streamers): add hook to register chunk duplicates
- 05:08 PM Revision e4ef30e3 (streamers): add hook to neighbourhood size measure
- 05:08 PM Revision 6dad7ee8 (streamers): add some global measures
- 05:08 PM Revision 11fbbe4e (streamers): update per peer measures
- 05:08 PM Revision 4fb864eb (streamers): increase max number of measures per peer
- 01:45 AM Revision 3ffbcf2d (streamers): decrease min rtt
- 01:35 AM Revision b50f3724 (streamers): adding more measures
- 01:35 AM Revision 594a99a5 (streamers): removed measures that were not working
04/13/2010
- 11:41 PM Revision d21b2278 (ffmpeg): Fix computation of the display aspect ratio.
- Previously ffprobe was wrongly outputting the sample aspect ratio as
display aspect ratio.
Patch by Robert Krüger $(... - 11:24 PM Revision 4563cf24 (ffmpeg): Factorize code in get_bit_rate().
- Originally committed as revision 22879 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 PM Revision 22b7b23c (ffmpeg): Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case of
- failed reallocation, rather than just -1.
Originally committed as revision 22878 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:52 PM Revision e5d2bdec (ffmpeg): Add rectangle.h #include for fill_rectangle().
- Originally committed as revision 22877 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 PM Revision d02bb3ec (ffmpeg): Move static function fill_filter_caches() from h264.h to h264.c.
- The function is only used within that file, so it makes sense to place
it there. This fixes many warnings of the type... - 10:11 PM Revision 19c9eedc (ffmpeg): Plug librtmp logging into av_log.
- patch by Howard Chu, hyc highlandsun com
Originally committed as revision 22875 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:08 PM Revision fc122efd (ffmpeg): whitespace cosmetics
- Originally committed as revision 22874 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:29 PM Revision 8b9ec992 (ffmpeg): FATE: update vqf-demux checksum
- Originally committed as revision 22873 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 PM Revision 4512ed92 (streamers): publish both AVG and WIN_AVG
- 12:55 PM Revision f0fd74f6 (streamers): measure and publish BW utilisationn
- 11:10 AM Revision 826dab2b (streamers): publish sum of bytes received
- 10:15 AM Revision 2bb29da6 (ffmpeg): DCA: indent
- Originally committed as revision 22872 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 AM Revision 69e17136 (ffmpeg): DCA: optimise dca_subsubframe()
- 8% faster overall on Cortex-A8.
Originally committed as revision 22871 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:25 AM Revision 2898526d (ffmpeg): Do not probe when the format is known.
- Patch by Jean-Daniel Dupas devlists shadowlab org
Originally committed as revision 22870 to svn://svn.ffmpeg.org/ffm... - 06:43 AM Revision b0941dee (ffmpeg): [VA-API] Fix long-term reference frames addition to the DPB.
- This fixes MR2_MW_A/MR2_TANDBERG_E on Intel Ironlake and NVIDIA HW.
Originally committed as revision 22869 to svn://... - 01:19 AM Revision efd8b009 (ffmpeg): Use a suitable timebase in VQF demuxer
- Originally committed as revision 22868 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:48 AM Revision b591c7af (ffmpeg): 10l: fix build on non-NEON ARM
- Originally committed as revision 22867 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/12/2010
- 10:05 PM Revision e5747706 (ffmpeg): Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565,
- BGR565, RGB565) to make them specify the tags for the LE variants
rather than for the native endian ones.
Fix NUT co... - 09:49 PM Revision 94e57758 (ffmpeg): Fix grammar: a expression -> an expression.
- Originally committed as revision 22865 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:49 PM Revision 85c36856 (ffmpeg): Remove stray empty line.
- Originally committed as revision 22864 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:45 PM Revision 08255107 (ffmpeg): DCA: ARM/NEON optimised lfe_fir
- Originally committed as revision 22863 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:45 PM Revision e168a556 (ffmpeg): DCA: 16-byte-align lfe_fir tables
- Originally committed as revision 22862 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:45 PM Revision 309d16a4 (ffmpeg): DCA: break out lfe_interpolation_fir() inner loops to a function
- This enables SIMD optimisations of this function.
Originally committed as revision 22861 to svn://svn.ffmpeg.org/ffm... - 08:22 PM Revision fc7e2d34 (ffmpeg): Fix constness for func[12] parameters in ff_parse_expr() and
- ff_parse_and_eval_expr().
Change func[12] attributes from "** func" to "* const * func".
This is consistent with th... - 08:02 PM Revision 94f320bc (streamers): change bach RTT measure to work only on chunks
- it wasn't working without this filter
- 07:21 PM Revision 82fdcd44 (ffmpeg): Change constness for func[12]_name parameters of ff_parse_expr() and
- ff_parse_and_eval_expr().
Change attribute from "const char **" to "const char * const *".
The name arrays are not s... - 07:21 PM Revision 1235429c (ffmpeg): Rename ff_parse() to ff_parse_expr().
- The new name is more expressive and fits better in the overall naming
scheme for the revisited eval API.
Originally ... - 07:21 PM Revision 6c71d2c1 (ffmpeg): Remove unnecessary header inclusion directives.
- Originally committed as revision 22857 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 PM Revision 8ad22666 (streamers): removed some unused measures
- 04:16 PM Revision 2818bdf2 (ffmpeg): Extradata length checks for Huffyuv.
- Patch by Michael Kaufmann hallo $(name) dash $(surname) ch
Originally committed as revision 22856 to svn://svn.ffmpe... - 04:05 PM Revision 843c7aa8 (ffmpeg): DCA: use FASTDIV in decode_blockcode()
- Originally committed as revision 22855 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:16 PM Revision 6a36798f (ffmpeg): Add DOS section to the platform documentation.
- patch by Michael Kostylev, michael.kostylev gmail com
Originally committed as revision 22854 to svn://svn.ffmpeg.org... - 03:03 PM Revision c007c687 (ffmpeg): Do not set pos to an error value.
- Patch by Howard Chu, hyc highlandsun com
Originally committed as revision 22853 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:28 PM Revision f01210a6 (ffmpeg): ARM: fix NEON synth_filter_float with hardfp calls
- Originally committed as revision 22852 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:21 PM Revision a7fc9146 (ffmpeg): Remove useless header inclusion.
- Originally committed as revision 22851 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:27 AM Revision ee945547 (ffmpeg): Fix extra object path in Solaris section.
- Originally committed as revision 22850 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:14 AM Revision 766fefe8 (ffmpeg): DCA: simplify lfe_interpolation_fir()
- This reorders the lfe_fir tables, and drops the mirrored half,
such that the loops in lfe_interpolation_fir() can be ... - 11:14 AM Revision b92d483b (ffmpeg): DCA: use a local variable for loop boundary
- This prevents gcc reloading the value from memory on each iteration
of the loop.
Originally committed as revision 22... - 11:14 AM Revision 0dc7df28 (ffmpeg): DCA: use some type-punning in qmf_32_subbands()
- Originally committed as revision 22847 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:39 AM Revision 642216bc (streamers): measure overall per peer bw
- 10:37 AM Revision 3bce5816 (streamers): set publish names
- 10:27 AM Revision 186a880e (streamers): use new MonPublish interface to add channel name
- 07:24 AM Revision 6b174197 (ffmpeg): Predicting the size of the hdlr, string data and trkn tags in the MOV...
- Originally committed as revision 22846 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/11/2010
- 10:32 PM Revision a367be1e (ffmpeg): Rename ff_eval2() to ff_parse_and_eval_expr().
- The new name better expresses what the function does.
Originally committed as revision 22845 to svn://svn.ffmpeg.org... - 10:32 PM Revision 4565caf1 (ffmpeg): Rename ff_parse_eval() to ff_eval_expr().
- The new name expresses better what the function does.
Originally committed as revision 22844 to svn://svn.ffmpeg.org... - 09:44 PM Revision 9a2cb05f (ffmpeg): Move the internal function declarations in avformat.h to internal.h.
- Originally committed as revision 22843 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:26 PM Revision bc3c85a3 (ffmpeg): Apply grammar/consistency nits to avfilter_graph_add_filter() doxy.
- Originally committed as revision 22842 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:04 PM Revision f54978f1 (ffmpeg): Place some empty line in the doxy.
- Improve readability, also consistent with the predominant doxy style.
Originally committed as revision 22841 to svn:... - 08:04 PM Revision 8c216473 (ffmpeg): Remove redundant file descriptions from copyright headers.
- File description is only kept in the @file doxy.
Originally committed as revision 22840 to svn://svn.ffmpeg.org/ffmp... - 06:44 PM Revision a3731cad (ffmpeg): Avoid the use of the symbol ff_expr_s for referencing AVExpr.
- This way we have to deal only with struct AVExpr and AVExpr, which is
slightly less confusing as the association betw... - 03:54 PM Revision 96561c12 (ffmpeg): DECLARE_ALIGNED usage requires #inclusion of 'mem.h'.
- Originally committed as revision 22838 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 PM Revision 80ed7014 (ffmpeg): Doxument ff_free_expr().
- Originally committed as revision 22837 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:09 PM Revision 21302fed (ffmpeg): Make ff_fill_linesize() use the information stored in
- av_pix_fmt_descriptors.
Allow simplification and a more generic implementation.
Originally committed as revision 22... - 12:21 PM Revision 7e939205 (ffmpeg): Set audio bit rate.
- Patch by Howard Chu, hyc highlandsun com
Originally committed as revision 22835 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:47 AM Revision f8fea468 (ffmpeg): Rename ff_eval_free() to ff_free_expr().
- Originally committed as revision 22834 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:47 AM Revision 073f6d5b (ffmpeg): Rename AVEvalExpr to AVExpr, as suggested by Michael.
- The new name is shorter and less confusing.
Originally committed as revision 22833 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:47 AM Revision 5fccafdb (ffmpeg): Move AVEvalExpr declaration at the beginning of the file, where it is
- less distracting.
Originally committed as revision 22832 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:13 AM Revision e810bf7b (chunker-player): brand new audio/video sync algorithm, fixed memory leaks
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@895 c54fac...
- 01:11 AM Revision b9426438 (chunker-player): fixed memory leaks
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@894 c54fac...
- 01:10 AM Revision 7174afc4 (chunker-player): defines which internal transcoding codecs to use
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@893 c54fac...
- 12:43 AM Revision 0f1f4816 (ffmpeg): Raise needed score for codec probing in CODEC_ID_PROBE before the las...
- Fixes issue1871
Originally committed as revision 22831 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/10/2010
- 08:34 PM Revision ac1c9564 (ffmpeg): Bump libavfilter minor version and Changelog for unsharp filter
- Originally committed as revision 22830 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:32 PM Revision 3ffdd09a (ffmpeg): alacenc : Report supported input sample formats.
- Originally committed as revision 22829 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:27 PM Revision e73d1a5e (ffmpeg): ARM: NEON optimised synth_filter_float
- 2.7x faster DCA decoding on Cortex-A8
Originally committed as revision 22828 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:27 PM Revision f462ed1f (ffmpeg): Make synth_filter a function pointer
- Originally committed as revision 22827 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:27 PM Revision 38d52f3e (ffmpeg): DCA: align some arrays
- Optimised implementations of the synth filter will require these
arrays 16-byte aligned.
Originally committed as rev... - 04:08 PM Revision 7405358f (streamers): enabling some more in-band measures
- 07:11 AM Revision 7e6ebe0f (streamers): more agressive traffic reduction in case of losses
04/09/2010
- 11:29 PM Revision b9f60bd8 (ffmpeg): Add M_SQRT2 to the constants in mathematics.h.
- Originally committed as revision 22825 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:39 PM Revision 497431a5 (ffmpeg): Dont try to compute AVPacket duration for possibly interlaced video c...
- when no parser is available.
This partly fixes the frame rate misdetection in issue1756.
Originally committed as rev... - 05:52 PM Revision 79f8b328 (ffmpeg): ffplay : Add 's' to the list of supported commands.
- Originally committed as revision 22823 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 PM Revision d0958490 (chunker-player): fixed path to net_helper
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@880 c54fac...
- 02:09 PM Revision aa9894e8 (streamers): measure RTT on all message types
- 02:09 PM Revision 8e7b085c (streamers): activate publishing results in the repo
- setParameter was not working, removed it
- 02:09 PM Revision 0580deac (streamers): improve RTT based selection rule
- 02:07 PM Revision 7c10f844 (streamers): change to packet level loss measurement
- 08:34 AM Revision e735a1b1 (streamers): reduce load a little bit if there are losses on the path
- 08:34 AM Revision 77683071 (streamers): disabling RTT debug output
- 08:34 AM Revision 9bbdb696 (streamers): remove unused measures and add LOSS measure
- 08:34 AM Revision f5783ec4 (streamers): ugly fix to compile static with MONL
- 08:34 AM Revision fcb5c29b (streamers): moving peerset related stuff to topology.c
- 08:34 AM Revision 21a958c7 (streamers): changing send_offer to RTT based selection
- 08:34 AM Revision 4c0ba13e (streamers): adding RTT based weight function
- 08:34 AM Revision 0cc83624 (streamers): adding RTT measurement
- 08:34 AM Revision a874d5ac (streamers): adding MONL support in Makefile
- 08:34 AM Revision 4bf91643 (streamers): adding MONL measures
- 08:34 AM Revision caefd3c9 (streamers): move linking of eventlib to the end in the makefile
- 08:33 AM Revision 8cc2c49a (streamers): Merge branch 'RockStreamer' into OfferStreamer
- 07:06 AM Revision b43fb02a (streamers): Merge branch 'DumbStreamer' into RockStreamer
- 07:03 AM Revision 371a4639 (streamers): fixed call to default_ip_address in init
- 07:01 AM Revision 7618c9ab (streamers): clean removes net_helper as well
- 07:01 AM Revision 1435546b (streamers): remove dependence on ml_helpers
04/08/2010
- 09:47 AM Revision 7a6fe01f (ffmpeg): Seeking forward in non-seekable media by discarding data, regardless ...
- Originally committed as revision 22822 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 AM Revision 01d91b9b (ffmpeg): Reusing the probe buffer to rewind the ByteIOContext in ff_probe_inpu...
- Originally committed as revision 22821 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:27 AM Revision ba659bed (ffmpeg): Reindent read_sbr_extension.
- Originally committed as revision 22820 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:27 AM Revision 73c27046 (ffmpeg): Print an error and skip PS when PS is found but explicitly found but
- signaled to be absent.
Originally committed as revision 22819 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:27 AM Revision ed23d319 (grapes): Fix compilation after the last API change
- 06:25 AM Revision 92bdbfcd (grapes): Add the possibility to pass a user-defined fd set to wait4data()
- 06:04 AM Revision d14662f6 (ffmpeg): Add support for PS sync extensions.
- Originally committed as revision 22818 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 AM Revision 37216b99 (ffmpeg): Use get_bits_left() in the sync extension check.
- Originally committed as revision 22817 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 AM Revision 702b73bc (ffmpeg): Fix ext_object_type.
- In the case of explicit non-backwards compible PS, the extension object
type should be set to SBR. See 14496-3:2009 (...
04/07/2010
- 08:06 PM Revision 58f48adb (ffmpeg): Add DynamicACL support for FFserver.
- Originally committed as revision 22815 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 PM Revision c6cf6ae6 (ffmpeg): Don't write an empty spdif header in spdif muxers write_header functi...
- Patch by Elupus.
Originally committed as revision 22814 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:05 AM Revision e0728d79 (ffmpeg): Add unsharp video filter.
- Contributed by Daniel G. Taylor (dan/at/programmer-art/dot/org)
Originally committed as revision 22813 to svn://svn....
04/06/2010
- 10:31 PM Revision b9bd6589 (ffmpeg): Clarify doxy for av_fifo_alloc().
- Originally committed as revision 22812 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:52 AM Revision 77a670e7 (ffmpeg): Fix segfault when encoder initialization fails.
- Patch by Craig Thomasson $(name) dot $(surname) ripcode com
Originally committed as revision 22811 to svn://svn.ffmp...
Also available in: Atom