Activity
From 08/08/2009 to 09/06/2009
09/06/2009
- 06:24 PM Revision 35c433d6 (ffmpeg): Cosmetics: Fix typo.
- Originally committed as revision 19790 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:09 PM Revision 2ba83017 (ffmpeg): Mark all pix_fmts and supported_framerates compound literals as const.
- Makes no difference for gcc but at least icc can put them in .rodata then.
Originally committed as revision 19789 to... - 03:59 PM Revision af8aae3f (ffmpeg): disable new seeking code in mpeg-ts per #ifdef (use old read_seek by ...
- Originally committed as revision 19788 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:15 AM Revision b5f09d31 (ffmpeg): Make sample_fmts and channel_layouts compound literals const to reduc...
- .data section.
Originally committed as revision 19787 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:57 AM Revision 88e70e1b (ffmpeg): ff_rm_metadata is const.
- Originally committed as revision 19786 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:56 AM Revision c55e5b5f (ffmpeg): ff_sine_windows table contains only constant data, too.
- Originally committed as revision 19785 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:53 AM Revision faca5619 (ffmpeg): The ff_cos_tabs table itself is constant, too, so mark it as such.
- Originally committed as revision 19784 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:50 AM Revision f470fff3 (ffmpeg): The pointers in ff_sin_tabs themselves are constant, so mark them acc...
- Originally committed as revision 19783 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:48 AM Revision 7eb1c364 (ffmpeg): ff_swb_offset_* tables should be const.
- Originally committed as revision 19782 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:39 AM Revision ed034f6c (ffmpeg): ff_id3v1_genre_str table should be const.
- Originally committed as revision 19781 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 AM Revision 4d2a4dfd (ffmpeg): 100l, all avlanguage tables should be both static and const.
- Originally committed as revision 19780 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:27 AM Revision b8791583 (ffmpeg): compatible_frame array can be static const, too.
- Originally committed as revision 19779 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:16 AM Revision 5f28b5e7 (ffmpeg): do not decode more than one audio frame in a decode packet call
- Originally committed as revision 19778 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:56 AM Revision 7dca334d (ffmpeg): avoid extra memcpy during scale factor decoding
- Originally committed as revision 19777 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:08 AM Revision d31dbec3 (ffmpeg): Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
- parameters.
Originally committed as revision 19776 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:07 AM Revision 9cf484d0 (ffmpeg): Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
- parameters.
Originally committed as revision 29652 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
09/05/2009
- 11:35 PM Revision c2613a31 (ffmpeg): Indent.
- Originally committed as revision 29651 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:33 PM Revision 35f6c154 (ffmpeg): Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
- Patch by Lars Täuber <lars <dot> taeuber <at> gmx <dot> net>.
Originally committed as revision 19775 to svn://svn.ff... - 11:33 PM Revision 991e579c (ffmpeg): Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
- Patch by Lars Täuber <lars <dot> taeuber <at> gmx <dot> net>.
Originally committed as revision 29650 to svn://svn.mp... - 07:35 PM Revision 5333450c (ffmpeg): Use memcpy to copy till end of line in one go instead of copying pixe...
- in xan_wc3_output_pixel_run and xan_wc3_copy_pixel_run
Originally committed as revision 19774 to svn://svn.ffmpeg.or... - 07:31 PM Revision 7a656933 (ffmpeg): cosmetic changes (indentation, doxygen comments, braces, put structur...
- Originally committed as revision 19773 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:14 PM Revision 64b8e620 (ffmpeg): Slightly simplify detection of end of compressed data in xan_unpack
- Originally committed as revision 19772 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:28 PM Revision bb991087 (ffmpeg): Make vp3 arrays static const where possible.
- Originally committed as revision 19771 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:41 PM Revision 8444059f (ffmpeg): Remove useless ulti_decode_end function.
- Originally committed as revision 19770 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:41 PM Revision 61e8efd3 (ffmpeg): Search for ipmovie signature beyond the start of the file.
- This allows to play directly files that combine player and movie into
a single executable like http://samples.mplayer... - 11:30 AM Revision 78bfe6c3 (ffmpeg): Extend ipmovie signature to match exactly one place in mve files that...
- player binary prepended.
Originally committed as revision 19768 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:22 AM Revision d87d5025 (ffmpeg): prettyprinting cosmetics
- Originally committed as revision 19767 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:59 AM Revision bbb0bdd5 (ffmpeg): fix handling of packet loss when the output buffer is full
- Originally committed as revision 19766 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:18 AM Revision 9244370a (ffmpeg): reindent
- Originally committed as revision 19765 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:11 AM Revision 42ea9681 (ffmpeg): remove no longer needed debug output
- Originally committed as revision 19764 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:07 AM Revision 7551a559 (ffmpeg): reduce output buffer needs
- (fixes playback of some multichannel files)
Originally committed as revision 19763 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:56 AM Revision 20169324 (ffmpeg): store packet GetBitContext in the decoder context
- Originally committed as revision 19762 to svn://svn.ffmpeg.org/ffmpeg/trunk
09/04/2009
- 09:43 PM Revision d2a47a57 (ffmpeg): Remove fake Speex header creation from FLV demuxer. Having it there ...
- correct solution to the problem. A better solution might be possible later once
Speex is supported in muxers.
Origi... - 09:38 PM Revision 1d07029f (ffmpeg): Add frame_size as a codec parameter requirement for Speex in
- av_find_stream_info(). It forces decoding of a packet when there is no
Speex header in order to determine the correc... - 07:04 PM Revision 83614f2d (ffmpeg): Reduce pointless verbosity after seeks in the MP3 decoder.
- Originally committed as revision 19759 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:59 PM Revision 5ce6934e (ffmpeg): Add a newline in error message in CHECKED_ALLOC(Z).
- Originally committed as revision 19758 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:32 PM Revision 315fa33f (ffmpeg): Indent.
- Originally committed as revision 19757 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:31 PM Revision a9decf00 (ffmpeg): Use if(0){} instead of #if 0 to prevent debug code to rot.
- Originally committed as revision 19756 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:57 AM Revision d6ee035d (ffmpeg): libspeex: Do not set AVCodecContext.frame_size in decoder init if the...
- header in extradata since the default value will be incorrect for multiple
frames per packet.
Originally committed a...
09/02/2009
- 10:53 PM Revision e69bb386 (ffmpeg): configure: fix check for x264
- libx264 recently started mangling the name of x264_encoder_open() to
prevent version mismatches, breaking our test. ... - 06:03 PM Revision e0b1d660 (ffmpeg): cosmetics: indentation and other prettyprinting fixes
- Originally committed as revision 19753 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:41 PM Revision c1061cc7 (ffmpeg): add missing wmapro decoder parts
- Originally committed as revision 19752 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:54 PM Revision 0030b11f (ml): git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/G...
- 07:49 AM Revision 1eb92e16 (ml): fix stun.c compilation error on amd64
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@90 a72f678d-4428-462c-85b4-08f063ced704
- 07:49 AM Revision abbdb922 (ml): remove libevent2 dependencies from public headers
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@89 a72f678d-4428-462c-85b4-08f063ced704
09/01/2009
- 04:00 PM Revision ee155011 (ffmpeg): whitespace cosmetics, prettyprinting
- Originally committed as revision 19751 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:44 AM Revision 7027db40 (ml): Modified ml/Makefile structure for automake
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@83 a72f678d-4428-462c-85b4-08f063ced704
08/31/2009
- 09:18 PM Revision a0a1f630 (ml): git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/G...
- 12:06 PM Revision a9979f3b (grapes): Basic test code for chunk encoding/decoding
- 12:05 PM Revision 2fb6f61a (grapes): Allocate memory before copying...
- 11:27 AM Revision 15790844 (grapes): Chunk trading LA (chunk encoding and decoding)
- 05:48 AM Revision f4258b13 (ffmpeg): Update ffv1 codec long name in the documentation as well.
- Originally committed as revision 19750 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/30/2009
- 09:19 PM Revision 7c6208d4 (ffmpeg): Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec lon...
- patch by Lars Täuber, lars.taeuber gmx net
Originally committed as revision 19749 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:14 PM Revision f2086fb5 (ffmpeg): Fix incorrect display of ASF/WMV duration after r12926.
- Patch by Josh Harris, qt tateu net
Originally committed as revision 19748 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:50 PM Revision c6dbbc45 (ffmpeg): Add function to compute ceil(log2(x)).
- Patch by Thilo Borgmann <thilo.borgmann _at_ googlemail.com>
Originally committed as revision 19747 to svn://svn.ffm... - 10:54 AM Revision 13695827 (ffmpeg): Convert ZERO8x2 macro into inline function
- Originally committed as revision 19746 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:29 AM Revision 23638d87 (ffmpeg): Remove unused variable.
- Originally committed as revision 19745 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:30 AM Revision b7eb7ef6 (ffmpeg): Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64...
- architectures since stride is multiple of 4 and not of 8, so split
fill_rectangle() calls to operate on 32-bit words ... - 06:16 AM Revision 20622c4a (ffmpeg): Adjust r->avail_cache[] indexes to avoid alignment issues when zeroin...
- inside it.
Originally committed as revision 19743 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/29/2009
- 11:08 PM Revision 67c2c5bb (ffmpeg): Curly brackets cosmetics for previous commit.
- Originally committed as revision 29587 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:06 PM Revision 1ddb5747 (ffmpeg): Check for return value of initFilter().
- Originally committed as revision 29586 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:03 PM Revision dd653355 (ffmpeg): Revert mistakenly commited hunk.
- Originally committed as revision 29585 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:02 PM Revision 7248797c (ffmpeg): swscale: Check for return values of malloc.
- Originally committed as revision 29584 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:38 PM Revision e48a0966 (ffmpeg): Add CHECKED_ALLOC macro.
- It works the same as CHECKED_ALLOCZ except that it does not zero the allocated
memory.
Originally committed as revis... - 09:04 PM Revision 6833385d (ffmpeg): Store the frame size in the LibSpeexContext in case the header does n...
- Originally committed as revision 19741 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:55 PM Revision e78516c6 (ffmpeg): One declaration of mm_flags is enough
- Originally committed as revision 19740 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:55 PM Revision 4e36a5b4 (ffmpeg): Move declarations of some mmx functions to dsputil_mmx.h
- Originally committed as revision 19739 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:55 PM Revision 5b1b0147 (ffmpeg): Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16
- Originally committed as revision 19738 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:36 AM Revision 111641a9 (ffmpeg): swscale-example: Free memory used by input data.
- Originally committed as revision 29583 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:44 AM Revision 0607b090 (ffmpeg): Restore comment that was partially removed.
- Originally committed as revision 29582 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
08/28/2009
- 11:39 PM Revision c4d6d318 (ffmpeg): Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16
- The DECLARE_ALIGNED_8 macro is defined to align to 16 bytes instead
the 8 suggested by the name on some CPUs. None o... - 01:59 PM Revision 33d1da7a (grapes): Documentation update (document chunk transmission and signalling)
- 01:10 PM Revision a31e4a4b (grapes): Add some documentation...
- 08:18 AM Revision b4b86e94 (grapes): Reorder the declarations to make the interface more similar to
- http://napa-wine.eu/cgi-bin/twiki/viewauth/Main/TopologyManager
- 08:01 AM Revision 6d557f68 (grapes): Merge branch 'use_udp' into integration
- 07:54 AM Revision 155319cd (grapes): Remove dependencies on the Messaging Layer, and use a "net helper"
- instead
- 07:16 AM Revision e933e753 (grapes): Move the topology manager into the som
- 12:57 AM Revision 5c3b5e30 (ffmpeg): Use the output data type to determine the maximum number of samples t...
- decoded.
Originally committed as revision 19736 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:46 AM Revision 13db8750 (ffmpeg): Add myself as maintainer for libspeexdec.c
- Originally committed as revision 19735 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:44 AM Revision eb5f3c54 (ffmpeg): Modify the Ogg/Speex demuxer and the libspeex decoder so that they al...
- a packet of Speex frames as a single frame.
Originally committed as revision 19734 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/27/2009
- 05:46 PM Revision dd0e43e4 (ffmpeg): Re-add search_for_ms to the coefficients encoders to silence warnings
- Originally committed as revision 19733 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:38 PM Revision bf8202f3 (ffmpeg): Formatting K&R fixes
- Originally committed as revision 19732 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:52 PM Revision 9263a05a (ffmpeg): Mark "i" parameter of vector_clipf_sse() as early-clobber
- Originally committed as revision 19731 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:49 PM Revision d3b60aa6 (ffmpeg): 100l, revision 19728 added a bug that broke twinvq decoding. I forgot to
- multiply the buffer size by the number of channels.
Originally committed as revision 19730 to svn://svn.ffmpeg.org/f... - 03:38 PM Revision 50e23ae9 (ffmpeg): Mark parameter src of vector_clipf() as const
- Originally committed as revision 19729 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:49 PM Revision 0a68cd87 (ffmpeg): SSE optimized vector_clipf(). 10% faster TwinVQ decoding.
- Originally committed as revision 19728 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 PM Revision 8fc9376c (ffmpeg): indent
- Originally committed as revision 19727 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 PM Revision 2f17f9c1 (ffmpeg): 1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding o...
- 1.3x and 3% on G4.
Though I think only part of this speedup is due to my optimizations per se;
some of it is that I g...
08/26/2009
- 11:12 PM Revision ae925315 (ffmpeg): whitespace cosmetics
- Originally committed as revision 19725 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:07 PM Revision 21c6a025 (ffmpeg): Remove useless alignment from MpegEncContext.intra_scantable
- The first member of struct ScanTable is a simple pointer, extra alignment
of which serves no purpose. The alignment ... - 10:33 PM Revision 608be2ac (ffmpeg): Cosmetic changes in read_seek* routines.
- Originally committed as revision 19723 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision 5dd3707b (ffmpeg): Decoder for LPCM as used in Bluray discs.
- Patch by Christian Schmidt, schmidt digadd de
Originally committed as revision 19722 to svn://svn.ffmpeg.org/ffmpeg/... - 09:25 PM Revision 2fee538a (ffmpeg): Fix comments after switching from CABAC to range coder in r3658.
- Patch by Lars Täuber, lars D taeuber A gmx D net
Originally committed as revision 19720 to svn://svn.ffmpeg.org/ffmp... - 09:23 PM Revision 85fecafe (ffmpeg): add decode_coeffs()
- Originally committed as revision 19719 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:18 PM Revision f53e96ed (ffmpeg): merge 2-channel M/S stereo decoding code with the multichannel version
- Originally committed as revision 19718 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:22 PM Revision b97e0d7f (ffmpeg): 4xm: provide 16-byte alignment where required
- Originally committed as revision 19717 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:17 PM Revision 95d36bdb (ffmpeg): dsputil: declare some arrays 16-byte aligned
- These arrays are passed to functions for which we promise 16-byte
alignment, so make sure we fulfil that promise.
Or... - 12:12 PM Revision 20e7c8ae (ffmpeg): Remove some unnecessary alignment specifiers
- None of these arrays are used in ways requiring extra alignment.
Originally committed as revision 19715 to svn://svn... - 11:31 AM Revision 4a3178b0 (ffmpeg): Always allocate a buffer of AVPALETTE_SIZE for palette in the
- Bluray subtitle decoder instead of as small as possible.
This avoids completely unnecessary issues with e.g. libswsca... - 10:22 AM Revision 7f4fca03 (ffmpeg): Increase maximum encoded subtitle size from 64 kB to 1 MB.
- Fixes "dvd_subtitle too big" errors when encoding HD video subtitles
to DVD format.
Originally committed as revision... - 10:08 AM Revision 63a78ef1 (ffmpeg): 100l typo, xsub encoder printed end time hours where minutes should h...
- Originally committed as revision 19712 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 AM Revision 64e657fd (ffmpeg): 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantiz...
- (which uses movdqa to xmm1 on inv_zigzag_direct16).
Originally committed as revision 19711 to svn://svn.ffmpeg.org/f... - 08:43 AM Revision 8b03c014 (ffmpeg): Make sure that start_display_time is 0 by moving its value onto pts.
- If it was not 0, subtitle encoding would fail.
Originally committed as revision 19710 to svn://svn.ffmpeg.org/ffmpeg... - 08:38 AM Revision 44ed34b7 (ffmpeg): Check for seek failures in avi_load_index, otherwise if the index offset
- is invalid (e.g. truncated file) we might end up reading the whole file
since trying to seek beyond the end of file d... - 01:29 AM Revision d5a30f86 (ffmpeg): Reindent.
- Originally committed as revision 19708 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:28 AM Revision c7d28f43 (ffmpeg): Remove now dead code.
- Originally committed as revision 19707 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:27 AM Revision b0231614 (ffmpeg): Apply r19642 also pgssubdec:
- Make sure AVSubtitle is initialized, memset it to 0.
Originally committed as revision 19706 to svn://svn.ffmpeg.org/...
08/25/2009
- 11:28 PM Revision a13e6870 (ffmpeg): mdec: remove unused members from struct MDECContext
- Originally committed as revision 19705 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:28 PM Revision dd36b88b (ffmpeg): Remove explicit init to zero of static inv_zigzag_direct16
- Originally committed as revision 19704 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:02 PM Revision b979e4a2 (ffmpeg): whitespace cosmetics
- Originally committed as revision 19703 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:59 PM Revision 6aa33347 (ffmpeg): return AVERROR(ENOMEM) if stream could not be allocated
- Originally committed as revision 19702 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:58 PM Revision b01c7b75 (ffmpeg): check av_new_stream return value, patch by Kent Mein, mein at cs dot ...
- Originally committed as revision 19701 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:46 AM Revision 7305d97f (ffmpeg): Do not read index chunks as audio/video data; closes issue 1336.
- patch by Maksym Veremeyenko, verem m1stereo tv
Originally committed as revision 19700 to svn://svn.ffmpeg.org/ffmpeg... - 08:47 AM Revision c58b82a2 (ffmpeg): Add Bluray Subtitle Support
- Patch by Stephen Backway, stev391 A exemail D com D au
Originally committed as revision 19699 to svn://svn.ffmpeg.or... - 07:47 AM Revision 49056037 (ffmpeg): Mark video from .mtv files correctly as upside-down.
- Originally committed as revision 19698 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/24/2009
- 09:42 PM Revision cf5ec607 (ffmpeg): mpegts: change variable-length array to fixed length
- The difference between 188 and 204 is not worth worrying about.
Originally committed as revision 19697 to svn://svn.... - 09:42 PM Revision afe08a72 (ffmpeg): PPC: remove unnecessary alignment on local variables
- Storing a single element from a vector where all elements have the same
value does not require an aligned destination... - 05:35 PM Revision ce78113d (ffmpeg): Cosmetics: add some whitespace around operators
- Originally committed as revision 19695 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:43 PM Revision 429eeecd (ffmpeg): matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks
- Originally committed as revision 19694 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision e2644407 (ffmpeg): matroskadec: factorize some code
- Originally committed as revision 19693 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:59 AM Revision deb1b2b6 (ffmpeg): Add necessary #include for config.h.
- Originally committed as revision 19692 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:36 AM Revision b662e839 (ffmpeg): PPC: simplify loading some values into altivec registers
- Instead of filling a local array with the desired value and loading it,
load a single element and vec_splat() it to f... - 10:06 AM Revision 1feec476 (ffmpeg): Add missing header to fix 'make checkheaders'.
- Originally committed as revision 19690 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/23/2009
- 08:31 PM Revision 89fb9516 (ffmpeg): swscale-example: Rename src->ref so as to not confuse with src being ...
- Originally committed as revision 29548 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:29 PM Revision 7da35acd (ffmpeg): swscale-example: Use SWS_BILINEAR instead of hardcoded value.
- Originally committed as revision 29547 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:39 PM Revision d98fe8ec (ffmpeg): Add myself as maintainer for AVR32 and MIPS
- Originally committed as revision 19689 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:39 PM Revision 98ef6079 (ffmpeg): configure: fix filter() function when matching multiple patterns
- This makes comma-separated patters to --disable-decoder and friends
work correctly with POSIX-compliant shells.
Orig... - 01:46 PM Revision bce7b696 (ffmpeg): Add PIC flags early so tests they affect give correct results
- This is mainly the checks for ebx on x86, but possibly others too.
Originally committed as revision 19687 to svn://s... - 11:02 AM Revision c7312933 (ffmpeg): Include required headers in {mips,ppc}/mathops.h
- Originally committed as revision 19686 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:02 AM Revision 95f2c769 (ffmpeg): Skip headers requiring external libs not present in checkheaders
- Originally committed as revision 19685 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:02 AM Revision 566ae9fb (ffmpeg): configure: simplify directory creation for out of tree builds
- Originally committed as revision 19684 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:02 AM Revision b7c10b2a (ffmpeg): Fix dependency generation for yasm assembler files
- Originally committed as revision 19683 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:55 AM Revision 7bd47335 (ffmpeg): TwinVQ decoder
- Originally committed as revision 19682 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/22/2009
- 07:30 PM Revision a48ce2c3 (ffmpeg): Fix inconsistent indentation.
- Originally committed as revision 29545 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 04:07 PM Revision a8dd8dc6 (ffmpeg): Use generic multi-stream key frame finding routine to implement read_...
- read_seek to read_seek2.
Originally committed as revision 19681 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:05 PM Revision 101036ad (ffmpeg): Support for generic multi-stream key frame finding for new seek API.
- Originally committed as revision 19680 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:56 PM Revision 50b1785a (ffmpeg): bring back some randomness in fft-test. (regression in r18070)
- Originally committed as revision 19679 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/21/2009
- 04:54 PM Revision 31c57185 (ffmpeg): Add some more wmapro decoder hunks
- Originally committed as revision 19678 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 AM Revision 7056883b (ffmpeg): Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from l...
- Originally committed as revision 19677 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:54 AM Revision f2d702e1 (ffmpeg): Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABL...
- Originally committed as revision 19676 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:46 AM Revision da47f0ee (ffmpeg): Add missing #includes to pass 'make checkheaders'.
- Originally committed as revision 19675 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:34 AM Revision ab1eff9c (ffmpeg): Add support for S/PDIF encapsulation.
- Originally committed as revision 19674 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/20/2009
- 06:54 PM Revision 29d7eef7 (ffmpeg): Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle
- decoders instead of as small as possible.
This avoids completely unnecessary issues with e.g. libswscale.
Originally... - 01:55 AM Revision 1b03a9d6 (ffmpeg): Check return values of sws_allocVec() and sws_getConstVec().
- Originally committed as revision 29543 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:06 AM Revision 8a3c8627 (ffmpeg): configure: add --enable-pic flag
- Using this flag enables position-independent code even when not strictly
required. It is impossible to use --disable...
08/19/2009
- 09:59 PM Revision 90d43b52 (ffmpeg): Get rid of large stack array in rd8x8_c()
- Originally committed as revision 19671 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 PM Revision 0314dead (ffmpeg): eval: replace variable-length array with av_malloc/free
- There is a theoretical possibility to pass a very long string to ff_parse,
which could crash if allocated from the st... - 09:59 PM Revision 8313e179 (ffmpeg): flacdec: change variable-length array to fixed length
- pred_order can never exceed 32, so always allocating that amount is safe
and not very wasteful.
Originally committed... - 08:21 AM Revision 64d39b7c (ffmpeg): Free initial swscale context, too. Avoids a valgrind warning.
- Originally committed as revision 29538 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:18 AM Revision 7b67bd92 (ffmpeg): Remove useless casts of malloc return value.
- Originally committed as revision 29537 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:15 AM Revision 386eaeb4 (ffmpeg): Remove disabled code cruft.
- Originally committed as revision 19668 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:33 AM Revision 1aff375d (ffmpeg): Introduce and use sws_allocVec().
- Originally committed as revision 29536 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:32 AM Revision 20484b90 (ffmpeg): Reuse sws_getConstVec() where possible.
- Originally committed as revision 29535 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
08/17/2009
- 02:23 AM Revision b7904f78 (ffmpeg): AVR32: optimised mathops.h
- 44% faster MP3 decoding
Originally committed as revision 19667 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:06 AM Revision 6b052ba8 (ffmpeg): swscale-example: Make selection of dstW, dstH, and flags more clear.
- Originally committed as revision 29527 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:17 AM Revision 0cc4701a (ffmpeg): Use the AOT enum instead of integer literals for setting and comparin...
- object types.
Originally committed as revision 19666 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:15 AM Revision d691da95 (ffmpeg): AVR32: optimisations for intreadwrite.h
- Originally committed as revision 19665 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:15 AM Revision e482c2e2 (ffmpeg): AVR32: inline asm for bswap.h
- Originally committed as revision 19664 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:15 AM Revision fdcd782d (ffmpeg): configure: add AVR32 names for --cpu flag
- Recognise AVR32 processor names as well as the generic "ap" and "uc"
family names as values for --cpu. Also define t... - 12:15 AM Revision 8ba939d7 (ffmpeg): Mark the AOT escape value as supported.
- Originally committed as revision 19662 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:14 AM Revision 08dac48d (ffmpeg): Add USAC and SAOC AOTs to the AudioObjectType enum.
- Originally committed as revision 19661 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/16/2009
- 09:37 PM Revision c255994b (ffmpeg): More indentation changes leftover from r29522:
- - Align asm code to the column 4 spaces after the call to __asm__();
- Align cases in switch statements to the same c... - 09:11 PM Revision dd68318c (ffmpeg): Cosmetics:
- - Place curly brackets in the same line as while/for/if/switch/else/do;
- Place curly brackets at column 0 in the nex... - 06:43 PM Revision 9dc6bb7b (ffmpeg): MIPS: 100L: fix AV_[RW]N64 on MIPS64
- Originally committed as revision 19660 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:06 PM Revision 4a051891 (ffmpeg): cosmetics: reformat intreadwrite.h
- Originally committed as revision 19659 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:51 PM Revision 63826ceb (ffmpeg): intreadwrite: ensure arch-specific versions are always used if defined
- The per-arch headers can define any combination of B/L/N variants.
This ensures that whatever is defined in an arch h... - 03:51 PM Revision 57c36bdc (ffmpeg): intreadwrite: allow arch-specific 24-bit access macros
- Originally committed as revision 19657 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:51 PM Revision e6956a6e (ffmpeg): ARM: first value loaded in AV_RN64 needs to be early-clobber
- Originally committed as revision 19656 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:51 PM Revision 7f6d9b30 (ffmpeg): version.sh: use standard sed syntax
- Originally committed as revision 19655 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:32 AM Revision 9b734d44 (ffmpeg): Indent libswscale:
- - Use 4 spaces throughout for indentation;
- Fix inconsistent indentation;
- Indent function calls and declarations a...
08/15/2009
- 12:35 PM Revision 2513b2b4 (ffmpeg): Use pkg-config to generate the linker flags for libdirac.
- We do the same for libschroedinger and already use pkg-config to generate
the CFLAGS for libdirac anyway, so there is... - 11:59 AM Revision d15f2e00 (ffmpeg): Fix bug caused by difference in stride and picture width.
- When a frame is allocated using libschroedinger routines, the frame data size
does not match the actual frame size if... - 11:42 AM Revision 0ebe3b8e (ffmpeg): cosmetics: indentation, prettyprinting, K&R coding style
- Originally committed as revision 19652 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:32 AM Revision c6438000 (ffmpeg): Drop some more useless braces around if/for constructs.
- Originally committed as revision 19651 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 AM Revision e6cb49bf (ffmpeg): Simplify another 'if' condition: Replace 'exp == 0' by '!exp'.
- Originally committed as revision 19650 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 AM Revision bb937155 (ffmpeg): Add a function that can apply an order 2 rational transfer function i...
- This function will be used in the upcoming AMR-NB floating point decoder for
high-pass filtering.
Patch by Colin McQ... - 11:12 AM Revision 735a3804 (ffmpeg): Remove useless braces around if/for/while expressions.
- Originally committed as revision 19648 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:02 AM Revision 7c809dc3 (ffmpeg): Simplify 'if' condition statements.
- Drop useless '!= 0' from 'exp != 0', replace 'exp == 0' by '!exp'.
Originally committed as revision 19647 to svn://s... - 09:12 AM Revision cea0b527 (ffmpeg): Fix start_display_time/end_display_time to be relative to packet pts ...
- Makes no difference for the sample AVI files since they all have no packet pts values.
Originally committed as revis... - 02:35 AM Revision ebe5dec2 (ffmpeg): Indent.
- Originally committed as revision 29518 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:58 AM Revision 4a3190ed (ffmpeg): Reindent.
- Originally committed as revision 19645 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:57 AM Revision fd35d6d0 (ffmpeg): Remove code that is now dead.
- Originally committed as revision 19644 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 AM Revision 90ea6fce (ffmpeg): Simplify initialization of AVSubtitle by using memset.
- Originally committed as revision 19643 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 AM Revision df47d245 (ffmpeg): Make sure AVSubtitle is initialized, memset it to 0.
- Originally committed as revision 19642 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:37 AM Revision 266649a5 (ffmpeg): 100l, error out if subtitle encoder failed instead of writing an AVPa...
- with ridiculous size and thus crashing.
Originally committed as revision 19641 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:02 AM Revision ffbe087b (ffmpeg): Fix cmd_pos bounds check to avoid the overflow case.
- Originally committed as revision 19640 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/14/2009
- 04:41 PM Revision 84c1b149 (ffmpeg): Fix typo.
- Originally committed as revision 19639 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:52 PM Revision 52154148 (ffmpeg): Vertical yuv -> yuv16 scaler.
- Originally committed as revision 29517 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:15 AM Revision 562f6853 (ffmpeg): BGR32 MMX special convertor.
- Patch by Peter Schlaile < peter at schlaile dot de >
Originally committed as revision 29515 to svn://svn.mplayerhq.h... - 01:05 AM Revision 9ae443f4 (ffmpeg): 10L: remove instruction left over from debugging
- Originally committed as revision 19638 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:02 AM Revision e814015d (ffmpeg): ARM: NEON optimised vorbis_inverse_coupling
- 12% faster Vorbis decoding on Cortex-A8.
Originally committed as revision 19637 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/13/2009
- 07:03 PM Revision 737cbcde (ffmpeg): Indent.
- Originally committed as revision 29512 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:47 PM Revision f51fb686 (ffmpeg): Introduce av_clip_uint16().
- Originally committed as revision 19636 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:39 PM Revision d426ea20 (ffmpeg): swscale-example: Don't check for chroma planes in mono formats.
- Originally committed as revision 29511 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:31 PM Revision 48f4c612 (ffmpeg): MMX2 horizontal scaler: Determine code size at runtime.
- Originally committed as revision 29510 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:29 PM Revision 07287788 (ffmpeg): Protect mmx2 filter code buffers so they are not executable and write...
- the same time (only mmap for now).
Originally committed as revision 29509 to svn://svn.mplayerhq.hu/mplayer/trunk/li... - 06:28 PM Revision b0e1343b (ffmpeg): Remove duplicate define (it is the same in the lum code).
- Originally committed as revision 29508 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:28 PM Revision bcdedf67 (ffmpeg): Rename "funny" code to "mmx2 filter" code.
- Originally committed as revision 29507 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:18 PM Revision 475f3613 (ffmpeg): Indent.
- Originally committed as revision 29506 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:48 AM Revision e55ed689 (ffmpeg): swscale-example: Remove hack to end loop by setting variables to break.
- Originally committed as revision 29505 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:34 AM Revision d7cf0a6f (ffmpeg): swscale-example: Don't return random value from main().
- Originally committed as revision 29504 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:33 AM Revision f5a9c4ee (ffmpeg): swscale-example: Check for Gray formats.
- Originally committed as revision 29503 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
08/12/2009
- 07:54 PM Revision d4d6ae16 (ffmpeg): Add ff_celp_circ_addf() function to be used for sparse vector circular
- convolution in the upcoming AMR-NB floating point decoder. The function scales
and adds a vector, that is lagged by s... - 01:25 PM Revision 51fdb6f0 (ffmpeg): Fix a memleak with win32 threads: the handle returned by _beginthreadex
- must be closed (this differs from _beginthread).
Patch by Shehzad Salim (shehzadsalim gmail com)
Originally committe... - 01:17 PM Revision c0b88f19 (ffmpeg): Moves the display of metadata to dump_format()
- Originally committed as revision 19632 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/11/2009
- 05:28 PM Revision 5f71844e (ffmpeg): Parse ID3 tags in Musepack SV7 files
- Patch by Matti Hamalainen (mhamalai@students.oamk.+358)
Thread: [PATCH] 6/6 Add parsing of ID3v2 tags in Musepack SV7... - 05:18 PM Revision 311f96a8 (ffmpeg): Parse APE metadata tags in Musepack SV7 files
- Patch by Matti Hamalainen (to get his mail address remove common endings from
"mhamalainen@studentsnen.oamknen.finen... - 05:08 PM Revision 191e34cd (ffmpeg): Move APE tag parsing into separate module.
- Based on patch by Matti Hamalainen (mhamalai<mot>students<punkt>oamk<punkt>)
Originally committed as revision 19629 ... - 04:55 PM Revision 6984380c (ffmpeg): Do not use internals of ByteIOContext during APE tags parsing.
- Patch by Matti Hamalainen, mail = reverse("if.kmao.stneduts@ialamahm")
Thread: [PATCH] 2/6 Fix broken APE tag key han... - 04:43 PM Revision 22667e40 (ffmpeg): Remove incorrect APE tag size adjustment based on flags.
- Patch by Matti Hamalainen (mhamalai <luona> students <piste> oamk <piste> fi)
Thread: [PATCH] 1/6 Remove incorrect AP... - 04:18 PM Revision ffd38d8b (ffmpeg): Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their native
- endian counterparts.
Patch by Alexis Ballier, alexis D ballier gmail
Originally committed as revision 19626 to svn:... - 07:04 AM Revision d094052c (ffmpeg): fix a crash in SVQ1 with cmp!=sad
- Originally committed as revision 19625 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/10/2009
- 08:53 PM Revision 7a9c86e9 (ffmpeg): avidec: simplify, using av_rescale_q() instead of av_rescale()
- Originally committed as revision 19624 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:48 PM Revision 2bf74f49 (ffmpeg): actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file(...
- Originally committed as revision 19623 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:12 PM Revision 8306be9c (ffmpeg): matroskadec: disable h264 parser as long as it totally mess up frame ...
- Originally committed as revision 19622 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:06 PM Revision 194d4b49 (ffmpeg): matroskadec: correctly parse flags for simpleblock frames
- Originally committed as revision 19621 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:25 PM Revision aef6bd1b (ffmpeg): Fix dependency generation with ccache/gcc
- When running behind ccache, the output from -MMD is corrupted unless
we also use the -MF and -MT flags.
Since ccache... - 05:25 PM Revision 8f0c157a (ffmpeg): configure: fix gcc detection for v2.95
- Originally committed as revision 19619 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:35 PM Revision c5e86106 (ffmpeg): cosmetics: whitespace, prettyprinting, coding style fixes
- Originally committed as revision 19618 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:27 PM Revision 740e89cf (ffmpeg): Sony Wave64 demuxer
- patch by Daniel Verkamp, daniel drv nu
Originally committed as revision 19617 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:42 PM Revision 3d7b15e4 (ffmpeg): Remove disabled code cruft.
- Originally committed as revision 19616 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 PM Revision 10f840bd (ffmpeg): Remove pointless #ifdefs from conditionally used files.
- Originally committed as revision 19615 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 AM Revision 9bb3f3ed (ffmpeg): Remove disabled debug code.
- Originally committed as revision 29485 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:18 AM Revision 2704bd1a (ffmpeg): Fix the EBX available configure check on Darwin/i386.
- -mdynamic-no-pic is required for it, but it was only
added to CFLAGS and the check only used ASFLAGS.
Originally com... - 01:27 AM Revision 87a920c6 (ffmpeg): eval: include libavutil/mathematics.h for NAN and M_PI
- Originally committed as revision 19613 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:27 AM Revision 9a88c1df (ffmpeg): eval: include our headers after system headers
- Originally committed as revision 19612 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:27 AM Revision bd41c06f (ffmpeg): Define INFINITIY and NAN in mathematics.h if missing
- Originally committed as revision 19611 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/09/2009
- 03:34 PM Revision 184410e6 (ffmpeg): Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.
- Originally committed as revision 29484 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:04 PM Revision df226e63 (ffmpeg): Remove 'offset' argument from PUTRGB* macros since it's unneeded and ...
- pixel swapping during some YUV2RGB conversions.
Originally committed as revision 29483 to svn://svn.mplayerhq.hu/mpl... - 10:42 AM Revision 5a8597a0 (ffmpeg): Document the output of ffmpeg -formats.
- Patch by William R. Zwicky, wrzwicky pobox com
Originally committed as revision 19610 to svn://svn.ffmpeg.org/ffmpeg...
08/08/2009
- 06:27 PM Revision 07dec06e (ffmpeg): Generate dependencies while compiling if supported by compiler
- Originally committed as revision 19609 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:27 PM Revision c1c3933a (ffmpeg): Generate dependencies when object files are built
- Originally committed as revision 19608 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:18 PM Revision 0bf18ed3 (ffmpeg): Remove disabled crufty code.
- Originally committed as revision 29482 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Also available in: Atom