Activity
From 08/31/2010 to 09/29/2010
09/29/2010
- 11:06 PM Revision 0093ebc2 (ffmpeg): User application side of Codec specific parameters.
- Originally committed as revision 25266 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:06 PM Revision f34fcdc8 (ffmpeg): Set default values for the scale context in sws_alloc_context().
- Originally committed as revision 32415 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:06 PM Revision e60c906a (ffmpeg): Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.
- Originally committed as revision 32414 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:06 PM Revision 6d21d67b (ffmpeg): Set valid default values for the srcw, srch, dstw, dsth options in the
- scale context. Prevent pointless warnings when using
av_opt_set_defaults() for setting the default values, as in a pe... - 10:03 PM Revision 3c2014d5 (streamers): Merge branch 'measures' into 2010_streamers_paper
- 10:02 PM Revision 74bf94f2 (streamers): added traffic amount measurements
- requires GRAPES update
- 09:42 PM Revision 584b8edb (ffmpeg): Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2().
- Originally committed as revision 25265 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 PM Revision 826481ea (ffmpeg): Remove duplicate entries
- Originally committed as revision 25264 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision 3432c263 (ffmpeg): Use new apple fourcc for mpeg-1 and mpeg-2 in mov, works natively on osx
- Originally committed as revision 25263 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:42 PM Revision a52ffc3f (ffmpeg): Move static inline function to a macro, so that constant propagation in
- inline asm works for gcc-3.x also (hopefully). Should fix gcc-3.x FATE
breakage after r25254.
Originally committed a... - 04:15 PM Revision fc7c40c2 (ffmpeg): Cosmetics: put "if (...)" and "av_log(...)" in the same line for
- improving vertical alignment and readability.
Originally committed as revision 32405 to svn://svn.mplayerhq.hu/mplay... - 03:58 PM Revision 0ab23257 (napa-baselibs): MONL:
- 1) reorganised stats computation: now for the more computational intensive it is on-demand and not per sample
2) corr... - 03:43 PM Revision 1bb56bdb (ffmpeg): rawdec: Properly pass reordered_opaque through the decoder
- Originally committed as revision 25261 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 PM Revision 3dedbeff (ffmpeg): Check return value of get_chunk_header(). Since enum can be unsigned,...
- current code wouldn't always error out on errors.
Based on patch by Stephen d'Angelo <sdangelo evertz com>.
Origina... - 03:34 PM Revision 329d689f (ffmpeg): Use sse2 variant of put_pixels16() for no_rnd also. Provides a minor ...
- increase to e.g. vc1, snow and mpeg decoding.
Patch by Eli Friedman <eli dot friedman gmail com>.
Originally commit... - 03:09 PM Revision 77336a5e (ffmpeg): Allow setting the impulse block bias for libvorbis through a private ...
- First example and test of private codec parameters.
Originally committed as revision 25258 to svn://svn.ffmpeg.org/f... - 03:05 PM Revision dc51a72b (ffmpeg): Move allocation and init to defaults of the private codec contexts to...
- That way the user app can set codec specific parameters in the private context
before opening it.
Originally committ... - 02:04 PM Revision cd17285e (ffmpeg): Merge b_idx and edge variables, and optimize the ASM to directly load...
- from memory locations/offsets depending on b_idx plus constants, rather than
having gcc do this. This saves several l... - 02:03 PM Revision 0cc8a5d0 (ffmpeg): Remove mv_mask variable. Replace the related pand -1/0 instructions b...
- a pxor, or remove the instruction alltogether. Altogether, this saves 1
instruction.
Originally committed as revisio... - 02:02 PM Revision c0673f2c (ffmpeg): Remove d_idx as a variable, and instead load it as a constant in the ...
- This has no measurable speed effect because the surrounding code doesn't
take advantage of this yet.
Originally comm... - 01:35 PM Revision 2c3135f6 (ffmpeg): Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which ge...
- of the d_idx variable and therefore allows for future optimizations. No speed
difference by this commit itself.
Orig... - 01:34 PM Revision 4b81511c (ffmpeg): Unloop the outer loop in h264_loop_filter_strength_mmx2(), which allows
- inlining various constants within the loop code. 20 cycles faster on
cathedral sample.
Originally committed as revis... - 01:02 PM Revision d29e863e (ffmpeg): Put if (...) av_log() in the same line, more compact and increase
- readibility.
Originally committed as revision 32404 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 01:02 PM Revision 5abd626e (ffmpeg): Amend constraints for the src_format and dst_format options in the
- SWScale context.
Originally committed as revision 32403 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 12:34 PM Revision 5ba24e49 (ffmpeg): Fix compile on Darwin (FATE). Compile error:
- yadif.c:226: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
yadif.c:220: error: 'asm' ope... - 11:59 AM Revision 655c36b2 (ffmpeg): Add AVClass for the private context, this will be used for codec spec...
- Originally committed as revision 25250 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 AM Revision c24b404b (ffmpeg): Cosmetics: fix braces placement.
- Originally committed as revision 32402 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
09/28/2010
- 10:23 PM Revision 0810a584 (ffmpeg): Deprecate sws_getContext(), use sws_alloc_context() and
- sws_init_context() instead.
Originally committed as revision 32401 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 10:23 PM Revision 499287e0 (ffmpeg): Add documentation for the returned value of sws_init_context().
- Originally committed as revision 32400 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:33 PM Revision c5812793 (ffmpeg): Add APIchanges entry for lsws change of r32368.
- Originally committed as revision 25249 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:29 PM Revision c508ab67 (ffmpeg): Bump minor version after the addition of sws_alloc_context() and
- sws_init_context() of r32368.
Originally committed as revision 32396 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 02:59 PM Revision c10676ac (ffmpeg): Make init() return sensible error code rather than -1 in case of
- invalid values.
Originally committed as revision 25248 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:59 PM Revision 46daee6e (ffmpeg): Cosmetics: apply nits.
- Originally committed as revision 25247 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:49 PM Revision f03f30d7 (ffmpeg): Make new doxy follows the agreed upon style and grammatical
- conventions, for consistency with the rest of the documentation.
Originally committed as revision 25246 to svn://svn... - 01:44 PM Revision 2e5ff4d0 (ffmpeg): Group togheter filter dependency specifications.
- Originally committed as revision 25245 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:18 PM Revision 508112e4 (ml): Added the RateController and relative QueueManagement functionalities in ml.
- To use it, just call the init function mlSetRateLimiterParams() as defined in include/ml.h
git-svn-id: https://repos... - 01:18 PM Revision 612e856d (napa-baselibs): Added the RateController and relative QueueManagement function...
- To use it, just call the init function mlSetRateLimiterParams() as defined in include/ml.h
git-svn-id: https://repos... - 01:16 PM Revision e40032e2 (ffmpeg): Add the drawbox filter from the soc libavfilter repo.
- Pedagogically useful.
Originally committed as revision 25244 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:54 PM Revision d972f6bc (ml): corrected a wrong cast in a info()
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2206 c54fac2e-1815-407e-9b96...
- 12:54 PM Revision e05f904b (napa-baselibs): corrected a wrong cast in a info()
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2206 c54fac2e-1815-407e-9b96-08...
- 09:06 AM Revision 4dece8c7 (ffmpeg): Try to fix crashes introduced by r25218
- r25218 made assumptions about the existence of past reference frames that
weren't necessarily true.
Originally commi... - 03:45 AM Revision 01d46198 (ffmpeg): All else being equal, prefer PTS over DTS in timestamp correction
- Because DTS values aren't passed through decoders, they tend to be
inaccurate if decoder delay doesn't match what was... - 02:09 AM Revision 7155c8d9 (streamers): longer startup time for measures (60 sec)
- initial transients can be long
- 02:05 AM Revision 7a8bfa5d (ffmpeg): Extract timestamp correction code from ffplay.c to cmdutils.c
- Originally committed as revision 25241 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:02 AM Revision e6bb2a2f (streamers): don't print regularly (only once per hour)
- 02:02 AM Revision 60391ca1 (streamers): change offer scheduler to RUp from RTT based
- 02:02 AM Revision 97ab5c93 (streamers): change to faster scheduler chunkID based chunk scheduler
- this could speed up local tests with lots of peers, since less lookup is needed
- 02:02 AM Revision d88f86de (streamers): turn off max deliver heuristics
- 02:02 AM Revision c65ac153 (streamers): Revert "OfferStreamer/topology.c : re-enabling tman"
- This reverts commit 553821b16729fc6c2d121fde31f72d72d1666c55.
- 02:01 AM Revision e614e8af (streamers): turn off bmap based removal from neighborhood
- 02:00 AM Revision 98ec04e6 (streamers): Merge branches 'fixes2', 'protocol', 'sched', 'topo-config' and 'm...
- 01:59 AM Revision dfcfa0fe (streamers): implement better measures
- 01:59 AM Revision 14e5c21e (streamers): adding old and dup flags to reg_chunk_receive interface
- requires GRAPES update
- 01:59 AM Revision 3fb3b834 (streamers): measure delays
- 01:58 AM Revision a8a31ce0 (streamers): print measures on exit
- 01:35 AM Revision 20663df3 (streamers): set neighbourhood target size (-M)
- 01:23 AM Revision ba99da01 (streamers): speedup: cache bmap for bmap_broadcast
- 01:22 AM Revision a204d648 (streamers): add code to broadcast buffermaps
- 01:19 AM Revision 8bb39b0b (streamers): peer* based sched part2
- 01:19 AM Revision 851fa962 (streamers): configure offer scheduler through scheduler.h
- 01:06 AM Revision e08d7c2f (streamers): fix a memleak: ownerid of bmap messages was not freed
- 01:06 AM Revision 71b13457 (streamers): compile gprof mode without optimizations
- 01:05 AM Revision 7b86e7d9 (streamers): changing schedPeerID to peer*
- 12:57 AM Revision 10fd812c (streamers): add flag to control max_deliver heuristics
- 12:54 AM Revision 8420a11f (streamers): remove a debug message
- 12:54 AM Revision 023f180b (streamers): add way to disable bmap_timeout based deletion of peers
- 12:50 AM Revision 7a411d14 (streamers): remove some debug messages
- 12:47 AM Revision 2f6c3688 (streamers): print in "abouttopublish" format
- 12:47 AM Revision 6095e14c (streamers): print some more measures: ChunksPlayed, OverlayDistance, ChunkRece...
- 12:47 AM Revision 0bc20f3a (streamers): implement startup time in measures.c
- measures are not takes for a fixed startup time
- 12:46 AM Revision c7a8895d (streamers): add periodic printing of measures
- 12:46 AM Revision c887bcd8 (streamers): print measure variables
- 12:45 AM Revision ff5dbe89 (streamers): change scope of measure variables
- 12:45 AM Revision 0fec1310 (streamers): set scheduling policy with defines
- 12:44 AM Revision ada30d43 (streamers): fix a newline in log
- 12:44 AM Revision 5e9bb7c1 (streamers): chunk_log: joined two logs
- the log of one event was done in 2 separate parts, sometimes other messages
were written in between - 12:33 AM Revision 6d19fd5c (ffmpeg): In mov demuxer, check that nb_streams is valid before using it in rea...
- Originally committed as revision 25240 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/27/2010
- 11:47 PM Revision bd8154d0 (ffmpeg): 100l fix if condition
- Originally committed as revision 32395 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:24 PM Revision df0743e0 (ffmpeg): Y400A (gray alpha) input support in libswscale
- Originally committed as revision 32394 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:17 PM Revision 59cb40b9 (ffmpeg): Fix index_entries pos:
- It was being set wrong for files with data_offset > 0
Patch by Michael Chinen, mchinen gmail
Originally committed a... - 10:13 PM Revision c6625ad5 (ffmpeg): Update APIchanges after r25236.
- Originally committed as revision 25238 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision 483480b5 (ffmpeg): Fix out of tree builds with vf_yadif and mmx
- Originally committed as revision 25237 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:09 PM Revision c85eef4e (ffmpeg): Move av_set_options_string() from libavfilter to libavutil.
- Originally committed as revision 25236 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:57 PM Revision 486adc55 (ffmpeg): Use more expressive names for the avfilter_insert_filter() in and out
- parameters.
Originally committed as revision 25235 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:50 PM Revision fa6f4ebc (ffmpeg): use a Makefile in x86 subdir
- Originally committed as revision 25234 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 PM Revision 236f7948 (ffmpeg): merge #if with if()
- Originally committed as revision 25233 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:31 PM Revision 2a5db1aa (ffmpeg): In dv decoder, set sample aspect aspect ratio, fix issue #1612
- Originally committed as revision 25232 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 PM Revision 348a3237 (ffmpeg): In dv decoder, use the expected aspect ratio logic, like other decode...
- following width/height = par/dar.
Originally committed as revision 25231 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:10 PM Revision 9f694f0b (ffmpeg): swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068
- Originally committed as revision 32393 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:09 PM Revision 829e5daf (ffmpeg): cosmetics: break long line update_flags_cpu
- Originally committed as revision 32392 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:59 PM Revision d04247a1 (ffmpeg): use strict_std_complience from avcodec_opts[AVMEDIA_TYPE_*]
- Options are not yet set for video encoders and for codec specific
defaults it is desireable to set the codec options ... - 05:28 PM Revision db9dfa3c (ffmpeg): Make avfilter_insert_filter() propagate an error code in case the
- called avfilter_link() fails.
Originally committed as revision 25229 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:02 PM Revision 4ecf1539 (ffmpeg): Add APIchanges entry after r25227.
- Originally committed as revision 25228 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:58 PM Revision acc0490f (ffmpeg): Make AVFilterLink store the pointers to the source and destination
- pads, rather than their index.
Originally committed as revision 25227 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:28 PM Revision b3dd5e59 (ffmpeg): Add APIchanges entry after r25225.
- Originally committed as revision 25226 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:23 PM Revision 372e2884 (ffmpeg): Move av_get_token() from libavfilter to libavutil.
- Originally committed as revision 25225 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:11 PM Revision 1497e761 (napa-baselibs): corrected a wrong printf argument that was causing a warning
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2204 c54fac2e-1815-407e-9b96-08...
- 04:11 PM Revision 9eaee13e (ml): corrected a wrong printf argument that was causing a warning
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2204 c54fac2e-1815-407e-9b96...
- 04:10 PM Revision 4a94cfea (ffmpeg): rtpproto: Use a sockaddr_storage instead of a sockaddr_in with recvfrom
- Originally committed as revision 25224 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:16 PM Revision 6e73cef6 (ffmpeg): Fix several security issues in flicvideo.c
- This fixes CVE-2010-3429
Originally committed as revision 25223 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:27 PM Revision 16209390 (ffmpeg): mpegtsenc: Indent
- Originally committed as revision 25222 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 PM Revision d1ac0351 (ffmpeg): mpegtsenc: Write subtitle extradata if set
- Originally committed as revision 25221 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:42 AM Revision fc4ad5e3 (napa-baselibs): Corrected the #ifdef WINNT into #ifdef WIN32
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2201 c54fac2e-1815-407e-9b96-08...
- 10:34 AM Revision be0e596a (ffmpeg): Simplify include, since opt.c is now in libavutil there is no need
- to use the library path prefix for eval.h.
Originally committed as revision 25220 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:01 AM Revision 8f1afd3b (ffmpeg): Cosmetics: apply misc style fixes.
- Originally committed as revision 25219 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:43 AM Revision e2983d6e (ffmpeg): Improve error concealment of lost frames
- If a frame is lost, replace it with data from the previous valid frame.
Originally committed as revision 25218 to sv... - 01:17 AM Revision b1a05b82 (ffmpeg): Make avfilter_destroy() code less convoluted, introducing a temporary
- variable link.
Originally committed as revision 25217 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:30 AM Revision 41f87daa (ffmpeg): Bump version and update APIchanges after r25210.
- Originally committed as revision 25216 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/26/2010
- 10:37 PM Revision 536e229a (ffmpeg): yadif: remove unnecessary #include
- Originally committed as revision 25215 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:36 PM Revision 13fabd7a (ffmpeg): Port MPlayer blackframe filter.
- See thread:
Subject: [FFmpeg-devel] [PATCH] Port MPlayer blackframe filter.
Date: Sun, 26 Sep 2010 01:10:40 +0200
Or... - 09:01 PM Revision b6c06894 (ffmpeg): configure: detect nasm vs yasm and set flags correspondingly
- Originally committed as revision 25213 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:01 PM Revision 32881771 (ffmpeg): ARM: change return type of AV_RN16() to unsigned
- This prevents gcc inserting useless UXTH instructions, at least
in some cases.
Originally committed as revision 2521... - 08:31 PM Revision 33ce3846 (ffmpeg): fix typos and grammar
- Originally committed as revision 32370 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:48 PM Revision 8c26d83e (ffmpeg): Make the avoptions list of sws more complete.
- Originally committed as revision 32369 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:33 PM Revision 635d4aed (ffmpeg): Split alloc and init of context so that parameters can be set in the ...
- instead of requireing being passed through function parameters. This also
makes sws work with AVOptions.
Originally ... - 05:06 PM Revision f4203ff3 (ffmpeg): swscale: use full chroma input for point scaler
- Originally committed as revision 32360 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:47 PM Revision 66772498 (ffmpeg): Bump minor version for the addition of the G.722 encoder
- Originally committed as revision 25211 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:25 PM Revision 6ed04040 (ffmpeg): Move AVOptions from libavcodec to libavutil
- Originally committed as revision 25210 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:56 PM Revision cba322d7 (ffmpeg): Make WMV3 decoder attempt to decode WMVP as well
- Originally committed as revision 25209 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:54 PM Revision 10f93363 (ffmpeg): RES_SM in WMV3 is really two flags, so split it in decoder
- Originally committed as revision 25208 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:09 AM Revision b0f65613 (ffmpeg): Cosmetics: fix style nits.
- Originally committed as revision 25207 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:15 AM Revision 02b424d9 (ffmpeg): Add d suffix to movd target register to make it work with nasm.
- Originally committed as revision 25206 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 AM Revision dc77e985 (ffmpeg): Split and then simplify address generation macro.
- Allows nasm to work for this code.
Originally committed as revision 25205 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:02 AM Revision 8c067b5d (ffmpeg): Update rv20 seek test reference
- Originally committed as revision 25204 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:56 AM Revision 53eb458a (ffmpeg): Fix rv20 encoding so the binary decoder can decode it.
- Originally committed as revision 25203 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 AM Revision 48f7f29f (ffmpeg): In yadif filter, use current frame when previous is missing,
- better results for the first frame
Originally committed as revision 25202 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/25/2010
- 11:27 PM Revision b9f9e59a (ffmpeg): Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the
- corresponding AVMEDIA_TYPE_* symbols.
Originally committed as revision 25201 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:13 PM Revision 2c1da681 (ffmpeg): Create libavfilter/$arch when building outside source tree
- Originally committed as revision 25200 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:09 PM Revision 9f27ca3f (ffmpeg): Stefanos port was missing DIRS variable in the Makefile for the newly...
- Originally committed as revision 25199 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:03 PM Revision 5900deeb (ffmpeg): Bump lavfi minor and add Changelog notice after yadif addition.
- Originally committed as revision 25198 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:54 PM Revision 96a1459e (ffmpeg): Fix 0 vs 1 porting bug from mplayer.
- Originally committed as revision 25197 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:43 PM Revision acbac567 (ffmpeg): yadif filter, based on stefanos port of my yadif from mplayer.
- Compared to stefanos, 2 frame output works with ffplay.
Originally committed as revision 25196 to svn://svn.ffmpeg.o... - 02:37 PM Revision b299c4e4 (ffmpeg): Support deinterlacing of YUVJ422P in old deinterlacer.
- Patch by Maksym Veremeyenko verem at m1stereo tv.
Originally committed as revision 25195 to svn://svn.ffmpeg.org/ffm... - 01:53 PM Revision 1afab338 (ffmpeg): Prefix enum var_name symbols with VAR_, to avoid conflicts with already
- defined symbols, in particular should fix compilation in DOS.
Originally committed as revision 25194 to svn://svn.ff... - 01:42 PM Revision 921bf9f1 (ffmpeg): Fix memleak introduced in:
- r25185 | stefano | 2010-09-25 03:18:43 +0200 (Sat, 25 Sep 2010) | 1 line
Make the crop filters accept parametric e... - 10:16 AM Revision 0fb226b3 (ffmpeg): Document udp protocol.
- Based on a patch by Aviad Rozenhek aviadr1 @ reverse(moc.liamg).
Originally committed as revision 25192 to svn://svn... - 09:58 AM Revision 6ef93402 (ffmpeg): Slightly clarify expression in for the anullsrc source documentation.
- Originally committed as revision 25191 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 AM Revision b641982b (ffmpeg): rawdec: ensure that there is always a valid palette for formats that
- should have one like gray8 etc.
Originally committed as revision 25190 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:57 AM Revision f0a55438 (ffmpeg): Add asink_anullsink - null audio sink.
- Patch by "S.N. Hemanth Meenakshisundaram" /smeenaks/ucsd/edu.
Originally committed as revision 25189 to svn://svn.ff... - 01:56 AM Revision 1ee410f3 (ffmpeg): Add asrc_anullsrc - null audio source.
- Based on a patch by "S.N. Hemanth Meenakshisundaram" smeenaks!ucsd!edu.
Originally committed as revision 25188 to sv... - 01:32 AM Revision 6afd569e (ffmpeg): Make ffprobe able to set AVFormatContext options.
- Originally committed as revision 25187 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:31 AM Revision 20e021c7 (ffmpeg): Add more missing checks in opt_default(), prevent a crash if
- avcodec_opts[0] or avformat_opts is not set.
Originally committed as revision 25186 to svn://svn.ffmpeg.org/ffmpeg/t... - 01:18 AM Revision 75b67a8a (ffmpeg): Make the crop filters accept parametric expressions.
- Originally committed as revision 25185 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/24/2010
- 11:14 PM Revision 2bc05d35 (ffmpeg): Change the syntax of the crop filter from x:y:w:h to w:h:x:y.
- Slightly more intuitive and required by a pending changes for making
the filter parametric.
Originally committed as ... - 08:42 PM Revision d66a546f (ffmpeg): vorbisenc: remove VLAs
- Originally committed as revision 25183 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:41 PM Revision a6881c6a (ffmpeg): Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.
- Originally committed as revision 25182 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:01 PM Revision 12011922 (ffmpeg): Add missing NULL checks, fix crash.
- Originally committed as revision 25181 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 PM Revision 6df40295 (ffmpeg): Add an AVOption max_delay for AVFormatContext->max_delay
- This can currently also be set via -muxdelay in ffmpeg for muxers,
but not for demuxers (nor for demuxers in ffplay) ... - 04:32 PM Revision d860aaf8 (ffmpeg): Add missing existence checks in opt_default().
- Originally committed as revision 25179 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:18 PM Revision d7cd001f (ffmpeg): indent
- Originally committed as revision 25178 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:18 PM Revision 8a190533 (ffmpeg): Cosmetic (rename detect_repeats to is_atty which matches the truth)
- Originally committed as revision 25177 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:40 PM Revision 3f07e8db (ffmpeg): Doxy consistency cosmetics
- Originally committed as revision 25176 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:39 PM Revision 6b6bca64 (ffmpeg): Enable AV_LOG_SKIP_REPEATED to maintain previous behavior.
- Originally committed as revision 25175 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:37 PM Revision 1c1c80f0 (ffmpeg): 2nd try to fix av_log() repeated detection
- Originally committed as revision 25174 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:31 PM Revision 7e117771 (ffmpeg): Remove unused variable.
- Originally committed as revision 25173 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:07 PM Revision ae112918 (ffmpeg): Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r2...
- inlines scan8[] and removes loop setup. 15% faster, 0.4% overall.
See "[PATCH] unroll loop in h264_idct_add8_sse2()"... - 02:05 PM Revision 4bca6774 (ffmpeg): Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[...
- code directly also and remove loop setup. 20% faster in function, 0.8% overall.
See "[PATCH] unroll loop in h264_idc... - 02:01 PM Revision d801f1c8 (ffmpeg): Update docs regarding writing optimizations:
- - mention clobber-marking of xmm registers,
- some notes on external vs. inline asm, including tips on which to use f... - 09:15 AM Revision 32eba9f2 (ffmpeg): Remove unnecessary av_strdup() and av_free().
- Originally committed as revision 25169 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 AM Revision 07cac2a0 (ffmpeg): Update doc/APIchanges after the last API changes.
- Originally committed as revision 25168 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:51 AM Revision f66eb58e (ffmpeg): Make ffplay -h show the settable AVOptions.
- Originally committed as revision 25167 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:51 AM Revision e44c0156 (ffmpeg): Deprecate av_opt_show() in favor of a new function av_opt_show2(),
- which allows to specify only a subset of all the options to show.
Originally committed as revision 25166 to svn://sv... - 12:32 AM Revision 47941088 (ffmpeg): Add frei0r filter.
- See thread:
Subject: [FFmpeg-devel] [POC] frei0r wrapper
Date: Tue, 24 Aug 2010 21:37:32 +0200
Originally committed ...
09/23/2010
- 09:33 PM Revision 21e681ba (ffmpeg): Add a G.722 encoder
- Originally committed as revision 25164 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:23 PM Revision 2efcde73 (ffmpeg): rawdec: only allocate a full-frame size buffer if it actually will
- be used, place palette buffer in the context to simplify this.
Originally committed as revision 25163 to svn://svn.f... - 11:12 AM Revision 177477f5 (ffmpeg): Correct terminology bug in poll_frame()
- it returns the number of samples not frames (for video sample=frame)
Originally committed as revision 25162 to svn:/... - 09:55 AM Revision c4795e80 (ffmpeg): fate: print commands being executed with V=1
- Originally committed as revision 25161 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:53 AM Revision b7d56a17 (ffmpeg): Fix indentation after r25158.
- Originally committed as revision 25160 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:16 AM Revision 70f77361 (ffmpeg): Allow to set the frame rate in v4l2 devices
- Patch by José Miguel Gonçalves (jose DOT goncalves AT inov DOT pt)
Originally committed as revision 25159 to svn://s... - 03:40 AM Revision 6ac6e3d1 (ffmpeg): Fix aspect ratio for files that have it stored in
- ff_asf_extended_content_header.
Fixes issue 690.
Patch by Richard Buteau, rbuteau rgbnetworks com
Originally commit...
09/22/2010
- 04:18 PM Revision a9eade7e (ml): ML: added support for log verbosity: new fucntion mlSetVerbosity to set v...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2188 c54fac2e-1815-407e-9b96...
- 04:18 PM Revision a41a46e8 (napa-baselibs): ML: added support for log verbosity: new fucntion mlSetVerbosi...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2188 c54fac2e-1815-407e-9b96-08...
- 12:17 PM Revision 71dc2616 (napa-baselibs): ALTOclient: Cleanups.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2187 c54fac2e-1815-407e-9b96-08...
- 11:36 AM Revision 04bc92d6 (napa-baselibs): ALTOclient: Removed all asserts.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2186 c54fac2e-1815-407e-9b96-08...
- 02:18 AM Revision 9c193cc4 (ffmpeg): Fix typo (instruciton -> instruction).
- Originally committed as revision 25157 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/21/2010
- 10:44 PM Revision 392c9900 (ffmpeg): The debug text output of macroblocks can indicate MB_TYPE_INTERLACED,
- but it used to do it only for h264 codec.
Allow it for other codecs, as mpeg2 and mpeg4 also set this flag.
Original... - 10:21 PM Revision 26d5112c (ffmpeg): cosmetics: Place concat protocol entry in alphabetical order.
- Originally committed as revision 25155 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:17 PM Revision b4162676 (ffmpeg): tcp: Check both wfds and efds when waiting for the result from connect
- On windows, a connection failure doesn't trigger wfds as it does on unix.
This fixes issue 2237, based on code by ye... - 05:57 PM Revision c0bc8b9a (ffmpeg): x86: disable SSE functions using stack when stack is not aligned
- This fixes crashes with ICC 10.1.
Originally committed as revision 25153 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:57 PM Revision bdefad73 (ffmpeg): Disable ALIGNED_STACK with icc 10 or prior on x86_32
- Originally committed as revision 25152 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:57 PM Revision 59782b82 (ffmpeg): Add HAVE_ALIGNED_STACK config setting
- This is set to 1 if the stack is guaranteed to be suitably aligned
for the strictest access mode of the machine.
Ori... - 03:49 PM Revision b324d3d1 (ml): Workaround to make MAC clients able to speak with Linux sources due to wr...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2181 c54fac2e-1815-407e-9b96...
- 03:49 PM Revision 681d74de (napa-baselibs): Workaround to make MAC clients able to speak with Linux source...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2181 c54fac2e-1815-407e-9b96-08...
09/20/2010
- 09:50 PM Revision 75c490f4 (ffmpeg): ARM: disable movw/movt for relocated values on Apple platforms
- Apparently Apple platforms do not handle movw/movt relocations
properly, leading to runtime crashes in code using the... - 09:48 PM Revision 1790d3b3 (ffmpeg): Move log_callback_help to cmdutils.[hc], for allowing sharing.
- Originally committed as revision 25149 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:07 PM Revision 2d0a8d58 (napa-baselibs): ALTOclient: Now properly supports libcurl-based HTTP POST again.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2177 c54fac2e-1815-407e-9b96-08...
- 11:34 AM Revision 4792d1e7 (ffmpeg): Support deinterlacing of YUVJ420P.
- Originally committed as revision 25148 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 AM Revision 2ed7d13b (napa-baselibs): Small changes to make the MAC_OS compilation work (use: MAC_OS...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2176 c54fac2e-1815-407e-9b96-08...
- 06:38 AM Revision 63206a8f (ffmpeg): Check for the IPPROTO_IPV6 define before using it
- This fixes building on FreeBSD in some configurations, if the IPv6 multicast
structs are available, but IPPROTO_IPV6 ...
09/19/2010
- 04:40 PM Revision fa874d32 (ml): fixed a problem on MAC_OS with create socket due to struct sockaddr_in be...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2175 c54fac2e-1815-407e-9b96...
- 04:40 PM Revision 7033967d (napa-baselibs): fixed a problem on MAC_OS with create socket due to struct soc...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2175 c54fac2e-1815-407e-9b96-08...
- 12:38 PM Revision cc137d82 (napa-baselibs): changed back from debug() to dprintf() in few places
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2173 c54fac2e-1815-407e-9b96-08...
- 12:12 PM Revision e17581e4 (napa-baselibs): corrected debug() call
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2171 c54fac2e-1815-407e-9b96-08...
- 11:59 AM Revision 9e878b89 (ml): corrected debug() call
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2170 c54fac2e-1815-407e-9b96...
- 11:59 AM Revision fa5e477b (napa-baselibs): corrected debug() call
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2170 c54fac2e-1815-407e-9b96-08...
- 11:42 AM Revision eddebd3e (napa-baselibs): removed some fprintf left for debugging - changed back to debug()
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2168 c54fac2e-1815-407e-9b96-08...
- 11:35 AM Revision 81c60962 (ml): removed some fprintf left for debugging
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2167 c54fac2e-1815-407e-9b96...
- 11:35 AM Revision 2353e086 (napa-baselibs): removed some fprintf left for debugging
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2167 c54fac2e-1815-407e-9b96-08...
- 11:32 AM Revision 5caead87 (napa-baselibs): removed some fprintf left for debugging
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2166 c54fac2e-1815-407e-9b96-08...
- 11:32 AM Revision 6d7243a7 (ml): removed some fprintf left for debugging
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2166 c54fac2e-1815-407e-9b96...
- 10:26 AM Revision aaf649eb (napa-baselibs): removed a spurious fprintf
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2165 c54fac2e-1815-407e-9b96-08...
09/18/2010
- 08:44 PM Revision f41237c9 (ffmpeg): x86: remove hack disabling sse2 h264 loop filter with 32-bit icc
- Originally committed as revision 25146 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 PM Revision 217d3d8f (ffmpeg): Request 16-byte aligned stack with icc on x86_32
- Originally committed as revision 25145 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:19 PM Revision ff19d16b (ffmpeg): 10l: error in last commit. use decoder channels not encoder channels.
- Originally committed as revision 25144 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:16 PM Revision 37f5a713 (ffmpeg): Change remaining ost->st->codec and ist->st->codec to enc and dec in
- do_audio_out().
Originally committed as revision 25143 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/17/2010
- 08:14 PM Revision 61410787 (ffmpeg): Remove legacy x264 presets
- Since we now have the official x264 presets in ffmpeg, there's no reason to
keep around the old ones.
Patch by Lou L... - 07:33 PM Revision 6e2ecc2d (ffmpeg): Remove pointless semicolon
- Originally committed as revision 25141 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision ada65af9 (ffmpeg): Don't access upper 32 bits of a 32-bit int on 64-bit systems.
- Originally committed as revision 25140 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 AM Revision 8328ad13 (ffmpeg): configure: print minimum lame version number required after revision ...
- Patch by James Darnley <james dot darnley at gmail dot com>.
Originally committed as revision 25139 to svn://svn.ffm... - 03:01 AM Revision 6c3d0218 (ffmpeg): Properly add HAVE_YASM around yasmified symbols. Should fix compile e...
- on configurations using --disable-yasm.
Originally committed as revision 25138 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:56 AM Revision e2e34104 (ffmpeg): Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
- which will hopefully solve the Win64/FATE failures caused by these functions.
Originally committed as revision 25137... - 01:44 AM Revision d0acc2d2 (ffmpeg): Move sse16_sse2() from inline asm to yasm. It is one of the functions...
- Win64/FATE issues.
Originally committed as revision 25136 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/16/2010
- 03:25 PM Revision 6de163e9 (ffmpeg): configure: detect Open64 compiler
- Originally committed as revision 25135 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:36 PM Revision 04f4dc42 (napa-baselibs): Update topology-ALTO for strict compilation, disable name mang...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2158 c54fac2e-1815-407e-9b96-08...
- 01:30 PM Revision b9f5e3bd (ffmpeg): swscale-test: cosmetic alignment
- Originally committed as revision 32265 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:57 AM Revision c1d7ce35 (napa-baselibs): Changes for windows support
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2155 c54fac2e-1815-407e-9b96-08...
- 11:57 AM Revision 7b67b6a1 (ml): Changes for windows support
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2155 c54fac2e-1815-407e-9b96...
- 10:54 AM Revision ba73fb2a (napa-baselibs): Added better support to the MAC_OS flag of build_all.sh
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2154 c54fac2e-1815-407e-9b96-08...
- 10:54 AM Revision 96323f8a (ml): Added better support to the MAC_OS flag of build_all.sh
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2154 c54fac2e-1815-407e-9b96...
- 09:13 AM Revision bf2d9279 (ml): Corrected two (stupid) bugs introduced in previous revision
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2150 c54fac2e-1815-407e-9b96...
- 09:13 AM Revision 53213af7 (napa-baselibs): Corrected two (stupid) bugs introduced in previous revision
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2150 c54fac2e-1815-407e-9b96-08...
- 08:47 AM Revision dcb90374 (ffmpeg): Cosmetics: fix weird align.
- Originally committed as revision 25134 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:47 AM Revision e6c4a417 (ffmpeg): Use <> for system headers inclusion.
- Originally committed as revision 25133 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:47 AM Revision 0a7d6e01 (ffmpeg): Fix copyright notice, make it more consistent with the rest of FFmpeg.
- Originally committed as revision 25132 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 AM Revision 58d94364 (ffmpeg): Fix grammar in the ocv_smooth filter documentation.
- Originally committed as revision 25131 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 AM Revision f5c09a88 (ml): Merged build_all.sh and build_all_osx.sh: added MAC_OS flag (for now it d...
- Included <cmath> in measure_dispatcher.cpp to solve isnan() issue
Added a ifdef MAC_OS to comment out unsupported TTL... - 08:36 AM Revision df44d3c0 (napa-baselibs): Merged build_all.sh and build_all_osx.sh: added MAC_OS flag (f...
- Included <cmath> in measure_dispatcher.cpp to solve isnan() issue
Added a ifdef MAC_OS to comment out unsupported TTL... - 08:34 AM Revision b1094275 (ffmpeg): Prefer "X" over ``X'', looks more readable and more consistent with
- the rest of FFmpeg docs.
Originally committed as revision 25130 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:30 AM Revision eb6fb058 (ffmpeg): Remove useless comment.
- Originally committed as revision 25129 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:09 AM Revision 5a901737 (ffmpeg): swscale: remove useless temporary variable
- Originally committed as revision 32258 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:07 AM Revision cf1cd520 (ffmpeg): swscale: factorize plane copying code out of 2 functions
- Originally committed as revision 32257 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:41 AM Revision f1084cb0 (ffmpeg): swscale-test: always use bilinear scaler to get output for SSD
- Originally committed as revision 32256 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
09/15/2010
- 10:10 PM Revision efec9ac8 (ffmpeg): Allow float values for libmp3lame quality.
- Patch by James Darnley, james D darnley A gmail
Originally committed as revision 25128 to svn://svn.ffmpeg.org/ffmpe... - 09:36 PM Revision 6c834328 (ffmpeg): Allow audiogen to take commandline parameters for sample rate and num...
- channels.
Originally committed as revision 25127 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:39 PM Revision 160918d5 (ffmpeg): rtsp: Handle standard assigned codec names for private payload types,...
- Originally committed as revision 25126 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:35 PM Revision 0048a2a8 (ffmpeg): Handle G.722 in RTP, and all the exceptions mandated in RFC 3551
- Originally committed as revision 25125 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:46 AM Revision 82eac2f3 (ffmpeg): Check avctx width/height more thoroughly (e.g. all values 0 except wi...
- have been accepted before).
Also do not fail if they are invalid but instead override them to 0.
This allows decoding...
09/14/2010
- 10:20 PM Revision 4faf628f (ffmpeg): Clarify what av_read_frame() returns.
- Originally committed as revision 25123 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:55 PM Revision 180ec37d (ffmpeg): Update pathscale compiler detection
- Originally committed as revision 25122 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:11 PM Revision 4a6cc8fa (ffmpeg): ARM: fix NEON h264_idct_add8
- Originally committed as revision 25121 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:26 PM Revision 036ccfdd (streamers): OfferStreamer/topology-ALTO.c : fix valgrind complaint
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2142 c54fac2e-1815...
- 03:26 PM Revision 9ffd84bb (streamers): OfferStreamer/topology.c : fixing memleak
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2140 c54fac2e-1815...
- 02:45 PM Revision bc6f0af2 (ffmpeg): Add av_popcount() to libavutil/common.h and bump minor version
- Originally committed as revision 25120 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:36 PM Revision 1d16a1cf (ffmpeg): Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from
- h264dsp_mmx.c to h264_idct.asm (as yasm code). Because the loops are now
coded in asm instead of C, this is (dependin... - 01:21 PM Revision 6ebf0bfc (ffmpeg): Implement libopencv smooth filter.
- Originally committed as revision 25118 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:12 PM Revision c12f7b2d (ffmpeg): rgb2rgb: don't misuse HAVE_* defines
- Introduce and use COMPILE_TEMPLATE_* instead.
Originally committed as revision 32241 to svn://svn.mplayerhq.hu/mplay... - 12:27 PM Revision e8699fac (chunker-player): UL player
- -- aspect ratio from channels.conf now taken into account
git-svn-id: https://repository.napa-wine.eu/svn/napawine-... - 12:25 PM Revision 0452f734 (chunker-player): UL chunker streamer
- -- fixed bug that updated "time bank" counters at the end of a chunk instead of at the end of a frame encoding
-- fix... - 09:28 AM Revision 83131fce (streamers): renaming PlayoutDelay to ReorderDelay
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2133 c54fac2e-1815...
- 07:02 AM Revision 1cd06c26 (streamers): simplifying chunk_log code
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2132 c54fac2e-1815...
- 12:17 AM Revision c157fe63 (ffmpeg): Limit av_log repeat detection to terminals so as to avoid filling fil...
- lots of mess.
Originally committed as revision 25117 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/13/2010
- 10:09 PM Revision 6639af56 (ffmpeg): Reindent after r25115.
- Originally committed as revision 25116 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:08 PM Revision 43836928 (ffmpeg): Add R10k decoder.
- Original patch by Zhou Zongyi, zhouzy A os pku edu cn, resubmitted by
James Darnley, james.darnley gmail, changes by ... - 10:03 PM Revision 527c91e3 (ffmpeg): Test lowres before codec init.
- Originally committed as revision 25114 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:33 PM Revision 40b433b6 (ffmpeg): swscale: indentation and emtpy line cosmetics
- Originally committed as revision 32222 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:25 PM Revision 6527e561 (ffmpeg): swscale: avoid reading prior to the source buffer in planar2x() MMX2
- Originally committed as revision 32221 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:25 PM Revision b3555bf0 (ffmpeg): fix x11grab example in e.g. the manpage so that they actually work
- Originally committed as revision 25113 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 PM Revision 553821b1 (streamers): OfferStreamer/topology.c : re-enabling tman
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2129 c54fac2e-1815...
- 12:55 PM Revision 942b033b (streamers): OfferStreamer/topology-ALTO.c : blacklist peers in ncast after bma...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2127 c54fac2e-1815...
- 12:55 PM Revision 685c4dd0 (streamers): OfferStreamer/topology.c : blacklist peers in ncast/tman after bma...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2126 c54fac2e-1815...
09/12/2010
- 10:00 PM Revision 4660143a (ffmpeg): Apply minor simplification in av_read_image_line().
- Originally committed as revision 25112 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:39 PM Revision 78b19cf0 (ffmpeg): pixdesc: indent
- Originally committed as revision 25111 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:39 PM Revision 9525243f (ffmpeg): pixdesc: use 8-bit accesses when possible in av_read/write_image_line()
- This fixes out of bounds accesses for big endian formats and should be
a little faster.
Originally committed as revi... - 09:31 PM Revision 4b9ac6de (ffmpeg): Cosmetics: use x ? y : z construct and merge intialization and
- definition for the val variable in av_read_image_line(). Simplify.
Originally committed as revision 25109 to svn://s... - 07:44 PM Revision 01058893 (ffmpeg): Cosmetics: simplify layout of fmt_conversion_table, make it shorter
- and more readable.
Originally committed as revision 25108 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:38 PM Revision 15b52024 (napa-baselibs): Wireshark dissector: readme updated
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2119 c54fac2e-1815-407e-9b96-08...
- 06:17 PM Revision 9b4bf9c2 (ffmpeg): swscale-test: allow specifying src/dst pixel formats
- Originally committed as revision 32215 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:16 PM Revision 9075bc7c (ffmpeg): indent
- Originally committed as revision 32214 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:16 PM Revision 4bf44785 (ffmpeg): swscale-test: take input from reference file
- If the CRC from the src->dst conversion matches a reference, it is not
necessary to perform a dst->yuva420p conversio... - 06:15 PM Revision 6bbae4c8 (ffmpeg): swscale-test: always use SWS_BILINEAR to convert from ref to src
- Originally committed as revision 32212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:14 PM Revision 3e1e7800 (ffmpeg): swscale-test: move conversion from ref to source back to doTest()
- The source format parameters are kept in static variables and conversion from
ref to source is only made when any par... - 01:03 PM Revision a51125b5 (ffmpeg): rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()
- Originally committed as revision 32190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
09/11/2010
- 07:52 PM Revision c7d89948 (ffmpeg): Set a constant frame size for encoding G.726 audio.
- Originally committed as revision 25107 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:44 PM Revision 680861ca (ffmpeg): Cosmetics: apply minor style fixes.
- Originally committed as revision 25106 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:29 PM Revision 0c41d554 (ffmpeg): Read all id3v2 tags at the beginning of mp3 files.
- Patch by David Byron, dbyron dbyron com
Originally committed as revision 25105 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:31 PM Revision 0132ab80 (ffmpeg): indent
- Originally committed as revision 32157 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:30 PM Revision 4d861749 (ffmpeg): swscale: remove unused code
- yvu9ToYv12Wrapper() used to support yv12 with the chroma planes either in the
uv order or the vu order. FFmpeg no lon... - 02:29 PM Revision 4821b445 (ffmpeg): rgb2rgb: remove unused yvu9toyv12 function
- Originally committed as revision 32155 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:23 AM Revision fe5f761a (ffmpeg): Add a FATE test for the G.722 decoder
- Originally committed as revision 25104 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 AM Revision c058dc22 (ffmpeg): tta: remove stray semicolon
- Originally committed as revision 25103 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/10/2010
- 11:41 PM Revision 8d39fbd6 (ffmpeg): Allow mpeg encoding with qscale and very low frame rate.
- Patch by James Darnley, james D darnley A gmail
Originally committed as revision 25102 to svn://svn.ffmpeg.org/ffmpe... - 11:29 PM Revision 16f82508 (ffmpeg): FLV Metadata
- Patch by Tomás Touceda, chiiph gentoo org
Originally committed as revision 25101 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:51 PM Revision c7bb7eff (ffmpeg): Move AMR-NB frame unpacking code to a common file so it can be reused in
- the AMR-WB decoder.
Patch by Marcelo Galvăo Póvoa.
Originally committed as revision 25100 to svn://svn.ffmpeg.org/f... - 07:25 PM Revision 6f993247 (ffmpeg): Update H263_AIC asm offset for the apple variant
- Originally committed as revision 25099 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:01 PM Revision bb2d8e9f (ffmpeg): aacdec: Rework channel mapping compatibility hacks.
- For a PCE based configuration map the channels solely based on tags.
For an indexed configuration map the channels so... - 05:44 PM Revision 11198b18 (ffmpeg): Cosmetics: remove useless parentheses.
- Originally committed as revision 25097 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:33 PM Revision 936cfbc5 (ffmpeg): Fix 24 bpp CSCD decoding, as for Windows bitmaps in this (and only this)
- case the stride must be aligned to a multiple of 4.
The original CSCD encoder just compresses bitmaps it gets via Win... - 01:16 PM Revision 324d22b2 (ffmpeg): nutenc: fix unstable floating-point calculations
- Originally committed as revision 25095 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:19 AM Revision 535cb043 (ffmpeg): Allow the lowres option to affect audio codecs, too
- Originally committed as revision 25094 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:31 AM Revision 240fd8ef (ffmpeg): Remove h264 asm items off the GPL-only list. They are LGPL now.
- Originally committed as revision 25093 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:25 AM Revision 8acb554a (ffmpeg): LGPL SSE2 H.264 iDCT
- This leaves no more GPL-only H.264 decoding asm code.
Approved by Loren.
Originally committed as revision 25092 to ...
09/09/2010
- 11:15 PM Revision 20de72a4 (ffmpeg): adts demuxer: Set the time base to be the LCM of all ADTS sample rates.
- Originally committed as revision 25091 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:58 PM Revision 2dfa7c72 (ffmpeg): Update the audio sample rate when doing lowres audio decoding, before...
- Originally committed as revision 25090 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:23 PM Revision 23e05db7 (ffmpeg): Fix indentation.
- Originally committed as revision 25089 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 PM Revision 65d45cea (ffmpeg): Add missing #include <string.h> in x86/cpu.c
- Originally committed as revision 25088 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 PM Revision 9013560f (ffmpeg): Add a muxer and demuxer for raw G.722
- Originally committed as revision 25087 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:21 PM Revision 58e37eaf (ffmpeg): Add G.722 ADPCM audio decoder
- Originally committed as revision 25086 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:51 PM Revision a3f0d2b9 (ffmpeg): Cache detected CPU flags
- Originally committed as revision 25085 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:51 PM Revision 9275438a (ffmpeg): Clean up av_get_cpu_flag()
- Instead of defining functions in per-arch header files included
by the main cpu.c, define them normally and call them... - 03:27 PM Revision 242c0de2 (streamers): OfferStreamer/topology-ALTO.c : fixing the public IP retrieval fro...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2117 c54fac2e-1815...
- 11:15 AM Revision 832f8211 (streamers): measures-MONL: fixing some compile warnings
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2115 c54fac2e-1815...
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...
Also available in: Atom