Activity
From 01/23/2010 to 02/21/2010
02/21/2010
- 11:28 PM Revision 39261cd8 (ffmpeg): get/show_bits() can read up to MIN_CACHE_BITS bits
- The limit for get/show_bits_long() to use get/show_bits() directly
should be MIN_CACHE_BITS, not 17.
Originally comm... - 11:28 PM Revision 976d7bf7 (ffmpeg): Suppress armcc warnings about unknown attributes
- Originally committed as revision 21950 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 PM Revision acbb378d (ffmpeg): Fix timestamp association for mpeg2 field pictures.
- Fixes /MPlayer/incoming/codec_copy_fails_vob_to_mpeg-ts/codec_copy_fails_vob_to_mpeg-ts.vob
Originally committed as ... - 09:48 PM Revision 7cd7d19e (ffmpeg): Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend
- Originally committed as revision 21948 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 PM Revision 48960b8f (ffmpeg): Add zero_extend() function
- Originally committed as revision 21947 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:47 PM Revision 94a5218c (ffmpeg): More accurate value for log2(10)
- Originally committed as revision 21946 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:32 PM Revision 0cb17649 (ffmpeg): Remove unused variable mb_xy.
- Patch by avcoder, ffmpeg gmail
Originally committed as revision 21945 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:33 PM Revision 1be784a2 (ffmpeg): Add support to an option -f which forces the format to use for opening
- the probed multimedia resource.
Originally committed as revision 21944 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:01 PM Revision 4fe3edaa (ffmpeg): AMR-NB floating-point based decoder.
- Code produced during SoC by Robert Swain and Colin McQuillan.
Originally committed as revision 21943 to svn://svn.ff... - 04:24 PM Revision f1b267dd (ffmpeg): Avoid using log2, it is not available everywhere.
- Should fix compilation on FreeBSD.
Originally committed as revision 21942 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:29 PM Revision dd347568 (ffmpeg): Remove unused variable, fixes warnings of the type:
- libavcodec/h264.h:816: warning: unused variable `mb_xy'
Originally committed as revision 21941 to svn://svn.ffmpeg.o... - 03:11 PM Revision 769c4975 (ffmpeg): indent
- Originally committed as revision 21940 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:11 PM Revision 4c4e7465 (ffmpeg): Avoid negative shifts in build_table()
- A shift by a negative amount has undefined behaviour. Even though
the result of this shift is never used, the shift ... - 02:41 PM Revision 044a950d (ffmpeg): Fix memory leak for truncated packets in idCin demuxer
- Originally committed as revision 21938 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:28 PM Revision 342c7dfd (ffmpeg): Bink video decoder
- Originally committed as revision 21937 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:43 AM Revision 336ce917 (ffmpeg): Add FFprobe tool.
- This is a simplified / cleaned-up version of the SourceForge program:
http://sourceforge.net/projects/ffprobe/
Synta... - 11:35 AM Revision f05ef45c (ffmpeg): Use the official FFmpeg spelling: "ffmpeg" -> "FFmpeg".
- Originally committed as revision 21935 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 AM Revision 8b9da8b5 (ffmpeg): Put all the options shared amongst the ff* tools under a dedicated
- section "Generic options".
Originally committed as revision 21934 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:23 AM Revision 802da0b4 (ffmpeg): Indent.
- Originally committed as revision 21933 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 AM Revision d68b27a9 (ffmpeg): VC1: fix missing include h263.h
- Originally committed as revision 21932 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 AM Revision 6cb35b45 (ffmpeg): Simplify determing whether fragments are coded
- No measurable speed difference
Originally committed as revision 21931 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:10 AM Revision a8926476 (ffmpeg): Handle Theora's continued runs in superblock coding.
- This doesn't really matter yet since 4:2:0 1080p has only 3060 superblocks,
but larger resolutions or 4:4:4 1080p cou... - 12:10 AM Revision 855c720c (ffmpeg): Decode fully coded superblocks in the same manner as partial superblo...
- No speed difference, but it will simplify the special 4129 case.
Originally committed as revision 21929 to svn://svn... - 12:10 AM Revision ecb51b25 (ffmpeg): Make the special 4129 case for long-run bit strings a #define and exp...
- Originally committed as revision 21928 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:10 AM Revision 33dbc1b7 (ffmpeg): Use memset to set the runs partially coded superblocks
- Much faster for long runs (e.g. nearly uncoded frames), slightly faster
for the general case.
Originally committed a...
02/20/2010
- 10:57 PM Revision bbdf0d22 (ffmpeg): Make sure we dont write more bytes into filename than the array is long.
- just a precaution in case the size of the source array is increased or
made dynamically allocateable.
Originally com... - 10:48 PM Revision 6a245905 (ffmpeg): Do not attempt to open references through absolute pathes.
- This would allow an attacker to test remotely if a local file exists.
Originally committed as revision 21925 to svn:... - 08:13 PM Revision e4a35244 (ffmpeg): Replace log2f(10) with a constant
- Originally committed as revision 21924 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:28 PM Revision c4f267ab (ffmpeg): Free encoder extradata in avcodec_close(). Should fix several small m...
- leaks when encoding (at least for asv, wma and aac).
Fix also issue 1577.
Originally committed as revision 21923 to... - 04:02 PM Revision 7ed63ca2 (ffmpeg): Add casts to correct return type in macros for missing libm funcs
- Originally committed as revision 21922 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:39 PM Revision da2a5fea (ffmpeg): x86_fft.o depends on MMX and FFT.
- Originally committed as revision 21921 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 PM Revision 2897dc78 (ffmpeg): Delete avconfig.h on distclean
- Originally committed as revision 21920 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 PM Revision b6fa8e35 (ffmpeg): Delete all test related files in testclean rule
- Originally committed as revision 21919 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:32 PM Revision cbdcf479 (ffmpeg): remove tables of codebook vector values which are contained in
- another table
Originally committed as revision 21918 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:22 PM Revision 8e339d4a (ffmpeg): Gcc attribute may_alias is not supported (or silently ignored) by all...
- Originally committed as revision 21917 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 AM Revision 2e519564 (ffmpeg): Do not leave uninitialized data in the packet in MPC demuxer. Should ...
- adding a demuxer test to FATE.
Originally committed as revision 21916 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/19/2010
- 11:23 PM Revision 4280f9bb (ffmpeg): Split rtsp_read_header() into two functions, so that the main part (n...
- known as rtsp_connect()) can be used in the RTSP muxer.
Patch by Martin Storsjö <$firstname $firstname st>.
Origina... - 11:21 PM Revision e23d195d (ffmpeg): Split out input-specific parts of rtsp_read_header() into its own, new,
- function (rtsp_setup_input_streams()), as preparation for the upcoming
RTSP muxer.
Patch by Martin Storsjö <$firstna... - 11:13 PM Revision 30ff7c5c (ffmpeg): Only send out NAT-punching RTP/RTCP packets when we're in demuxer mod...
- don't send them when acting as a RTSP muxer.
Patch by Martin Storsjö <$firstname $firstname st>.
Originally committ... - 11:11 PM Revision 69adcc4f (ffmpeg): Use mode=receive instead of mode=play if in RTSP muxer (instead of de...
- mode.
Patch by Martin Storsjö <$firstname $firstname st>.
Originally committed as revision 21912 to svn://svn.ffmpe... - 11:10 PM Revision 52aa4338 (ffmpeg): Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState
- argument, so we can use AVFormatContext->* here in the future.
Patch by Martin Storsjö <$firstname $firstname st>.
... - 10:23 PM Revision 4689ac41 (ffmpeg): 16l trocadero: don't forget to free frame data buffer in APE decoder
- Originally committed as revision 21910 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:13 PM Revision ce8f750c (ffmpeg): WavPack demuxer also depends on APE tag parser
- Originally committed as revision 21909 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision 8cdfa474 (ffmpeg): Make Bink demuxer skip all zero audio tracks, not only the first one
- Originally committed as revision 21908 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision 7fa78f49 (ffmpeg): msmpeg4v* encoders depend on h263dec
- Originally committed as revision 21907 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:21 PM Revision 8e25a3d6 (ffmpeg): Declare WMV1 decoder dependencies
- Originally committed as revision 21906 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:12 PM Revision df17dbf7 (ffmpeg): AEA demuxer requires raw.o for pcm_read_seek
- Originally committed as revision 21905 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:07 PM Revision 77ce6653 (ffmpeg): Declare CAF demuxer dependency on mpegaudio
- Originally committed as revision 21904 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:51 PM Revision e0ae3591 (ffmpeg): Fix compilation of binkaudio_rdft when dct is disabled
- Originally committed as revision 21903 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 PM Revision 3a201bd0 (ffmpeg): remove a Huffman table from WMA which also exists in AAC
- Originally committed as revision 21902 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:20 PM Revision cdfc38f4 (ffmpeg): Fix memory leak for truncated frames
- Originally committed as revision 21901 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:19 PM Revision df2235a1 (ffmpeg): Fix memory leak for truncated frames
- Originally committed as revision 21900 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:26 PM Revision 251f0504 (ffmpeg): Remove stale function declaration.
- Patch by Martin Storsjö <$firstname $firstname st>.
Originally committed as revision 21899 to svn://svn.ffmpeg.org/f... - 05:23 PM Revision f1c8e5aa (ffmpeg): Add missing dependency of TwinVQ
- Originally committed as revision 21898 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:17 PM Revision cc01ab90 (ffmpeg): remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct
- Originally committed as revision 21897 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:26 PM Revision c02fd3d2 (ffmpeg): Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the
- future use of the rtsp* codebase for RTSP muxing.
Patch by Martin Storsjö <$firstname $firstname st>.
Originally co... - 02:06 PM Revision aa170ed6 (ffmpeg): cosmetics: reindent after last commit
- Originally committed as revision 21895 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:05 PM Revision 965828bb (ffmpeg): Since WavPack chunk can contain more samples than FFmpeg is guarantee...
- hold, decode it in several iterations outputting as many samples as possible.
Originally committed as revision 21894... - 08:59 AM Revision 458b1d7e (grapes): Add stub for bind_msg_type()
- 08:57 AM Revision f78d11cc (grapes): Remove another "const", this time for allowing refcounting
- 08:55 AM Revision 0567c2b4 (grapes): Due to ML crappines, the "to" parameter of sent_to_peer() cannot be c...
- 08:54 AM Revision 25a27886 (grapes): Include guards
- 08:51 AM Revision becf44ff (grapes): Make the net helper part of the officia GRAPES interface, by moving i...
- 08:26 AM Revision 245d5a48 (ffmpeg): Add the dependency for mpeg4audio.o of the ALS decoder.
- Originally committed as revision 21893 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:07 AM Revision a8c09ff2 (ffmpeg): Do sequential bit reading outside of []-operators.
- Originally committed as revision 21892 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 AM Revision f4f21608 (ffmpeg): WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependen...
- in Makefile
Originally committed as revision 21891 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:20 AM Revision 95c0d02d (ffmpeg): TOMI: 16- and 32-bit intreadwrite functions
- Originally committed as revision 21890 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:10 AM Revision f4ce8531 (ffmpeg): get rid of an if() 1 cpu cycle faster.
- Originally committed as revision 21889 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:37 AM Revision e69bfde6 (ffmpeg): Get rid of a local variable, 10 cpu cycles faster.
- Originally committed as revision 21888 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/18/2010
- 11:37 PM Revision a305449d (ffmpeg): Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache.
- 4-8 cycles faster
Originally committed as revision 21887 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:07 PM Revision ddeb9cbc (grapes): SOM: fixed memory leak in TopologyManager
- 11:06 PM Revision 8d637124 (ffmpeg): Add some AAC buffer overread checks.
- Originally committed as revision 21886 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 PM Revision 678c612d (grapes): Add a destructor for Node IDs
- 09:20 PM Revision b623d0cb (ffmpeg): Reindent and fix brace placement.
- Originally committed as revision 30643 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:17 PM Revision 22b6a24c (ffmpeg): Vertically align a list of comparisons in sws_getCachedContext().
- Originally committed as revision 30642 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:12 PM Revision 5a011d8b (ffmpeg): Merge two if conditions, allow to decrese the level of indentation of
- the block.
Originally committed as revision 30641 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 08:47 PM Revision 13887093 (ffmpeg): FFmpeg is a collective effort so allowing a single name in a banner is
- not nice/fair towards the community of developers.
Also this looks like the best way for resolving the debate about ... - 07:14 PM Revision b80218aa (ffmpeg): Suppress icc warnings about unknown attributes
- Originally committed as revision 21884 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:23 PM Revision 3cc3581d (ffmpeg): fix intra prediction modes with inter-MB neighbors,
- the old sample clips are in violation of the 2006 spec
Originally committed as revision 21883 to svn://svn.ffmpeg.or... - 04:27 PM Revision bf7c1719 (ffmpeg): Make RTMP client send bytes read report
- Originally committed as revision 21882 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:24 PM Revision 19769ece (ffmpeg): H264: use alias-safe macros
- This eliminates all aliasing violation warnings in h264 code.
No measurable speed difference with gcc-4.4.3 on i7.
O... - 01:44 PM Revision f4a7434f (ffmpeg): Add alias-safe aligned AV_[RW]N macros
- Originally committed as revision 21880 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision 7a6053ef (ffmpeg): Use alias-safe types in AV_COPY/SWAP/ZERO macros
- Originally committed as revision 21879 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision 0c76e635 (ffmpeg): Use alias-safe types in AV_[RW] macros
- Originally committed as revision 21878 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision d10458c9 (ffmpeg): Add alias-safe union typedefs
- Originally committed as revision 21877 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:37 PM Revision 024bf79f (ffmpeg): Simplify deblock_left/top condition for deblocking_filter=2
- Originally committed as revision 21876 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:13 PM Revision 90a5849e (ffmpeg): Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles.
- Originally committed as revision 21875 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:19 AM Revision 077a8d61 (ffmpeg): fix issue 1747
- Originally committed as revision 21874 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/17/2010
- 11:58 PM Revision 5e46be96 (ffmpeg): Move NEG_[US]SR32 macros to mathops.h
- Originally committed as revision 21873 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:26 PM Revision dc9e57a8 (ffmpeg): Fix sizeof()-statement to use the actual pointer type.
- Originally committed as revision 21872 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 PM Revision cd092849 (ffmpeg): Fix wrong buffer allocation for MCC in ALS.
- Originally committed as revision 21871 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:37 PM Revision 43cfefaf (ffmpeg): Use stripped executable in regression tests
- Originally committed as revision 21870 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:37 PM Revision 4f837398 (ffmpeg): configure: allow setting strip tool with --strip
- Originally committed as revision 21869 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:20 PM Revision fd10543e (ffmpeg): get_bits: Fix spelling and grammar in GET_VLC() comment.
- Originally committed as revision 21868 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision 1e2245c2 (ffmpeg): 10l: remove stray '(' I don't know where it came from
- Originally committed as revision 21867 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 PM Revision 40d11227 (ffmpeg): Use LOCAL_ALIGNED macro for local arrays
- Originally committed as revision 21866 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 PM Revision e6a0c354 (ffmpeg): PPC and x86 support aligning variables on stack
- Originally committed as revision 21865 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 PM Revision d96cd429 (ffmpeg): Add LOCAL_ALIGNED() macro for declaring aligned local arrays
- Originally committed as revision 21864 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 PM Revision 2480c390 (ffmpeg): Simplify some declarations of aligned arrays
- If DECLARE_ALIGNED_16 works on uint64_t it will work smaller types too.
Originally committed as revision 21863 to sv... - 07:24 PM Revision dfd017bf (ffmpeg): Add functions to send RTSP commands with content attached to them. Th...
- be used eventually in the RTSP muxer (see thread "[PATCH] RTSP muxer, round
3" on mailinglist).
Patch by Martin Stor... - 11:06 AM Revision a4849c71 (streamers): Merge commit 'origin/io_consolidation'
- Conflicts:
Chunkiser/input-stream-avs.c - 02:25 AM Revision 69a28f3e (ffmpeg): Move predict_field_decoding_flag() from h264.h to .c as its only used...
- there as well.
Originally committed as revision 21861 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:14 AM Revision 69cc3183 (ffmpeg): Move check for and call of predict_field_decoding_flag() from the mb ...
- the row code. This function would only be needed on a MB basis for MBAFF+FMO
Originally committed as revision 21860 ...
02/16/2010
- 11:43 PM Revision 59f733d1 (ffmpeg): 2x faster ff_h264_init_cabac_states(), 4k cpu cycles less.
- Sadly this is just per slice so the speedup with normal files should be negligible.
Originally committed as revision... - 11:00 PM Revision fc78b0cb (ffmpeg): Remove first_rtcp_ntp_time. This is used to prevent overflow of the t...
- but doesn't actually do that. What's worse, it creates timestamp adjustments
that are different per stream within a s... - 10:50 PM Revision 9c8fa20d (ffmpeg): When using RTP-over-UDP, send dummy packets during stream setup, simi...
- what e.g. RealPlayer does. This allows proper port forwarding setup in NAT-
based environments.
Patch by Martin Stor... - 10:38 PM Revision fe74099a (ffmpeg): Rename the "enc" variable, which refers to the AVCodecContext of a
- decoder, to "avctx".
See the thread:
Subject: [FFmpeg-devel] [PATCH] enc is not a good name for a decoder context
Da... - 08:17 PM Revision f47a7cb7 (ffmpeg): Move read_line() and write_line() definition from pixdesc.h to
- pixdesc.c, which are now not anymore marked as static inline.
Fix the inclusion of the private header intreadwrite.h... - 07:26 PM Revision a636b58c (ffmpeg): Fix two problems (no idea how this ever worked):
- - the return value of url_open_dyn_*buf() is 0 on success, so using
if (!(res = url_open_dyn_*buf())) return res; ... - 06:25 PM Revision 4abd8514 (ffmpeg): Revert r21851.
- Originally committed as revision 21852 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:19 PM Revision 298d2fd3 (ffmpeg): Don't return 0 if buffer setup failed. That signals the RTSP demuxer ...
- the packet was filled in, leading to virtually random behaviour in the
decoder later on. Instead, return a negative v... - 04:32 PM Revision ed7694d8 (ffmpeg): Set lavf identification string globally in av_write_header(), rather
- than inside the muxers. Remove special handling of "encoder" tags from
AVI and MP3 muxers.
Patch by Anton Khirnov <w... - 03:10 PM Revision 36b460c1 (grapes): SOM: added duplicate detection to TopologyManager cache_add
- 03:10 PM Revision 8b5b77bf (grapes): SOM: fixed memory leak in TopologyManager
- 03:09 PM Revision 8484348e (grapes): SOM: added chunkID_set_free
- 03:08 PM Revision 73ed9608 (grapes): SOM: added peer creation timestamp
- 03:05 PM Revision 7e887323 (grapes): Merge branch 'fixes'
- 02:48 PM Revision 11431599 (ffmpeg): Limit the Rice parameter used for progressive decoding in ALS.
- Originally committed as revision 21849 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:33 PM Revision 85207e38 (ffmpeg): Add lsp.o as a dependency for wmavoice. This fixes a compilation erro...
- you disable lots of stuff (in particular other voice codecs) but leave
wmavoice enabled.
Patch by James Darnley <$fi... - 09:55 AM Revision 899605f1 (ffmpeg): Support IFF ANNO (annotation) chunk type
- Originally committed as revision 21847 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 AM Revision cbba8fec (ffmpeg): Support <8-bit ILBM uncompressed bitmaps
- Originally committed as revision 21846 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 AM Revision 37a9719a (ffmpeg): 2 cpu cycles faster context calculation for decode_cabac_intra_mb_type()
- Originally committed as revision 21845 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:09 AM Revision 5806e8cd (ffmpeg): Drop a few redundant slice_num checks.
- Originally committed as revision 21844 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/15/2010
- 11:04 PM Revision 05307427 (ffmpeg): Drop compute_mb_neighbors() and move fill_decode_neighbors() up to ta...
- role.
Should be faster as this is a strict code removial.
Originally committed as revision 21843 to svn://svn.ffmpeg... - 10:07 PM Revision c1bb66ac (ffmpeg): Split setting neighboring MBs from fill_decode_caches()
- no speed change.
Originally committed as revision 21842 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:19 PM Revision 83a6c1a6 (ffmpeg): Strings in extended content header are UTF16,
- so terminating NULLs are 2 bytes long, not 1.
Patch by Anton Khirnov, wyskas gmail
Originally committed as revision... - 09:14 PM Revision 4a3104a9 (ffmpeg): workaround for broken files created by previous versions of asfenc.
- Patch by Anton Khirnov, wyskas gmail
Originally committed as revision 21840 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:22 PM Revision cf55f59d (ffmpeg): Simplify decode_cabac_mb_intra4x4_pred_mode().
- same speed
Originally committed as revision 21839 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:20 PM Revision f4060611 (ffmpeg): Merge decode_cabac_mb_type_b() into calling code.
- This avoids a conditional branch and is about 3 cpu cyclues faster.
Originally committed as revision 21838 to svn://... - 05:37 PM Revision 6713b6b1 (ffmpeg): Remove outdated comment.
- Patch by Maxim, max_pole gmx de
Originally committed as revision 21837 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:43 PM Revision 35122bd9 (ffmpeg): add heuristic to discern the old sample clips from streams encoded
- with rm52j encoder, a marker_bit has been added in the I-Frame syntax
Originally committed as revision 21836 to svn:... - 04:37 PM Revision 026b9d3c (ffmpeg): avoid using DECLARE_ALIGNED on stack variable as suggested by Reimar
- Originally committed as revision 21835 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:29 PM Revision 89584458 (ffmpeg): AAC: Mark che_configure() as av_cold.
- It is also only called when the output configuration is not locked.
Originally committed as revision 21834 to svn://... - 04:19 PM Revision ff98c17c (ffmpeg): AAC: Mark functions that are only called when the output configuratio...
- Originally committed as revision 21833 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:26 AM Revision 005caa34 (ffmpeg): IFF bitmap n-bit color support
- Originally committed as revision 21831 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:11 AM Revision 24006f59 (ffmpeg): 10l ;; gcc 2.95 compilation fix by mike
- Originally committed as revision 21830 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:24 AM Revision cbfcde9f (ffmpeg): 10l use pack16to32(), should fix big endian h264 failures.
- Originally committed as revision 21829 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 AM Revision 64dd1b0a (ffmpeg): Merge the single line function decode_cabac_mb_transform_size()
- into the calling code.
8 cpu cycles faster
Originally committed as revision 21828 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/14/2010
- 11:10 PM Revision 8b38d107 (ffmpeg): indent
- Originally committed as revision 21827 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:06 PM Revision f4b8b825 (ffmpeg): Merge decode_cabac_mb_dqp() with surronding code.
- ~20 cpu cycles faster
Originally committed as revision 21826 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:59 PM Revision 94cb5994 (ffmpeg): Drop if(0) code.
- Originally committed as revision 21825 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 PM Revision 4130f739 (ffmpeg): Reindent
- Originally committed as revision 21824 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 PM Revision 3adcfbbe (ffmpeg): Optimize h261_probe function, since it is far slower than all others.
- About 5 times faster.
Originally committed as revision 21823 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:51 PM Revision a59b9ee3 (ffmpeg): Set sub_mb_type in direct_cache instead of just the direct flag.
- Simpler, cleaner and faster.
Originally committed as revision 21822 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:41 PM Revision 2dc380ca (ffmpeg): Store sub_mb_type in direct_cache/direct_table.
- This is equal complexity but could be more usefull.
Originally committed as revision 21821 to svn://svn.ffmpeg.org/f... - 10:17 AM Revision d3037bbe (ffmpeg): Add myself as maintainer of bgmc.[ch].
- Originally committed as revision 21820 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 AM Revision 3d2c3ef4 (ffmpeg): Remove slice_table checks from decode_cabac_mb_cbp_luma() and set lef...
- these checks arent needed.
Originally committed as revision 21819 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:04 AM Revision 056c5021 (ffmpeg): Revert r21814
- Log:
h264: Fix pointer warnings by removing redundant [0]
Fixes:
h264.h:1222:38: warning: initialization from inc... - 01:14 AM Revision 6e7c397b (ffmpeg): Cosmetics, vertical align.
- Originally committed as revision 21817 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/13/2010
- 10:53 PM Revision e9167646 (ffmpeg): Direct temporal skiped MBs dont need fill_decode_caches() at all so d...
- for them.
Originally committed as revision 21816 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:09 PM Revision 78998bf2 (ffmpeg): h264: Remove unused variables.
- Originally committed as revision 21815 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 PM Revision 677dab59 (ffmpeg): h264: Fix pointer warnings by removing redundant [0]
- Fixes:
h264.h:1222:38: warning: initialization from incompatible pointer type
h264.h:1299:38: warning: initialization... - 08:57 PM Revision cd12c377 (ffmpeg): Fix integer overflow warnings in h264.h
- Fixes:
h264.h: In function 'fill_filter_caches':
h264.h:1216:73: warning: integer overflow in expression
h264.h:1307:... - 08:13 PM Revision bb770c5b (ffmpeg): Merge (IS_SKIP(mb_type) || IS_DIRECT(mb_type)
- Originally committed as revision 21812 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 PM Revision 2e4362af (ffmpeg): Skiped MBs dont need the cbp stuff so skip initing that.
- Originally committed as revision 21811 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:59 PM Revision 65760304 (ffmpeg): Reindent a line.
- Originally committed as revision 21810 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 PM Revision e2b28acf (ffmpeg): Also skip direct/mvd_cache init for skiped blocks.
- Odd thing is i thought ive tryed this already and it failed previously.
Originally committed as revision 21809 to sv... - 07:24 PM Revision 09946fb1 (ffmpeg): Add myself as contributor.
- Originally committed as revision 21808 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:23 PM Revision 071cfdce (ffmpeg): Add myself as ALS maintainer.
- Originally committed as revision 21807 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 PM Revision cb9285a2 (ffmpeg): Move more code under if(!IS_DIRECT(mb_type)).
- Originally committed as revision 21806 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 PM Revision 161e8cf4 (ffmpeg): Move CODEC_FLAG_GRAY check to outer loop
- Originally committed as revision 21805 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 PM Revision 7c2e31d1 (ffmpeg): Move branch based on custom mode outside the loop
- Originally committed as revision 21804 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:55 PM Revision eb691ef2 (ffmpeg): Directly check whether a fragment is coded for 4MV mode instead of it...
- through the entire coded fragment list.
Originally committed as revision 21803 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:55 PM Revision 15675ce6 (ffmpeg): Eliminate fragment -> macroblock mapping array
- Originally committed as revision 21802 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:55 PM Revision ea676144 (ffmpeg): Eliminate macroblock -> fragment mapping array
- Originally committed as revision 21801 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:55 PM Revision 19cd517d (ffmpeg): Eliminate superblock <-> macroblock mapping array
- Originally committed as revision 21800 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:24 PM Revision 25608328 (ffmpeg): Support arithmetic decoding in ALS.
- Originally committed as revision 21799 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:23 PM Revision f2b37637 (ffmpeg): Skip some more code that isnt needed for direct MBs.
- Originally committed as revision 21798 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:57 PM Revision 4bf2b9e8 (ffmpeg): add netspeak gsm and truespeech wav format tags to riff.c
- Originally committed as revision 21797 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:42 PM Revision 7df8af63 (ffmpeg): Fix reading beyond buffer end on RA144Context.lpc_tables.
- Patch by Francesco Lavra (francescolavra -at- interfree -dot- it)
Originally committed as revision 21796 to svn://sv... - 04:56 PM Revision f2a4f12c (ffmpeg): Do not call lseek() with invalid whence value
- Originally committed as revision 21795 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:57 PM Revision 5ca43c25 (ffmpeg): Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.
- Originally committed as revision 21794 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:30 PM Revision da452aca (ffmpeg): Dont calculate any surrounding MVs for temporal MBs
- Originally committed as revision 21793 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 PM Revision 0d88ff4c (ffmpeg): Add my name to CREDITS.
- Originally committed as revision 21792 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:28 PM Revision 5134ad53 (ffmpeg): Simplify if()
- Originally committed as revision 21791 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:14 PM Revision 752cc0dc (ffmpeg): Init sub_mb_type cleanly.
- Originally committed as revision 21790 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 PM Revision 923bcb40 (ffmpeg): 100l Forgoten hunk.unbreak compile before someone notices.
- Originally committed as revision 21789 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:02 PM Revision af0d6581 (ffmpeg): Restructure spatial direct MV generation so that the zero predictior ...
- is closer at the top.
50-130 cpu cycles faster depending on which kind of direct MBs are meassured.
Originally commi... - 03:46 AM Revision edb4df43 (ffmpeg): Split spatial and temporal direct MV generation.
- A little faster and needed for future optimizations.
This sadly leads to some code duplication (which i hope i can f... - 03:43 AM Revision 3beb81e7 (ffmpeg): Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.
- Patch by Ramiro
Originally committed as revision 21786 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:47 AM Revision 812bfd7b (ffmpeg): Special case for spatial direct MV predictor being 0.
- a little less than 200 cpu cycles faster with the cathedral sample.
Originally committed as revision 21785 to svn://... - 02:20 AM Revision 828cfff6 (ffmpeg): Pack MVs together from the begin for spatial direct, this simplifies ...
- and is a bit faster (5-10 cpu cycles depending on what is meassured).
Originally committed as revision 21784 to svn:...
02/12/2010
- 11:28 PM Revision 02e8c5f0 (ffmpeg): Dont drop B frames without last_picture.
- Fixes issue1722
Originally committed as revision 21783 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:01 PM Revision b7098cc1 (ffmpeg): Special case VP5/6 chroma alignment on x86 as well
- Originally committed as revision 21782 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision 735acf56 (ffmpeg): Don't pre-calculate first_pixel
- 3.6% faster on Elephants_Dream_HD-q7-aq7.ogg on my penryn
Originally committed as revision 21781 to svn://svn.ffmpeg... - 10:01 PM Revision a8de3901 (ffmpeg): Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder
- Originally committed as revision 21780 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision 621f9a40 (ffmpeg): Cosmetics: reindent
- Originally committed as revision 21779 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision 256c0662 (ffmpeg): Do loop filter per-row rather than per-frame
- 3% faster on Elephants_Dream_HD-q7-aq7.ogg on my penryn
Originally committed as revision 21778 to svn://svn.ffmpeg.o... - 10:01 PM Revision fe313556 (ffmpeg): Move apply_loop_filter above render_slice, it'll be used by the latte...
- Originally committed as revision 21777 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision ea3c2d53 (ffmpeg): Export Theora colorspace info if present
- Originally committed as revision 21776 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision 337f5c6e (ffmpeg): Theora 3.4 doesn't exist; these fields were misunderstandings of the ...
- Originally committed as revision 21775 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:00 PM Revision 45c3c925 (ffmpeg): Remove unused code that's moved elsewhere
- Originally committed as revision 21774 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 PM Revision ab5a0175 (ffmpeg): Add flag so muxers not needing width/height can signal this.
- Add this flag to img2 (fixes -vcodec copy to image2 in some cases)
Originally committed as revision 21773 to svn://s... - 07:25 PM Revision 3566042a (ffmpeg): Try to support truncated h264 frames mixed with mpeg pes headers in mkv.
- Fixes issue1585
Originally committed as revision 21772 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:18 PM Revision 9f1d760a (ffmpeg): Use int8_t instead of char, the signedness of char can differ between...
- Originally committed as revision 21771 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:22 PM Revision fa65584f (ffmpeg): WMAVoice decoder.
- Originally committed as revision 21770 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 AM Revision cbd3441e (ffmpeg): Make DeluxePaint Animation demuxer actually return the find_record() ...
- Originally committed as revision 21769 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:37 AM Revision 86d58bcf (ffmpeg): Add GEOV fourcc (issue971).
- Originally committed as revision 21768 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/11/2010
- 11:59 PM Revision 0844bae1 (ffmpeg): Add "tomi" architecture
- Originally committed as revision 21767 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:57 PM Revision 8d4c00ed (ffmpeg): configure: require --arch and --target-os when cross-compiling
- Originally committed as revision 21766 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:40 PM Revision 43689902 (ffmpeg): ffplay depends on rdft
- Spotted by Ramiro.
Originally committed as revision 21765 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:40 PM Revision b5ab9b59 (ffmpeg): Fix build with --disable-mdct
- Originally committed as revision 21764 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:40 PM Revision 084cbbaa (ffmpeg): configure: add missing mdct deps
- Originally committed as revision 21763 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:40 PM Revision 26fbcc85 (ffmpeg): configure: make mdct and rdft select fft and update other deps
- Originally committed as revision 21762 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 PM Revision f2d56513 (ffmpeg): Fix timestamps.
- Originally committed as revision 21761 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:54 PM Revision 23b361ba (ffmpeg): Remove recording_time check which is no longer necessary after r21687.
- Patch by Wolfram Gloger, wmglo A dent D med D uni-muenchen D de
Originally committed as revision 21760 to svn://svn.... - 02:08 PM Revision a768816c (ffmpeg): Simplify expression as suggested by Måns Rullgård
- Originally committed as revision 21756 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:45 AM Revision 045b60bf (ffmpeg): Make SHA digest function write digest value with AV_WN32 instead of a...
- that output may be written as uint32_t since output buffer may not be aligned
(and it's silly to force alignment on i... - 07:59 AM Revision 94dde5c1 (ffmpeg): Move 'chksum' declaration to the only block where that variable is used
- Originally committed as revision 21753 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:54 AM Revision f7d64918 (ffmpeg): Move band checksum verifying into preprocessor condition, so compiler...
- complain about missing function prototype.
Originally committed as revision 21752 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/10/2010
- 11:36 PM Revision 9cb5c760 (ffmpeg): Extend show_pix_fmts(), make it show input/output support for
- conversion and other information exposed by the pixdesc API.
Originally committed as revision 21751 to svn://svn.ffm... - 10:14 PM Revision 33bd38db (ffmpeg): Stricter check for math.h functions
- GCC is sometimes able to optimise constant calls to these functions,
incorrectly indicating that they exist. Unoptim... - 10:14 PM Revision 6b73c0ae (ffmpeg): configure: fix cosmetic typo in check_mathfunc
- Originally committed as revision 21748 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:27 PM Revision f45a27dc (ffmpeg): Reindent
- Originally committed as revision 21747 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:26 PM Revision b7e0f88f (ffmpeg): Fix demuxing of wav files with broken data header
- Originally committed as revision 21746 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:46 PM Revision 40938d93 (ffmpeg): Use av_compare_ts to compare against the -t end time instead of using
- floating point.
Should fix different results between PPC and x86 for the idroq-video-encode
FATE test.
Originally co... - 07:43 PM Revision f0cb55af (ffmpeg): Use av_compare_ts from libavutil instead of the locale compare_ts, the
- calculations in the later one are not correct with large time stamps.
Originally committed as revision 21744 to svn:... - 07:33 PM Revision 4e8052dd (ffmpeg): Fix syncronisation for streams with a high encoding delay.
- Patch by Timo Teräs (timo DOT teras AT iki DOT fi)
Originally committed as revision 21743 to svn://svn.ffmpeg.org/ff... - 06:31 PM Revision 7515ed0c (ffmpeg): Reindent after r21741.
- Originally committed as revision 21742 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:30 PM Revision 170870b7 (ffmpeg): Don't forget to set known audio parameters (samplerate, etc.) if the ...
- not supported in FFmpeg. This will cause crashes later because the samplerate
is used to initialize the timebase.
Or... - 05:20 PM Revision 556aa7a1 (ffmpeg): RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot...
- Originally committed as revision 21740 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision 1edea057 (ffmpeg): Output the first AAC frame. This is needed for SBR conformance.
- Originally committed as revision 21739 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:25 PM Revision 0332324a (ffmpeg): Dont give up after 100kb of zero bytes but returnd EAGAIN
- fixes issue1729
Originally committed as revision 21738 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:44 PM Revision 80242f9b (ffmpeg): mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up.
- Originally committed as revision 21737 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:02 AM Revision 19530266 (ffmpeg): Enable SSE2 (put|avg)_pixels_16_sse2
- SVQ1 chroma has been special-cased aligned to 16-bytes since at least r15466
Other architectures also assume 16-byte ...
02/09/2010
- 10:55 PM Revision 8e05f069 (ffmpeg): Define missing llrint() as macro instead of inline function
- This fixes building on some broken systems.
Originally committed as revision 21735 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:55 PM Revision 645d2652 (ffmpeg): Special check for math.h functions
- These are often, contrary to standards, implemented only as macros
or compiler-builtin functions without an actual sy... - 10:55 PM Revision 0104b608 (ffmpeg): Check for setrlimit()
- Originally committed as revision 21733 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:55 PM Revision 614d8911 (ffmpeg): configure: allow 'none' as target OS
- Originally committed as revision 21732 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 PM Revision fe4fbb58 (ffmpeg): Doxument url_fopen().
- Originally committed as revision 21714 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:58 PM Revision fbef7a76 (ffmpeg): Add an entry for the recently added av_compare_ts() function.
- Originally committed as revision 21713 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 41c2bd0a (ffmpeg): ARMv6 optimised pix_sum
- Originally committed as revision 21705 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 66ec243d (ffmpeg): ARMv6 optimised pix_norm1
- Originally committed as revision 21704 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 0c28474c (ffmpeg): ARMv6 optimised sse16
- Originally committed as revision 21703 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 31326143 (ffmpeg): ARMv6 optimised diff_pixels
- Originally committed as revision 21702 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision f73a626a (ffmpeg): ARMv6 optimised get_pixels
- Originally committed as revision 21701 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision d2578ff9 (ffmpeg): ARMv6 optimised pix_abs8
- Originally committed as revision 21700 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 74cc33c2 (ffmpeg): ARMv6 optimised pix_abs16_y2
- Originally committed as revision 21699 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 39a760f6 (ffmpeg): ARMv6 optimised pix_abs16_x2
- Originally committed as revision 21698 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision e6056a90 (ffmpeg): ARMv6 optimised pix_abs16
- Originally committed as revision 21697 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 38e016a7 (ffmpeg): ARMv6 optimised put_pixels functions except xy2 variants
- Originally committed as revision 21696 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:55 AM Revision 5bebe94d (ffmpeg): Indeo 5 decoder
- Originally committed as revision 21695 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:19 AM Revision daaf6e3e (ffmpeg): Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler.
- Originally committed as revision 21694 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/08/2010
- 08:25 PM Revision be4a1132 (ffmpeg): Make sure the header value used to avoid repeating headers on seeking...
- start and to avoid initializing codecs with missing headers is set for all streams.
Fixes issue 1723.
Originally com... - 06:48 PM Revision 04a2b04b (ffmpeg): Implement gai_strerror() for systems lacking such functionality. Patch
- by KO Myung-Hun <komh challion net>.
Originally committed as revision 21692 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:25 PM Revision 1be49ce5 (ffmpeg): Set partitioning to 16x16 for spatial direct MBs with mixed interlacing.
- 11cylcles slower MV generation
98cycles faster MC
Originally committed as revision 21691 to svn://svn.ffmpeg.org/ffm... - 04:23 PM Revision 3babc711 (ffmpeg): Detect spatial direct MBs partitioned smaller than 16x16 that can be ...
- as 16x16 (except ones changing interlacing relative to the colocated MB).
20 cycles slower during MV generation
175 c... - 01:05 PM Revision 8b9eb2df (ffmpeg): Detect equal 4x4 blocks in spatial direct MBs.
- 19 cycles slower MV generation
575 cycles faster MC
Originally committed as revision 21689 to svn://svn.ffmpeg.org/f... - 10:13 AM Revision ecc0027b (ffmpeg): Fix playback with invalid files that don't set the continuation flag for
- pages that continue packets started in prior pages.
Fixes issue1248
Originally committed as revision 21688 to svn://... - 09:04 AM Revision 55a7e946 (ffmpeg): Stop reading input file when -t option value is reached.
- Patch by Wolfram Gloger wmglo (chez) dent med uni (minus) muenchen de
Originally committed as revision 21687 to svn:... - 04:24 AM Revision 8a3b9068 (ffmpeg): Remove an apparently unneeded && !FRAME_MBAFF.
- This should speed the affected cases (MBAFF temporal direct MBs) up.
Originally committed as revision 21686 to svn:/... - 03:22 AM Revision 542d4a75 (ffmpeg): Branchless calculation of ref_offset.
- 7 cpu cycles faster.
Originally committed as revision 21685 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:10 AM Revision fb70c63f (ffmpeg): Remove incorrect fixme, i see no case that is missing.
- Originally committed as revision 21684 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:09 AM Revision 35c8b9c0 (ffmpeg): Replace call to pred_motion() in direct spatial mv pred by code
- and simplify cases that cannot happen away.
8 cpu cycles faster
Originally committed as revision 21683 to svn://svn.... - 12:43 AM Revision b317567c (ffmpeg): Change xvid/divx/lavc build variables to be consistent to x264_build.
- Originally committed as revision 21682 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:08 AM Revision 055a6aa7 (ffmpeg): Set x264_build so that checks are simpler.
- Originally committed as revision 21681 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/07/2010
- 11:15 PM Revision 3a06e864 (ffmpeg): Ooops, 10l forgot to commit h264.h.
- Originally committed as revision 21680 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 PM Revision 3b9e61e4 (ffmpeg): Zero a/b only in the branch where they need to be zeroed.
- Originally committed as revision 21679 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:53 PM Revision f28a2656 (ffmpeg): Merge mv&ref related code for spatial direct MV code.
- a bit more than 10 cpu cycles faster.
Originally committed as revision 21678 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:09 PM Revision 0a8dca87 (ffmpeg): Precalculate a few variables for direct mv prediction for interlaced ...
- Originally committed as revision 21677 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:10 PM Revision e6406939 (ffmpeg): Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts...
- number of calls to it down by 2.
Originally committed as revision 21676 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:40 PM Revision 464baa66 (ffmpeg): Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the res...
- Originally committed as revision 21675 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:15 PM Revision e8d964fa (ffmpeg): Factorize setting sub_mb_type out.
- Originally committed as revision 21674 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:13 PM Revision b687c1aa (ffmpeg): Bump minor for av_compare_ts()
- Originally committed as revision 21673 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:27 PM Revision e5026c36 (ffmpeg): Use av_compare_ts() for interleaving per dts.
- Originally committed as revision 21672 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:26 PM Revision 78b01823 (ffmpeg): av_compare_ts()
- Originally committed as revision 21671 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:46 PM Revision 9e5381a2 (ffmpeg): Make parse_options() explicitely handle the case where an opt_func2
- function returns a negative value, rather than erroneously trigger the
code which manages the case of unknown option.... - 03:13 PM Revision 668fd142 (ffmpeg): Remove FIXMEs for cases that are disallowed by the spec.
- Originally committed as revision 21669 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 PM Revision 1c3ce2cd (ffmpeg): Check direct_8x8_inference_flag.
- Originally committed as revision 21668 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision 33a6c0c9 (ffmpeg): Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF ...
- Originally committed as revision 21667 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:25 AM Revision 084eb95f (ffmpeg): Implement a physical concatenation protocol.
- Patch by Michele Orrù reverse(<moc.liamg@yp.rekam>).
Originally committed as revision 21666 to svn://svn.ffmpeg.org/... - 02:00 AM Revision 9873ae0d (ffmpeg): Fix CAVLC+8x8DCT+MBAFF loopfiltering.
- Fixes issue1250
Originally committed as revision 21665 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:18 AM Revision 488dba70 (ffmpeg): Fix colocated map.
- Originally committed as revision 21664 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:17 AM Revision d88ea354 (ffmpeg): Fix reference selection for colocated MBs from frames to fields.
- Originally committed as revision 21663 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:14 AM Revision 5aa1d759 (ffmpeg): Add assert(sps.direct_8x8_inference_flag) to FIXME comment.
- Originally committed as revision 21662 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:13 AM Revision 50f8e985 (ffmpeg): ref_offset must be added after checking references validity.
- Originally committed as revision 21661 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/06/2010
- 11:25 PM Revision e49407ee (ffmpeg): Add missing entries for the recent lsws API changes.
- Originally committed as revision 21660 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:52 PM Revision 5af41508 (ffmpeg): libgsm installs headers in a subdirectory, use gsm.h from that subdir...
- Approved by Diego at FOSDEM.
Originally committed as revision 21659 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:15 PM Revision 6c7165c7 (ffmpeg): cosmetics : re-indent after r21639.
- Originally committed as revision 21658 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 PM Revision 06e03fa0 (ffmpeg): Add include necessary for ff_set_qscale
- Originally committed as revision 21657 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 PM Revision f6d29165 (ffmpeg): Avoid using an intermediate variable.
- Originally committed as revision 21656 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:48 PM Revision b53ae8b6 (ffmpeg): Remove redundant use of numchannels since it is 1 for mono.
- Originally committed as revision 21655 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:38 PM Revision e243eee4 (ffmpeg): alac.c : Use av_freep instead of av_free.
- Originally committed as revision 21654 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:32 PM Revision 04d2540c (ffmpeg): Add AVI metadata conversion table.
- Patch by Anton Khirnov (gmail{wyskas}).
Originally committed as revision 21653 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:11 AM Revision 86a4f011 (ffmpeg): Revert r21615 | cehoyos | 2010-02-02 23:23:09 +0100 (Tue, 02 Feb 201...
- Guess the duration before converting video and write guessed duration
into flv header.
Patch by Justin Johnson, jus... - 02:55 AM Revision 8dcbf4c7 (ffmpeg): Long term references behave different from short term in spatial dire...
- Fixes FRExt_MMCO4_Sony_B / issue1251
Originally committed as revision 21651 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:10 AM Revision 6e2fdc3e (ffmpeg): Add parentheses in boolean expression: (A && B || C) => ((A && B) || C),
- fix the warning:
ffmpeg.c: In function ‘output_packet’:
ffmpeg.c:1317: warning: suggest parentheses around && within ... - 12:05 AM Revision 570da52b (ffmpeg): Remove unused variable ref_clock, fix the warning:
- ffplay.c: In function ‘compute_frame_delay’:
ffplay.c:1064: warning: unused variable ‘ref_clock’
Originally committe...
02/05/2010
- 11:53 PM Revision 62bb4ca1 (ffmpeg): Simplify how usesVFilter and usesHFilter are set.
- Originally committed as revision 30520 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:24 PM Revision 1dc5c358 (ffmpeg): Satisfy style nits.
- Originally committed as revision 21648 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:03 PM Revision 4e38c094 (ffmpeg): Doxument url_fdopen().
- Originally committed as revision 21647 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 PM Revision fbc0f6a9 (ffmpeg): Apply misc fixes to sws_getCoefficients() doxy.
- Originally committed as revision 30519 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:54 PM Revision 89ee5c68 (ffmpeg): Satisfy consistency need:
- int * sws_getCoefficients -> int *sws_getCoefficients.
Originally committed as revision 30518 to svn://svn.mplayerh... - 04:09 PM Revision 3f3dc76c (ffmpeg): Add function to translate SWS_CS_* to coefficient array
- Originally committed as revision 30513 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:26 PM Revision bf8ae197 (ffmpeg): make the RDFT vissualizatiom default, the scopes are ugly and eat CPU...
- piranhas.
Originally committed as revision 21646 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:16 PM Revision 4c7c7645 (ffmpeg): Make sure the rdft has enough audio available.
- 10l (looks cleaner now)
Originally committed as revision 21645 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:14 PM Revision ffdf0d48 (ffmpeg): strn muxing in avi support.
- untested as ffmpeg.c has no means to set AVStream metadata (patchwelcome)
Originally committed as revision 21644 to ... - 12:16 PM Revision 7a9af8ec (ffmpeg): Support strn tag in avidec.
- Originally committed as revision 21643 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 AM Revision 1ac08937 (ffmpeg): Correcting wrong looking stream_id validity check in avidec.
- Originally committed as revision 21642 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 AM Revision 092421cf (ffmpeg): Scale rdft vissualization up by 2 so theres no unused space on the top
- but rather the unimportant high frequencies are cut off if the window is
not a multiple of 2 high.
Originally commit... - 04:42 AM Revision 674fe163 (ffmpeg): Do not segfault when doing "ffplay -h"
- Originally committed as revision 21640 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:06 AM Revision 12eeda34 (ffmpeg): Pretty RDFT audio visualization.
- Originally committed as revision 21639 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:37 AM Revision d52ec002 (ffmpeg): Fast seeking.
- Try clicking with the mouse in the window, hold the button and drag.
Originally committed as revision 21638 to svn:/...
02/04/2010
- 04:21 PM Revision f430c7b6 (ffmpeg): Add ALAC 24 bps decoding support.
- Originally committed as revision 21637 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:30 PM Revision 3102d180 (ffmpeg): Fix large timebases.
- Fixed issue1633
Originally committed as revision 21636 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:21 PM Revision 4abf6307 (grapes): SOM: net_helper dump/undump only the actual address
- 03:21 PM Revision 51317c83 (grapes): SOM: fixed topRemoveNeighbour
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@512 a72f678d-4428-462c-85b4-08f063ced704
- 03:19 PM Revision 1d82dff0 (grapes): SOM: net_helper dump/undump only the actual address
- 03:19 PM Revision 7180e574 (grapes): SOM: initialize cb_size in peer structure
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@513 a72f678d-4428-462c-85b4-08f063ced704
- 03:18 PM Revision b4c2b7aa (grapes): SOM: fixed topRemoveNeighbour
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@512 a72f678d-4428-462c-85b4-08f063ced704
- 03:08 PM Revision 7fa7a825 (grapes): SOM: added cb_size information to peer structure
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@510 a72f678d-4428-462c-85b4-08f063ced704
- 03:07 PM Revision 539f4a1a (grapes): SOM: fixed peerset's bmap_timestamp initialization
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@506 a72f678d-4428-462c-85b4-08f063ced704
- 02:57 PM Revision 038eff5e (grapes): Merge commit 'origin/fixes'
- 02:26 PM Revision ed3e9148 (ffmpeg): Implement cool new vlc code.
- Fixes issue1637
Originally committed as revision 21635 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:54 AM Revision 2d1653b0 (ffmpeg): autoexit
- implements issue1019
Originally committed as revision 21634 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/03/2010
- 11:59 PM Revision 8c3b161e (ffmpeg): Dont try generic seek if seek request before first index entry and ba...
- Fixes issue1275
Originally committed as revision 21633 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:46 PM Revision 82e5f86b (ffmpeg): Implement shuffle_bytes_abcd() functions and use them for shuffling
- bytes when converting between RGB32 variants.
In particular fix the argb -> rgba and abgr -> bgra conversions.
See ... - 11:34 PM Revision f5968788 (ffmpeg): Clean after toggling wave.
- Fixes issue1180.
Originally committed as revision 21632 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:10 PM Revision ef9f8dd7 (ffmpeg): Use pixel format descriptors for checking if the input format is
- paletted. Simpler and more robust.
Originally committed as revision 21631 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:05 PM Revision 43e4d57f (ffmpeg): Try to open decoders in av_find_stream_info() even if no packets for the
- stream are found.
Fixes issue1385
Originally committed as revision 21630 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:33 PM Revision b25453bd (ffmpeg): Move is->frame_timer init from start to flush_pkt handling so it is also
- done on seeking. This fixes the bug where after reaching the end and waiting
a few seconds seeking back to the begin ... - 07:55 PM Revision cedac882 (ffmpeg): Make opt_frame_pix_fmt() call show_pix_fmts() if the provided option
- is "list".
Originally committed as revision 21628 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:19 PM Revision 566cd2cb (ffmpeg): The convertion between bit and byte is 8 not 60.
- Fixes wrong cursor key seek distances.
Originally committed as revision 21627 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:09 PM Revision f575f08c (ffmpeg): Correct opts calulation in ffmpeg.c.
- This correct the stop point for demuxing with -vcodec copy and -t as well as
packet interleaving. (we already diddrop... - 02:53 PM Revision 5bfe91e6 (ffmpeg): Alternative solution for the mpegvideo_split + mov problem.
- Originally committed as revision 21625 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:03 PM Revision 9c45209f (streamers): Better global headers handling
- 12:58 PM Revision 01059d06 (streamers): Refresh global headers every N frames
- 10:47 AM Revision 54b631d9 (streamers): Split the real chunk output out of output.c (prepare for ff-out!).
- 09:58 AM Revision 451b353d (ffmpeg): Indentation cleanup
- Originally committed as revision 21624 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:57 AM Revision 02c4f626 (ffmpeg): Extend IFF demuxer to parse PBM/ILBM bitmap chunks
- Originally committed as revision 21623 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:56 AM Revision b9e06ddd (ffmpeg): IFF PBM/ILBM bitmap decoder
- Originally committed as revision 21622 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:47 AM Revision 32c0abe8 (streamers): Fix an "uninitialised variable" bug
- 09:42 AM Revision a0e704c7 (streamers): Fix leack with AVPackets
- 04:40 AM Revision 299fd396 (ffmpeg): Revert
- r12684 | michael | 2008-04-04 02:43:34 +0200 (Fri, 04 Apr 2008) | 2 lines
Disable the split function. This should en... - 12:35 AM Revision 3c8d75e6 (ffmpeg): Only set duration for streams where it is likely correct.
- Fixes issue1120
Originally committed as revision 21620 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/02/2010
- 11:53 PM Revision bce8840a (ffmpeg): Set nb_frames.
- Also add DXSA tag (commited by mistake in this commit, i can revert and recommit
seperately if someone wants)
Origin... - 11:22 PM Revision f04c6e35 (ffmpeg): Compare the correct clocks for syncing video to audio/ext.
- Fixes initial delay on video from issue1134.
Originally committed as revision 21618 to svn://svn.ffmpeg.org/ffmpeg/t... - 10:57 PM Revision 36cbdc95 (ffmpeg): Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (is...
- Originally committed as revision 21617 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision 48ff3f7c (ffmpeg): Move the initial refresh scheduling for audio display away from where it
- can interfere with video.
Originally committed as revision 21616 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:23 PM Revision c5e1e982 (ffmpeg): Guess the duration before converting video and write guessed duration
- into flv header.
Patch by Justin Johnson, justin D johnson3 A gmail
Originally committed as revision 21615 to svn:/... - 09:31 PM Revision a3cc2160 (ffmpeg): Commit disapeared hunk, must have editied this out by mistake between...
- This should fix seeking in TS.
Originally committed as revision 21614 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:21 PM Revision fdcaec9a (streamers): Initialise the chunk timestamp
- 07:35 PM Revision 5d39be73 (ffmpeg): Fix warnings about redefining constants when compiling libpostproc.
- Patch by Yuriy Kaminskiy, yumkam mail ru
Originally committed as revision 21607 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:02 PM Revision 70a4764d (ffmpeg): Autodetect when byte based seeking is better (that is for all formats...
- discontinuities)
Fixes issue1090
Originally committed as revision 21606 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:51 PM Revision 1a620dd7 (ffmpeg): Use currently displayed file position instead of just url_ftell() for...
- This fixes seeking back with the cursor keys and -bytes.
Originally committed as revision 21605 to svn://svn.ffmpeg.... - 04:47 PM Revision c45ebd54 (ffmpeg): Set AVPacket.pos in MPEG-PS demuxer.
- Originally committed as revision 21604 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:07 PM Revision ff8ed04f (streamers): Fix leack with AVPackets
- 04:01 PM Revision 3890dd3a (ffmpeg): Fix seek flags
- Originally committed as revision 21603 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 PM Revision 77a39b7c (grapes): Add libsom target
- 12:41 PM Revision 3d3def6e (grapes): Factorise the makefiles
- 08:37 AM Revision cb201402 (grapes): Add the cb_get_chunk() helper
02/01/2010
- 11:30 PM Revision 0694a009 (ffmpeg): Fix build
- Originally committed as revision 21602 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:10 PM Revision 9125806e (ffmpeg): Fix warnings about implicit function declaration when compiling rtpdec.c
- Patch by Alexis Ballier, alexis D ballier A gmail
Originally committed as revision 21601 to svn://svn.ffmpeg.org/ffm... - 10:23 PM Revision ecbed31c (ffmpeg): Use parentheses around && within ||, fix the gcc warning:
- ffplay.c: In function ‘video_thread’:
ffplay.c:1391: warning: suggest parentheses around && within ||
Originally com... - 10:17 PM Revision df7d6e48 (ffmpeg): Reindent.
- Originally committed as revision 21599 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:08 PM Revision f8ccf720 (ffmpeg): Check pkt.pts against the recording time.
- This fixes at least ogg encoding with -t where the file was slightly too long.
Originally committed as revision 2159... - 08:29 PM Revision 87cee676 (grapes): Add the cb_get_chunk() helper
- 08:23 PM Revision 060267cd (grapes): Another "const related" fix, in peerset_get_peer
- 07:50 PM Revision d2a2b08c (ffmpeg): Use pixel format descriptors to check if the input format is paletted.
- Originally committed as revision 21597 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:51 PM Revision 4ebaec79 (ffmpeg): mention symbol versioning
- Originally committed as revision 21594 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:03 PM Revision 99e0b12b (ffmpeg): Make sure the faulty timestamp detection is just done when we have a ...
- from the decoder.
Originally committed as revision 21593 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:31 PM Revision f7119e42 (ffmpeg): Reset frame_last_delay to 0.
- This avoids a few ms delay for the first frame after a seek in theory.
Originally committed as revision 21592 to svn... - 12:30 PM Revision acf24b87 (ffmpeg): Move frame_last_delay into flush code as it must be reset on seeks to,
- otherwise the first frame after a seek would be delayed by that amount.
Originally committed as revision 21591 to sv... - 12:27 PM Revision 967030eb (ffmpeg): Reset frame_last_pts on flush (and thus also at start)
- fixes issue558 and probably others.
Originally committed as revision 21590 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:22 PM Revision 515bd00e (ffmpeg): Insert a flush packet into the que on init, that way common code between
- flush and init can be put into the flush handling.
Originally committed as revision 21589 to svn://svn.ffmpeg.org/ff... - 12:19 PM Revision 6c7d3ead (ffmpeg): "Flush" the picture que on seeks, this prevents the display thread from
- having frames from before and after the seek which just isnt a good idea.
Originally committed as revision 21588 to ... - 11:39 AM Revision ca76a119 (ffmpeg): Add a list of generic tags and change demuxers to follow it.
- Patch by Anton Khirnov, wyskas at gmail dot com
Originally committed as revision 21587 to svn://svn.ffmpeg.org/ffmpe... - 11:30 AM Revision b8bb398a (ffmpeg): Schedule refreshes from a thread that actually knows the PTS.
- Fixes wernfried_1.avi
Originally committed as revision 21586 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:55 AM Revision 68aefbe8 (ffmpeg): Fix race condition with reading between video_current_pts and video_c...
- Originally committed as revision 21585 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 AM Revision f5668147 (ffmpeg): Try to more completely update time variables on unpause.
- Could not notice a differenc in behavior.
Originally committed as revision 21584 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:53 AM Revision 8e14fbe8 (ffmpeg): Remove unnecessary fields in ALSSpecificConfig.
- Originally committed as revision 21583 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:26 AM Revision 41a4cd0c (ffmpeg): Simplify get_video_clock()
- Originally committed as revision 21582 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 AM Revision bb1f75db (streamers): Unstable changes
- 03:12 AM Revision 59055363 (ffmpeg): 10l, forgot HAS_ARG, -drp segfaulted.
- Originally committed as revision 21581 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:18 AM Revision 5cd39284 (ffmpeg): Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE.
- This should make sure that pictures allocated prior to avcodec_decode_video()
get AV_NOPTS_VALUE assigned.
Originall...
01/31/2010
- 06:54 PM Revision 41db429d (ffmpeg): decoder reorder pts auto detection.
- Originally committed as revision 21579 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:07 PM Revision 6371c81a (ffmpeg): Fix indention.
- Originally committed as revision 21578 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:43 PM Revision 411ff322 (ffmpeg): Increase search range if no end timestamp could be found for the dura...
- calculation.
Originally committed as revision 21577 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:13 PM Revision 351aff72 (ffmpeg): Fix grammar: write to DST THING -> write THING to DST.
- Originally committed as revision 21576 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:33 PM Revision b4b66456 (ffmpeg): Avoid usage of avcodec_get_pix_fmt_name() and
- avcodec_get_chroma_sub_sample(), directly access
av_pix_fmt_descriptors instead.
Remove some of the dependancies of ... - 04:21 PM Revision 971c55f1 (ffmpeg): Bink video codec id is there, demuxer can use it
- Originally committed as revision 21574 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:07 PM Revision abafc87c (ffmpeg): Update binkaudio to new DECLARE_ALIGNED syntax
- Originally committed as revision 21573 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:34 PM Revision 315c8d6c (ffmpeg): libavcodec version bump for Bink codec IDs (r21536)
- Originally committed as revision 21572 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:01 PM Revision 40da0b36 (ffmpeg): Latent libavformat version bump for Bink demuxer (r21569)
- Originally committed as revision 21571 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:51 PM Revision c0d3f516 (ffmpeg): Bink Audio decoder
- Originally committed as revision 21570 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:35 PM Revision 2e375df5 (ffmpeg): Bink demuxer
- Originally committed as revision 21569 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 PM Revision 688621d7 (ffmpeg): Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and
- ff_h263_encode_mba
Originally committed as revision 21568 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:06 PM Revision 6b807c15 (ffmpeg): Add v210x decoder long name
- Originally committed as revision 21567 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:16 AM Revision af0e6621 (ffmpeg): Declare support for the pixel formats:
- PIX_FMT_YUVJ420P
PIX_FMT_YUVJ422P
PIX_FMT_YUVJ440P
PIX_FMT_YUVJ444P
in the isSupported{In,Out} macros.
These pixel ... - 02:05 AM Revision 37b2b0d6 (ffmpeg): Get rid of a check in one direction that cant be true in it in that part
- of the code.
No meassureable speed change.
Originally committed as revision 21566 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:20 AM Revision e62bd367 (ffmpeg): Blackfin: use SRAM only when CONFIG_SRAM is set
- Originally committed as revision 30472 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:20 AM Revision d132d50f (ffmpeg): Blackfin: use SRAM only when CONFIG_SRAM is set
- Originally committed as revision 21565 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:20 AM Revision 6b35d421 (ffmpeg): Add CONFIG_SRAM to allow use of on-chip SRAM on some systems
- Some SoCs have a small amount of on-chip SRAM which may be used
for frequently used code or data. When enabled, this...
01/30/2010
- 11:19 PM Revision 2ef46053 (ffmpeg): Fix seeking by bytes with the mouse and do so by default if the durat...
- nonsense.
Originally committed as revision 21563 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:55 PM Revision c55806e3 (ffmpeg): Flag to ignore dts on frames that contain pts.
- This works around common issues with mpeg-ps files with broken timestamps.
Also allows playing the broken sample from... - 10:47 PM Revision 6299a229 (ffmpeg): Fix AVFormat AVOprions.
- Originally committed as revision 21561 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 PM Revision 029ddf33 (ffmpeg): Store strings directly in mov_mdhd_language_map instead of using poin...
- which has a up to 200% overhead.
Also allows to use memcpy instead of strcpy.
Originally committed as revision 21560... - 09:58 PM Revision 909f6594 (ffmpeg): Reindent.
- Originally committed as revision 30467 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:56 PM Revision 3ece3e52 (ffmpeg): Use a consistent convention for the names of the internal wrapper
- functions. Improve readability.
-This line, and those below, will be ignored--
swscale.c
Originally committed... - 09:55 PM Revision f28f1464 (ffmpeg): Flush the bitreservour.
- Fixes issue1716
Originally committed as revision 21559 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:54 PM Revision 1c90d298 (ffmpeg): Always consider the mov language code as 4 bytes fixed size and chang...
- function declaration to reflect this.
Originally committed as revision 21558 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:50 PM Revision 832ec428 (ffmpeg): Simplify conversion to 5-bit ASCII.
- Originally committed as revision 21557 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:47 PM Revision c676895f (ffmpeg): Separate audio-only tests so they are only run once
- Originally committed as revision 21556 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 PM Revision 79ee4683 (ffmpeg): Redesign packet queue full check to be more robust.
- Originally committed as revision 21555 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:45 PM Revision ce2421a5 (ffmpeg): Bump up MAX_VIDEOQ_SIZE to fix stuttering of oddly interleaved avi fi...
- Fixes issue1211
Originally committed as revision 21554 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:18 PM Revision 8757dc5e (ffmpeg): Remove duplicated empty line.
- Originally committed as revision 21553 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:07 PM Revision 26468148 (ffmpeg): Split first reference list comparission from mv comparission.
- about 0.5% faster MBAFF loop filtering
Originally committed as revision 21552 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:26 PM Revision 3d05c1fb (ffmpeg): Make the jump-table section-relative for x86_64 with PIC enabled.
- This allows to get rid of the macho64 specific hack that moves them
to rodata (with worse cache behaviour) and avoids... - 07:10 PM Revision 718c7b18 (ffmpeg): Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()
- function.
Originally committed as revision 21550 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:03 PM Revision 22bf4592 (ffmpeg): Remove duplicated word in av_strlcat() doxy.
- Originally committed as revision 21549 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:54 PM Revision 1c790092 (ffmpeg): Add missing '()' at the end of a function name.
- Originally committed as revision 21548 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:53 PM Revision 14ace37e (ffmpeg): Add mention to the av_get_pix_fmt() addition.
- Originally committed as revision 21547 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:50 PM Revision 64ad53ff (ffmpeg): Disable Altivec for processors older than G4.
- Originally committed as revision 21546 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:50 PM Revision 80a07f6e (ffmpeg): Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().
- Originally committed as revision 21545 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:07 PM Revision 7b0b81a1 (ffmpeg): PPC: allow --cpu=E500[v2]
- Patch by Ancoron Luciferis <ancoron chaoslayer de>
Originally committed as revision 21544 to svn://svn.ffmpeg.org/ff... - 06:07 PM Revision 56348891 (ffmpeg): configure: match PPC CPU types case insensitively
- Originally committed as revision 21543 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 PM Revision 9b861379 (ffmpeg): Set target_path to $(CURDIR)
- CURDIR is updated by make -C, PWD is not.
Originally committed as revision 21542 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:33 PM Revision 4e992796 (ffmpeg): Replace h->left_type[0] by the local variable for it we have.
- No meassureable speed effect.
Originally committed as revision 21541 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:10 PM Revision 012dbcce (ffmpeg): slightly faster bit trickery.
- Originally committed as revision 21540 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision 77821e11 (ffmpeg): Replace ?: by branchless code.
- about 0.5% faster loop filtering
Originally committed as revision 21539 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:31 PM Revision 7dac0c43 (ffmpeg): Fix randomness of the swscale-test output.
- See the thread:
Subject: [FFmpeg-devel] [RFC] Make swscale-test perform only one convertion
Date: Fri, 29 Jan 2010 01... - 10:37 AM Revision 2a33c673 (ffmpeg): Set duration in Smacker demuxer
- Originally committed as revision 21538 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:31 AM Revision 895ab748 (ffmpeg): Demux Bink audio in Smacker files
- Originally committed as revision 21537 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 AM Revision 4e5f42dd (ffmpeg): Add Bink codec IDs
- Originally committed as revision 21536 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:47 AM Revision adb54961 (ffmpeg): another 10l: forgot to change parent condition as well
- Originally committed as revision 21535 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:45 AM Revision b381a823 (ffmpeg): 10l trocadero: now return value of ff_rtmp_packet_read() has differen...
- Originally committed as revision 21534 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:24 AM Revision 0b6b10d9 (ffmpeg): Make RTMP send/receive packet functions report number of bytes read o...
- Originally committed as revision 21533 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:38 AM Revision 09b67cc4 (ffmpeg): cosmetics: add an empty line between variable declarations and code
- Originally committed as revision 21532 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:10 AM Revision 1cf31685 (ffmpeg): Indeo Video Interactive 4 and 5 common code and DSP functions.
- Reviewed and corrected by myself because there were no other volunteers in the
last weeks.
Originally committed as r...
01/29/2010
- 07:50 PM Revision b0f36ee1 (ffmpeg): Revert commits 21227, 21441, and 21442. None of this is necessary now...
- load the getaddrinfo family of functions through GetProcAddress. Also, there
is currently no feature that gets fixed ... - 07:11 PM Revision 800274f8 (ffmpeg): Make VP5 and VP6 decoders output a qscale table to allow for more aut...
- post-processing, and add a new FF_QSCALE_TYPE_VP56 for this.
Originally committed as revision 21529 to svn://svn.ffm... - 04:49 PM Revision 5e4e9042 (ffmpeg): Add no_repeat_mask option, so that single-pulse vectors can also be
- expressed in a AMRFixed structure and handled by ff_set_fixed_vector().
Originally committed as revision 21528 to sv... - 01:51 PM Revision 4a27f326 (ffmpeg): Add support for vorbis 6.1 and 7.1 channel configurations as per the ...
- http://xiph.org/vorbis/doc/Vorbis_I_spec.html#x1-800004.3.9
Originally committed as revision 21527 to svn://svn.ffmp... - 01:26 PM Revision 69b16605 (streamers): Correct include files
- 11:03 AM Revision e37511b1 (streamers): Allow setting the input file name
- 10:51 AM Revision ee908119 (streamers): Fix MT build
- 10:46 AM Revision 0aaea2fb (streamers): Fix timestamp and chunkID computation with multistream input
- 09:51 AM Revision afabfeb9 (streamers): Update the libav-based input to the new input API
- 09:16 AM Revision f858e682 (streamers): Do not crash if the network interface does not exist
- 06:38 AM Revision 012dc2c4 (ffmpeg): Remove MAX_STREAMS usage in ogg and mxf muxers
- Originally committed as revision 21526 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 AM Revision 402d55ee (ffmpeg): Set target_path to $(PWD) by default
- This simplifies configuring for the most common remote testing
setup.
Originally committed as revision 21525 to svn:... - 03:26 AM Revision 6c88973a (ffmpeg): Add AV_COPY32
- Originally committed as revision 21524 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:26 AM Revision 788627de (ffmpeg): Define av_alias if supported by compiler
- Originally committed as revision 21523 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:26 AM Revision dffb41b9 (ffmpeg): Check for may_alias gcc attribute support
- Originally committed as revision 21522 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/28/2010
- 11:49 PM Revision 68a4d349 (ffmpeg): vp56: check buffer size to fix a potential segfault
- patch by Laurent Aimar fenrir _at_ videolan _dot_ org
Originally committed as revision 21521 to svn://svn.ffmpeg.or... - 11:30 PM Revision 8be0a5c3 (ffmpeg): Move ECFLAGS so it doesn't get added multiple times
- Originally committed as revision 21520 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:19 PM Revision 2c2cdc0b (ffmpeg): Simplify error handling by processing header errors separate from CRC...
- buffer size vs. frame size errors.
Originally committed as revision 21519 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:56 PM Revision afdc8db4 (streamers): Fix up the timing...
- 10:56 PM Revision ce80b058 (streamers): Explicit timing information in the input
- Conflicts:
streaming.c - 10:53 PM Revision 72f8e6fe (streamers): Split the input module in common part & stream reading
- 10:52 PM Revision 2abd0645 (streamers): Add include guards
- 09:01 PM Revision 836fc777 (ffmpeg): Move variable declaration to block where it is used and simplify code.
- Avoids a (incorrect) "possibly used uninitialized" warning, no measurable
speed difference.
Originally committed as ... - 08:57 PM Revision dd0cd3d2 (ffmpeg): Export H264 profile and level in AVCodecContext.
- Patch by Rafaël Carré, rafael D carre A gmail
Originally committed as revision 21517 to svn://svn.ffmpeg.org/ffmpeg/... - 08:15 PM Revision 88517e9f (ffmpeg): Extract duplicated code into a separate function.
- 5% faster on Intel Atom with gcc 4.4.1 (performance is unchanged
if using av_always_inline).
Originally committed as... - 08:13 PM Revision 604b2f52 (ffmpeg): Append ECFLAGS to CFLAGS
- This makes it easy to supply extra flags on the make command line
for testing purposes.
Originally committed as revi... - 07:44 PM Revision 34032e26 (ffmpeg): factorize first filter call out, this makes the code somewhat
- smaller without any speed loss.
Originally committed as revision 21514 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:17 PM Revision ecc544de (ffmpeg): ffmpeg.c : Don't set AVFormatParameters::[audio|video]_codec_id
- since it is no longer required.
Originally committed as revision 21513 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:08 PM Revision 45aa9080 (ffmpeg): Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstnam...
- Originally committed as revision 21512 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:45 PM Revision 90d0379f (ffmpeg): Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.
- Originally committed as revision 21511 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:29 PM Revision 52ed8d0e (ffmpeg): Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mail...
- Originally committed as revision 21510 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:55 PM Revision 62e428da (streamers): Try to compute the period
- 01:06 PM Revision 4ae40685 (ffmpeg): Add --malloc-prefix to apply a prefix to malloc, free etc
- This makes it easy to use a replacement allocator instead of the
system default one.
Originally committed as revisio... - 01:04 PM Revision e9ca315d (ffmpeg): Initialize thread_context[0] with h264 parser context.
- This allows freeing the parser memory in the thread_context freeing loop.
Patch by Rafaël Carré gmailify(rafael, car... - 12:08 PM Revision f9a86917 (streamers): Try to identify the various A/V streams...
- 11:37 AM Revision 592e03a8 (ffmpeg): Change wraper functions to always inline, they are faster now that way.
- 1% faster MBAFF decoding overall, maybe ~0.1% faster for the cathedral sample.
Originally committed as revision 2150... - 11:18 AM Revision 5364db28 (ffmpeg): indent
- Originally committed as revision 21506 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:12 AM Revision 2cf0d46d (ffmpeg): Restructure check_mv()
- ~20 cpu cycles faster loopfilter
Originally committed as revision 21505 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:38 AM Revision fabd704b (ffmpeg): Restructure if() in check_mv()
- quite a bit faster
Originally committed as revision 21504 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:34 AM Revision ca7c784f (ffmpeg): Unroll loops in check_mv()
- ~6% faster (slow path) loopfilter (should be ~2% overall)
Originally committed as revision 21503 to svn://svn.ffmpeg... - 10:10 AM Revision e814817b (ffmpeg): Factor mv/ref compare code out.
- This is a hair slower (0.15% maybe) but i really dont want to have the
identical code duplicated 3 times because gcc ... - 09:11 AM Revision 31277aeb (ffmpeg): Use av_mallocz in url_open_protocol for URLContext.
- Patch by Daniel Kristjansson: danielk cuymedia net
Originally committed as revision 21501 to svn://svn.ffmpeg.org/ff... - 08:56 AM Revision 85b9e15d (streamers): Adjust the "prepare" target
- 08:38 AM Revision 924226c0 (streamers): Fix some warnings
- 08:31 AM Revision b7b98bcd (grapes): Build the scheduler too
- 08:31 AM Revision 4f4e8c34 (grapes): Import the GRAPES scheduler, from Csaba's repository
- 08:28 AM Revision 8b2f7547 (grapes): SOM: added bmap_timestamp to peer structure
- 08:27 AM Revision 9e6eebab (grapes): SOM: added peerset_remove_peer
- 08:26 AM Revision fb76785c (grapes): SOM: added peer initialization code in peerset_add_peer
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@465 a72f678d-4428-462c-85b4-08f063ced704
- 08:26 AM Revision c642734a (grapes): SOM: fixed peerser_get_peer
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@464 a72f678d-4428-462c-85b4-08f063ced704
- 08:26 AM Revision a4f059a8 (grapes): SOM: fixed comparison operator in peerset_check
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@463 a72f678d-4428-462c-85b4-08f063ced704
- 08:25 AM Revision c552e22d (grapes): SOM: added some "const" qualifiers
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@462 a72f678d-4428-462c-85b4-08f063ced704
- 08:24 AM Revision 13c9731e (grapes): SOM: added peerset_add_peers function
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@461 a72f678d-4428-462c-85b4-08f063ced704
- 08:21 AM Revision 339de120 (grapes): Build the PeerSet too
- 08:20 AM Revision f3480090 (grapes): SOM: some calls renamed in chunkID_set
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@457 a72f678d-4428-462c-85b4-08f063ced704
- 08:16 AM Revision a911d3e3 (grapes): SOM: realloc fixed in chunkID_set
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@456 a72f678d-4428-462c-85b4-08f063ced704
- 08:16 AM Revision 809588ce (grapes): SOM: corrected nodeID type in peer.h
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@455 a72f678d-4428-462c-85b4-08f063ced704
- 08:14 AM Revision 47f2affa (grapes): SOM: added PeerSet implementation
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@454 a72f678d-4428-462c-85b4-08f063ced704
- 08:13 AM Revision c139c4f2 (grapes): SOM: added PeerSet
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@453 a72f678d-4428-462c-85b4-08f063ced704
- 08:12 AM Revision a2971dec (grapes): SOM: adding chunkID_set_union and renaming some internal variables
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@452 a72f678d-4428-462c-85b4-08f063ced704
- 08:05 AM Revision d4a41f14 (grapes): SOM: fix comment in chunk_encoding_test
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@439 a72f678d-4428-462c-85b4-08f063ced704
- 05:11 AM Revision 018c744a (streamers): use buffermap messages as keepalive. Drop peer if no message arrive.
- 05:11 AM Revision c6575994 (streamers): register timestamp of buffermap arrival per peer
- 05:09 AM Revision e02dbaa0 (streamers): send back buffermap after receiving chunk (explicit ack)
- 05:09 AM Revision 8c2cc74a (streamers): send buffermap right after sending chunk
- 05:07 AM Revision a1a9e662 (streamers): implemented send_bmap
- 05:06 AM Revision e223dc99 (streamers): added handling of signaling messages to loop.c
- 05:04 AM Revision 993f958a (streamers): use dprintf in chunk_signaling
- 05:03 AM Revision fa81d544 (streamers): addded cuhnk_signaling functions to header
- 05:03 AM Revision a0192c66 (streamers): added sendMyBufferMap
- 05:02 AM Revision c1f8de1c (streamers): SOM: fixed signaling deconde and encode length
- 03:37 AM Revision 12f1b1fe (ffmpeg): Remove last MAX_STREAMS from avienc.c
- Originally committed as revision 21500 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 AM Revision 7d19f599 (streamers): cleaning bmap_send and parse
- 02:50 AM Revision 14ca9cd0 (ffmpeg): configure: consolidate compiler-specific optimisation settings
- In the main per-compiler section, set speed_cflags and size_cflags
with suitable values. Later one or the other is a... - 02:45 AM Revision b4f0e04c (ffmpeg): Introduce AVIStream struct and move stream based variables to it.
- This removes all but one MAX_STREAM from avienc.c.
Originally committed as revision 21498 to svn://svn.ffmpeg.org/ff... - 02:41 AM Revision 3b849245 (ffmpeg): Simplify first edge filter condition.
- Originally committed as revision 21497 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:20 AM Revision b6302d0c (ffmpeg): Cosmetics, mostly indention, 2 or so new fixme comments that i was to...
- to split out
Originally committed as revision 21496 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:15 AM Revision 0a32508d (ffmpeg): Make the fast loop filter path work with unavailable left MBs.
- This prevents the issue with having to switch between slow and
fast code paths in each row.
0.5% faster loopfilter fo... - 01:52 AM Revision 9b429d2f (streamers): cleaning up signaling header
- 01:50 AM Revision 721e2618 (streamers): rename to chunk_signaling.h
- 01:50 AM Revision f5e34866 (streamers): import signaling header from GRAPES
- 01:45 AM Revision 2b696ed0 (streamers): clean chunk_signaling.c, only sending bmaps for now
- 01:40 AM Revision fa655fab (streamers): import chunk signaling from grapes
- 01:31 AM Revision b3047673 (ffmpeg): get rid of the start variable.
- a few cycles faster
Originally committed as revision 21494 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:29 AM Revision 5bb51b2b (streamers): use available bmaps in scheduler
- 01:28 AM Revision 92f230c7 (streamers): add sent chunk to target's bmap
- we assume that the chunk will actually arrive, and avoid resending it
- 01:27 AM Revision 30c9739a (streamers): add the ID of the received chunk to the sender's bmap
- this way we at least avoid to send chunks back directly
- 01:26 AM Revision e98d8f50 (streamers): added peerset and "from" parameters to receiver_chunk
- 01:24 AM Revision 980bcc55 (ffmpeg): Unroll main loop so the edge==0 case is seperate.
- This allows many things to be simplified away.
h264 decoder is overall 1% faster with a mbaff sample and
0.1% slower ... - 01:24 AM Revision 0f35d029 (streamers): change send_chunk interface to peerset based
- 01:19 AM Revision 3df216c8 (streamers): use peerset and update it when the topo changes (update_peerset)
01/27/2010
- 11:08 PM Revision 695f7de6 (ffmpeg): Declare variable "version" in the PRINT_LIB_VERSION() macro if block,
- slightly simpler and more robust.
Originally committed as revision 21492 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:39 PM Revision 39c6b3f5 (ffmpeg): Support demuxing Blu-ray subtitles in matroska files.
- Patch sent to mailing list by Taylor Ralph, taylor D ralph A gmail
Originally committed as revision 21491 to svn://s... - 10:31 PM Revision 88248b76 (ffmpeg): Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).
- Originally committed as revision 21490 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 PM Revision 881b5b80 (ffmpeg): Fix svq3_* function declarations.
- Patch by Rafaël Carré, rafael D carre A gmail
Originally committed as revision 21489 to svn://svn.ffmpeg.org/ffmpeg/... - 10:09 PM Revision 251441c1 (streamers): removed const from scheduler functions
- 10:09 PM Revision 4367dafd (streamers): use scheduler
- 09:31 PM Revision e3d88073 (ffmpeg): SVQ1: 4-byte-align codebook tables
- These tables are accessed as uint32 so they must be suitably aligned.
Originally committed as revision 21488 to svn:... - 08:04 PM Revision 7e2ef1b9 (ffmpeg): Fix possible crashes in mlp parser, it tries to go back 7 bytes after
- finding the 4-byte signature.
Add a check that ignores the signature if we do not have enough previous
data to go bac... - 08:02 PM Revision d780511b (ffmpeg): Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, the
- message is pointless to ordinary users and is printed once per frame.
Originally committed as revision 21486 to svn:... - 07:37 PM Revision d30a8beb (ffmpeg): Fix duration calculation in the presence of a single wraping of the t...
- Fixes issue1714.
Originally committed as revision 21485 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:13 PM Revision ad5cc780 (ffmpeg): Schedule an increase in the maximum number of streams
- at next libavformat major version bump.
Originally committed as revision 21484 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:11 PM Revision 60402344 (ffmpeg): ffmpeg.c : Increase static limit on the maximum number of
- input files.
Originally committed as revision 21483 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:38 PM Revision 87fec35d (ffmpeg): Add macro AV_JOIN() for joining two tokens into one
- Originally committed as revision 21482 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:33 PM Revision 4136911a (streamers): Update to the new net helper API
- 01:30 PM Revision 9f72b23c (ffmpeg): Revert Revision: 21362
- Log:
Set CODEC_CAP_SUBFRAMES for adpcm decoders
This makes ffmpeg stop printing millions of
Multiple frames in ... - 01:27 PM Revision 3ff0daf0 (ffmpeg): Print "Multiple frames in a packet" warning independant of CODEC_CAP_...
- because CODEC_CAP_SUBFRAMES is primarely misused to hide this warning otherwise
which renders the flag completely use... - 01:18 PM Revision 8670f84c (ffmpeg): Update comment.
- Originally committed as revision 21479 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:03 PM Revision 67b678bb (ffmpeg): Revert Revision: 21473
- Log:
Fix misc typos, patch by
Fabian Greffrath base64_decode(PGZhYmlhbkBncmVmZnJhdGguY29tPg==).
This violates the s... - 12:58 PM Revision 5116571d (ffmpeg): Prettify PRINT_LIB_VERSION macro
- Originally committed as revision 21477 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:58 PM Revision 58fe804a (ffmpeg): Get rid of ifdeffery for printing library versions and configurations
- Originally committed as revision 21476 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:58 PM Revision dc4f5a1c (ffmpeg): Emit CONFIG_AVUTIL for completeness
- Originally committed as revision 21475 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 PM Revision b576198c (grapes): New net_helper interface
- 11:52 AM Revision 87459b2a (grapes): Merge commit 'origin/fixes'
- 11:14 AM Revision e470ef76 (ffmpeg): Use table to speedup access to non_zero_count in MBAFF with differing...
- ~4 cpu cycles speedup
Originally committed as revision 21474 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:31 AM Revision e8a9d018 (ffmpeg): Fix misc typos, patch by
- Fabian Greffrath base64_decode(PGZhYmlhbkBncmVmZnJhdGguY29tPg==).
Originally committed as revision 21473 to svn://sv... - 12:26 AM Revision 97d5fa38 (ffmpeg): 10l: fix linking
- Alphabetical order isn't always a good idea.
Originally committed as revision 21472 to svn://svn.ffmpeg.org/ffmpeg/t... - 12:25 AM Revision b51de6d8 (ffmpeg): Rename swscale-example to swscale-test, to better reflect the intended
- use of the program.
Originally committed as revision 30439 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 12:21 AM Revision d19a046e (ffmpeg): Document av_register_protocol(), not that it really needs to be
- documented but it's nice to have everything documented.
Originally committed as revision 21471 to svn://svn.ffmpeg.o... - 12:15 AM Revision 8652e44a (ffmpeg): Simplify left_xy init
- Originally committed as revision 21470 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/26/2010
- 11:54 PM Revision 599fe45b (ffmpeg): Split fill_caches() between loopfilter & decode, the 2 no longer wher...
- enough to justify the messy interleaving.
Originally committed as revision 21469 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:13 PM Revision 5a0f7131 (ffmpeg): Allow disabling of lavc, lavf, lavd, and lsws
- Originally committed as revision 21468 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:59 PM Revision 16e5e39a (ffmpeg): Optimize loop filtering of the left edge in MBAFF.
- 60 cpu cycles speedup
Originally committed as revision 21467 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:23 PM Revision d3cb93b3 (ffmpeg): Revert r21226, it was a joke:
- Get one step closer to world domination.
Remove "make uninstall".
Originally committed as revision 21466 to svn://sv... - 09:43 PM Revision a0384990 (grapes): Better handling of gcc options
- 09:40 PM Revision 2e82f6db (grapes): Use $(MAKE) instead of make
- 08:28 PM Revision dfe4dc15 (ffmpeg): use left_xy[1] in mbaff QP loop filter check, this improves the amoun...
- be skiped.
Originally committed as revision 21465 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:25 PM Revision aebf3123 (ffmpeg): Optimize mv/ref cache init for left MB.
- Originally committed as revision 21464 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 PM Revision 615e8354 (streamers): Use the official types from msg_type.h
- 06:05 PM Revision f2c694af (ffmpeg): Add UMULH()
- This function/macro returns the high half of the unsigned 64-bit
product of two unsigned 32-bit operands.
Originally... - 05:17 PM Revision 900479bb (ffmpeg): optimize h264_loop_filter_strength_mmx2
- 244->160 cycles on core2
Originally committed as revision 21462 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:51 PM Revision 27000636 (ffmpeg): Don't use tcp_fd if we're not using TCP-based connections (e.g. when
- reading direct SDP files to set up UDP-based RTP-streams). Fixes
issue 1713. Patch by Jeremy Morton <ffmpeg game-poin... - 03:34 PM Revision 6548c939 (ffmpeg): remove unneeded check
- Originally committed as revision 21460 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:57 PM Revision 18ea2f93 (ffmpeg): Use left_mb_xy from fill_caches instead of recalculating it.
- Originally committed as revision 21459 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision a715af8f (ffmpeg): Simplify left_xy content for the loop filter, this also makes it clos...
- what is needed and its faster too.
Originally committed as revision 21458 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:39 PM Revision d5c30c86 (ffmpeg): Simplify loop filter a little by using top/left_type.
- Originally committed as revision 21457 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:38 PM Revision 99344d43 (ffmpeg): Set top & left types for deblock in fill_caches().
- Originally committed as revision 21456 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:30 PM Revision aaa995d7 (ffmpeg): 100l typo fix, mixed up +-1 forcing the loop filter skip to never skip.
- Originally committed as revision 21455 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:28 PM Revision 66472bcd (ffmpeg): cosmetic
- Originally committed as revision 21454 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:27 PM Revision 3046c25e (ffmpeg): Fix qp_thres loop filter check for MBAFF.
- Originally committed as revision 21453 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 AM Revision 806ac67b (ffmpeg): Optimize mb neighbor initialization for MBAFF in fill_caches().
- ~10 cpu cycles speedup.
Originally committed as revision 21452 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:30 AM Revision ddee80f3 (ffmpeg): Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611.
- Originally committed as revision 21451 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:03 AM Revision 60222557 (ffmpeg): Use isAnyRGB() where possible
- Originally committed as revision 30435 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:01 AM Revision 81858371 (ffmpeg): Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/...
- Originally committed as revision 30434 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:40 AM Revision 3b1ee703 (ffmpeg): Rename isRGB() and isBGR() as their meaning is confusing.
- Originally committed as revision 30433 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
01/25/2010
- 10:46 PM Revision 7b87519b (ffmpeg): Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly
- simplify code.
Originally committed as revision 30432 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 08:21 PM Revision 026a7e5d (grapes): Move the message types in a common header
- 07:55 PM Revision 568bd1bd (streamers): Make eth0 the default interface
- 07:54 PM Revision e621cfdf (grapes): Another "const related" fix
- 03:02 PM Revision 0f2ac03e (streamers): Minimal informal README
- 02:57 PM Revision 10796872 (streamers): Better error message
- 01:26 PM Revision 021dccba (ffmpeg): Fix heap overflow due to lack of nb_components check.
- Originally committed as revision 21450 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 AM Revision cc5d4f4c (ffmpeg): Release buffer when decoding is finished.
- Originally committed as revision 21449 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 AM Revision 408a51c9 (grapes): Merge branch 'chunkbuffer'
- 08:18 AM Revision c11788a8 (grapes): Build the chunk buffer, too
- 08:12 AM Revision c677c76c (grapes): Merge branch 'fixes'
- 08:11 AM Revision aab9cd09 (grapes): Merge branch 'chunkidset'
- Conflicts:
som/Tests/Makefile - 07:48 AM Revision 94488777 (grapes): Silence some debug output
- 07:40 AM Revision ecf6e64a (streamers): Better selection of compile options and libraries in the Makefile
- 07:35 AM Revision 42ae36af (streamers): Add a "prepare" target
- 03:48 AM Revision 9120e2cd (ffmpeg): Print config of each lib if different from that of ffmpeg/ffplay/ffse...
- Originally committed as revision 21448 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:44 AM Revision 27739206 (ffmpeg): Optimize decode_cabac_field_decoding_flag().
- ~4 cpu cycles faster
Originally committed as revision 21447 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:03 AM Revision 7f8c3d1f (ffmpeg): configure: fix --cpu=nocona
- Use x86_64_suggest instead of _select as otherwise fast_cmov being
disabled (as it should be for nocona) also disable... - 01:56 AM Revision 1e4f1c56 (ffmpeg): 100l, correct wrong H.264+adaptive MBAFF decoding
- Fixes several FATE tests.
Originally committed as revision 21445 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:34 AM Revision 9104cd51 (ffmpeg): Check if dxva2api.h is recent enough to compile vc1_dxva2_hwaccel.
- Originally committed as revision 21444 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:28 AM Revision 6023d84a (ffmpeg): Load the proper getaddrinfo functions from ws2_32.dll, if they're pre...
- Patch by Martin Storsjö <martin at martin dot st>.
Originally committed as revision 21443 to svn://svn.ffmpeg.org/ff... - 01:26 AM Revision 3debf366 (ffmpeg): Check for getaddrinfo in the winsock headers.
- This makes us link directly to getaddrinfo if it is available, making
binaries incompatible with anything prior to wi... - 01:25 AM Revision d9cd11ad (ffmpeg): Only define _WIN32_WINNT=0x0501 if $target_os = "mingw32".
- If compatibility with pre-XP versions is desired, use
--target-os=mingw32-prexp
Patch by Martin Storsjö <martin at ma... - 12:30 AM Revision 0b69d625 (ffmpeg): H.264: Use 64-/128-bit write-combining macros for copies
- 2-3% faster decode on x86-32 core2.
Originally committed as revision 21440 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/24/2010
- 11:55 PM Revision 008f872f (ffmpeg): Only check frame size if the header is valid.
- Originally committed as revision 21439 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:47 PM Revision b52fcba9 (ffmpeg): Fix decoding ATI VCR2 codec, sample in
- samples/V-codecs/ATI-VCR12/ATI/VCR2test.avi
Software decoding was broken since r8865, when two new context variables
... - 10:07 PM Revision b0634fd1 (ffmpeg): Doxument url_open().
- Originally committed as revision 21437 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:37 PM Revision 895a9be6 (ffmpeg): Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec,
- because YV12 triggers an UV swap in rawdec.c, fixes issue 1687.
Originally committed as revision 21436 to svn://svn.... - 09:28 PM Revision aa2ead82 (ffmpeg): Fix mis-computation of the needsDither variable erroneously introduced
- in r30419, which was causing a swscale-example regression.
Also increase my liter count by 20.0 units.
Originally c... - 08:54 PM Revision 996b099a (ffmpeg): Branchless setting of MB_TYPE_8x8DCT.
- Not benchmarked as i failed to find a sample that uses this one. But it should be faster.
Originally committed as re... - 08:52 PM Revision 81afcf1f (ffmpeg): Remove cruft.
- Originally committed as revision 21434 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:53 PM Revision 4a18aab5 (streamers): Simpler ff-based input
- 07:19 PM Revision d9ef0d2e (ffmpeg): Mark index as unsigend so gcc knows it doesnt need a sign extension o...
- Any tips on how i can convince gcc that it doesnt need a
mov %eax, %eax
in every get_bits() ?
Originally committ... - 06:42 PM Revision 449d1442 (ffmpeg): a[b-1] -> (a-1)[b].
- Helps gcc not to add seperate -1 instructions.
Originally committed as revision 21432 to svn://svn.ffmpeg.org/ffmpeg... - 06:23 PM Revision 7abc8603 (ffmpeg): Optimize suffix_length computation, 1 cpu cycle speedup.
- Originally committed as revision 21431 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:18 PM Revision eeb1e92f (ffmpeg): Simplify suffix_length computation, same speed.
- Originally committed as revision 21430 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:18 PM Revision 725b3da9 (ffmpeg): Favor the term "URL" over "filename", as the API deals with URLs
- rather than with simple filenames.
Originally committed as revision 21429 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:17 PM Revision c78295ad (ffmpeg): Optimize level_code computation, 6cpu cycles speedup.
- Originally committed as revision 21428 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:09 PM Revision f1d2b572 (ffmpeg): Make url_read_complete handle EAGAIN more intelligently.
- Only retry 2 - 5 times in quick succession and afterwards sleep a bit
to avoid creating high CPU load without any pro... - 06:07 PM Revision 0b882b40 (ffmpeg): Fix crash in MLP decoder due to integer overflow.
- Probably only DoS, init_get_bits sets buffer to NULL, thus causing a
NULL-dereference directly after.
Originally com... - 06:05 PM Revision 8ba43617 (ffmpeg): 1 cpu cycle faster suffix_length calculation.
- Originally committed as revision 21425 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:44 PM Revision f632c454 (ffmpeg): Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.
- Originally committed as revision 30425 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:27 PM Revision f0f86627 (ffmpeg): VC-1/WMV3 DXVA2 implementation
- It allows VLD VC-1/WMV3 decoding using DXVA2 (GPU assisted decoding API under
VISTA and Windows 7).
It is implemente... - 05:23 PM Revision c159f66f (streamers): Some more debug...
- 05:22 PM Revision 0759159a (streamers): Larger input buffer
- 05:02 PM Revision 77d40dce (ffmpeg): Remove is_complex from loop_filter() its useless there in its current...
- Originally committed as revision 21423 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:47 PM Revision 4bb789ed (streamers): Some fixes to the input module
- 04:40 PM Revision 34fecc9a (ffmpeg): Added a few missing consts in dxva_h264.
- Originally committed as revision 21422 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:37 PM Revision 0dc343d4 (ffmpeg): Added a missing const to ff_h264_get_slice_type().
- Originally committed as revision 21421 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:33 PM Revision f1f78a9d (ffmpeg): Doxument url_close().
- Originally committed as revision 21420 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:25 PM Revision 7442ecb3 (streamers): Pass a file name to the input module
- 04:22 PM Revision 8880c8bc (ffmpeg): Added missing const to get_bits_count().
- Originally committed as revision 21419 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:16 PM Revision 709f774c (streamers): Beginning of a real input module...
- 01:43 PM Revision b2b7ab32 (ffmpeg): Prefer cbp over cbp_table.
- Originally committed as revision 21418 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:31 PM Revision 333146dd (ffmpeg): Doxument url_open_protocol().
- Originally committed as revision 21417 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:20 PM Revision 50eb40a7 (ffmpeg): Remove all uses of slice_type* from the loop filter, also remove its
- initialization befre the loop filter.
Originally committed as revision 21416 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:07 PM Revision 1f8ad15a (ffmpeg): Doxument url_read().
- Originally committed as revision 21415 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 PM Revision 30b61475 (ffmpeg): Use av_get_bits_per_pixel() for computing the bits per pixel of the
- source and destination format, cache those values in the newly added
SwsContext:srcFormatBpp and SwsContext:dstFormat... - 03:02 AM Revision 59398ea9 (ffmpeg): Indent.
- Originally committed as revision 30413 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:16 AM Revision 2658e7a6 (ffmpeg): Don't redefine M_PI. It is already defined from libavutil/mathematics.h.
- Originally committed as revision 30412 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:08 AM Revision a4388ebd (ffmpeg): Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
- Originally committed as revision 30411 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
01/23/2010
- 10:11 PM Revision 2c0ee018 (ffmpeg): Remove unneeded reset of non_zero_count_cache for deblock.
- Originally committed as revision 21414 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:57 PM Revision 01c51168 (ffmpeg): Remove useless things from the deblock side of fill_caches().
- Originally committed as revision 21413 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:45 PM Revision ea3b456d (ffmpeg): make mv_cache init 64bit where possible.
- Originally committed as revision 21412 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:58 PM Revision 420755dd (ffmpeg): vfwcap: Include windows.h before vfw.h since the latter requires defines
- from the former.
Patch by kemuri <kemuri9 at gmail dot com>
Originally committed as revision 21411 to svn://svn.ffmp... - 08:42 PM Revision a1b3c5a3 (ffmpeg): Replace every usage of -lvfw32 with what is particularly necessary for
- that case:
Avisynth -> -lavifil32
VFW Cap -> -lavicap32
Patch by kemuri <kemuri9 at gmail dot com>
Originally commit... - 08:38 PM Revision 27796dc3 (ffmpeg): Use $vfwcap_indev_extralibs variable instead of duplicating "-lvfw32" in
- capCreateCaptureWindow() check.
Based on patch by kemuri <kemuri9 at gmail dot com>
Originally committed as revision... - 08:18 PM Revision 626c46ec (ffmpeg): Indent.
- Originally committed as revision 21408 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:17 PM Revision 85167c46 (ffmpeg): Moved reusable functions from dxva2_h264.c to dxva2.c
- Originally committed as revision 21407 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:05 PM Revision 0c32e19d (ffmpeg): Move +52 from the loop filter to the alpha/beta offsets in the context.
- This should fix a segfault, also it might be faster on systems where the
+52 wasnt free.
Originally committed as rev... - 06:04 PM Revision 6231d098 (ffmpeg): Release buffer when the codec is closed.
- Originally committed as revision 21405 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:01 PM Revision b9e3f85d (ffmpeg): Use qstride = 0 and allocate only a single line for qscale_table since
- for this codecs all quants are the same for a single frame.
Originally committed as revision 21404 to svn://svn.ffmp... - 06:01 PM Revision e4833b5d (ffmpeg): Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer funct...
- Originally committed as revision 21403 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:00 PM Revision 8cf9bbb6 (ffmpeg): Reindent the content of one if(){} in ff_dxva2_common_end_frame.
- Originally committed as revision 21402 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:59 PM Revision 8db7ee09 (ffmpeg): Moved reusable code from dxva2_h264.c:end_frame to ff_dxva2_common_en...
- Originally committed as revision 21401 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:28 PM Revision 1cc2d211 (ffmpeg): Set edges based on cbp and mv partitioning, not just skiped MBs.
- This is faster for videos that have lots of MBs that fall in this category.
Originally committed as revision 21400 t... - 03:22 PM Revision 87ac0c0a (ffmpeg): Use AVPALETTE_COUNT instead of hard-coding 256.
- This is consistent with other codecs and will also avoid a crash on the
memcpy to data[1] if AVPALETTE_SIZE ever incr... - 03:19 PM Revision ab8075a2 (ffmpeg): Remove redundant initialization of the palette, it is part of the con...
- and that one is always 0-initialized already.
Originally committed as revision 21398 to svn://svn.ffmpeg.org/ffmpeg/... - 02:50 PM Revision 6b3661b2 (ffmpeg): Optimize filter_mb_mbaff_edge*()
- Originally committed as revision 21397 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:54 PM Revision 933bea77 (ffmpeg): Optmize 8x8dct check used to skip some borders in the loop filter.
- 4 cpu cycles faster.
Originally committed as revision 21396 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:49 PM Revision 6242b1c4 (ffmpeg): Use av_freep intead of av_free to free pointers in vp56 context.
- Originally committed as revision 21395 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:25 AM Revision 48c65d0d (ffmpeg): Zero the frame data on allocation for VB codec, e.g. the FATE sample ...
- rely on this.
Originally committed as revision 21394 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:23 AM Revision ddb901b7 (ffmpeg): Make url_read_complete retry on EAGAIN and return how much data it read
- if it reached EOF, making it useful in more cases.
Originally committed as revision 21393 to svn://svn.ffmpeg.org/ff... - 09:42 AM Revision 98287358 (ffmpeg): Print a warning when DATA chunk is encountered in the middle of chunk.
- From multirate RM patch by Ronald S. Bultje
Originally committed as revision 21392 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:39 AM Revision a7e6328c (ffmpeg): Export wma_critical_freqs as ff_wma_critical_freqs
- Originally committed as revision 21391 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:25 AM Revision 7a086a85 (ffmpeg): Fix heap overflow with -async.
- Fixes issue1666
Originally committed as revision 21390 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom