Activity
From 08/10/2010 to 09/08/2010
09/08/2010
- 11:36 PM Revision d222e9f9 (ffmpeg): av_fill_image_linesizes -> av_image_fill_linesizes
- Originally committed as revision 25083 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:36 PM Revision 4389d606 (ffmpeg): av_fill_image_linesizes -> av_image_fill_linesizes
- Originally committed as revision 32106 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:22 PM Revision 6bd296f1 (ffmpeg): In mov muxer, write reduced sample aspect ratio values in pasp
- Originally committed as revision 25082 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:20 PM Revision 0e7d436d (ffmpeg): Check dref size based on a patch by google
- Originally committed as revision 25081 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision 9044dd83 (ffmpeg): In mov demuxer, do not override aspect ratio in tkhd by pasp like qui...
- Originally committed as revision 25080 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:02 PM Revision e47ca217 (ffmpeg): Use filename as pattern for multiple inclusion guards.
- Originally committed as revision 25079 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 PM Revision a9b98c01 (ffmpeg): Add missing stdint.h #include; necessary to pass 'make checkheaders'.
- Originally committed as revision 25078 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:10 PM Revision 15cae5e6 (ffmpeg): Add APIchanges entry for the av_get_cpu_flags() addition of r25076.
- Originally committed as revision 25077 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:07 PM Revision c6c98d08 (ffmpeg): Move mm_support() from libavcodec to libavutil, make it a public
- function and rename it to av_get_cpu_flags().
Originally committed as revision 25076 to svn://svn.ffmpeg.org/ffmpeg/... - 02:36 PM Revision 9ec7458d (ffmpeg): Remove reference to not anymore existing symbol has_altivec and use
- mm_support instead.
Fix compilation if altivec is present and libxvidff.c is compiled.
Originally committed as revi... - 01:16 PM Revision 539ff40c (ffmpeg): rgb2rgb: build SSE2 codepath
- Originally committed as revision 32068 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:02 AM Revision ccf22d3e (ffmpeg): Merge has_altivec() function into mm_support(), remove it and use
- mm_support() instead.
Reduce complexity and simplify pending move to libavutil.
Originally committed as revision 25... - 05:51 AM Revision 83f72f13 (ffmpeg): Only draw the actually visible area in vp3_draw_horiz_band.
- Fixes a black line in non-swapped, non-mod-16-height Theora videos
when vp3_draw_horiz_band is used.
Originally comm...
09/07/2010
- 11:41 PM Revision 6950cca9 (ffmpeg): Add missing checks on invalid pixel format in
- av_image_fill_linesizes/pointers.
Originally committed as revision 25072 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:29 PM Revision 16bacad4 (ffmpeg): Add APIchanges entry after the recent changes to imgutils.h API of
- r25064 and r25067.
Originally committed as revision 25071 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:24 PM Revision 2b3cd04d (ffmpeg): Cosmetics: use plural form for *linesizes arguments of
- av_image_copy(), more consistent with the rest of the API and more
semantically correct.
Originally committed as rev... - 09:24 PM Revision 9d2e0ad8 (ffmpeg): Remove use of deprecated functions av_image_fill_pointers/linesizes in
- libavcodec/utils.c, fix warnings.
Originally committed as revision 25069 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:23 PM Revision 4afbcf46 (ffmpeg): Reindent.
- Originally committed as revision 25068 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 PM Revision 34017fd9 (ffmpeg): Move av_picture_data_copy() to libavcore, and rename it
- av_image_copy().
Originally committed as revision 25067 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:23 PM Revision e7eb2033 (ffmpeg): Reimplement av_picture_data_copy() avoiding the use of PixFmtInfo
- information.
Required for moving the function to libavcore.
Originally committed as revision 25066 to svn://svn.ffm... - 09:23 PM Revision 03ff6116 (ffmpeg): Reindent after the last commit.
- Originally committed as revision 25065 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 PM Revision 9686abb8 (ffmpeg): Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,
- and deprecate the old function.
Originally committed as revision 25064 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:06 PM Revision b163078f (ffmpeg): Fix formatting for negative start times (issue 2139).
- Patch by Christian d'Heureuse, chdh inventec ch
Originally committed as revision 25063 to svn://svn.ffmpeg.org/ffmpe... - 08:46 PM Revision 48ac225d (ffmpeg): Move lsp2lpc_sipr() function to common code so it can be reused in a
- AMRWB decoder.
Patch by Marcelo Galvăo Póvoa.
Originally committed as revision 25062 to svn://svn.ffmpeg.org/ffmpeg... - 08:44 PM Revision 1d96cc08 (ffmpeg): Move AMRNB lsf2lsp() function to common code for using in future AMRW...
- Patch by Marcelo Galvăo Póvoa
Originally committed as revision 25061 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:54 PM Revision b33451ee (ffmpeg): Check rc_buffer_size value using integer arithmetic
- Using floating-point here can cause erroneous rejection of
parameters due to rounding errors leading to a slightly to... - 07:19 PM Revision 1904035b (ffmpeg): Add APIchanges entry after the libavcore/imgutils.h renames of r25057.
- Originally committed as revision 25059 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:15 PM Revision e16f217c (ffmpeg): Use new imgutils.h API names, fix deprecation warnings.
- Originally committed as revision 25058 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:15 PM Revision 9b7269e3 (ffmpeg): Adopt a hierarchical name scheme for the imgutils.h API. Simplify
- grepping and somewhat more consistent with the scheme adopted by other
FFmpeg modules API.
Originally committed as r... - 06:36 PM Revision ffb841a5 (chunker-player): build_ul: handle more external parameters
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2111 c54fa...
- 09:10 AM Revision 4906e7b5 (ffmpeg): Amend documention for the option -prefix.
- Originally committed as revision 25056 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 AM Revision 0eb1a356 (ffmpeg): Prefer "foo" over ``foo'' in the ffprobe docs.
- Originally committed as revision 25055 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 AM Revision 9996b19f (chunker-player): chunker: log less by default
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2110 c54fa...
- 07:39 AM Revision 5484da90 (streamers): less frequent peerset logging
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2109 c54fac2e-1815...
09/06/2010
- 09:52 PM Revision bdecdd2b (ffmpeg): Read the number of channels from the 'dac3' tag for AC-3 in MP4.
- Originally committed as revision 25054 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:51 PM Revision 0f146263 (ffmpeg): Make av_fill_image_max_pixsteps() non static non inline.
- Originally committed as revision 25053 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision 3d487db1 (ffmpeg): Fix slice height for y position calculation for vp3_draw_horiz_band
- when the video uses 4:2:2 instead of 4:2:0 coding.
Originally committed as revision 25052 to svn://svn.ffmpeg.org/ff... - 07:21 PM Revision 3b9ee20f (ffmpeg): Fix vp3_draw_horiz_band to not produce completely chaotical values
- that result in overdrawing areas again and again if s->flipped_image
is false.
Originally committed as revision 2505... - 07:07 PM Revision f0b2b339 (chunker-player): fixing the download of lame in build_ul
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2108 c54fa...
- 05:53 PM Revision 6974952d (ffmpeg): VP3/Theora: validate aspect and reduce it before exporting it
- via the context.
Originally committed as revision 25050 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:51 PM Revision 1b4d327b (ffmpeg): Add a special function to mkv demxuer to parse length values that inc...
- special-case code to handle all possible encodings of "unknown length".
Originally committed as revision 25049 to sv... - 04:57 PM Revision 2b0bcfc9 (ffmpeg): Add my GPG fingerprint.
- Originally committed as revision 25048 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:14 PM Revision 0e85a031 (chunker-player): pass on debug option in build_ul
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2107 c54fa...
- 02:42 PM Revision c17f5a4e (ffmpeg): swscale: also update flags on sws_getCachedContext()
- Originally committed as revision 32052 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:02 AM Revision a1899e0a (ffmpeg): swscale: fix internal rgb->yv12 chroma conversion used by the main sc...
- The shift must be applied before the masking.
Originally committed as revision 32051 to svn://svn.mplayerhq.hu/mplay... - 12:04 AM Revision e778e50f (ffmpeg): Sort AV_CPU_FLAG* by value.
- Originally committed as revision 25047 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:04 AM Revision d593b4ed (ffmpeg): Fix typo.
- Originally committed as revision 25046 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/05/2010
- 10:25 PM Revision b004207d (ffmpeg): move stream info arrays into a struct to ease future dynamic allocation
- Originally committed as revision 25045 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:37 PM Revision 4a194c8f (ffmpeg): matroskadec: allow uint and float elements with length = 0
- Originally committed as revision 25044 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision 8ef38f3f (ffmpeg): Add #ifndef around FF_API_MM_FLAGS.
- The #ifndef is required to allow for example some automated regression
tests by simply configuring with: --extra-cfla... - 10:10 AM Revision b1c32fb5 (ffmpeg): Use "d" suffix for general-purpose registers used with movd.
- This increases compatibilty with nasm and is also more consistent,
e.g. with h264_intrapred.asm and h264_chromamc.asm... - 09:41 AM Revision 87db3735 (ffmpeg): Fix mlib compilation: add mising include for SwsContext.
- Patch by [vle gmx net].
Originally committed as revision 32050 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
09/04/2010
- 10:05 AM Revision 47806f41 (ffmpeg): Add APIchanges entry corresponding to the libavutil/cpu.h addition of
- r25040.
Originally committed as revision 25041 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:59 AM Revision 7160bb71 (ffmpeg): Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_
- symbols, and move them from libavcodec/avcodec.h to libavutil/cpu.h.
Originally committed as revision 25040 to svn:/...
09/03/2010
- 09:27 PM Revision 55127e7b (ffmpeg): Create config.asm for use with yasm
- Originally committed as revision 25039 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 PM Revision 0e5a7b91 (ffmpeg): configure: whitespace
- Originally committed as revision 25038 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 PM Revision 72cfcf41 (ffmpeg): configure: make print_config() more flexible
- Originally committed as revision 25037 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:13 PM Revision dab95c05 (ffmpeg): Fix the dependencies of the RTP muxer
- This fixes building with --disable-everything --enable-muxer=rtp, closing
issue 2159.
Originally committed as revisi... - 08:06 PM Revision f0d8ac52 (ffmpeg): Move INET6_ADDRSTRLEN to network.h, similar to other network-related ...
- for broken OSes. This is included in rtsp.h, as opposed to os_support.h.
Should fix OS/2 broken build on fate.
Origi... - 07:30 PM Revision 521d434f (ffmpeg): Vorbis metadata writing. Patch by James Darnley <james.darnley gmail ...
- Fixes issue 555.
Originally committed as revision 25034 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:26 PM Revision 7bac991f (ffmpeg): Reindent after r25032.
- Originally committed as revision 25033 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:25 PM Revision 619298a8 (ffmpeg): Send NAT punching messages to the address specified in the Transport:
- message, if available (RFC 2326, section 12.39), fixes issue 2212.
Patch by John Wimer <john at god vtic net>.
Orig... - 07:07 PM Revision 89d309d9 (streamers): Revert "HTTP I/O: add some statistics (not yet complete)"
- statistics with HTTP I/O had been resolved on another way
This reverts commit 5b69e75b653a86fa3727786fa892746046bc4b7... - 06:34 PM Revision d2c7b084 (streamers): adding half-static linking to the Makefile
- STATIC=0: dynamic linking, the default (remains the same)
STATIC=1: halfstatic linking
STATIC=2: equivalent to previo... - 06:32 PM Revision 9a366263 (streamers): removing some commented lines from the Makefile
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2103 c54fac2e-1815...
- 04:52 PM Revision 2c166c3a (ffmpeg): Port latest x264 deblock asm (before they moved to using NV12 as inte...
- format), LGPL'ed with permission from Jason and Loren. This includes mmx2
code, so remove inline asm from h264dsp_mmx... - 02:59 PM Revision 8bb90c53 (ffmpeg): Set frame_size in the amr demuxer
- Originally committed as revision 25030 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 PM Revision f0b935a2 (streamers): TopologyManager/topocache.c : updating metadata in cache_add_ranke...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2096 c54fac2e-1815...
- 07:10 AM Revision 744a882f (ffmpeg): rtsp: 10l, try to update the correct rtp stream
- This fixes a bug from rev 22917. Now RTSP streams where the individual RTCP
sender reports aren't sent at the same ti...
09/02/2010
- 09:41 PM Revision 613a4e3f (ffmpeg): Detect llvm-gcc and set appropriate flags
- Originally committed as revision 25028 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 PM Revision 5c8ef670 (ffmpeg): Add -mllvm -stack-alignment=16 to CFLAGS when using clang
- Originally committed as revision 25027 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 PM Revision ff6a5fc1 (ffmpeg): Optimize/simplify ebml_read_num.
- Originally committed as revision 25026 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:39 PM Revision 69a9c80b (ffmpeg): fate: delete log files ahead of each run
- Originally committed as revision 25025 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:53 AM Revision 2b50c4f6 (ffmpeg): Cosmetics: Reindent after r25023.
- Originally committed as revision 25024 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:51 AM Revision 4ed899f2 (ffmpeg): Fix crash when decoding DV in AVI introduced in r24579 (issue 2174).
- Patch by Andrew Wason, rectalogic rectalogic com
Originally committed as revision 25023 to svn://svn.ffmpeg.org/ffmp...
09/01/2010
- 11:19 PM Revision a10a9f5c (ffmpeg): Fix typo in r25019.
- Patch by Eli Friedman <eli.friedman at gmail dot com>.
Originally committed as revision 25022 to svn://svn.ffmpeg.or... - 10:58 PM Revision e66f8a53 (ffmpeg): cosmetics: spaces between and after parentheses
- Originally committed as revision 25021 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 PM Revision 615da9b1 (ffmpeg): Unscrew breakage after my last commit because of symbol prefixes.
- Originally committed as revision 25020 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:56 PM Revision a33a2562 (ffmpeg): Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non...
- biweight code to sse2/ssse3; add sse2 weight code; and use that same code to
create mmx2 functions also, so that the ... - 08:48 PM Revision 14bc1f24 (ffmpeg): Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qp...
- still #included in dsputil_mmx.c and is part of DSPContext, and h264dsp_mmx.c,
which represents H264DSPContext and is... - 12:38 PM Revision 82c76cee (ffmpeg): QTRLE regtest
- Originally committed as revision 25017 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision 1c457d14 (streamers): OfferStreamer/topology-ALTO.c : fixing the inclusion of ALTO-ranke...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2095 c54fac2e-1815...
- 10:26 AM Revision eda7c983 (ffmpeg): add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControl
- and delay this transition to v54 as it is currently not functional
Originally committed as revision 25016 to svn://s... - 02:12 AM Revision 625bac78 (ffmpeg): Use quotes instead of angle brackets for local #includes.
- Originally committed as revision 25015 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:04 AM Revision eeeae2bf (ffmpeg): gxf muxer only accepts pal or ntsc resolutions currently, so fail if ...
- Originally committed as revision 25014 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/31/2010
- 08:07 PM Revision 4b7539f1 (ffmpeg): SHA fate test
- Originally committed as revision 25013 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:55 PM Revision 6b85316b (ffmpeg): Test decoding in fate-lavf-gif
- Originally committed as revision 25012 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:53 PM Revision f5d4fc43 (ffmpeg): PNG image regression testing
- Originally committed as revision 25011 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:54 PM Revision 7dbcc4f8 (ffmpeg): Mention that library micro version should be reset if minor version i...
- Originally committed as revision 25010 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:32 PM Revision 5929b3a6 (ffmpeg): Fix vertical align.
- Originally committed as revision 25009 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:15 AM Revision d81db9c7 (ffmpeg): Add RealVideo 3 FATE test
- Originally committed as revision 25008 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:14 AM Revision 61f89303 (ffmpeg): 10l, add flags forgotten in last commit
- Originally committed as revision 25007 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:13 AM Revision 3e41fc62 (ffmpeg): Add Apple MJPEG-B decoder FATE test
- Originally committed as revision 25006 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 AM Revision 506c47a4 (ffmpeg): Add FATE test for ScummVM DXA flavor
- Originally committed as revision 25005 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:15 AM Revision 8731c86d (ffmpeg): Solving memory leak and initialization problem with prev_pkt / pkt.
- Originally committed as revision 25004 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:14 AM Revision d1cacdb8 (ffmpeg): Checking return values of av_malloc(z) and report an error in case.
- Originally committed as revision 25003 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 AM Revision 99d7a3e8 (ffmpeg): aacenc: Remove an unused variable from adjust_frame_information().
- Originally committed as revision 25002 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:31 AM Revision 1297f581 (ffmpeg): aacenc: Don't set s->cur_channel before apply_window_and_mdct().
- In general s->cur_channel should be phased out.
Originally committed as revision 25001 to svn://svn.ffmpeg.org/ffmpe...
08/30/2010
- 11:52 PM Revision 8e4c11e9 (ffmpeg): aacenc: Write tag.elem_id early.
- Originally committed as revision 25000 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:48 PM Revision 0e107f78 (ffmpeg): psymodel: Const correct FFPsyWindowInfo.
- Originally committed as revision 24999 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:43 PM Revision 76dfe4eb (ffmpeg): aacenc: Only apply M/S if common_window is set.
- Originally committed as revision 24998 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:16 PM Revision 4ca31edc (ffmpeg): split raw.c into rawdec.c and rawenc.c
- Originally committed as revision 24997 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 PM Revision 92aa28d2 (ffmpeg): move raw video demuxer to its own file
- Originally committed as revision 24996 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:42 PM Revision f1714d58 (ffmpeg): move pcm muxers to their own file
- Originally committed as revision 24995 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:34 PM Revision c740f737 (ffmpeg): vorbisdec: Use int instead of uint16_fast_t for index variables
- uint16_fast_t is unsigned int (or long) on Linux, which when compared
with int results in an unsigned compare.
Origi... - 09:17 PM Revision e94204df (ffmpeg): move pcm demuxers to their own file
- Originally committed as revision 24993 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:30 PM Revision 79ce0f00 (ffmpeg): Fix compilation failure if yasm is disabled (missing vp3 symbols).
- Originally committed as revision 24992 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:43 PM Revision f0feb4d7 (ffmpeg): add WAWV fourcc, works on V-codecs/WAWV.avi
- Originally committed as revision 24991 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:34 PM Revision de1c253b (ffmpeg): Split intra prediction initialization (i.e. assigning of function poi...
- into its own file, it doesn't belong in h264dsp_mmx.c (much less so in
dsputil_mmx.c).
Originally committed as revis... - 04:31 PM Revision d0eb5a11 (ffmpeg): Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1
- fate failures on Win64.
Originally committed as revision 24989 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:25 PM Revision e9f5f020 (ffmpeg): Move VP3 IDCT functions from inline ASM to YASM. This fixes part of t...
- issues on Win64.
Originally committed as revision 24988 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:22 PM Revision 7e7c4b60 (ffmpeg): Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()
- functions.
Originally committed as revision 24987 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/29/2010
- 10:21 PM Revision 4bc16e83 (ffmpeg): simplify code by using the AV_NE() macro
- Originally committed as revision 24986 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 PM Revision 8f389040 (ffmpeg): move null muxer to its own file
- Originally committed as revision 24985 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:06 PM Revision 1ac301ca (ffmpeg): cleanup includes which are not used anymore in raw.c
- Originally committed as revision 24984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:02 PM Revision 9e0d8241 (ffmpeg): move ac3/eac3 demuxer to its own file
- Originally committed as revision 24983 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:51 PM Revision 66e35c5f (ffmpeg): move dnxhd demuxer to its own file
- Originally committed as revision 24982 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:44 PM Revision 170a250f (ffmpeg): move dirac demuxer to its own file
- Originally committed as revision 24981 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:37 PM Revision 99392a61 (ffmpeg): move h261 demuxer to its own file
- Originally committed as revision 24980 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision b30593c7 (ffmpeg): move h263 demuxer to its own file
- Originally committed as revision 24979 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:28 PM Revision 9243ed3f (ffmpeg): move h264 demuxer to its own file
- Originally committed as revision 24978 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 PM Revision 187186c6 (ffmpeg): cosmetic
- Originally committed as revision 24977 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 PM Revision e3507058 (ffmpeg): move m4v demuxer to its own file
- Originally committed as revision 24976 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:14 PM Revision c3ed4b2d (ffmpeg): move cavsvideo demuxer to its own file
- Originally committed as revision 24975 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 PM Revision 8c51530f (ffmpeg): move mpegvideo demuxer to its own file
- Originally committed as revision 24974 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:16 PM Revision b47a5a95 (ffmpeg): move ingenient demuxer to its own file
- Originally committed as revision 24973 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 PM Revision 6d0678d1 (ffmpeg): move DTS demuxer to its own file
- Originally committed as revision 24972 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:33 PM Revision 85a2aada (ffmpeg): simplify code by using the AV_NE() macro
- Originally committed as revision 24971 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:28 PM Revision 26aa6811 (ffmpeg): 10l: aacdec and idroqenc still depend on raw.o
- Originally committed as revision 24970 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:37 PM Revision 2aa751d2 (ffmpeg): rename idroq.c to idroqdec.c
- Originally committed as revision 24969 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:35 PM Revision 54a73bb5 (ffmpeg): move id roq muxer to its own file
- Originally committed as revision 24968 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:18 PM Revision 49824cb6 (ffmpeg): move ADTS AAC demuxer to its own file
- Originally committed as revision 24967 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:46 PM Revision ef4a9342 (ffmpeg): Include stdint.h instead of inttypes.h, it is enough for what this fi...
- Originally committed as revision 24966 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:25 AM Revision b20359f5 (ffmpeg): rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE p...
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24965 to svn://svn.ffmpeg.org/ff... - 10:20 AM Revision 682d28a9 (ffmpeg): Reindent
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24964 to svn://svn.ffmpeg.org/ff... - 10:19 AM Revision ff328c02 (ffmpeg): rtpdec: Read RTCP compound packets
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24963 to svn://svn.ffmpeg.org/ff... - 10:16 AM Revision a1ba71aa (ffmpeg): rtsp: Check the RTCP file handle for new packets, too
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24962 to svn://svn.ffmpeg.org/ff...
08/28/2010
- 11:56 PM Revision 6a1712dd (ffmpeg): Fix two compiler arnings related to printf-format of sizeof()-stateme...
- Originally committed as revision 24961 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:55 PM Revision 37c506e8 (ffmpeg): stream_selection can be freed in the fail case, in which case it's un...
- Therefore, init it with NULL to prevent a crash on invalid streams.
Patch by Zhentan Feng <spyfeng gmail com>.
Orig... - 09:17 PM Revision 774b20ca (ffmpeg): Hopefully fix the fate-ws_snd breakage on PPC
- Originally committed as revision 24959 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 PM Revision 19d929f9 (ffmpeg): cosmetics in imdct_sse
- Originally committed as revision 24958 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision 2d0cdf3c (ffmpeg): Add fate test for Westwood SND1 codec
- Originally committed as revision 24957 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:45 PM Revision 0a24503d (ffmpeg): Remove CCITT fax G4 tests (partial revert of r24954). This test is
- corrupting memory somehow and segfaulting in the BSDs.
Originally committed as revision 24956 to svn://svn.ffmpeg.or... - 02:07 PM Revision 601090b5 (ffmpeg): cosmetic
- Originally committed as revision 24955 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:46 AM Revision 3b619cab (ffmpeg): CCITT Fax Group compression fate tests
- Originally committed as revision 24954 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/26/2010
- 10:22 PM Revision db7515fd (ffmpeg): configure: move config.fate creation after OS section
- The OS label can be changed, and we want this to be reflected.
Originally committed as revision 24953 to svn://svn.f... - 07:49 PM Revision 6f9ea29e (ffmpeg): configure: write config.fate file as early as possible
- Originally committed as revision 24952 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:15 PM Revision 25432e85 (ffmpeg): configure: improve error message for missing yasm
- Originally committed as revision 24951 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:29 PM Revision 9cca1e40 (ffmpeg): x86: Require yasm OR --disable-asm OR --disable-mmx OR --disable-yasm...
- Originally committed as revision 24950 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:21 PM Revision e90aa6ed (ffmpeg): Revert "Disable MMX for i686 and pentiumpro"
- To avoid being burned at the stake by an angry mob, I am forced to
revert this commit.
Originally committed as revis... - 02:33 PM Revision 4eca52ed (ffmpeg): Fix typos when converting inline asm to yasm, fixes MMX-only fate-ea-...
- Originally committed as revision 24948 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 PM Revision d29d9ccc (ffmpeg): fate: print list of tests with "make fate-list"
- Originally committed as revision 24947 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:46 PM Revision 0a6cf0af (ffmpeg): Disable MMX for i686 and pentiumpro
- Originally committed as revision 24946 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 PM Revision bcafde61 (ffmpeg): configure: select warning suppression syntax based on armcc version
- Release 4.1 changed the flag used to pass options through the gcc
translation layer. Detect which version is used, a... - 10:03 AM Revision 133cc989 (ffmpeg): Cosmetic changes.
- Originally committed as revision 24944 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 AM Revision 2fdb2b54 (ffmpeg): Insert info from extradata into header
- Originally committed as revision 24943 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 AM Revision 9e906bb1 (ffmpeg): Added option to write frames interleaved (yet disabled)
- For this reason, a MuxerContext and write_trailer()-function was added,
to track the previous packet and flush the la... - 10:03 AM Revision 3156df45 (ffmpeg): Clarify code/avoid possible bugs by using precalculated values that a...
- Originally committed as revision 24941 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 AM Revision 6cd94998 (ffmpeg): enable a flexible lifetime
- Originally committed as revision 24940 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:02 AM Revision 99d8166d (ffmpeg): Setting proper values in extradata for future use in muxer
- Originally committed as revision 24939 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 AM Revision e0ae6c17 (ffmpeg): Flush the PutBitsContext at the end of each block when encoding ADPCM...
- Originally committed as revision 24938 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 798dc641 (ffmpeg): Add APIchanges entry after the addition of
- avcodec_get_channel_layout() of r24936.
Originally committed as revision 24937 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:38 AM Revision 5da19b53 (ffmpeg): Implement avcodec_get_channel_layout().
- Patch by S.N. Hemanth Meenakshisundaram smeenaks:ucsd+edu.
Originally committed as revision 24936 to svn://svn.ffmpe...
08/25/2010
- 09:07 PM Revision f06d6c75 (ffmpeg): Make stub version of ff_sdp_write_media() match its prototype
- Used when compiled without CONFIG_RTP_MUXER
Fallout from r24915
Originally committed as revision 24935 to svn://svn... - 08:36 PM Revision 6697bc33 (ffmpeg): Revert r24931, it broke Win32 and some BSD compiles (yay fate).
- Originally committed as revision 24934 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:14 PM Revision 3d1b1caa (ffmpeg): Remove duplicate definitions of fullpel MC functions
- This removes duplicated definitions of 8x8 and 16x16 fullpel MC
functions with various names reducing dsputil.o by 8k... - 08:14 PM Revision 694c5a28 (ffmpeg): sp5x: remove broken code under #if 0
- Originally committed as revision 24932 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:57 PM Revision 72f64240 (ffmpeg): Mark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2(), which is contr...
- to the VP6 fate failures on Win64.
Originally committed as revision 24931 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:37 PM Revision 74c847e0 (ffmpeg): fate: build with --enable-gpl
- Originally committed as revision 24930 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:32 PM Revision 186f1ec5 (ffmpeg): Add rtp_get_rtcp_file_handle function
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24929 to svn://svn.ffmpeg.org/ff... - 05:23 PM Revision 4574b815 (ffmpeg): VP3 fate test
- Originally committed as revision 24928 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:05 PM Revision b8521394 (ffmpeg): Add changelog entry for MMSH support.
- Originally committed as revision 24927 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:01 PM Revision 115d74b9 (napa-baselibs): ALTOclient: Some more debug output and sanity checks.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2089 c54fac2e-1815-407e-9b96-08...
- 03:41 PM Revision 69dad87c (ffmpeg): VP6: fix vp6_filter_diag4_mmx/sse on 64-bit
- The stride can be negative and must be sign extended before being
used in pointer arithmetic.
Originally committed a... - 03:32 PM Revision 7934b15d (ffmpeg): Handle IPv6 in the RTSP code
- Originally committed as revision 24925 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:32 PM Revision 3fbd12d1 (ffmpeg): Handle IPv6 in the SDP demuxer
- Originally committed as revision 24924 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:22 PM Revision 7a232ee3 (streamers): topology-ALTO.c : do not add an unknown peer if neighborhood is al...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2088 c54fac2e-1815...
- 02:45 PM Revision 94f8b2d7 (ffmpeg): ARM: update struct offsets
- Originally committed as revision 24923 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:42 PM Revision 26d17ff2 (chunker-player): UL player
- - renewed channels.conf that contains TN-TV1 and 3 plus a CT_Local_TV for local tests (to differentiate from Local_TV...
- 02:39 PM Revision 0fc29f27 (ffmpeg): swscale: simplify selection of optimizations to compile.
- Originally committed as revision 32013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:38 PM Revision 8f028616 (ffmpeg): swscale: Always define COMPILE_xxx to either 0 or 1.
- Originally committed as revision 32012 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:18 PM Revision aa041505 (chunker-player): * UL chunker_player
- - instant_skips evaluation modified: there was an error in estimating the instant_skips queue member (we should not d...
- 02:01 PM Revision 8612d586 (streamers): temporary commit to make statistics happen with HTTP I/O
- this is only a temporary commit for the demo, should be cleaned later on!
git-svn-id: https://repository.napa-wine.e... - 01:44 PM Revision 89fa3504 (ffmpeg): Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This s...
- help in fixing the Win64 fate failures.
Originally committed as revision 24922 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:42 PM Revision 3a088514 (ffmpeg): Move vp6_filter_diag4() from DSPContext to VP56DSPContext.
- Originally committed as revision 24921 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:42 PM Revision 2401660d (ffmpeg): rtsp: Return EOF if the TCP control channel is closed
- Originally committed as revision 24920 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:31 PM Revision 5a8693ef (ffmpeg): Reindent
- Originally committed as revision 24919 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:30 PM Revision 7ad526d2 (ffmpeg): Simplify resolve_destination in sdp.c further, now that we don't enfo...
- Originally committed as revision 24918 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:07 PM Revision eac72849 (chunker-player): UL player
- - fixed memleak in EnqueueBlocks
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applicatio... - 12:51 PM Revision 1272ae7e (ffmpeg): 10l, add new function parameters to resolve_destination for !config_n...
- Originally committed as revision 24917 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:36 PM Revision 856ff2d8 (streamers): small updates to the config file comments
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2083 c54fac2e-1815...
- 12:34 PM Revision cc83027c (ffmpeg): Reindent, rewrap lines
- Originally committed as revision 24916 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 PM Revision 7ad1dc54 (ffmpeg): Properly handle IPv6 addresses in the SDP generation
- Originally committed as revision 24915 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:47 AM Revision d09c0a16 (ffmpeg): cleanup a bit in a64multi_encode_frame()
- Originally committed as revision 24914 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:47 AM Revision 9f638104 (ffmpeg): added/extended some comments in a64multi_encode_frame()
- Originally committed as revision 24913 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:18 AM Revision 97523fd3 (napa-baselibs): ALTOclient: Small changes to try to improve HTTP stability.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2082 c54fac2e-1815-407e-9b96-08...
- 09:15 AM Revision 7f3468d3 (ffmpeg): rtp: Replace hardcoded RTCP packet types with defines
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24912 to svn://svn.ffmpeg.org/ff... - 08:59 AM Revision b4dc1ea0 (chunker-player): * UL chunker_player
- - bugfix in channel name redraw
- QUEUE_MAX_GROW_FACTOR set to 20
git-svn-id: https://repository.napa-wine.eu/svn/...
08/24/2010
- 08:48 PM Revision d21caa95 (ffmpeg): Renderware TeXture Dictionary FATE test
- Originally committed as revision 24911 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:56 PM Revision 66ac25e2 (ffmpeg): configure: enable fast_cmov for 'atom'
- Originally committed as revision 24910 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:47 PM Revision c0ec9918 (ffmpeg): Remove global mm_flags variable
- Originally committed as revision 24909 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:52 PM Revision 3611c45a (ffmpeg): Mark xmm registers as clobbered in simple loopfilter. Should fix the ...
- two VP8-related fate failures on Win64.
Originally committed as revision 24908 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:52 PM Revision a7638957 (ffmpeg): configure: fix typo in test deps
- Originally committed as revision 24907 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:10 PM Revision 4c399dc8 (ffmpeg): Fix undefined expressions that use multiple calls to get_bits().
- Because the order of evaluation of subexpressions is undefined, two
get_bits() calls may not be part of the same expr... - 03:48 PM Revision 37b97061 (ffmpeg): Factorize opt_new_{audio,video,subtitle} definitions.
- Originally committed as revision 24905 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 PM Revision dfd57757 (ffmpeg): Cosmetics: rename out_video_filter to output_video_filter, for
- consistency with input_video_filter.
Originally committed as revision 24904 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:48 PM Revision 4ddf0d29 (ffmpeg): Make configure_filters() return a meaningful error code rather than
- always -1.
Originally committed as revision 24903 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:40 PM Revision b3c1652b (ffmpeg): msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header()
- Because the order of evaluation of subexpressions is undefined, two
get_bits() calls may not be part of the same expr... - 03:21 PM Revision e2f402f1 (ffmpeg): added interlacing option and compression option for colorram (lut)
- Originally committed as revision 24901 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 PM Revision eedca998 (ffmpeg): Implement ff_get_ref_perms_string() and use it for tracing.
- Originally committed as revision 24900 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:08 PM Revision 668338c5 (ffmpeg): avformat: free decryption key in av_close_input_stream()
- Originally committed as revision 24899 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:02 PM Revision bb07ab7c (ffmpeg): fixed some return values and deprecated CODEC_TYPE_VIDEO.
- dithering (faster) along a linear gradient now.
Originally committed as revision 24898 to svn://svn.ffmpeg.org/ffmpe... - 01:42 PM Revision ac9c19da (ffmpeg): asfcrypt: fix unaligned accesses with armcc
- Compilers may assume a pointer has natural alignment, even if it was
assigned from a pointer type with weaker alignme... - 12:08 PM Revision f603ec0c (grapes): Merge branch 'makefiles'
- 11:58 AM Revision 6ecbac4a (grapes): Merge branch 'fixes'
- 09:55 AM Revision 9adf384d (chunker-player): fixing chunk timestamp in chunker_streamer
- chunk timestamp is absolute time in struct timeval format
git-svn-id: https://repository.napa-wine.eu/svn/napawine-s... - 09:30 AM Revision dae4a53f (chunker-player): UL player
- - basic Quality evaluation module
- statistics now computed with sliding windows
- bugfixes in computation and displa... - 09:23 AM Revision a000e0f1 (grapes): Merge branch 'topman'
- Conflicts:
src/TopologyManager/ncast.c
src/TopologyManager/tman.c - 09:11 AM Revision 3c631927 (grapes): Fix a valgring complaint
- 08:38 AM Revision 7f1af825 (ffmpeg): Add fifo filter.
- Originally committed as revision 24896 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 AM Revision 5a9dd3de (ffmpeg): Make avfilter_start_frame() invoke avfilter_get_video_buffer() on the
- link rather than avfilter_default_get_video_buffer().
This is required as the buffer requested may be greater than t... - 12:46 AM Revision 3f1710e7 (ffmpeg): indent
- Originally committed as revision 24894 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:31 AM Revision 2ad3c6ee (napa-baselibs): rep: add some error handling in make_post_request
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2078 c54fac2e-1815-407e-9b96-08...
08/23/2010
- 09:22 PM Revision 66842fe8 (ffmpeg): swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion
- Originally committed as revision 32011 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:22 PM Revision 83761d5b (ffmpeg): swscale: remove unused macro parameter in BGR2UV template
- Originally committed as revision 32010 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:12 PM Revision 91880e46 (ffmpeg): Add _XOPEN_SOURCE definition for usleep().
- patch by Dave Yeo, daveryeo telus net
Originally committed as revision 24893 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:00 PM Revision 62147469 (ffmpeg): acenc: LAME-inspired window decision
- This performs quite a bit better than the current 3GPP-inspired window decision
on all the samples I have tested. On ... - 07:35 PM Revision c36b2c01 (ffmpeg): Revert unintended changes to fft.h from r24890.
- Originally committed as revision 24891 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 PM Revision af00ddde (ffmpeg): aacenc: Rename Psy3gpp* structs to AacPsy*
- This allows cleaner implementation of other psymodels using the existing
structs. It also will make it easier to inte... - 05:34 PM Revision 078ae66b (ffmpeg): fate: set LC_ALL=C to avoid locale interference
- Originally committed as revision 24889 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:41 PM Revision 1ee39ebd (ffmpeg): BinkAudio FATE tests
- Originally committed as revision 24888 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:51 PM Revision cb4f1246 (ffmpeg): imdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_bits".
- It generates smaller cleaner code.
Originally committed as revision 24887 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:38 PM Revision e955bf3b (ffmpeg): asfcrypt: fix unaligned read in ff_asfcrypt_dec()
- Originally committed as revision 24886 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:31 PM Revision 573af754 (ffmpeg): Add missing parentheses to AV_NE macro.
- Originally committed as revision 24885 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:24 PM Revision 1a9b74ea (chunker-player): UL player:
- - testing is underway
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/Streamer... - 03:23 PM Revision ad4c71f2 (napa-baselibs): fix some MONL uninitialized values
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2075 c54fac2e-1815-407e-9b96-08...
- 02:46 PM Revision c4ab519e (ffmpeg): Make "-fs ss" mean "make output file of size equals or less than ss"
- instead of current "make output file of size less than ss".
Also use it to make MP3 tests more readable (using -fs x... - 01:23 PM Revision 7f50caa7 (ffmpeg): Adding of a64-codec: there were changes to be documented in changelog
- Originally committed as revision 24883 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 PM Revision e4d2ab52 (ffmpeg): removed an unnecessary blank line
- Originally committed as revision 24882 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 PM Revision db362720 (napa-baselibs): ALTOclient: Added some more asserts for better error checking ...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2073 c54fac2e-1815-407e-9b96-08...
- 12:27 PM Revision 1c109780 (ffmpeg): fix fate breakage, 10l to me (too much copy and pasting)
- Originally committed as revision 24881 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:17 PM Revision 680aefa2 (ffmpeg): MP3 float decoder FATE tests
- Originally committed as revision 24880 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:53 AM Revision 952139a3 (ffmpeg): Do not use the server SSRC as client SSRC in the RTP demuxer
- Originally committed as revision 24879 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:52 AM Revision b7cf4e4f (ffmpeg): enabling codec and muxer by registering it in allcodec.c and allforma...
- Originally committed as revision 24878 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:51 AM Revision 40c5ee99 (ffmpeg): added codec-ids for the a64 codec
- Originally committed as revision 24877 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:48 AM Revision 8fb9e198 (ffmpeg): documentation added for the a64 codec
- Originally committed as revision 24876 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:47 AM Revision 901694f1 (ffmpeg): Corresponding muxer for the a64 codec
- Originally committed as revision 24875 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:46 AM Revision 07862680 (ffmpeg): Add FATE test for WMV8 DRM
- Originally committed as revision 24874 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:46 AM Revision 7bf7833f (ffmpeg): Initial version of the a64 (multicolor charset) codec
- Originally committed as revision 24873 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:45 AM Revision 620918e4 (ffmpeg): Add truemotion1 tests.
- Originally committed as revision 24872 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:41 AM Revision 684d608b (ffmpeg): Fix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures).
- Originally committed as revision 24871 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/22/2010
- 03:20 PM Revision b56a9c8e (ffmpeg): fate: remove unused variable in fate.sh
- Originally committed as revision 24870 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:39 PM Revision 78b5c97d (ffmpeg): Convert ff_imdct_half_sse() to yasm.
- This is to avoid split asm sections that attempt to preserve some
registers between sections.
Originally committed a... - 02:24 PM Revision 715e9be2 (ffmpeg): fate: remove pointless fate/fate2 separation
- Originally committed as revision 24868 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:03 PM Revision c60a2d70 (ffmpeg): mmsh depends on http
- Originally committed as revision 24867 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:53 AM Revision 8226e977 (ffmpeg): fate: allow specifying relative path to config file in fate.sh
- Originally committed as revision 24866 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/21/2010
- 08:57 PM Revision 3d6bd1c7 (ffmpeg): Add FATE test for ANSI/ASCII animation and TTY demuxer
- Originally committed as revision 24865 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:50 PM Revision 2a86d4b9 (ffmpeg): The 24-bit ydt also should not depend on endianness,
- since all of it ends up in a single 32-bit pixel.
This seems likely to be wrong though, since it is different
from th... - 07:40 PM Revision 47af6239 (ffmpeg): Since the 24 bit format is decoded to endian-dependant
- BGR32 and not BGR24, do not swap red and blue on big-endian
for this format as well.
Originally committed as revisio... - 07:37 PM Revision 751c5093 (ffmpeg): Do not swap red and blue when decoding truemotion
- on big-endian.
Originally committed as revision 24862 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:04 PM Revision f5ea69b2 (ffmpeg): MMSH support, the most popular and widely used of all MMS variants. W...
- Zhentan Feng <spyfeng gmail com> as part of Google's Summer of Code program.
Originally committed as revision 24861 ... - 03:18 PM Revision c901f6ab (ffmpeg): Cosmetics: remove useless ().
- Originally committed as revision 24860 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:18 PM Revision be7110cd (ffmpeg): Cosmetics: if( -> if (.
- Originally committed as revision 24859 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:52 AM Revision a29b1700 (ffmpeg): Export the presentation video dimensions as avctx->width/avctx->height.
- Originally committed as revision 24858 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 AM Revision bf23eaf6 (ffmpeg): Add myself as maintainer for the PGS subtitle decoder.
- Originally committed as revision 24857 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/20/2010
- 11:16 PM Revision 99046339 (ffmpeg): Add null audio filter.
- Patch by S.N. Hemanth Meenakshisundaram -af smeenaks,ucsd,edu.
Originally committed as revision 24856 to svn://svn.f... - 11:16 PM Revision f59e9eaf (ffmpeg): Add AUDIO FILTERS section.
- Originally committed as revision 24855 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 PM Revision 375fb9f1 (ffmpeg): dv: fix alignment of scratch buffer
- Originally committed as revision 24854 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:28 PM Revision 8bdf1181 (ffmpeg): Fixed mpeg12 top field first flag value with field picture encoding.
- The relevent extract of the iso 13818-2 about the value of the syntaxical
element top_field_first of the Picture Codi... - 04:55 PM Revision 26553088 (ffmpeg): Add APIchanges for av_fill_image_max_pixstep() rename of r24851.
- Originally committed as revision 24852 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:52 PM Revision e3443361 (ffmpeg): Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().
- The plural form is preferred as it is more consistent with the other functions:
av_fill_image_linesizes()
av_fill_ima... - 04:34 PM Revision d1a991f2 (ffmpeg): Add missing period in av_fill_image_max_pixstep() doxy.
- Originally committed as revision 24850 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:16 PM Revision 014df3a2 (ffmpeg): Make ff_dprintf_ref() print audio related information if available.
- Originally committed as revision 24849 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:16 PM Revision e29b451a (ffmpeg): Cosmetics: merge two lines in ff_dprintf_ref().
- Originally committed as revision 24848 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:16 PM Revision 0055b2d1 (ffmpeg): Make ff_dprintf_ref() print the information related to the referenced
- AVFilterBuffer.
Originally committed as revision 24847 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:15 PM Revision b5fbb31e (ffmpeg): Rename ff_dprintf_picref() to ff_dprintf_ref().
- The function is going to be used to represent also audio data.
Originally committed as revision 24846 to svn://svn.f... - 02:41 PM Revision 801ab980 (ffmpeg): Extend ff_dprintf_picref() to make it print video interlaced and
- top_field_first information.
Originally committed as revision 24845 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:41 PM Revision 382ecd35 (ffmpeg): Make ff_dprintf_picref() print video properties only if available.
- Originally committed as revision 24844 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:41 PM Revision 28c52b1e (ffmpeg): Only print the pointer to the first plane in ff_dprintf_picref().
- To display the other planes is usually not useful and add noise to the
output.
Originally committed as revision 2484... - 02:19 PM Revision 3fa3e4f4 (ffmpeg): Cosmetics: add an empty newline between the function description and
- the list of @params.
Improve consistency and possibly enhance readability.
Originally committed as revision 24842 t... - 11:37 AM Revision 65c853f8 (napa-baselibs): ALTOclient: Bugfixes and better error handling.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2072 c54fac2e-1815-407e-9b96-08...
- 09:57 AM Revision eca395a2 (napa-baselibs): ALTOclient: Fixed bug in HTTP receive. Added code that sets de...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2071 c54fac2e-1815-407e-9b96-08...
- 09:24 AM Revision 69cf2223 (napa-baselibs): ALTOclient: Improved HTTP-POST handling, added XML trace when ...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2070 c54fac2e-1815-407e-9b96-08...
- 06:47 AM Revision aa8b089c (chunker-player): UL: remove check on metadata size
- The UL does not need the metadata in the current version
git-svn-id: https://repository.napa-wine.eu/svn/napawine-s...
08/19/2010
- 11:48 PM Revision 53bc0dc2 (ffmpeg): fix anonymous memory mapping for NetBSD
- mmap() with MAP_ANONYMOUS requires the file descriptor to be -1 in NetBSD.
Linux just ignores this parameter.
Patch ... - 09:28 PM Revision 364cacc7 (ffmpeg): add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()
- public function
Originally committed as revision 24841 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:21 PM Revision 838b27b4 (ffmpeg): add FF_API_REGISTER_PROTOCOL define to disable the deprecated
- register_protocol() function
Originally committed as revision 24840 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:07 PM Revision b2125520 (ffmpeg): applehttp: define _XOPEN_SOURCE=600 as required for usleep()
- Originally committed as revision 24839 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:51 PM Revision dd5f3238 (ffmpeg): imc: fix undefined float to int conversion
- Conversion of an out of range float to int is undefined. Clipping to
the final range first avoids such problems. Th... - 04:51 PM Revision b42c483f (ffmpeg): fate-run: use 'run' function in 'ffmpeg' function
- Originally committed as revision 24837 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:51 PM Revision 91de2c0a (ffmpeg): fate: add -v 0 to ffmpeg flags
- Originally committed as revision 24836 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:49 PM Revision 404eba44 (ffmpeg): add FF_API_URL_CLASS define to enable usage of URLContext as a AVClass
- Originally committed as revision 24835 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 PM Revision 6004cb2c (grapes): Remove commented line
- 03:08 PM Revision c5947928 (grapes): Automatically generate the list of object lists, and recompile if som...
- 02:54 PM Revision cd223e0b (ffmpeg): Add Apple HTTP Live Streaming demuxer
- Originally committed as revision 24834 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision e55ebcc3 (ffmpeg): Move the definition of the maximum url size for static buffers to int...
- Originally committed as revision 24833 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:49 PM Revision f9c399c4 (ffmpeg): Make parse_key_value from httpauth a common lavf internal function
- Originally committed as revision 24832 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:36 PM Revision 8d884020 (ffmpeg): swscale-test: add CRC output
- Originally committed as revision 31982 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:32 PM Revision dc46661a (ffmpeg): Enable and change the log level to DEBUG for the message printed in
- case of picref copy.
Originally committed as revision 24831 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:32 PM Revision ca857431 (ffmpeg): Cosmetics: apply misc spacing style fixes.
- Originally committed as revision 24830 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:21 PM Revision 38deeb45 (grapes): Better Makefile rework
- 12:52 AM Revision 5b69e75b (streamers): HTTP I/O: add some statistics (not yet complete)
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2068 c54fac2e-1815...
- 12:34 AM Revision 7f80cdc0 (streamers): fix: chunk attribute was not set to null
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2067 c54fac2e-1815...
- 12:17 AM Revision aefb4c43 (streamers): HTTP I/O: remove local attribs and add streaming attribs
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2066 c54fac2e-1815...
- 12:16 AM Revision 5ba8c167 (chunker-player): chunker_player: remove dependence on chunk attributes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2065 c54fa...
- 12:05 AM Revision 5873d237 (streamers): fixing ALTO query list size when target neighbourhood size is limited
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2064 c54fac2e-1815...
08/18/2010
- 09:07 PM Revision 7fe82bd7 (ffmpeg): Fix braino: @flip -> @file.
- Originally committed as revision 24829 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:07 PM Revision 33d2e7b3 (ffmpeg): Add APIchanges entry after the addition of av_fill_image_max_pixstep()
- of r24827.
Originally committed as revision 24828 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:02 PM Revision a6ddf8bf (ffmpeg): Implement inline function av_fill_image_max_pixstep() and use it for
- factorizing code.
Originally committed as revision 24827 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:37 PM Revision 25ae798c (ffmpeg): add a comment to clarify that FF_API_* defines are not part of public...
- Originally committed as revision 24826 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 PM Revision b5910020 (chunker-player): fix pthread linking
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2063 c54fa...
- 08:34 PM Revision 54036be1 (ffmpeg): rename LAVF_API_* defines to FF_API_* to clarify that it is not publi...
- Originally committed as revision 24825 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:37 PM Revision a42c29fe (ffmpeg): validate input data and linesizes
- Originally committed as revision 31976 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:22 PM Revision 487fe1b5 (streamers): fix: add -lz to ALTO
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2060 c54fac2e-1815...
- 04:29 PM Revision 18bbe9df (ffmpeg): Support unsynchronisation for id3v2 tags.
- Patch by Alexander Kojevnikov, alexander kojevnikov com
Originally committed as revision 24824 to svn://svn.ffmpeg.o... - 03:59 PM Revision ea5857ec (streamers): fix pthread handling in Makefile
- there was a mixed use of -lpthread and -pthread, which is wrong
git-svn-id: https://repository.napa-wine.eu/svn/napa... - 12:31 PM Revision 5a04fb17 (grapes): Try to fix parallel make
- 11:13 AM Revision 8b839ec7 (ffmpeg): Remove "CODEC_CAP_EXPERIMENTAL added" entry from the Changelog.
- That's an API related change, no point to advertise it in the
Changelog.
Originally committed as revision 24822 to s... - 10:57 AM Revision 1bf75aec (ffmpeg): Fix configure .pc files generation and make install when
- --build-suffix is used.
Patch by Anatoly Nenashev ${surname}_as@mail.ru.
Originally committed as revision 24821 to ... - 10:28 AM Revision a003594e (napa-baselibs): ALTO: added libxml2 lib path
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2055 c54fac2e-1815-407e-9b96-08...
- 10:00 AM Revision 4815b48c (streamers): fix linking with libxml2
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2054 c54fac2e-1815...
- 09:39 AM Revision df4f1d51 (ffmpeg): Add AVC EOS tag to H264-encoded FLV files.
- Patch by Thierry Foucu, tfoucu gmail
Originally committed as revision 24820 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:59 AM Revision b629e081 (napa-baselibs): ALTOclient Makefile : fixing the path to libxml2
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2052 c54fac2e-1815-407e-9b96-08...
- 08:59 AM Revision 3d6747ad (streamers): OfferStreamer/topology-ALTO.c : remove older peers from peerset be...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2050 c54fac2e-1815...
- 08:58 AM Revision 0f1c2120 (streamers): OfferStreamer/topology-ALTO.c : always add current peerset to news...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2049 c54fac2e-1815...
- 08:58 AM Revision b2c34e56 (streamers): Offerstreamer/topology-ALTO.c : pick ALTO results only once per query
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2048 c54fac2e-1815...
- 08:58 AM Revision be521750 (napa-baselibs): ALTOclient : improved thread handling
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2047 c54fac2e-1815-407e-9b96-08...
- 08:58 AM Revision b27e5c1b (streamers): Offerstreamer/Makefile : mods to compile with ALTO if flag is defined
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2046 c54fac2e-1815...
- 08:58 AM Revision 088c9e88 (streamers): OfferStreamer: introducing new files for ALTO
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2045 c54fac2e-1815...
- 07:55 AM Revision c3f6c77b (ml): ML: decode ICMP error sender
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2044 c54fac2e-1815-407e-9b96...
- 07:55 AM Revision b0be061a (napa-baselibs): ML: decode ICMP error sender
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2044 c54fac2e-1815-407e-9b96-08...
08/17/2010
- 08:36 PM Revision 32a15a24 (ffmpeg): fate: store last version in per-slot file
- This allows the same workdir to be used by multiple slots.
Originally committed as revision 24819 to svn://svn.ffmpe... - 08:23 PM Revision dd872bf4 (ffmpeg): add LAVF_API_OLD_METADATA define to disable the deprecated metadata API
- Originally committed as revision 24818 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:58 PM Revision 7bdb74f9 (chunker-player): build_ul: more conservative parallelism for make
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2039 c54fa...
- 07:53 PM Revision 4c6cd5d3 (streamers): removing half-dynamic-half-static linking
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2038 c54fac2e-1815...
- 07:30 PM Revision 072e3efd (ffmpeg): add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS...
- Originally committed as revision 24817 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:48 PM Revision 6a36facc (ffmpeg): Fix out-of-tree build
- Originally committed as revision 24816 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:27 PM Revision 7f38d28c (ffmpeg): Add APIchanges entry after the addition of AV_NE in r24814.
- Originally committed as revision 24815 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 PM Revision 4f2d2e4e (ffmpeg): Define macro AV_NE() and use it in libavdevice.
- Help further refactoring.
Originally committed as revision 24814 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:13 PM Revision 3f52a907 (ffmpeg): Add APIchanges entry after libavfilter audio framework addition of
- r24811.
Originally committed as revision 24813 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 PM Revision 371cbff8 (ffmpeg): Cosmetics: apply misc style fixes.
- Originally committed as revision 24812 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:08 PM Revision ad2c9501 (ffmpeg): Implement libavfilter audio framework.
- Patch by S.N. Hemanth Meenakshisundaram * smeenaks * ucsd * edu *.
Originally committed as revision 24811 to svn://s... - 06:07 PM Revision a8542e43 (ffmpeg): Set the correct type for the output links.
- Originally committed as revision 24810 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 PM Revision 65d4cab5 (ffmpeg): Add missing checks in avfilter_default_get_video_buffer().
- Originally committed as revision 24809 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 PM Revision 4f9ce3c4 (ffmpeg): Add missing NULL checks in avfilter_ref_buffer().
- Originally committed as revision 24808 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:02 PM Revision 6fa5a91b (ffmpeg): Remove dep/depend targets and related variables.
- We no longer create dependency files directly, so the rules are now pointless.
Originally committed as revision 2480... - 02:59 PM Revision a1e171df (ffmpeg): Add hflip filter.
- Originally committed as revision 24806 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:58 PM Revision 3123823c (ffmpeg): Skip adding SDL_CFLAGS to CFLAGS for the ffplay.d target.
- We no longer create .d files directly, so the rule is pointless.
Originally committed as revision 24805 to svn://svn... - 02:25 PM Revision e110e968 (ffmpeg): matroskadec: minor simplification
- patch from reimar
Originally committed as revision 24804 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:05 PM Revision 4f90688b (ffmpeg): matroskadec: fix integer overflow
- patch from reimar
Originally committed as revision 24803 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:55 PM Revision 0cbefdcc (napa-baselibs): MONL: removed sum_var_samples which was not used anymore
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2037 c54fac2e-1815-407e-9b96-08...
- 09:44 AM Revision 821cc939 (streamers): less frequent tman logging
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2036 c54fac2e-1815...
- 09:42 AM Revision 0711317b (streamers): control tman logging period with a define
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2035 c54fac2e-1815...
- 08:13 AM Revision aa78a6d6 (ffmpeg): Mention lowres if SDL can't provide the needed resolution.
- Originally committed as revision 24802 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:47 AM Revision cb036f90 (ffmpeg): Fix SDL crash on specific hardware.
- Patch by Mike Scheutzow, mjs973 optonline net
Originally committed as revision 24801 to svn://svn.ffmpeg.org/ffmpeg/... - 07:46 AM Revision f7b8c814 (ffmpeg): Move do_exit() up for upcoming patch.
- Patch by Mike Scheutzow, mjs973 optonline net
Originally committed as revision 24800 to svn://svn.ffmpeg.org/ffmpeg/...
08/16/2010
- 10:51 PM Revision 20deb49b (streamers): turning off tman temporarily
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2034 c54fac2e-1815...
- 10:47 PM Revision 193622ac (streamers): add net_helper configuration option (-n)
- Conflicts:
streamer.c
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferSt... - 10:47 PM Revision 8977e724 (streamers): minor: remove some commented lines and fix usage description
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2032 c54fac2e-1815...
- 08:34 PM Revision ead7ef82 (ffmpeg): fft-test: format error output more readably
- Originally committed as revision 24799 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:56 PM Revision a43234ea (streamers): OfferStreamer/topology.c : stetting a max peerset size to 20
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2024 c54fac2e-1815...
- 03:56 PM Revision 01a25012 (streamers): OfferStreamer/topology.c : more newscast iterations before tman bo...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2023 c54fac2e-1815...
- 03:56 PM Revision 2323102b (streamers): OfferStreamer/loop.c : dispatching the tman msg_type correctly
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2022 c54fac2e-1815...
- 03:56 PM Revision de23a1a9 (napa-baselibs): fix the ml_keepalive msg type, that was overlapping with the t...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2021 c54fac2e-1815-407e-9b96-08...
- 02:23 PM Revision 51291e60 (ffmpeg): Add RTP depacketization of VP8
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24798 to svn://svn.ffmpeg.org/ff... - 02:21 PM Revision 7b18d94c (ffmpeg): Add RTP packetization of VP8
- Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24797 to svn://svn.ffmpeg.org/ff...
08/15/2010
- 04:56 PM Revision 09e7891d (chunker-player): assign default values in build_ul
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2020 c54fa...
- 04:56 PM Revision c0014e78 (streamers): fixed makefile: httpevent I/O module requires dclog
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2019 c54fac2e-1815...
- 12:37 PM Revision 45c3eb04 (streamers): improved warning output for chunk attributes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2017 c54fac2e-1815...
08/14/2010
- 08:34 PM Revision 63638a3c (ffmpeg): Print error messages in case of connection failure or name resolution...
- in tcp.c.
Originally committed as revision 24796 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/13/2010
- 08:06 PM Revision afbc4d2d (ffmpeg): Prevent overflow on random input.
- Originally committed as revision 24795 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:30 PM Revision 67197656 (ffmpeg): Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dy...
- allocate the array.
Originally committed as revision 24794 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:08 PM Revision c46000c1 (ffmpeg): Set fixed chunksize for ASF header in MMS streams, as per MSDN docume...
- This fixes playback of at least one MMST stream.
Patch by Zhentan Feng <spyfeng gmail com>.
Originally committed as... - 05:02 PM Revision 99ab8ff0 (ffmpeg): Fix wrong command prefix for timing test in MMST protocol.
- Patch by Zhentan Feng <spyfeng gmail com>.
Originally committed as revision 24792 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:09 PM Revision f0b37018 (streamers): updating loop-mt with tman msg type
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2016 c54fac2e-1815...
- 02:09 PM Revision a2a76ebd (streamers): topology.c : local support nodeID** var becomes static for conveni...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2015 c54fac2e-1815...
- 02:09 PM Revision 33d23b91 (streamers): topology : binding topology-related msg_types from within topology...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2014 c54fac2e-1815...
- 02:09 PM Revision 7e39164f (streamers): Offerstreamer/topology : mods to integrate tman
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2013 c54fac2e-1815...
- 02:09 PM Revision f088e50e (streamers): streamer.c : mods to call the new topology interface
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2012 c54fac2e-1815...
- 02:02 AM Revision 2b476e02 (ffmpeg): Remove some stray +s in VP8
- Originally committed as revision 24791 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/12/2010
- 09:07 PM Revision 1ddc176e (ffmpeg): Add RTP depacketization of MP4A-LATM
- Originally committed as revision 24790 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:20 PM Revision f607cc18 (ffmpeg): Cosmetics: put "{" on the same line of the "struct" keyword in struct
- definitions.
More consistent with the rest of FFmpeg.
Originally committed as revision 24789 to svn://svn.ffmpeg.or... - 03:09 PM Revision d1a04371 (ffmpeg): Add APIchanges entry after the addition of av_get_image_linesize() of
- r24787.
Originally committed as revision 24788 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:06 PM Revision 81c1ecab (ffmpeg): Deprecate ff_get_plane_bytewidth() in favor of
- av_get_image_linesize().
Originally committed as revision 24787 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:05 PM Revision 7906e2b9 (ffmpeg): Implement av_get_image_linesize() and use it in
- ff_get_plane_bytewidth().
The new implementation is more generic, more compact and more correct.
Originally committ... - 01:39 PM Revision 27014bf5 (ffmpeg): Send OPTIONS request at a regular basis to standard RTSP servers as w...
- this prevents a time-out which closes the TCP connection and kills our
session.
see "Re: [FFmpeg-devel] [PATCH] rtsp... - 06:48 AM Revision aa0c558d (napa-baselibs): MONL: During publishing peer B is now empty if no dst peer has...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2009 c54fac2e-1815-407e-9b96-08...
- 02:01 AM Revision d68776d5 (ffmpeg): Add another missing file from r24799.
- Originally committed as revision 24784 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:11 AM Revision 05c04cdf (ffmpeg): VP5/6/8: ~7% faster arithmetic decoding
- Grab from the bitstream in 16-bit chunks instead of 8-bit chunks.
TODO: grab in 32-bit chunks on 64-bit systems.
Ori... - 12:35 AM Revision d2064fd4 (ffmpeg): Fix segv when stream copy and validate_tag fails, st->codec->codec is...
- Originally committed as revision 24782 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 AM Revision e4cc9f20 (ffmpeg): 100L, fix vf_scale, since copy_ref_props now copy w and h, we must up...
- Originally committed as revision 24781 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/11/2010
- 11:45 PM Revision 6ef14e57 (ffmpeg): Add missing mms.c from r24779.
- Originally committed as revision 24780 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:50 PM Revision fcd11c61 (ffmpeg): Move functions and structs shared between MMSH and MMST into their ow...
- mms.c. Patch by Zhentan Feng <spyfeng gmail com>.
Originally committed as revision 24779 to svn://svn.ffmpeg.org/ffm... - 10:43 PM Revision edce9353 (ffmpeg): Extract fields that are to be shared between MMST/MMSH into a common ...
- MMSContext. The other MMST-specific members go into MMSTContext.
Patch by Zhentan Feng <spyfeng gmail com>.
Origina... - 10:27 PM Revision a46cd6e1 (ffmpeg): Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet.
- Originally committed as revision 24777 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:22 PM Revision a4fb0ada (ffmpeg): Apply misc cosmetics: add empty newlines for separating function
- declarations and fix weird indent.
Originally committed as revision 24776 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:38 PM Revision 382ac60e (ffmpeg): Set type on buffer in get_video_buffer().
- Patch by S.N. Hemanth Meenakshisundaram reverse("skaneems") + "@ucsd.edu".
Originally committed as revision 24775 to... - 03:29 PM Revision 5bf840c4 (ffmpeg): Add APIchanges entry for the AVFilterBufferRef changes in r24773.
- Originally committed as revision 24774 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:25 PM Revision c1db7bff (ffmpeg): Resize data and linesize in AVFilterBufferRef to 8.
- This is required to make AVFilterBufferRef able to contain also audio
data, required by audio filtering integration.
... - 02:49 PM Revision e1f4dd6d (ffmpeg): Extend and clarify documentation for -ac ffmpeg option.
- Fix roundup issue #2061.
Originally committed as revision 24772 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:38 PM Revision 983ec304 (ffmpeg): Add documentation for the pm parameter of the av_metadata_set*
- functions.
Originally committed as revision 24771 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:38 PM Revision 32e6f246 (ffmpeg): Fix reference to a wrong parameter name in the metadata API functions
- doxies.
Originally committed as revision 24770 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:22 PM Revision c6a34954 (ffmpeg): Add APIchanges entry after av_picture_data_copy() addition.
- Originally committed as revision 24769 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:18 PM Revision 9f08d803 (ffmpeg): Add av_picture_data_copy() and reimplement av_picture_copy() as a
- wrapper of it.
The new function is more generic, and does not depend on the
definition of the AVPicture struct.
Pat... - 11:49 AM Revision 4bf2d6e8 (ffmpeg): Fix typo.
- Originally committed as revision 24767 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:49 AM Revision c7c7feaa (ffmpeg): Add APIchanges entry after avfilter_open() change in r24765.
- Originally committed as revision 24766 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:44 AM Revision 84c03869 (ffmpeg): Change avfilter_open() signature, from:
- AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name);
to:
int avfilter_open(AVFilterContext **filt... - 11:10 AM Revision ad0d70c9 (ffmpeg): Add APIchanges entry after AVFilterBufferRef changes in r24763.
- Originally committed as revision 24764 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:06 AM Revision cc80caff (ffmpeg): Separate video specific BufferRef properties into VideoProps.
- Define a new struct AVFilterBufferRefVideoProps and add a type field
to AVFilterBufferRef.
Video specific properties... - 09:13 AM Revision fd7b11d0 (ffmpeg): Nit: fix weird spacing.
- Originally committed as revision 24762 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:13 AM Revision 26cc5310 (ffmpeg): Add empty newlines between function descriptions and @params, improve
- readability.
Originally committed as revision 24761 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:27 AM Revision aa93c52c (ffmpeg): remove b4_stride/mb_stride.
- correct mb_xy to use mb_width.
tighten allocations.
reduce the amount of zeroing.
Originally committed as revision 2... - 07:34 AM Revision b4f81b74 (ffmpeg): Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 for
- video4linux2 devices. This is used by Sensoray Model 2253 cards.
Patch by Pete Eberlein (pete AT sensoray DOT com)
O... - 05:24 AM Revision ccf13f9e (ffmpeg): fix over-allocation. confused b4_stride with mb_width.
- Originally committed as revision 24758 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/10/2010
- 05:27 PM Revision ec973f45 (ffmpeg): Fix mem leak when trying to open a non-existing image file (issue 2126).
- Patch by Przemysław Sobala, psobala wp-sa pl
Originally committed as revision 24757 to svn://svn.ffmpeg.org/ffmpeg/t... - 04:49 PM Revision 21afed5e (ffmpeg): 2 lines spacing between versions in Changelog should be enough for re...
- and may avoid some confusion for patch submitters
Originally committed as revision 24756 to svn://svn.ffmpeg.org/ffm... - 04:36 PM Revision 3c0eec06 (ffmpeg): get rid of MAX_STREAMS limit in nutdec
- Originally committed as revision 24755 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:47 AM Revision 38617dba (chunker-player): UL streamer
- - aligned H264 and mpeg4 codecs quality defaults to new values, which have changed with new ffmpeg versions
- changed... - 11:43 AM Revision 7e4b3a0c (chunker-player): UL player
- - fixed bug in calculating queue density
- queue density display as percentage (added percentge symbol)
- aligned x26... - 11:37 AM Revision af0d4607 (chunker-player): UL player
- - fixed bug with includes and defines avoiding the switch to H264, due to code restructuring
git-svn-id: https://re... - 08:37 AM Revision f53b9a29 (ffmpeg): rtpenc_xiph: Clarify that num_frames shouldn't ever get larger than m...
- Originally committed as revision 24754 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom