Activity
From 08/02/2009 to 08/31/2009
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
08/07/2009
- 11:57 PM Revision 188842ef (ffmpeg): fix riff subtitle timebase
- Originally committed as revision 19607 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 PM Revision 966116b9 (ffmpeg): Remove some hunks of unused and disabled code cruft.
- Originally committed as revision 19606 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/06/2009
- 03:48 PM Revision 547d2055 (ffmpeg): Remove commented-out cruft.
- Originally committed as revision 19605 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:45 PM Revision 8b93ddc3 (ffmpeg): configure: allow comma-separated list in --enable/disable-thing=name
- The argument to these options is now a comma-separated list of shell
patterns, e.g. --disable-decoder='indeo*,rv*'
O... - 03:45 PM Revision be8f2501 (ffmpeg): configure: allow wildcards in --enable/disable-thing=name
- The name can now be a standard shell pattern. For example,
--disable-encoder=* disables all encoders.
Originally co... - 03:45 PM Revision d22c13a8 (ffmpeg): configure: support --cpu=host to tune for the host system
- This requires a gcc version with -march=native or -mcpu=native support,
which is somewhat random for non-x86.
Origin... - 03:04 PM Revision 1746e2a9 (ffmpeg): Make WMV2 encoder depend on H.263 encoder in configure.
- Originally committed as revision 19601 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 PM Revision c37de5e1 (ffmpeg): Make MPEG-4 encoder depend on H.263 encoder in configure.
- Originally committed as revision 19600 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 PM Revision 665507aa (ffmpeg): Make WMV1 encoder depend on H.263 encoder in configure.
- Originally committed as revision 19599 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/05/2009
- 03:27 PM Revision 0bd48530 (ffmpeg): Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER.
- The latter can never be enabled without the former.
Originally committed as revision 19598 to svn://svn.ffmpeg.org/f... - 03:26 PM Revision 4d4b4bd1 (ffmpeg): Make FLV encoder depend on H.263 encoder in configure.
- Originally committed as revision 19597 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:22 PM Revision 965424da (ffmpeg): Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER.
- The latter can never be enabled without the former.
Originally committed as revision 19596 to svn://svn.ffmpeg.org/f... - 03:21 PM Revision fe629c2d (ffmpeg): Make H.263+ (H263P) encoder depend on H.263 encoder in configure.
- Originally committed as revision 19595 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:02 PM Revision 4e169d89 (ffmpeg): Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoder...
- H.263 encoder in configure.
Originally committed as revision 19594 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:46 AM Revision 735e36a3 (ffmpeg): Do not redundantly check for preprocessor definitions of CONFIG_RV10_...
- CONFIG_RV20_ENCODER when also checking for CONFIG_H263_ENCODER.
The RV10/RV20 encoders depend on the H.263 encoder.
... - 10:44 AM Revision b2bf38b4 (ffmpeg): Declare the dependency of RV10/RV20 encoder on the H.263 encoder in c...
- Originally committed as revision 19592 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:14 AM Revision 3106f489 (ffmpeg): Add a Changelog entry for noX handling for OPT_BOOL X.
- Originally committed as revision 19591 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:37 AM Revision bb5b99a7 (ffmpeg): cosmetics: move fixed_coeffs into the aligned arrays comment group
- Originally committed as revision 19590 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:31 AM Revision a521aadf (ffmpeg): cosmetics: reindent after last commit
- Originally committed as revision 19589 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:30 AM Revision 25dcd182 (ffmpeg): ac3dec: simplify zero-bit mantissa dithering by calculating it
- conditionally during mantissa decoding, then only removing it from the
coupling range for coupled channels which do n... - 01:58 AM Revision b972c06a (ffmpeg): cosmetics: indentation and line wrap
- Originally committed as revision 19587 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:14 AM Revision c36ea060 (ffmpeg): cosmetics after last commit
- Originally committed as revision 19586 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:13 AM Revision 3f937168 (ffmpeg): Modify decode_band_structure() so that the actual band structure is only
- used within the function. This removes the need to have the coupling band
structure stored in the AC3DecodeContext.
... - 01:00 AM Revision 60313902 (ffmpeg): Use coupling band sizes instead of coupling band structure when
- calculating coupling transform coefficients.
Originally committed as revision 19584 to svn://svn.ffmpeg.org/ffmpeg/t...
08/04/2009
- 09:55 PM Revision faccfeec (ffmpeg): Parse frame size code, see "svq3.c: parse frame size" thread on ML.
- Originally committed as revision 19583 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:43 PM Revision 73f04f5e (ffmpeg): Make me maintainer of rtp_asf.*
- Originally committed as revision 19582 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:26 AM Revision 98ae6acf (ffmpeg): Make 'stats' a bool option again.
- To disable stats, use -nostats option.
Originally committed as revision 19581 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:42 AM Revision 3f87f39c (ffmpeg): Update x264 asm code to latest to add support for 64-bit Windows.
- Use the new x86inc features to support 64-bit Windows on all non-x264 nasm
assembly code as well.
Patch by John Adcoc...
08/03/2009
- 11:22 PM Revision d8c2f8f7 (ffmpeg): Split RV10 encoder off into its own file.
- Originally committed as revision 19579 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:07 PM Revision b6767d6d (ffmpeg): Split RV20 encoder into its own file.
- Originally committed as revision 19578 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 PM Revision eb98cdfa (ffmpeg): cosmetics: add more detailed information to the documentation for
- decode_band_structure().
Originally committed as revision 19577 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:55 PM Revision 81b44c42 (ffmpeg): Cosmetic: Reindent after last commit
- Originally committed as revision 19576 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:54 PM Revision ca6493ab (ffmpeg): Revert r18344. Fixes at least issue 1218, 1221, and 1187), see master
- issue 1221 for details.
Briefly, out of bounds field mvs in field pictures would cause a crash.
Originally committed... - 05:15 PM Revision d5652f38 (ffmpeg): Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filte...
- Patch by Colin McQuillan ( m.niloc googlemail com )
Originally committed as revision 19574 to svn://svn.ffmpeg.org/f... - 03:23 PM Revision f7e13535 (ffmpeg): Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c.
- It is better to keep the declarations in conditionally compiled places.
Originally committed as revision 19573 to sv... - 01:40 PM Revision 2e4db884 (ml): Minor fixes for cleaner compilation
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@45 a72f678d-4428-462c-85b4-08f063ced704
- 09:24 AM Revision b1d6e5e8 (ffmpeg): Handle noX for OPT_BOOL X.
- Originally committed as revision 19572 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 AM Revision 33ae681f (ffmpeg): Expose QCELP's floating-point LSP-to-LPC function
- qcelp_lsp exported a single function, ff_acelp_lspd2lpc, which was not
specific to qcelp. It can be kept with its fix... - 08:31 AM Revision 1e1e02ea (ffmpeg): Make the LSP naming more consistent
- Use the convention from lsp.c: an LSF is a frequency, an LSP is the
cosine of an LSF, and LSP functions should have a... - 02:09 AM Revision b5fe06ab (ffmpeg): Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type.
- Originally committed as revision 19569 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/02/2009
- 05:42 PM Revision c15508dc (ffmpeg): Use enums instead of int.
- Originally committed as revision 19568 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:39 PM Revision c959c6ee (ffmpeg): vfwcap: Move vfw_read_close to avoid forward declaration.
- Patch by Diego.
Originally committed as revision 19567 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:10 PM Revision e4d65ba5 (ffmpeg): Remove commented-out cruft.
- Originally committed as revision 19566 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:47 PM Revision 4d8eecf4 (ffmpeg): Make XVMC mpegvideo decoder depend on mpegvideo decoder.
- It makes no sense to enable the former without the latter.
Originally committed as revision 19565 to svn://svn.ffmpe... - 01:35 PM Revision b25a8818 (ffmpeg): cosmetics: K&R coding style, prettyprinting
- Originally committed as revision 19564 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:57 PM Revision da136c7e (ffmpeg): add approved hunks of the wmapro decoder
- Originally committed as revision 19563 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:50 AM Revision 577d383b (ffmpeg): cosmetics: K&R coding style
- Originally committed as revision 19562 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:34 AM Revision 95448924 (ffmpeg): cosmetics: K&R coding style
- Originally committed as revision 19561 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:47 AM Revision 6b620372 (ffmpeg): cosmetics, reindent
- Originally committed as revision 19560 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:46 AM Revision ee5b26f5 (ffmpeg): cosmetics, reindent
- Originally committed as revision 19559 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:46 AM Revision 4546bf41 (ffmpeg): fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is set
- Originally committed as revision 19558 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom