Activity
From 04/24/2010 to 05/23/2010
05/23/2010
- 11:33 PM Revision f1a05185 (ffmpeg): Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many
- seeks needed for binary search when seeking to a previously seen
location.
Originally committed as revision 23279 to... - 11:19 PM Revision 21d52447 (ffmpeg): small wording fix
- Originally committed as revision 23277 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:17 PM Revision a8d9a56a (ffmpeg): Mention some more changes related to HTML 5 issues.
- Originally committed as revision 23276 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:20 PM Revision 8daed34e (ffmpeg): matroskadec: Revert adding the doctype to metadata; it has no meaning...
- Originally committed as revision 23275 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision 50eae970 (ffmpeg): Reduce the score for the aea demuxer probing function.
- Originally committed as revision 23273 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:56 PM Revision 946da736 (ffmpeg): Fix detection of some stereo atrac files by not comparing the
- block size mode and info byte.
Originally committed as revision 23272 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:19 PM Revision fbe347d6 (ffmpeg): Reflect the 0.6 branch in the Changelog.
- Originally committed as revision 23270 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 PM Revision 2da6050c (ffmpeg): oups, 100l, revert unrelated hunk from commit r23266
- Originally committed as revision 23269 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:06 PM Revision a4de2b6e (ffmpeg): write 3gp perf tag for artist metadata
- Originally committed as revision 23268 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision 221ed486 (ffmpeg): albm 3gp tag has optional track field not date
- Originally committed as revision 23267 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 PM Revision ea4c4d7f (ffmpeg): change author metadata to artist in mov de/muxer
- Originally committed as revision 23266 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:14 PM Revision e53ca636 (ffmpeg): Cosmetics : re-indent after last commit.
- Originally committed as revision 23265 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:13 PM Revision 3635c07b (ffmpeg): FFplay : Avoid manipulating NULL data pointers so that future checks
- remain valid. This fixes segfaults for those cases where data copy to
this invalid pointer is attempted.
Originally ... - 07:11 PM Revision 47f0704e (ffmpeg): Prefix value for flags with "0x", to make it clear that it is an
- hexadecimal value.
Originally committed as revision 23262 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:34 PM Revision 49837b8d (ffmpeg): Make the nut decoder read the ff_nut_video_tags to detect codec id of
- the input file.
This is required as Nut codec tags are not contained in
ff_codec_bmp_tags.
Originally committed as ... - 06:34 PM Revision 2e01def0 (ffmpeg): Define ff_nut_video_tags and make Nut muxer and demuxer set it in
- codec_tag.
Originally committed as revision 23259 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:34 PM Revision 6d9b7a7d (ffmpeg): Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction.
- Originally committed as revision 23258 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:07 PM Revision 944a1b6b (ffmpeg): Add a md5 muxer that allows checking the md5 sums of generated stream...
- needing an external MD5 command.
Originally committed as revision 23257 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:02 AM Revision d458b7d4 (ffmpeg): Add empty newline to separate function declarations, for better
- readability.
Originally committed as revision 31192 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 09:47 AM Revision cca68a54 (ffmpeg): Add an entry to APIchanges for the addition of av_get_random_seed
- Originally committed as revision 23256 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:45 AM Revision 99778631 (ffmpeg): Bump libavutil minor version for the addition of av_get_random_seed
- Originally committed as revision 23255 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:53 AM Revision 576fb48e (ffmpeg): Make ff_random_get_seed public, rename to av_get_random_seed, export ...
- Keep an old ff_ named function for binary compatibility until the
next major bump.
Originally committed as revision ...
05/22/2010
- 09:52 PM Revision e1745e2f (ffmpeg): Make av_write_header() return AVERROR(EINVAL) rather than -1 if the
- input parameters are not valid.
Originally committed as revision 23253 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:52 PM Revision cf5b33d9 (ffmpeg): Store in a dedicated array the format name - codec id - codec type
- mapping. Simplify.
Originally committed as revision 23252 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:32 PM Revision c56e9e05 (ffmpeg): Open 2-pass logfile in binary mode for both reading and writing.
- This fixes a regression on Windows introduced by r22769 in which the data read
from the file was not properly zero te... - 04:01 PM Revision 80b39e1c (ffmpeg): Move AVCodecTag from riff.h into internal.h.
- Patch by Francesco Lavra, francescolavra interfree it
Originally committed as revision 23250 to svn://svn.ffmpeg.org... - 03:56 PM Revision 83c27079 (ffmpeg): Prefer enum CodecID over int in ff_codec_get_tag().
- Originally committed as revision 23249 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:13 AM Revision 85e86b68 (ffmpeg): Update regression tests after removing track timecode scale from mkvenc
- Originally committed as revision 23248 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 AM Revision 577abedb (ffmpeg): matroskaenc: Don't write track timecode scale
- It's not required for mkv and unsupported in webm
Originally committed as revision 23247 to svn://svn.ffmpeg.org/ffm... - 01:41 AM Revision c7b913c8 (ffmpeg): matroskadec: Allow unknown EBML doctype
- Originally committed as revision 23246 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 AM Revision 470491fa (ffmpeg): matroskadec: Support webm doctype
- Patch by James Zern <jzern at google>
Originally committed as revision 23245 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/21/2010
- 11:19 PM Revision 6a2c9b8b (ffmpeg): Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV to
- pix_fmt_bps_mov.
The new names are consistent with the predominant FFmpeg style.
Originally committed as revision 2... - 11:19 PM Revision 1beff414 (ffmpeg): Rename findPixelFormat() to find_pix_fmt().
- Less ugly and more consistent with the FFmpeg predominant style.
Originally committed as revision 23243 to svn://svn... - 09:41 PM Revision ff85f586 (ffmpeg): remove unused field
- Originally committed as revision 23232 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:38 PM Revision 95ca3b1e (ffmpeg): In ogg muxer, pack multiple frames into one page, much lower overhead
- Originally committed as revision 23231 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:59 AM Revision 686d6f40 (ffmpeg): ffserver: Avoid busylooping while reading non-blocking input
- Patch by Howard Chu, hyc at highlandsun dot com
Originally committed as revision 23210 to svn://svn.ffmpeg.org/ffmpe... - 07:12 AM Revision 38d4a217 (ffmpeg): Change the default codecs for the rtsp muxer to mpeg4 and aac
- These codecs in RTP are supported by many players.
Originally committed as revision 23209 to svn://svn.ffmpeg.org/ff... - 07:08 AM Revision 648e41b3 (ffmpeg): Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxer
- Originally committed as revision 23208 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:07 AM Revision 9a761250 (ffmpeg): Add a libavformat internal function ff_write_chained
- Originally committed as revision 23207 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/20/2010
- 11:09 PM Revision 6531b5c9 (ffmpeg): Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.
- The new name is shorter and consistent with the FFmpeg style.
Originally committed as revision 23206 to svn://svn.ff... - 09:27 PM Revision 4d2f703a (ffmpeg): Fix doxy reference to unexisting function.
- Originally committed as revision 23203 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision c21014a4 (grapes): reduced nccache size to 10
- 09:03 PM Revision ffb61393 (grapes): Fix the most stupid error ever
- 09:03 PM Revision 2c634391 (grapes): Do not reply with too many IDs, and do not free NULL
- 09:02 PM Revision 0606288e (grapes): SOM: fixed peerset include guard
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@770 c54fac2e-1815-407e-9b96-088d06743913
- 09:02 PM Revision 02909584 (grapes): SOM: fix memory leak in peerset
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@676 c54fac2e-1815-407e-9b96-088d06743913
- 06:34 PM Revision fbfccc04 (ffmpeg): Disable non interleaved avi code when there is no index available.
- Fixes issue1956.
Originally committed as revision 23202 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:05 PM Revision 0e66f272 (streamers): upgrade references to GRAPES/som to GRAPES
05/19/2010
- 10:56 PM Revision b8dbff33 (ffmpeg): Cosmetics: make more compact the code for handle_jpeg(), this also al...
- vertical alignment. Improve readability.
Originally committed as revision 31186 to svn://svn.mplayerhq.hu/mplayer/tr... - 10:55 PM Revision 2b65bb45 (ffmpeg): Change eval API to take parent log context and log level offset.
- this is based on stefanos work, especially all bugs are his fault ;)
Originally committed as revision 23201 to svn:/... - 10:51 PM Revision 4880cfd9 (ffmpeg): Print parent log context too, if available.
- Originally committed as revision 23200 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:50 PM Revision 2c1bb265 (ffmpeg): Make it possible for a log context to keep track of its parent context.
- This is usefull to keep track and display relations where things are a
bit more complex (like AVProtocols or demuxers... - 10:49 PM Revision 4e74187d (ffmpeg): Remove PI definition and use M_PI instead.
- M_PI is defined by the included file libavutil/mathematics.h.
Originally committed as revision 31185 to svn://svn.mp... - 10:45 PM Revision 8d2a5139 (ffmpeg): av_default_item_name() so Simply AVClasses need 1 function less.
- Originally committed as revision 23198 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:48 PM Revision d545fa56 (ffmpeg): fix x264 encoding when delay is > number of input frames
- Originally committed as revision 23197 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision c2341b85 (ffmpeg): Add a chomp BSF to consume zero padding at the end of a packet.
- Originally committed as revision 23196 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision c16d5a6f (ffmpeg): Make aac_decode_frame() consume zero padding at the end of a packet.
- Originally committed as revision 23195 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 PM Revision 7382617a (ffmpeg): Bump minor version for CODEC_ID_VP8
- Originally committed as revision 23194 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:50 PM Revision 6c7c6293 (ffmpeg): Add VP80 fourcc
- Patch by Google
Originally committed as revision 23193 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:50 PM Revision 23966972 (ffmpeg): matroska: Add V_VP8
- Patch by Google
Originally committed as revision 23192 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:50 PM Revision a98c2dfa (ffmpeg): Add VP8 CODEC_ID
- Patch by Google
Originally committed as revision 23191 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:31 PM Revision 8a26b2c6 (ffmpeg): 13% faster yuv420 to rgb15 mmx.
- It is now faster than the old gpl version on conroe.
Originally committed as revision 31181 to svn://svn.mplayerhq.h... - 09:46 AM Revision 8d168a92 (ffmpeg): Fix a crash when opening WMS RTSP streams
- Fixes issue 1948
Originally committed as revision 23181 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:21 AM Revision bffc36e0 (ffmpeg): 40% faster yuv420 to rgb24 mmx.
- It is now faster than the old gpl version on conroe.
Originally committed as revision 31180 to svn://svn.mplayerhq.h... - 08:16 AM Revision b724102a (ffmpeg): Add an APIchanges note regarding the new rtp hinting flag
- Originally committed as revision 23180 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 AM Revision d4493e03 (ffmpeg): Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINT
- Originally committed as revision 23179 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:12 AM Revision 910cde56 (ffmpeg): Add a changelog entry for the RTP hinting in the mov muxer
- Originally committed as revision 23178 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:46 AM Revision 15f9fa3d (ffmpeg): Fix signedness of q_delta field of the IVIMbInfo.
- Patch by Maxim max_pole () gmx * de
Originally committed as revision 23170 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/18/2010
- 09:21 PM Revision 5549aa6d (ffmpeg): matroskadec: Free ebml binary buffer on error
- Based on a Chromium patch
Originally committed as revision 23169 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:21 PM Revision 465c28b6 (ffmpeg): matroskadec: Fix buffer overread in matroska_ebmlnum_uint
- Based on a Chromium patch
Originally committed as revision 23168 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:21 PM Revision d98bd80e (ffmpeg): matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if th...
- has 0 written
Based on a Chromium patch
Originally committed as revision 23167 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:21 PM Revision 1c664b23 (ffmpeg): matroskadec: Use av_freep in ebml_read_ascii
- Based on a Chromium patch
Originally committed as revision 23166 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:48 PM Revision 44bf251a (ffmpeg): Use a heuristic for describing the RTP packets using sample data
- Originally committed as revision 23165 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:47 PM Revision e977af6f (ffmpeg): Add initial support for RTP hinting in the mov muxer
- Originally committed as revision 23164 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 PM Revision 27a826c9 (ffmpeg): Make mov_write_packet non-static, add ff_ prefix
- Originally committed as revision 23163 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:38 PM Revision f72dad41 (ffmpeg): Move the mov muxer structures to a separate header
- Originally committed as revision 23162 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:34 PM Revision 796ac233 (ffmpeg): Add a flag for enabling RTP hinting
- Originally committed as revision 23161 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:32 PM Revision 0341b699 (ffmpeg): Make ff_sdp_write_media a lavf-internal function
- This is in preparation for RTP hinting in the MOV muxer, where
it needs to be able to create SDP fragments for each m... - 07:23 PM Revision 698f4cc7 (ffmpeg): Validate AVCodecTag vs CodecID.
- Patch by Francesco Lavra, francescolavra interfree it
Originally committed as revision 23159 to svn://svn.ffmpeg.org... - 07:16 PM Revision 603a5f04 (ffmpeg): Factorize some code into the new function ff_toupper4().
- Patch by Francesco Lavra, francescolavra interfree it
Originally committed as revision 23158 to svn://svn.ffmpeg.org... - 05:28 PM Revision b74f67eb (ffmpeg): In ts demuxer, output pes packet as soon as they are complete.
- This is needed for subtitles where packets are infrequent.
Patch by Janne Grunau, janne-ffmpeg at jannau dot net.
Or... - 11:46 AM Revision 90c92100 (ffmpeg): Cosmetics: reindent
- Originally committed as revision 23156 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:45 AM Revision 1bf5228e (ffmpeg): ffserver: Don't set me_method unconditionally
- Patch by Howard Chu, hyc at highlandsun dot com
Originally committed as revision 23155 to svn://svn.ffmpeg.org/ffmpe... - 11:16 AM Revision 0156fcf2 (ffmpeg): ffserver: Write proper GMT date/times in Date headers
- Patch by Howard Chu, hyc at highlandsun dot com
Originally committed as revision 23154 to svn://svn.ffmpeg.org/ffmpe...
05/17/2010
- 10:49 PM Revision fecd7b45 (ffmpeg): Add log_level_offset to AVCodecContext.
- Originally committed as revision 23153 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:12 PM Revision 1095d442 (ffmpeg): set avg frame rate in mkv demuxer
- Originally committed as revision 23152 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:11 PM Revision 1636ed65 (streamers): changing delay measurement unit to seconds
- 06:06 PM Revision 19d6b4ca (streamers): calculate and publish playout delay
- 05:34 PM Revision 43d09faf (ffmpeg): ffserver: Make sure a destination URL is set when creating the SDP
- Debugged by Howard Chu, hyc at highlandsun dot com.
Originally committed as revision 23151 to svn://svn.ffmpeg.org/f... - 05:19 PM Revision efb3861d (streamers): add chunk delay measurement
- 05:17 PM Revision 9f051e26 (streamers): initialize chunk timestamp in source to current time
- 05:16 PM Revision d112a6fb (streamers): initialize first chunk ID in source based on current time
- 05:15 PM Revision 0e7105fe (streamers): fix clean in Makefile
- one .o file was not removed
- 02:08 PM Revision 4c9f8d7f (streamers): publish variance of hop count as well
- 01:36 PM Revision 049189f8 (streamers): slightly increaseing measurement publish rate to 120 sec
- 10:54 AM Revision b07667ee (streamers): improve logging of pushes to the source
- 10:25 AM Revision cf6aaf5b (streamers): fix new-line at some debug outputs
- 10:13 AM Revision ccfc425d (streamers): measure and publish average number of overlay hops to peer
- 09:53 AM Revision f40f329e (ffmpeg): Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1')
- Originally committed as revision 23150 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:06 AM Revision f5d9663e (streamers): add deadline to chunk attributes
- 09:06 AM Revision e99600d8 (streamers): add chunk attributes (hopcount) filling and update
05/16/2010
- 11:00 PM Revision edd259f9 (ffmpeg): Change the order of parameters for ff_eval_expr() and
- ff_parse_and_eval_expr(), place the names for constants/functions
before the corresponding values.
This looks more r... - 09:03 PM Revision ec1d1afc (ffmpeg): Factorize code into a single function.
- Patch by Sebastian Vater, cdgs D basty A gmail
Originally committed as revision 23148 to svn://svn.ffmpeg.org/ffmpeg... - 06:13 PM Revision 03c3bb5c (ffmpeg): use filter name when graph parser add filters
- Originally committed as revision 23147 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:08 PM Revision ed395eb4 (ffmpeg): Add missing rawvideo pixel formats to codec tags mappings for nut.
- Originally committed as revision 23146 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:56 AM Revision 73762de1 (ffmpeg): Add NV12 and NV21 AVI tags.
- Both are listed in fourcc.org.
Originally committed as revision 23145 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:56 AM Revision c75b3d2e (ffmpeg): Clarify description for the MONOWHITE and MONOBLACK pixel formats.
- Originally committed as revision 23144 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/15/2010
- 05:34 PM Revision 65929418 (ffmpeg): Avoid mixed declaration and code, fix C89 compatibility.
- Patch by François Revol revol free fr.
Originally committed as revision 23143 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:33 PM Revision 9121b8ca (ffmpeg): Clarify descriptions for RGB4, BGR4, NV12, NV21,
- RGB48BE, and RGB48LE pixel formats.
Originally committed as revision 23142 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/14/2010
- 11:09 PM Revision 48962f2e (ffmpeg): Reindent after last commit on dxva2 h264 AVHWAccel.
- Originally committed as revision 23141 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:08 PM Revision efb816ef (ffmpeg): Fixed h264 long term support with dxva2 AVHWAccel.
- Based on a commit for vaapi(r22869).
Originally committed as revision 23140 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:04 PM Revision 58edb075 (ffmpeg): Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.
- It is not harmful and it scares too many users.
Originally committed as revision 23139 to svn://svn.ffmpeg.org/ffmpe... - 07:38 PM Revision 0175d788 (ffmpeg): fmaxf -> FFMAX to fix pre-C99 systems
- Originally committed as revision 23138 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:51 PM Revision deeb7012 (ffmpeg): Change inter-protocol dependencies from _deps to _select
- Originally committed as revision 23137 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:59 PM Revision dc87dca9 (streamers): extract offer_per_tick to a global parameter
- 05:58 PM Revision 282c2129 (streamers): added average RTT calculation to measures
- 05:58 PM Revision 8cabbbda (streamers): added some function description
- 05:56 PM Revision e2c563e7 (streamers): measure OfferAccept ratio in Streamer
- 05:56 PM Revision 80ab1a60 (streamers): add OfferAccept measurement to measures.c/h
- 05:55 PM Revision b5a5780a (streamers): pass on transaction ID
- 04:49 PM Revision 759510e6 (ffmpeg): aacenc: Add a rate only trellis for codebook selection for the TLS.
- Originally committed as revision 23136 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:49 PM Revision 4d986b71 (ffmpeg): aacenc: Use exact values when quantizing, not fuzzy values.
- This requires us to code small escapes; we can't avoid it.
Originally committed as revision 23135 to svn://svn.ffmpe... - 04:49 PM Revision 51cbabc7 (ffmpeg): aacenc: Use an estimated codebook for the TLS (two loop search).
- Originally committed as revision 23134 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:49 PM Revision 960323a2 (ffmpeg): aacenc: Select the TLS (two-loop search) as the default scalefactor c...
- Originally committed as revision 23133 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:49 PM Revision 31184aac (ffmpeg): aacenc: Fix psy logic.
- Set band info before determining scalefactors. Use the look ahead for
windowing decision.
Originally committed as re... - 03:09 PM Revision b81d3f0f (grapes): Cleanup the cache interface a little bit
- 03:09 PM Revision 418dafe6 (grapes): Change the "reply" prototype
- 10:58 AM Revision 4d977f7d (chunker-player): cleaner queue statistics and queue density added
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1218 c54fa...
05/13/2010
- 08:41 PM Revision eb0a4d32 (ffmpeg): Fix compilation of AC3 decoder if E-AC3 decoder was disabled.
- Originally committed as revision 23131 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:22 PM Revision 86e09922 (ffmpeg): qt-faststart: Abort scanning of the input file if a badly sized atom ...
- If the atom size is 0, qt-faststart currently hangs forever while scanning
the file.
Originally committed as revisio... - 07:18 PM Revision 6d810162 (ffmpeg): Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemai...
- Originally committed as revision 23128 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:18 PM Revision 2ef9fd8e (ffmpeg): Cosmetics: Initialize pointers with NULL instead of 0, for consistency
- Originally committed as revision 23127 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 PM Revision e3d7269f (ffmpeg): Cosmetics: reindent
- Originally committed as revision 23126 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 PM Revision c937454d (ffmpeg): qt-faststart: Use the error_out cleanup code path for all error returns
- Originally committed as revision 23125 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:16 PM Revision 7a0e859c (ffmpeg): Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>.
- Originally committed as revision 23124 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:41 PM Revision 57fcb7d7 (ffmpeg): Add mpegaudiodec_float.o dependency on tables header with hardcoded t...
- Originally committed as revision 23123 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:26 PM Revision aeaa9630 (ffmpeg): Remove the name of the file from the @file doxy, it is unnecessary and
- inconsistent with the other files.
Originally committed as revision 23122 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:26 PM Revision 622e6ce5 (ffmpeg): Make the init and config_filter callbacks of the pad filter return
- AVERROR(EINVAL) rather than -1 in case of invalid parameters.
Originally committed as revision 23121 to svn://svn.ff... - 06:26 PM Revision dc0eaef3 (ffmpeg): Make av_parse_color() return AVERROR(EINVAL) rather than -1.
- Originally committed as revision 23120 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:06 PM Revision 40914d97 (ffmpeg): 1.0 and the resulting exactly representable value must be marked as f...
- gcc is hopelessly trash.
Originally committed as revision 23119 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:58 PM Revision 0628f3e8 (ffmpeg): Cast constants to float to avoid gcc converting to and from
- float<->double in every operation.
Originally committed as revision 23118 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:32 PM Revision e969e261 (ffmpeg): Use standard C for implementing sign_extend() and zero_extend().
- This fixes compilation of probetest
Originally committed as revision 23116 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:30 PM Revision a74d707c (ffmpeg): av_alias is an attribute and belongs to attributes.h
- also attributes.h is public and external api and can thus not depend
on configure tested compiler support thus this p... - 04:02 PM Revision 1b7da906 (streamers): upgraded to new sched interface
- 03:41 PM Revision 299ac811 (ffmpeg): Reindent after r23112.
- Patch by Sebastian Vater <cdgs basty googlemail com>.
Originally committed as revision 23113 to svn://svn.ffmpeg.org... - 03:39 PM Revision 65d213ec (ffmpeg): Move handling of paletted data to the IFF demuxer. This allows future
- handling of things such as masking/EHB/HAM for this type of data.
Patch by Sebastian Vater <cdgs basty googlemail co... - 03:33 PM Revision ebcf7c32 (ffmpeg): Handle palette underflows, fill remaining space with black (zero) data.
- Patch by Sebastian Vater <cdgs basty googlemail com>.
Originally committed as revision 23111 to svn://svn.ffmpeg.org... - 01:18 PM Revision 2f955ea4 (ffmpeg): Move a while(..){..} -> do{..}while(..), slightly faster.
- Patch by Sebastian Vater <cdgs basty googlemail com>.
Originally committed as revision 23110 to svn://svn.ffmpeg.org... - 12:30 PM Revision e904c51f (ffmpeg): Replace "-vfilters" by "-vf" in regtests. Should fix regtest breakage.
- Originally committed as revision 23109 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:32 AM Revision 458638e3 (ffmpeg): FATE: change -vfilters to -vf
- Originally committed as revision 23108 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 AM Revision 0bb2425e (streamers): fix some warnings
- 10:15 AM Revision 667e0d87 (streamers): add some checks to queries to measures.c
- 10:04 AM Revision bfbdc58e (ffmpeg): Fix compilation with low precission mpeg audio decoding.
- Originally committed as revision 23107 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:02 AM Revision 3e48d792 (ffmpeg): Fix mpegaudio tablegen.
- Patch by Michael Kostylev, michael D kostylev A gmail
Originally committed as revision 23106 to svn://svn.ffmpeg.org... - 10:02 AM Revision 56b37cd1 (ffmpeg): Support writing 2d float arrays.
- Patch by Michael Kostylev, michael D kostylev A gmail
Originally committed as revision 23105 to svn://svn.ffmpeg.org...
05/12/2010
- 11:18 PM Revision 09ed11e5 (ffmpeg): rename -vfilters cli option to -vf in ffplay as well
- Originally committed as revision 23104 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 PM Revision f39ab207 (ffmpeg): change a variable-length array to a malloc.
- Originally committed as revision 23103 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:17 PM Revision 7693b93e (ffmpeg): Doxygen av_codec_get_id() and av_codec_get_tag().
- Originally committed as revision 23102 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:47 PM Revision c3ab0004 (ffmpeg): Revert r31153. It failed to build on:
- x86_64 / Mac OS X gcc 4.0.1
x86_64 / Linux icc (all)
x86_64 / Linux gcc 4.0.4
x86_64 / OpenBSD gcc 3.3.5
x86_64 / Lin... - 05:05 PM Revision b3ab3199 (ffmpeg): Set coded_frame to NULL when closing a codec, since it might
- be invalid after the codec is "gone".
Originally committed as revision 23101 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:35 PM Revision ea084625 (streamers): implement ELp peer score function
- 01:47 AM Revision 521cfa4a (ffmpeg): rename -vfilters cli option to -vf
- Originally committed as revision 23100 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/11/2010
- 09:31 PM Revision 3b7117b7 (ffmpeg): Do the same sign flip optimization to the low freq decoder.
- as with the high freq 10-20 cycles faster
Originally committed as revision 23099 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:20 PM Revision 4b070a7a (ffmpeg): Factorize READ_FLIP_SIGN() optimization out
- Originally committed as revision 23098 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 PM Revision 0c0d88ae (ffmpeg): Optimize decoding high freqs.
- this is 10-20cpu cycles faster on duron (whole is about 50-60 cpu cylses)
I wonder why gcc isnt doing this on its own... - 08:33 PM Revision fd9451c6 (ffmpeg): Make lsf_sf_expand() 4 times faster.
- Originally committed as revision 23096 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:52 PM Revision b91d4661 (ffmpeg): float based mp1/mp2/mp3 decoders.
- Originally committed as revision 23095 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:53 PM Revision 495af353 (ffmpeg): Set cur_channel in the AAC encoder context where needed.
- Most coder functions read it. Carting this around in the context may be
suboptimal; a refactor should be considered.
... - 05:39 PM Revision 2c2b2c0a (ffmpeg): silence gcc warning about potential uninitialized usage
- Originally committed as revision 23093 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:25 PM Revision d21f58b5 (ffmpeg): cosmetics, rename loop to frame_available
- Originally committed as revision 23092 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:23 PM Revision a9f3cb93 (ffmpeg): rename curr_filter to last_filter, factorize filter declaration
- Originally committed as revision 23091 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:18 PM Revision 79b90b25 (ffmpeg): cosmetics: indentation, whitespaces
- Originally committed as revision 23090 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 PM Revision 6e82e7fa (ffmpeg): simplify, reuse existing args variable
- Originally committed as revision 23089 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:14 PM Revision aa1249b8 (ffmpeg): cosmetics: filt_graph_all -> graph, like in ffplay.c
- Originally committed as revision 23088 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 PM Revision 405213b7 (ffmpeg): Add -ldl to libfaadbin_extralibs instead of libfaadbin_decoder_extral...
- The latter does not exist and thus compilation fails.
patch by Janne Grunau, janne-ffmpeg jannau.net
Originally comm... - 02:49 PM Revision 86433cc6 (ffmpeg): Remove unused FRAC_RND() macro from mpegaudiodec.c.
- Originally committed as revision 23086 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:46 AM Revision 857c30ec (ffmpeg): mlpdec: Comment channel_params field in struct SubStream.
- Patch by Nick Brereton <nick at nbrereton dot net>
Originally committed as revision 23085 to svn://svn.ffmpeg.org/ff... - 01:44 AM Revision 22fb814c (ffmpeg): mlpdec: Allocate channel decoding parameters for each substream. Some...
- was encountered with a channel range that overlapped the previous substreams,
and the code assumed no such overlap wa... - 12:36 AM Revision d9d14dc6 (ffmpeg): Use int instead of long to pass width parameters in non-public functi...
- long was being incorrectly used as an x86-sized register, both for 32 and 64
bits, but this is not the case in win64.... - 12:22 AM Revision 22cb6fb6 (ffmpeg): Adding missing () to mathops.h.
- Originally committed as revision 23083 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/10/2010
- 09:16 PM Revision 1c71b5c8 (ffmpeg): Replace more "m" constraints with MANGLE to fix compilation issues
- with x86_32 gcc 4.4.4 and -fPIC.
Originally committed as revision 23082 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:18 PM Revision dce2f7d3 (ffmpeg): Optimize decodeplane32().
- Patch by Sebastian Vater <cdgs basty googlemail com>.
Originally committed as revision 23081 to svn://svn.ffmpeg.org... - 05:00 PM Revision 59cca504 (ffmpeg): Ensure that width and height are > 0. avcodec_open() itself only chec...
- they are >= 0.
Patch by Sebastian Vater <cdgs basty googlemail com>.
Originally committed as revision 23080 to svn:... - 09:32 AM Revision 666d7d18 (ffmpeg): FATE: print friendly error for individual tests when SAMPLES unset
- Originally committed as revision 23079 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:45 AM Revision ce3ee13c (streamers): reducing chunk lock timeout to 100ms
- 07:08 AM Revision 52486603 (ffmpeg): Check NAL unit size to avoid reading past the buffer.
- This fixes issue1907
Patch by Thomas Devanneaux gmail(thomdev)
Originally committed as revision 23078 to svn://svn.... - 01:07 AM Revision 3039f681 (streamers): send out one offer random, one based on locality, alternating
- 01:07 AM Revision 5b95417d (streamers): reduce buffermap rate if losses occur
- 01:07 AM Revision c621cc64 (streamers): change source to send chunks based on locality (RTT)
- 01:07 AM Revision f76dc385 (streamers): more agressive reduction of offer rate
- 01:06 AM Revision ed76b342 (streamers): increase sendSignalling buffer
- 01:06 AM Revision d35ceae7 (streamers): fix verifying encodeChunkSignaling's return value
- 01:06 AM Revision 0781f344 (streamers): using bitmap type chunkidset for sending buffermaps
- 12:28 AM Revision 8ad802e6 (ffmpeg): Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized ...
- Fix issue 1924.
Originally committed as revision 23077 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/09/2010
- 11:19 PM Revision f10d3d34 (ffmpeg): Add FourCC MJPG for CODEC_ID_JPEGLS.
- Patch by Francesco Lavra, francescolavra interfree it
Originally committed as revision 23076 to svn://svn.ffmpeg.org... - 11:04 PM Revision 658e7576 (ffmpeg): Reorder nut specific codec tags and add a comment for marking them as
- such.
Also put the [3][0][0][0] codec tag, mapped to rgb565le, in a special
section. It needs to be specified *after... - 11:04 PM Revision 43451ec2 (ffmpeg): Add missing nut-specific codec tags for rawvideo pixel formats.
- Add codec tags for the formats:
[15]BGR Packed RGB 5:5:5, 16bpp, (msb)1A 5R 5G 5B(lsb), big-endian [NOT in AVI]
[15]R... - 11:04 PM Revision 934edecd (ffmpeg): Make the codec tags for the yuvjXXX pixel formats the same as the
- corresponding ones for the yuvXXX pixel formats.
Originally committed as revision 23073 to svn://svn.ffmpeg.org/ffmp... - 10:56 PM Revision b43f432c (ffmpeg): Add support to the Y411 codec tag, corresponding to the rawvideo pixel
- format uyyvyy411.
The codec tag is referenced in fourcc.org.
Originally committed as revision 23072 to svn://svn.ff... - 10:56 PM Revision 8e89cd1f (ffmpeg): Make the nut demuxer issue a more meaningful error message if it
- cannot recognize the provided codec tag.
Originally committed as revision 23071 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:32 PM Revision cc6849ae (ffmpeg): bswap: 10L add missing parens around macro args
- Originally committed as revision 23070 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:10 PM Revision 0613ece5 (ffmpeg): Replace usage of s->streams[0]->* with st->*, which is shorter.
- Patch by Sebastian Vater <cdgs basty googlemail com>.
Originally committed as revision 23069 to svn://svn.ffmpeg.org... - 08:08 PM Revision 9d45a32b (ffmpeg): Remove "bps" parameter to decodeplane8/32(), it's unused.
- Patch by Sebastian Vater <cdgs basty googlemail com>.
Originally committed as revision 23068 to svn://svn.ffmpeg.org... - 08:07 PM Revision fc25c049 (ffmpeg): Add entry for AVFilterPicRef interlaced and top_field_first fields
- addition.
Originally committed as revision 23067 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:02 PM Revision b6bc2051 (ffmpeg): Bump lavfi minor after the addition of the fields interlaced and
- top_field_first in AVFilterPicRef, done in r23044.
Originally committed as revision 23066 to svn://svn.ffmpeg.org/ff... - 07:09 PM Revision d4a680a0 (streamers): fix compilation without MONL
- 07:09 PM Revision cf820c66 (streamers): changed initialization order: chunkbuffer first, peers after
- otherwise send_bmap fails while adding the first peer
- 07:09 PM Revision 132f8b40 (streamers): send buffermap to new peers right after adding them
- 07:09 PM Revision f0cd4a0a (streamers): export send_bmap from streaming
- 07:09 PM Revision 402088f8 (streamers): fix output buffer initialization code
- init code was inside an if block, it should be outside!
- 07:09 PM Revision c41baa63 (streamers): fix timestamp looparound code
- 05:46 PM Revision 6ad533b7 (ffmpeg): qt-faststart: Avoid leaking memory if encountering a file with double...
- Originally committed as revision 23065 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:22 PM Revision d87132b9 (chunker-player): just backing up spme #defines
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1208 c54fa...
- 05:21 PM Revision 269f1314 (chunker-player): changed chunk sequencing schema to a more smooth one
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1207 c54fa...
- 05:20 PM Revision c7761541 (chunker-player): updated statistics in player with queue density
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1206 c54fa...
- 05:05 PM Revision 17be16a3 (ffmpeg): FATE: update idroq-video-encode command
- Originally committed as revision 23064 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:24 PM Revision 79a9672d (ffmpeg): IFF: decode last 8 pixels per line
- The decodeplane8() function processes one byte of input less than
it should. Also, the for loop has an unusual style... - 12:04 PM Revision e24db3e3 (ffmpeg): Fix build with swscale disabled
- Originally committed as revision 23062 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/08/2010
- 09:48 PM Revision 0a9cb385 (ffmpeg): Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlem...
- Originally committed as revision 23061 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:39 PM Revision 3f073fa2 (ffmpeg): Fix auto-scaling.
- Use the numeric value assigned to sws_flags for the sws_flags set in
the graph, rather than the string "bilinear", wh... - 08:41 PM Revision 3fe1ec39 (ffmpeg): Add means to adjust the log level per context.
- Originally committed as revision 23059 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:32 PM Revision c12caa32 (ffmpeg): Remove hardcoded-tables hack for IA-64: with latest binutils that now...
- causes linking errors instead of avoiding them.
Originally committed as revision 23058 to svn://svn.ffmpeg.org/ffmpe... - 04:24 PM Revision 7f20cb2d (ffmpeg): Another try for fixing/improving decode_video documentation.
- Originally committed as revision 23057 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:34 AM Revision db6769dc (chunker-player): aligned to latest bugfix from Csaba
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1205 c54fa...
- 12:45 AM Revision f1142096 (chunker-player): source peer source_loop timer disabled to avoid 100% cpu
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1204 c54fa...
05/07/2010
- 11:27 PM Revision d6c9d366 (streamers): fixed some compile warnings in channel.c
- 10:12 PM Revision d760a316 (ffmpeg): Make config_props() show conversion information before to create the
- swscale context.
This makes eventual warnings issued in case of swscale context
creation failure to be shown after t... - 10:12 PM Revision 38efdb2c (ffmpeg): Log input size, input format and swscale flags used for conversion in
- config_props().
Useful for debugging.
Originally committed as revision 23055 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:59 PM Revision 447a5b19 (ffmpeg): blackfin: fix yuv422 to yuv420 conversion
- The old code is correct only when stride = 2*width.
Patch by Ronaldo Moura <ronaldo d moura monity com br>
Original... - 05:53 PM Revision f66b3905 (ffmpeg): vf_pad: fix mixed code and declarations
- Originally committed as revision 23054 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:51 PM Revision ecb72d20 (chunker-player): set default buffer size for source to 20 chunks
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1203 c54fa...
- 05:50 PM Revision 155d3624 (chunker-player): more alignment, forgot to remove the static keyword from stre...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1202 c54fa...
- 05:09 PM Revision eb42de41 (streamers): fixing the stupid max_deliver bug
- I've assumed that the earliest chunk is the last one in the set ... it was
a wrong assumption :( - 05:00 PM Revision 63c21257 (chunker-player): aligned to latest offerstreamer for demo
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1201 c54fa...
- 04:27 PM Revision 6637cca6 (chunker-player): aligned to latest version of streamer for demo
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1200 c54fa...
- 01:00 PM Revision a0aa7354 (ffmpeg): c99 sucks. Replacing scanf("%i") by strtoul()
- Originally committed as revision 23053 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 PM Revision 06e1db05 (ffmpeg): Document the pad filter.
- Originally committed as revision 23052 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 PM Revision 8d787f8e (ffmpeg): Document cmdutils.c:print_error().
- Originally committed as revision 23051 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:16 PM Revision 0c22311b (ffmpeg): Remove messy pading hack in ffmpeg.c.
- Use avfilters if you want padding!
Originally committed as revision 23050 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:05 PM Revision bdab692f (ffmpeg): Make sure get_filtered_video_pic() doesnt loose interlacedframe/tff.
- Originally committed as revision 23049 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:52 AM Revision cccc039f (ffmpeg): Enable libavfilter by default and fix pading for mxf-d10
- Originally committed as revision 23048 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 AM Revision 87ddc38b (ffmpeg): configure: update suncc SPARC CPU name mapping
- Patch by Michael Kostylev <michael kostylev gmail>
Originally committed as revision 23047 to svn://svn.ffmpeg.org/ff... - 11:47 AM Revision 3c940173 (ffmpeg): Add pad filter.
- Originally committed as revision 23046 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 AM Revision 50e1a5a9 (streamers): set neighbourhood size unlimited
- 10:52 AM Revision 07bac127 (streamers): allow for unlimited neighbourhood size
- 10:17 AM Revision 26b7199e (ffmpeg): SPARC: disable VIS for Niagara CPU
- The Niagara/T1 supports only a subset of VIS, and even this is very slow.
Patch by Michael Kostylev <michael kostyle... - 10:02 AM Revision efdc74ef (ffmpeg): Try to keep track of interlaced and top field first.
- Originally committed as revision 23044 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:43 AM Revision 46847a33 (ffmpeg): avfilter support for ffmpeg
- Originally committed as revision 23043 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:22 AM Revision 3b9900c1 (ffmpeg): Enable vsrc_buffer
- Originally committed as revision 23042 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:20 AM Revision 8155bbc9 (ffmpeg): Support setting flags for sws.
- Originally committed as revision 23041 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:08 AM Revision cb0061d4 (ffmpeg): Favor chunk size over hitting the correct position after reading the ...
- Fixes issue1923
Originally committed as revision 23040 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:25 AM Revision cf13f204 (ffmpeg): Add "Memory buffer source filter" from SOC.
- This is needed by the current SOC-ffmpeg.c code.
Originally committed as revision 23039 to svn://svn.ffmpeg.org/ffmp... - 12:41 AM Revision 3ae5a46f (streamers): fix some publishing code
- 12:41 AM Revision 5fdc076b (streamers): reduce amount of published data
- 12:29 AM Revision ac5167d5 (streamers): increase the target peerset size
05/06/2010
- 10:49 PM Revision 0743a5d9 (streamers): fix timestamp overflow handling code
- 10:38 PM Revision e8c7fca9 (ffmpeg): Add intra refresh and crf-max support to the libavcodec libx264 wrapper.
- Minor version bump.
Originally committed as revision 23038 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:57 PM Revision 581339c4 (streamers): adding -C parameter to set channel name
- 09:57 PM Revision 5950e362 (streamers): adding channel name support
- 09:57 PM Revision d78e9c6a (streamers): limit peerset size on a simplistic way
- 09:57 PM Revision cff93a07 (streamers): fix compilation without MONL with DEBUG
- 09:56 PM Revision 3cd33bb0 (streamers): reduce debug output in streaming.c
- 09:56 PM Revision 18b3d383 (streamers): add monl to the executable name to differentiate versions
- 09:56 PM Revision 3ceb4247 (streamers): adding one more dependence (lrt) for the sake of libevent 2.0.3+
- 09:56 PM Revision 5fc04950 (streamers): compile also without MONL
- 09:56 PM Revision ec8681cf (streamers): fix an error in debug output
- 08:38 PM Revision 46174079 (ffmpeg): 10l: store the result of clipping added in r23035
- Originally committed as revision 23037 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 PM Revision 217b44dd (ffmpeg): Error out when too many bits per frame are requested.
- Originally committed as revision 23036 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision 32fa7725 (ffmpeg): Make the faac inspired quantizer search make sense for a slightly nar...
- Originally committed as revision 23035 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:52 PM Revision 42e83dd5 (chunker-player): more debug printf removed
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1192 c54fa...
- 04:45 PM Revision 21aba08b (chunker-player): debug printf removed
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1191 c54fa...
- 03:56 PM Revision f7d3e585 (chunker-player): added sanity check on existance of cb chunkbuffer since one t...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1190 c54fa...
- 03:40 PM Revision e59f7a9e (chunker-player): makefile rearranged for STATIC compilation
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1189 c54fa...
- 03:30 PM Revision eb0c9035 (chunker-player): added code to detect and prevent anomalies in DTS conversion ...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1188 c54fa...
- 03:29 PM Revision e576e0e8 (chunker-player): removed useless static keyword
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1187 c54fa...
05/05/2010
- 09:45 PM Revision 9e94bd3e (ffmpeg): Reindent after the last commit.
- Originally committed as revision 23034 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:44 PM Revision 10173c0e (ffmpeg): Simplify print_error(), directly use av_strerror()/strerror() for
- printing the error code associated to FF_NETERROR(EPROTONOSUPPORT).
Originally committed as revision 23033 to svn://... - 09:44 PM Revision 735ef67b (ffmpeg): Make print_error() use strerror() in case av_strerror() fails.
- Should provide a meaningful error message for systems which do not
support strerror_r().
Fix roundup issue #1894.
O... - 09:44 PM Revision e2959f45 (ffmpeg): Make av_strerror() return -1 even in the case when av_strerror_r() is
- not defined.
This allows applications to check if av_strerror() cannot provide a
meaningful representation for the p... - 09:38 PM Revision e9d96831 (ffmpeg): schroenc: Set colorspace info
- Originally committed as revision 23030 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:37 PM Revision 37284120 (ffmpeg): schroenc: Use AV_RB32
- Originally committed as revision 23029 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 PM Revision 0174a9d8 (chunker-player): added the source code of the offerstreamer side of the http i...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1182 c54fa...
- 09:27 PM Revision 64144d8f (chunker-player): little cleanup in the http interface modules so that they can...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1181 c54fa...
- 09:02 PM Revision 31cf8c65 (ffmpeg): schroenc: Set open-gop
- Originally committed as revision 23028 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 PM Revision 3d6fa004 (ffmpeg): schroenc: Set keyframe interval
- Originally committed as revision 23027 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 PM Revision e0a24555 (ffmpeg): schroenc: Use constant quality for constant quality, not noise threshold
- Originally committed as revision 23026 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 PM Revision 614748ce (ffmpeg): schroenc: Don't touch gop_structure by default, it should be left ada...
- Originally committed as revision 23025 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:26 PM Revision 8af7dbce (ffmpeg): Parse IFF metadata.
- Patch by Sebastian Vater, cdgs D basty A googlemail
Originally committed as revision 23024 to svn://svn.ffmpeg.org/f... - 05:02 PM Revision cfdaee45 (ffmpeg): Align plane size to word-boundary.
- Patch by Sebastian Vater, cdgs D basty A googlemail
Originally committed as revision 23023 to svn://svn.ffmpeg.org/f... - 08:41 AM Revision ddb63017 (ffmpeg): movenc: Write QuickTime chapters
- Originally committed as revision 23022 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:41 AM Revision 1b206f62 (ffmpeg): movenc: Swap positions of mov_write_header and mov_write_packet
- Originally committed as revision 23021 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:41 AM Revision 1cf9f6ed (ffmpeg): mov: Read nero chapters
- Originally committed as revision 23020 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/04/2010
- 05:17 PM Revision e1954bb5 (ffmpeg): Do not use pkt->size when it is potentially uninitialized.
- Patch by Thierry Foucu, tfoucu gmail
Originally committed as revision 23017 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:11 AM Revision f4ea7c89 (ffmpeg): alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines
- written by Kostya Shishkov
Originally committed as revision 31135 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
05/03/2010
- 10:08 PM Revision 4fe4bb61 (ffmpeg): Revert r22974 int->unsigned parts that don't have any meaningful effect.
- Originally committed as revision 23016 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:56 PM Revision 441ea0ce (ffmpeg): Make av_strerror() print an error message mentioning the error code
- number if strerror_r() did not succeed for whatever reason.
This avoids the need for the application to fill the str... - 07:21 PM Revision 17d59599 (ffmpeg): 10l: The SBR refactor requires the use of 2 independent output X buff...
- Originally committed as revision 23014 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:14 PM Revision b05394a0 (ffmpeg): configure: allow compiler-specific flags for --disable-optimizations
- ICC needs at least -O1 to link so add this when optimisations are
otherwise disabled.
Originally committed as revisi... - 05:57 AM Revision fa36165a (ffmpeg): amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder output
- The output scaling was accidentally removed in rev 22937.
Originally committed as revision 23012 to svn://svn.ffmpeg...
05/02/2010
- 09:52 PM Revision 1302ccc1 (ffmpeg): Another buffer overflow, fixes issue1758.
- Originally committed as revision 23011 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 PM Revision 121d78d0 (ffmpeg): Allow to set archiver tool ar.
- Originally committed as revision 23010 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:07 PM Revision bf976699 (ffmpeg): Clarify how allocation works for the picture argument for
- avcodec_decode_video3.
Originally committed as revision 23009 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/01/2010
- 09:05 PM Revision d296a658 (ffmpeg): qt-faststart: Free ftyp_atom at all exit points
- Originally committed as revision 23008 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 PM Revision 331cb6c3 (ffmpeg): Reindent after the previous commit
- Originally committed as revision 23007 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 PM Revision d50fc2d0 (ffmpeg): Remove unnecessary checks before calling free
- Feel free to revert if you can specify a concrete case where this actually
is necessary.
Originally committed as rev... - 06:45 PM Revision 593a8614 (ffmpeg): Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...).
- Partially fixes issue 1758.
Originally committed as revision 23005 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:36 PM Revision c99d506b (ffmpeg): Fix off-by-one errors in description of score_max argument for
- av_probe_input_format2
Originally committed as revision 23004 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:54 PM Revision d0eb2b78 (ffmpeg): Document av_probe_input_format2 API addition.
- Originally committed as revision 23003 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:49 PM Revision 8e2ee182 (ffmpeg): Export av_probe_input_format2.
- Originally committed as revision 23002 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:24 AM Revision 50f85218 (ffmpeg): Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in case
- of failure return the stored value rather than the current errno,
which may be overwritten by a following call to clo...
04/30/2010
- 11:32 PM Revision 2d23fecd (ffmpeg): Enforce time border monotonicity.
- Thanks to Chromium.
Originally committed as revision 23000 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:08 PM Revision a91d82b5 (ffmpeg): Move the SBR patch count check to prevent overwrites.
- Thanks to Chromium.
Originally committed as revision 22999 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:42 PM Revision 10678e5c (ffmpeg): Increase size of patch_borders[].
- 6 patches means there can be 7 borders. Found by Chromium.
Originally committed as revision 22998 to svn://svn.ffmpe... - 10:09 PM Revision 19a00c5e (ffmpeg): avi bgr24 padding fix.
- Fixes issue1901
Originally committed as revision 22997 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:43 PM Revision d0dedce7 (ffmpeg): Reindent
- Originally committed as revision 22996 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:43 PM Revision ca6d3f23 (ffmpeg): Rewrite ff_sbr_apply in a manner more friendly to PS.
- This includes merging ff_sbr_dequant into ff_sbr_apply.
Originally committed as revision 22995 to svn://svn.ffmpeg.o... - 09:43 PM Revision bd744c4f (ffmpeg): Declare myself (Alex Converse) AAC maintainer.
- Approved by the previous maintainer Rob.
Originally committed as revision 22994 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:30 PM Revision 5635985c (ffmpeg): ARM: NEON optimised VP6 edge filter
- Originally committed as revision 22993 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 PM Revision 5e1ba34b (ffmpeg): VP56: move vp56_edge_filter to new VP56DSPContext
- Using macro templates allows the vp[56]_adjust functions to be
inlined instead of called through function pointers. ... - 12:06 AM Revision ff866063 (ffmpeg): Print warnig if requested samplingrate is unsupported.
- Originally committed as revision 22991 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/29/2010
- 04:48 PM Revision 9ebbb2ab (chunker-player): update to ML
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1151 c54fa...
- 04:17 PM Revision 3a441932 (streamers): removing chunkbuffer_helper
- not needed with the current GRAPES version
- 04:16 PM Revision 08495d05 (streamers): upgrading to the new net-helper interface, that also takes an FD_S...
- parameter
- 04:15 PM Revision c3d27400 (streamers): upgrading to the new top interface that allows the use of metadata
- 04:14 PM Revision a537d172 (streamers): new makefile that separates external dependencies to GRAPES(som) a...
- This new makefile allows us to separate different libraries,
linking with version A of one, and version B of another.... - 02:41 PM Revision 547b7bcb (ffmpeg): bswap: add macros to byteswap constants
- The normal byteswap functions might use inline asm which is suboptimal
with constants (and cannot be used in static i... - 01:05 PM Revision faa2989e (ffmpeg): vfwcap: flip RGB rawvideo.
- Originally committed as revision 22989 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:01 PM Revision 661d190d (grapes): Tell the caller what happened during a merge...
- 11:59 AM Revision dceb7156 (chunker-player): cleaned indentation
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1137 c54fa...
- 11:59 AM Revision a17b35ac (chunker-player): some more sanity check of corrupted frames, and a couple smal...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1136 c54fa...
- 09:38 AM Revision 35f870f1 (grapes): Fix a typo
- 07:48 AM Revision 255b9b59 (grapes): When deleting a node, delete the metadata too...
- 07:35 AM Revision 393aa781 (grapes): Add the "ranked" functions
04/28/2010
- 08:08 PM Revision 707cd944 (ffmpeg): Fix typo.
- Originally committed as revision 22988 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:00 PM Revision 2308b6c1 (ffmpeg): Add version to AVClass so we can add to and use fields of AVClass wit...
- Originally committed as revision 22987 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 PM Revision 6e3ad836 (chunker-player): added aspect_ratio commandline parameter
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1134 c54fa...
- 01:44 PM Revision 4bb4d414 (chunker-player): bugfix in printing debug messages
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1129 c54fa...
- 01:43 PM Revision 0f001772 (chunker-player): bugfix in printing debug messages
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1128 c54fa...
- 11:01 AM Revision 01873987 (grapes): Some renaming...
- 09:56 AM Revision faa3a9c7 (grapes): Rename some files: nc -> topo
- 09:53 AM Revision 3c7f8a0c (grapes): Remove MAX_PEERS dependency
- 08:19 AM Revision 9450a425 (grapes): Fix some sprintf() warnings
- 08:19 AM Revision c4aa4579 (grapes): Implement config_value_str()
- 08:07 AM Revision 20d57a50 (grapes): Actually initialise cfg_tags
- 08:02 AM Revision b01dba14 (ffmpeg): Check the return value of device_try_init() immediately after calling...
- function. Avoids the following warning:
libavdevice/v4l2.c: In function ‘v4l2_read_header’:
libavdevice/v4l2.c:586: w... - 07:57 AM Revision 337104ac (ffmpeg): Fix FourCC when remuxing VP6F, regression introduced in r22941.
- Patch by Anssi Hannula, anssi D hannula A iki fi
Originally committed as revision 22985 to svn://svn.ffmpeg.org/ffmp...
04/27/2010
- 11:22 PM Revision 441881b4 (ffmpeg): Reindent after the last commit.
- Originally committed as revision 22984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 PM Revision 8280e2bd (ffmpeg): Make ffprobe show sample_aspect_ratio and display_aspect_ratio only if
- sample_aspect_ratio is known.
Avoid to show bogus values, which may confuse both the human and the
machine reader.
... - 10:45 PM Revision 6e25b780 (ffmpeg): Fix weird brace placement.
- Originally committed as revision 22982 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision cf103fab (ffmpeg): Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS)
- instead which is semantically equivalent.
See the thread:
Subject: [FFmpeg-devel] [RFC] The meaning of AVERROR_NOTSU... - 09:33 PM Revision 1ace15f5 (ffmpeg): Reduce the verbosity of the v4l2 input device
- Originally committed as revision 22980 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 PM Revision 4f54d924 (ffmpeg): Simplify some output messages in the v4l2 input device
- Originally committed as revision 22979 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:29 PM Revision d0819384 (chunker-player): bug fixed about huge memory leak
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1123 c54fa...
- 02:06 PM Revision e08af472 (chunker-player): added more robustness checks on chunk decoding process and pa...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1121 c54fa...
- 02:04 PM Revision 4f5e6ef1 (ffmpeg): Reindent after rr22977.
- Patch by Sebastian Vater <cdgs.basty googlemail com>.
Originally committed as revision 22978 to svn://svn.ffmpeg.org... - 02:03 PM Revision 46dcabf8 (ffmpeg): Make the IFF demuxer a little more standards-compliant, e.g. respect ...
- fields of common media header chunks (these can have different sizes depending
on the type of IFF file you read), bet... - 10:31 AM Revision af501115 (chunker-player): added command line parameter for queue size threshold
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1119 c54fa...
- 09:06 AM Revision be72b2c2 (chunker-player): debug messages disabled
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1117 c54fa...
04/26/2010
- 10:39 PM Revision 726dc061 (ffmpeg): Reidnent after r22795.
- Patch by Sebastian Vater <cdgs.basty googlemail com>.
Originally committed as revision 22976 to svn://svn.ffmpeg.org... - 10:38 PM Revision fe51b5ce (ffmpeg): Move some branches outside looped code. Should improve the generated ...
- thus performance) slightly.
Patch by Sebastian Vater <cdgs.basty googlemail com>.
Originally committed as revision ... - 10:37 PM Revision 473147be (ffmpeg): Switch some ints to unsigned (they can only have positive values, thi...
- compiler to optimize some math from mul/div to shr/shl). Also add a cast to
uint32_t when calling decodeplane32(), th... - 10:36 PM Revision a31e7956 (ffmpeg): Make ffmpeg use print_error() to make apparent the exact cause of
- failure happened when trying to open the output file.
Originally committed as revision 22973 to svn://svn.ffmpeg.org... - 10:36 PM Revision ec679173 (ffmpeg): Make file_open() return the error code set in errno if open() fails,
- rather than always ENOENT.
Originally committed as revision 22972 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:07 PM Revision 932d775f (ffmpeg): Implement v4l2 input size autodetection in v4l2_read_header().
- Move check on frame size after the device is opened and after
device_try_init() is attempted. If the provided size va... - 10:00 PM Revision 687dc355 (ffmpeg): Make two functions out of #define hackery.
- Patch by Sebastian Vater, cdgs D basty A googlemail
Originally committed as revision 22970 to svn://svn.ffmpeg.org/f... - 09:01 PM Revision 90bc36b0 (ffmpeg): Reindent after r22968.
- Originally committed as revision 22969 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:00 PM Revision ad640896 (ffmpeg): Write clip-related decimal numbers into hex, where they make more sense.
- Originally committed as revision 22968 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:30 PM Revision 3bfd582c (ffmpeg): Set ARCH=c with --disable-asm, fix build
- Originally committed as revision 22967 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 PM Revision c57a8fef (ffmpeg): Return meaningful error codes, rather than always -1.
- Originally committed as revision 22966 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:54 PM Revision 8b52d5cf (chunker-player): updated on the wire encoding of frame.h in order to use stand...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1113 c54fa...
- 01:36 PM Revision 2d0525c2 (ffmpeg): Fix broken 32-bit clipping, and write numbers in hex instead of decim...
- they are easier to understand. Also give the add a 'u' postfix to silence
a pre-c99 compiler warning.
Originally com... - 11:27 AM Revision e6f029d9 (chunker-player): removed some useless debug messages
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1111 c54fa...
- 11:20 AM Revision 88fe20d0 (chunker-player): bug fixed when first packet of audio queue cannot be decoded....
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@1110 c54fa...
04/25/2010
- 11:35 PM Revision 0a6a282a (ffmpeg): Make ffprobe show stream->nb_frames if that info is known.
- Patch by Robert Krüger $(echo kru3g3r@signal7.d3 | sed -e 's/3/e/g').
Originally committed as revision 22964 to svn:... - 06:47 PM Revision 18225025 (ffmpeg): Remove unnecessary width and height variables from v4l2_read_header().
- Originally committed as revision 22963 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:05 PM Revision 4cf1ba04 (ffmpeg): Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1
- in case of invalid picture size.
Originally committed as revision 22962 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:27 PM Revision 2ef6c124 (ffmpeg): Mark av_metadata_set() as deprecated, and use av_metadata_set2()
- in its place.
av_metadata_set() is going to be dropped at the next major bump.
Originally committed as revision 229...
04/24/2010
- 10:39 AM Revision 472e12f5 (ffmpeg): Implement ffserver.c:report_config_error() and a macro for logging
- error messages / updating the error count.
Originally committed as revision 22960 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:39 AM Revision 6675a5bf (ffmpeg): Statically initialize ffserver.c:config_filename, simplify.
- Originally committed as revision 22959 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:14 AM Revision 931b832a (ffmpeg): Consistently prefer @var{VAR} over ``VAR'' for indicating filter
- parameters.
Originally committed as revision 22958 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom