Activity
From 06/14/2006 to 07/13/2006
07/13/2006
- 11:47 PM Revision b2b48c77 (ffmpeg): remove old msvc cruft
- Originally committed as revision 5735 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:10 PM Revision 43756fa1 (ffmpeg): remove redundant #include <math.h>
- Originally committed as revision 5734 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:10 PM Revision 4b65d88f (ffmpeg): replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use
- of gnu extensions
Originally committed as revision 5733 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:41 PM Revision 38603ff6 (ffmpeg): cleanup suggested by Michael Niedermayer
- Originally committed as revision 5732 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:29 PM Revision b9a73d8d (ffmpeg): move adler32 to libavutil
- Originally committed as revision 5731 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:17 PM Revision 43865cf0 (ffmpeg): Simplify the setting of some defaults.
- Originally committed as revision 5730 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:13 PM Revision 5894e1bb (ffmpeg): add loop_input to AVFormatContext, getting rid of old hack
- patch by Víctor Paesa <wzrlpy at arsystel com>
Originally committed as revision 5729 to svn://svn.ffmpeg.org/ffmpeg/... - 02:40 PM Revision 2645e80f (ffmpeg): Add/improve PPC64 support. On such machines, "uname -m" returns "ppc64,
- so recognize them as such.
Originally committed as revision 5728 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:41 AM Revision 1484a467 (ffmpeg): dither lpc cpeffs
- Originally committed as revision 5727 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:05 AM Revision ebd7617b (ffmpeg): add lost raw pcm input/output formats
- Originally committed as revision 5726 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/12/2006
- 04:49 PM Revision 6636b7e8 (ffmpeg): rename AMR config variables to CONFIG_AMR*
- Originally committed as revision 5725 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:43 PM Revision 8515d1c8 (ffmpeg): static libvorbis needs -logg
- Originally committed as revision 5724 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 PM Revision f7f03a63 (ffmpeg): Remove MPlayer-specific include option hacks.
- Originally committed as revision 5723 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 AM Revision 0607887f (ffmpeg): split compile and link in check_ld
- based on patch by Graham Booker <ffmpeglist at cod3r com>
Originally committed as revision 5722 to svn://svn.ffmpeg.... - 12:10 AM Revision 3ab60c83 (ffmpeg): nut needs crc.o
- Originally committed as revision 5721 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:09 AM Revision 9d9f4119 (ffmpeg): move common stuff from avienc.c and wav.c to new file riff.c
- Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/11/2006
- 11:09 PM Revision b8635ec6 (ffmpeg): Also remove versioned .so files on make clean.
- Originally committed as revision 5719 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:45 PM Revision 2f30a81d (ffmpeg): CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
- CONFIG_MINGW or __MINGW32__ instead.
Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:54 PM Revision 3dc7174e (ffmpeg): simplify list processing
- Originally committed as revision 5717 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:44 PM Revision fce53524 (ffmpeg): tidy up option parsing
- Originally committed as revision 5716 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:31 PM Revision 0cc4f268 (ffmpeg): another round of cola, please
- Originally committed as revision 5715 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:09 PM Revision bd4700b1 (ffmpeg): log stderr of test programs in check_exec()
- Originally committed as revision 5714 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:07 PM Revision fc4b254d (ffmpeg): find all codecs, even the ones with numbers
- Originally committed as revision 5713 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:47 PM Revision 32f090db (ffmpeg): 10l to Diego for disabling all codecs
- Originally committed as revision 5712 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:25 PM Revision 55006fc0 (ffmpeg): Split CODEC_LIST into ENCODER_LIST AND DECODER_LIST.
- Originally committed as revision 5711 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:17 PM Revision f7facfbf (ffmpeg): cosmetics: Fix indentation after last commit.
- Originally committed as revision 5710 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 PM Revision 4bbefe6b (ffmpeg): Remove old MSVC remnants.
- Originally committed as revision 5709 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 AM Revision 8a85f46d (ffmpeg): CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo
- Originally committed as revision 5708 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/10/2006
- 09:14 PM Revision ff70e601 (ffmpeg): allow individual selection of muxers and demuxers
- Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:57 PM Revision 4cac0d55 (ffmpeg): Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead.
- hint by Derek E. Lewis, dlewis_at_solnetworks net
Originally committed as revision 5706 to svn://svn.ffmpeg.org/ffmp... - 12:35 PM Revision 57b3c36d (ffmpeg): make libswscale build system similar to the libav* one
- Originally committed as revision 18994 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:10 PM Revision 2ec7b29b (ffmpeg): assign exact codec id, needed when stream copy
- Originally committed as revision 5705 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:32 AM Revision 1a5f0dbe (ffmpeg): 100l: Add missing quotes to FFLDFLAGS in the MinGW section.
- Originally committed as revision 5704 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:15 AM Revision 4874eef4 (ffmpeg): MinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env va...
- Originally committed as revision 5703 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:12 AM Revision e67bcdd9 (ffmpeg): Move MinGW section before the combination of FFLDFLAGS and LDFLAGS.
- Originally committed as revision 5702 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:49 AM Revision 1db54e20 (ffmpeg): Move gprof compiler flag handling to configure.
- Originally committed as revision 5701 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 AM Revision dea4953d (ffmpeg): Remove silly TEST variable that is used in one line but not directly ...
- Originally committed as revision 5700 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:19 AM Revision 7b0cd9ee (ffmpeg): Move MinGW LDFLAGS setting to configure.
- Originally committed as revision 5699 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:12 AM Revision d7b34d08 (ffmpeg): Move UltraSparc CFLAG addition to configure.
- Originally committed as revision 5698 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/09/2006
- 11:40 PM Revision d2a067d1 (ffmpeg): give AVInput/OutputFormat structs consistent names
- Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 PM Revision 21227514 (ffmpeg): simplify
- Originally committed as revision 5696 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:35 PM Revision b2846eff (ffmpeg): avoid redundant local variables
- Originally committed as revision 5695 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:20 PM Revision 69f34e5b (ffmpeg): simplify
- Originally committed as revision 5694 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 PM Revision e148c6e1 (ffmpeg): FastUVMV vs FastUVMC typo, noticed by bond
- Originally committed as revision 5693 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:01 PM Revision 608bd843 (ffmpeg): make some tables const
- Originally committed as revision 5692 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:02 PM Revision af9e7d18 (ffmpeg): --enable/disable parsers. Warning: some combinations are broken.
- Originally committed as revision 5691 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 AM Revision 18769c0a (ffmpeg): cosmetic
- Originally committed as revision 5690 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:33 AM Revision a7702890 (ffmpeg): remove STATS code (probably hasnt been used for years ..., and its no...
- Originally committed as revision 5689 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:00 AM Revision fdb59832 (ffmpeg): Check if 4-MV MB should not be decoded.
- Originally committed as revision 5688 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:56 AM Revision 5c4b8efd (ffmpeg): MVRANGE may occur in all frames and RESPIC in all but B-frames
- Originally committed as revision 5687 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 AM Revision 3a3f1cf3 (ffmpeg): Fix mquant selection for ALL_MBS mode
- Originally committed as revision 5686 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:47 AM Revision 65c7bb9e (ffmpeg): Use overlap filter instead of loop filter.
- Originally committed as revision 5685 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:44 AM Revision d2779ecd (ffmpeg): Use s->first_slice_line in checks instead of s->mb_y
- Originally committed as revision 5684 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:08 AM Revision 88e2539b (ffmpeg): 10l: make disabling all pcm/adpcm codecs work
- Originally committed as revision 5683 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/08/2006
- 11:23 PM Revision 4990951b (ffmpeg): simplify, use LE_32, BE_32 macros
- Originally committed as revision 5682 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:05 PM Revision f7e79298 (ffmpeg): only build dpcm.o if its codecs are enabled
- Originally committed as revision 5681 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 PM Revision 6f3d6022 (ffmpeg): forgot to remove adx.o from objs always built
- Originally committed as revision 5680 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:31 PM Revision 7239fb57 (ffmpeg): make the adx adpcm codec available
- Originally committed as revision 5679 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:15 PM Revision 327dcfd3 (ffmpeg): enable/disable pcm and adpcm codecs
- Originally committed as revision 5678 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:26 PM Revision e5f28e8f (ffmpeg): set CONFIG_SMALL if user wants small ffmpeg
- Originally committed as revision 5677 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:23 PM Revision a08d38ee (ffmpeg): put the code which is specific for the large crc table under #ifndef ...
- Originally committed as revision 5676 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:41 PM Revision a29ff6b7 (ffmpeg): cosmetic: sort codec list alphabetically
- Originally committed as revision 5675 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:39 PM Revision c6375bf2 (ffmpeg): allows user-settable block size and fixes related typo
- Originally committed as revision 5674 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:39 PM Revision bac3be38 (ffmpeg): rewrite kconfig-style
- Originally committed as revision 5673 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:36 PM Revision 7f53b77c (ffmpeg): Sun mlib works fine. Remove comment stating otherwise.
- Originally committed as revision 5672 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:25 PM Revision 2eb1a65d (ffmpeg): Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the...
- This patch permits to recognize these streams but it's untested for
lack of samples.
Patch by Nico Sabbi <nicola_sab... - 03:29 PM Revision 6be4846a (ffmpeg): Remove bogus IPP section that is not referenced anywhere.
- Originally committed as revision 5670 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:36 PM Revision cfca95f1 (ffmpeg): clean up useless code
- Originally committed as revision 5669 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:58 PM Revision 1f1890c7 (ffmpeg): better handling of partial files
- Originally committed as revision 5668 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:14 PM Revision b72708f8 (ffmpeg): new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxi...
- Originally committed as revision 5667 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:14 AM Revision f1b163e0 (ffmpeg): set proper bits_per_sample value for ADPCM codecs
- Originally committed as revision 5666 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/07/2006
- 11:54 PM Revision ab7e3153 (ffmpeg): remove -fforce-addr as it to generate slightly slower code
- Originally committed as revision 5665 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision 9d82b0dd (ffmpeg): moving utf8 reading function to libavutil
- Originally committed as revision 5664 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:42 PM Revision 5da71469 (ffmpeg): simplify the voc demuxer using av_get_bits_per_sample()
- Originally committed as revision 5663 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 PM Revision c448303d (ffmpeg): seems i forgot to commit this simplification ...
- Originally committed as revision 5662 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:50 PM Revision ac3e1834 (ffmpeg): av_get_bits_per_sample and due simplifications
- Originally committed as revision 5661 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:08 AM Revision 29c5cdca (ffmpeg): Fix compilation with --disable-decoders.
- patch by Emiliano Parasassi, millallo --at-- gmail --dot-- com
Originally committed as revision 5660 to svn://svn.ff... - 11:07 AM Revision 6a09487e (ffmpeg): Chinese AVS decoder
- Originally committed as revision 5659 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:50 AM Revision 55582f8d (ffmpeg): table contains vlc with 19 bits and 8*2 < 19
- Originally committed as revision 5658 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 AM Revision 5ab0f204 (ffmpeg): spelling/grammar
- Originally committed as revision 5657 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:25 AM Revision 9fcee585 (ffmpeg): unresponsive maintainer policy (its pretty much what has always been ...
- changes have been ok-ed by a lot of people (see ffmpeg-dev)
iam commiting this with all the spelling errors intact an... - 09:43 AM Revision e8d2507c (ffmpeg): add MS ADPCM fourcc
- Originally committed as revision 5655 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:56 AM Revision e7cc4b52 (ffmpeg): skip others fourcc, if present
- Originally committed as revision 5654 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:45 AM Revision 421de257 (ffmpeg): clean
- Originally committed as revision 5653 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:02 AM Revision 913e93d5 (ffmpeg): Improve chroma MC: correct case for FASTUVMC=1, use slower but correc...
- Not quite there yet but a bit better picture on some files.
Originally committed as revision 5652 to svn://svn.ffmpe... - 04:51 AM Revision 50af2fd3 (ffmpeg): Enable coefficient scaling
- Originally committed as revision 5651 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:50 AM Revision 928dc49d (ffmpeg): Don't read out-of-bounds values.
- Originally committed as revision 5650 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/06/2006
- 09:41 PM Revision 1ede1725 (ffmpeg): simplify
- Originally committed as revision 5649 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:32 PM Revision 0ac3dcb8 (ffmpeg): build mpegaudio.c and ac3enc.c only if needed
- Originally committed as revision 5648 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:23 PM Revision 3284e7f3 (ffmpeg): hopefully better for platforms not supporting misaligned read
- Originally committed as revision 5647 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:21 PM Revision 1a1650fe (ffmpeg): make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to...
- Originally committed as revision 5646 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:35 PM Revision 76b56668 (ffmpeg): increasing version for AVBitStreamFilters
- Originally committed as revision 5645 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:28 PM Revision 514e0831 (ffmpeg): noise bitstream filter
- add priv_data field to AVBitStreamFilterContext
Originally committed as revision 5644 to svn://svn.ffmpeg.org/ffmpeg... - 03:04 PM Revision 748c2fca (ffmpeg): AVBitStreamFilter (some thingy which can modify the bitstream like ad...
- Originally committed as revision 5643 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:57 PM Revision 06fcf56c (ffmpeg): typo fix
- Originally committed as revision 5642 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 PM Revision 875f9287 (ffmpeg): 10l, all modes is 0x81FF
- Originally committed as revision 5641 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:38 PM Revision b7d9da10 (ffmpeg): simplify and write correct values conforming to specs
- Originally committed as revision 5640 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:53 PM Revision 62a05b5b (ffmpeg): Mark some read-only datastructures as const.
- patch by Stefan Huehner, stefan & at & huehner & dot & org
Originally committed as revision 5639 to svn://svn.ffmpeg... - 01:25 PM Revision 0540cad3 (ffmpeg): 100l to whoever write this
- Originally committed as revision 5638 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 PM Revision 2111e3f9 (ffmpeg): check for unparsed AMR input
- Originally committed as revision 5637 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:17 PM Revision 9a39cd35 (ffmpeg): vbr requires version=1 and samplesize=0 per QT spec
- untested, but if this doesnt work the issue is likely somewhere else, as iam just chaning the random nonsense we do t...
- 03:42 AM Revision 1ae4a8e6 (ffmpeg): Fix one case of choosing MV for chroma
- Originally committed as revision 5635 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/05/2006
- 10:57 PM Revision a020e2c5 (ffmpeg): Add proper LGPL header.
- Originally committed as revision 5634 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 PM Revision da2e9781 (ffmpeg): spelling typo
- Originally committed as revision 5633 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision 277e84f5 (ffmpeg): Fix compilation with --disable-muxers.
- patch by Gianluigi Tiesi, mplayer==at==netfarm==dot==it
Originally committed as revision 5632 to svn://svn.ffmpeg.or... - 08:32 PM Revision 24dd8c61 (ffmpeg): Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo...
- Originally committed as revision 5631 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:34 PM Revision bb428277 (ffmpeg): use $(LIBOBJFLAGS) when compiling sparc/*.c
- Originally committed as revision 5630 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:31 PM Revision 6eefb6fd (ffmpeg): set CONFIG_ENCODERS/CONFIG_DECODERS only if any encoders/decoders are...
- Originally committed as revision 5629 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:31 PM Revision 98d417cb (ffmpeg): #define SBUTTERFLY outside CONFIG_ENCODERS
- Originally committed as revision 5628 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:11 PM Revision 2e0141c3 (ffmpeg): even more cbp safety
- Originally committed as revision 5627 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:08 PM Revision 0e9b7305 (ffmpeg): missed removing this line in my last commit
- Originally committed as revision 5626 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:53 PM Revision 67e21e07 (ffmpeg): Remove obsolete and non-functional support for external LZO.
- patch by Ville Skyttä, scop at users dot sourceforge dot net
Originally committed as revision 5625 to svn://svn.ffmp... - 02:33 PM Revision 75fe1905 (ffmpeg): 100l: V_PATH vs VPATH typo
- Originally committed as revision 5624 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:12 PM Revision f130fd46 (ffmpeg): cosmetics: Break overly long lines.
- Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:09 PM Revision 6e03fa50 (ffmpeg): Remove erroneous -I../.. flag that points outside of the src directory.
- Originally committed as revision 5621 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:01 PM Revision 045bb919 (ffmpeg): simplify: $(SRC_PATH)/tests --> $(V_PATH)
- Originally committed as revision 5620 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/04/2006
- 11:05 PM Revision 813457e5 (ffmpeg): set flags needed for shared libs on solaris
- Originally committed as revision 5619 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision 05e7e64d (ffmpeg): add rounding bias earlier in the idct, avoids many adds
- Originally committed as revision 5618 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:39 PM Revision 959e63c9 (ffmpeg): floorf() is not used, and causes warnings on Solaris
- Originally committed as revision 5617 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:33 PM Revision cde2d79a (ffmpeg): Try to find a better shell if the one configure was started under is
- broken. Solaris /bin/sh is broken.
Originally committed as revision 5616 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:15 PM Revision 109d2de1 (ffmpeg): Mark read-only data as const. Patch by stefan huehner org.
- Originally committed as revision 5615 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:24 PM Revision 720c69da (ffmpeg): solaris sh doesn't allow functions and variables with the same name
- Originally committed as revision 5614 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:08 PM Revision 57d664ff (ffmpeg): return -1 on bitstream errors instead of continuing, as the following...
- Originally committed as revision 5613 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:06 PM Revision 784036e4 (ffmpeg): simplify intra prediction mode decoding
- Originally committed as revision 5612 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:42 PM Revision 5ca01068 (ffmpeg): check cbp for validity, avoids possible out of array reads / segfaults
- Originally committed as revision 5611 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:30 PM Revision 5781d6d6 (ffmpeg): minor simplificationn
- Originally committed as revision 5610 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:40 PM Revision 66d0ad26 (ffmpeg): Implement intensity compensation
- Originally committed as revision 5609 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:39 PM Revision 8a66a390 (ffmpeg): Correctly choose global transform mode, MV mode and fix bitplane deco...
- Originally committed as revision 5608 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:33 PM Revision 35a9cac8 (ffmpeg): Optimizations suggested by Michael Niedermayer
- Originally committed as revision 5607 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:03 PM Revision 5cb49ca1 (ffmpeg): write exact values for audio stsd v1
- Originally committed as revision 5606 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/03/2006
- 11:46 PM Revision 693caa72 (ffmpeg): i wont split h263.c, too much work, and not important at all ...
- Originally committed as revision 5605 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 PM Revision 83d07313 (ffmpeg): attempt to detect Chinese AVS video
- Originally committed as revision 5604 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 PM Revision ad78c0f3 (ffmpeg): cleanup macroblock layer: merged decode of skipped MBs
- with non-skipped
Originally committed as revision 5603 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:37 PM Revision f503b195 (ffmpeg): cosmetic patch:
- Doxygen-style comments
added some more comments
Originally committed as revision 5602 to svn://svn.ffmpeg.org/ffmpeg... - 05:22 PM Revision 05103ed3 (ffmpeg): Correctly detect when use hpel or qpel mode
- Originally committed as revision 5601 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:21 PM Revision ef6cc8ce (ffmpeg): 4-MV mode final fixes (now it works for non-exotic modes)
- Originally committed as revision 5600 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:17 PM Revision 4a5343fa (ffmpeg): vc1_decode_intra_block() simplifications and corrections
- Originally committed as revision 5599 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:32 PM Revision cc0bc648 (ffmpeg): add GXF demuxer
- Originally committed as revision 5598 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:09 PM Revision 767aeb11 (ffmpeg): simplify
- Originally committed as revision 5597 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 AM Revision 5351c29c (ffmpeg): fix endianess build in a better way
- Originally committed as revision 5596 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 AM Revision 9c39071d (ffmpeg): Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h
- Originally committed as revision 5595 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:08 AM Revision d6950e91 (ffmpeg): more maintainers, if someone doesnt want to maintain something just s...
- Originally committed as revision 5594 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:20 AM Revision 1e5707b7 (ffmpeg): porder patch by (Justin Ruggles jruggle a t earthlink d ot net)
- Originally committed as revision 5593 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:16 AM Revision a8d88e03 (ffmpeg): big endian fix
- Originally committed as revision 5592 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:38 AM Revision e4bf0302 (ffmpeg): 4-MV decoding support
- Originally committed as revision 5591 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:16 AM Revision b482e2d1 (ffmpeg): CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
- Originally committed as revision 5590 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/02/2006
- 10:01 PM Revision 3f8674a9 (ffmpeg): remove redundant macro definitions
- Originally committed as revision 5589 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:53 PM Revision 8fb0d073 (ffmpeg): kill warning
- Originally committed as revision 5588 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:20 PM Revision d10fda8e (ffmpeg): 1l: put that int i back
- Originally committed as revision 5587 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 PM Revision 26b89135 (ffmpeg): kill warnings
- Originally committed as revision 5586 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision 4dddc5e1 (ffmpeg): kill warnings
- Originally committed as revision 5585 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:01 PM Revision fb9cc9e7 (ffmpeg): compile md5 and include in libavutil.a
- Originally committed as revision 5584 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:01 PM Revision 93d6aeb0 (ffmpeg): add missing declaration for av_md5_sum
- Originally committed as revision 5583 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 PM Revision f28660eb (ffmpeg): cast pointers to make compiler happy
- remove test define
Originally committed as revision 5582 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:24 PM Revision 5c6a5d58 (ffmpeg): simplify
- Originally committed as revision 5581 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:17 PM Revision bf840994 (ffmpeg): make distclean clean everything
- Originally committed as revision 5580 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:58 PM Revision 20ffddb9 (ffmpeg): CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer ...
- Originally committed as revision 5579 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision 761089b0 (ffmpeg): staric frame_rate_tab -> non static ff_frame_rate_tab part of the cav...
- Originally committed as revision 5578 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:14 PM Revision 474176bf (ffmpeg): 3 lines while -> 1 line for loop
- Originally committed as revision 5577 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:10 PM Revision 5d2f52b9 (ffmpeg): simplify
- Originally committed as revision 5576 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:01 PM Revision b2e30cb3 (ffmpeg): simplify compute_autocorr
- Originally committed as revision 5575 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 PM Revision 41275956 (ffmpeg): dont use memcpy for copying structs
- Originally committed as revision 5574 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:06 AM Revision 7c69b830 (ffmpeg): simplify
- Originally committed as revision 5573 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 AM Revision a403fc03 (ffmpeg): flac-lpc patch by (Justin Ruggles jruggle earthlink net)
- tabs removed and regression.sh fixed (it was missing in the patch) by me
Originally committed as revision 5572 to sv... - 09:30 AM Revision 78f67b7a (ffmpeg): simplify
- Originally committed as revision 5571 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:05 AM Revision 79433554 (ffmpeg): ff_fft_init now double checks that the system has mm3dnow.h before
- checking if the cpu can do 3dnow at all. This bug caused amd cpu's
without sse to not have a working fft function. Ie... - 01:52 AM Revision 76f2a12f (ffmpeg): remove unneeded casts
- Originally committed as revision 5569 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:39 AM Revision 3dd46a29 (ffmpeg): get rid of veccpy(), replace with simple assignment
- Originally committed as revision 5568 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/01/2006
- 10:52 PM Revision 0abc2e73 (ffmpeg): new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)
- Originally committed as revision 5567 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:33 PM Revision 91c58c94 (ffmpeg): fill_mbaff_ref_list is missing a return statement, its return value
- is ignored, and it can't possibly fail, so make it void
Originally committed as revision 5566 to svn://svn.ffmpeg.or... - 02:39 PM Revision 2df19ea5 (ffmpeg): Remove unneeded code
- Originally committed as revision 18880 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:02 AM Revision 94d85eaf (ffmpeg): md5 support
- depending on CONFIG_SMALL this can either be compiled to a fully unrolled kernel / rfc reference style md5 routine
or... - 07:22 AM Revision 8f8d0e48 (ffmpeg): Adjust AC prediction if (some) predictors are not available.
- Originally committed as revision 5564 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:13 AM Revision e9f2396e (ffmpeg): 0xFFFF l of cola. Now P-frames are decoded almost without distortions.
- Originally committed as revision 5563 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 AM Revision a34c26cc (ffmpeg): Remove unused variable (and it wasn't free'd too)
- Originally committed as revision 5562 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:17 AM Revision 0f7344aa (ffmpeg): Use MpegEncContext->mbskip_table instead of custom bitplane.
- Originally committed as revision 5561 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/30/2006
- 12:00 PM Revision 73435f00 (ffmpeg): Move postproc ---> libswscale
- Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:26 AM Revision c99ddfa4 (ffmpeg): Woops, this file was supposed to be added in r5556: "Move initialisat...
- Originally committed as revision 5560 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:00 AM Revision a9493601 (ffmpeg): * Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no
- need for 1 more extra byte.
* Checking whether the to be allocated size is larger than INT_MAX,
doesn't assure that ... - 07:50 AM Revision 3a6fc8fa (ffmpeg): Disable w53 and w97 cmp methods when snow encoder is disabled
- Patch by Diego 'Flameeyes' Petteno flameeyes AH gentoo PP org
Original thread:
Date: Jun 30, 2006 1:16 AM
Subject: [F... - 07:45 AM Revision 72468a03 (ffmpeg): make sure NDEBUG is not defined already before defining it
- Patch by Diego 'Flameeyes' Petteno flameeyes AA gentoo PP org
Original thread:
Date: Jun 30, 2006 1:09 AM
Subject: [F... - 07:41 AM Revision e006c307 (ffmpeg): Move initialisations and internal symbols in allformats.h,
- patch by Diego "Flameeyes" Petteno flameeyes AA gentoo PP org
Original thread:
Date: Jun 30, 2006 2:07 AM
Subject: [F... - 05:53 AM Revision f2508b17 (ffmpeg): anothe useless sizeof(char)
- Originally committed as revision 5555 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 AM Revision 3f6d6af6 (ffmpeg): Slightly reworked MC code, it gives better picture.
- Originally committed as revision 5554 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:17 AM Revision c436ff41 (ffmpeg): typo
- Originally committed as revision 5553 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:47 AM Revision 7d77d5f6 (ffmpeg): spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (...
- Originally committed as revision 5552 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/29/2006
- 11:47 PM Revision 1a268acc (ffmpeg): compiler sanity check
- Originally committed as revision 5551 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:32 PM Revision fac252f9 (ffmpeg): add --cross-compile option to assume cross-compilation without cross-...
- Originally committed as revision 5550 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:19 PM Revision ddab0670 (ffmpeg): send output of exec checks to log file
- Originally committed as revision 5549 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 PM Revision 8d923001 (ffmpeg): detect availability of -rdynamic and -export-dynamic
- Originally committed as revision 5548 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:42 PM Revision 62c52121 (ffmpeg): extradata may be used as bitstream reader input so allocate with padding
- Originally committed as revision 5547 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:03 PM Revision 25c533a2 (ffmpeg): detect audio-only program streams and broken files made by VDR
- Originally committed as revision 5546 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:02 PM Revision 344a18c3 (ffmpeg): do not fail av_find_stream_info() if params for all streams could not...
- Originally committed as revision 5545 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:17 AM Revision c6bb50e0 (ffmpeg): Fix initialization of vc1_decoder (the same as wmv3_decoder).
- Patch by Reimar Doeffinger.
Originally committed as revision 5544 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:05 AM Revision 87dfe848 (ffmpeg): Some optimization and fixes - mostly reworked MC and bitplanes.
- Originally committed as revision 5543 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:02 AM Revision e8ba1cea (ffmpeg): This should make P-frames decoding work on x86 (by avoiding get_bits(0))
- Originally committed as revision 5542 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:52 AM Revision b028a866 (ffmpeg): 'uname -m' returns IP<number> for MIPS CPUs on IRIX.
- Originally committed as revision 5541 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/28/2006
- 09:40 PM Revision 19e0e403 (ffmpeg): detect MPEG PES streams as MPEG PS; the PS demuxer will cope
- Originally committed as revision 5540 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:46 PM Revision 54003e1a (ffmpeg): get svn version when using separate build tree
- Originally committed as revision 5539 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:18 PM Revision 76a77ff2 (ffmpeg): Properly set the image depth
- Originally committed as revision 5538 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 AM Revision b582d7ba (ffmpeg): dont read over the end of a data chunk and at the end search for the ...
- Originally committed as revision 5537 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/27/2006
- 09:01 PM Revision e71bcc37 (ffmpeg): flacenc - rice param search patch by (Justin Ruggles jruggle earthli...
- 1) search for optimal rice parameters and partition order. i also
modified the stereo method estimation to use this t... - 03:37 PM Revision f26c2ef5 (ffmpeg): Added loop filtering as ersatz for overlap filter (improves picture q...
- Originally committed as revision 5535 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 PM Revision 8985c915 (ffmpeg): VC1 Intra blocks in P-frames use different zigzag table than I-frames.
- Originally committed as revision 5534 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:13 PM Revision 0b52626e (ffmpeg): Do not read full byte when less than 8 bits are still to be read.
- Does not make a difference with any of my samples, but current
code does not make much sense.
Originally committed a... - 12:09 PM Revision a5ecd69e (ffmpeg): Ignore overrun in spectral RLE decoding, fixes
- http://www.missouri.edu/~bah347/gprime/nintendothemesacappellax.wmv
Originally committed as revision 5532 to svn://s... - 07:38 AM Revision 2122f9c0 (ffmpeg): Install into $PROGRAMFILES instead of a hardcoded path on MinGW.
- patch by Ramiro Polla, ramiro86 %at% hotmail %dot% com
Originally committed as revision 5531 to svn://svn.ffmpeg.org... - 03:11 AM Revision be3492ec (ffmpeg): VC-1 decoder with I-frames support and partial P-frames decoding
- Originally committed as revision 5530 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 AM Revision 10b9c374 (ffmpeg): Rename VC9 to VC1 as there is no such thing as VC9
- Originally committed as revision 5529 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/26/2006
- 06:00 AM Revision f33aa120 (ffmpeg): stereo decorrelation support by (Justin Ruggles jruggle earthlink net>)
- Originally committed as revision 5528 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/25/2006
- 09:22 PM Revision 6c35b4de (ffmpeg): 10l
- Originally committed as revision 5527 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:37 PM Revision f3a30e3a (ffmpeg): cleanup patch from Diego Pettenò <flameeyes@gentoo.org>
- Originally committed as revision 5526 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:12 PM Revision 521f2587 (ffmpeg): Make debug work early on ffplay
- Originally committed as revision 5525 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 PM Revision ea02862a (ffmpeg): s/u_char/uint8_t/ accidentally copied from tcvp
- Originally committed as revision 5524 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 PM Revision 40c5e1fa (ffmpeg): 10l: don't allocate a new buffer quite so often
- Originally committed as revision 5523 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 12a195e3 (ffmpeg): cleaned up buffer management
- Originally committed as revision 5522 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:10 AM Revision 42fb4148 (ffmpeg): check only existing streams
- Originally committed as revision 5521 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/24/2006
- 09:19 PM Revision aedf11f8 (ffmpeg): -logg needs to be after -lvorbis
- Originally committed as revision 5520 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:57 PM Revision 7beb802b (ffmpeg): fix a silly typo (1l to myself)
- Originally committed as revision 5519 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:09 PM Revision 24e15910 (ffmpeg): minor cleanup
- Originally committed as revision 5518 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:09 PM Revision 0aec3c5c (ffmpeg): simplify
- Originally committed as revision 5517 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:56 PM Revision d1015e88 (ffmpeg): simplify & optimize things a little
- Originally committed as revision 5516 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:40 AM Revision aeb2904e (ffmpeg): flac regression test
- Originally committed as revision 5515 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:20 AM Revision 9e96ab03 (ffmpeg): first rudimentary version of (Justin Ruggles jruggle earthlink net) ...
- Originally committed as revision 5514 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:57 AM Revision 9e0db7d5 (ffmpeg): simplify
- Originally committed as revision 5513 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:25 AM Revision cef7cc72 (ffmpeg): CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink net
- Originally committed as revision 5512 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/23/2006
- 03:07 PM Revision a66d63a9 (ffmpeg): Produce correct version string even when not run in a Subversion work...
- based on a patch by Ismail Dönmez ismail##@##pardus##.##org##.##tr
Originally committed as revision 5511 to svn://sv...
06/22/2006
- 09:28 PM Revision fd071c26 (ffmpeg): .depend needs version.h, noticed by Uoti Urpala
- Originally committed as revision 5510 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:57 PM Revision 2ba042a7 (ffmpeg): enable logging in configure by default, and print some advice on failure
- Originally committed as revision 5509 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/21/2006
- 08:50 PM Revision 87f1c97e (ffmpeg): allow recent libfaad versions with new function names
- Originally committed as revision 5508 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:21 AM Revision 0187178e (ffmpeg): fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern...
- Originally committed as revision 5507 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/20/2006
- 10:19 PM Revision ea138e97 (ffmpeg): Remove unused variable, patch by Stefan Huehner stefan__at__huehner__...
- Originally committed as revision 5506 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:46 PM Revision c10824ea (ffmpeg): increase search limit in av_find_stream_info
- Originally committed as revision 5505 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 AM Revision 47261113 (ffmpeg): Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> f...
- Originally committed as revision 5504 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 AM Revision 5689ec7c (ffmpeg): Remove unused FFMPEG_VERSION_INT.
- Note: If this is useful I'll put it in version.sh/version.h.
Originally committed as revision 5503 to svn://svn.ffmp... - 10:24 AM Revision f1cc88a5 (ffmpeg): Use Subversion revision for FFMPEG_VERSION.
- based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr
Originally committed as revision 5502 to svn... - 12:04 AM Revision d2845d68 (ffmpeg): Remove unused VERSION definition from config.mak.
- Originally committed as revision 5501 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/19/2006
- 11:26 PM Revision 0cfd96cc (ffmpeg): Avoid binary stripping rule code duplication.
- Originally committed as revision 5500 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:20 PM Revision d8bee8dd (ffmpeg): allow packets with non-zero PES_scrambling_control
- Originally committed as revision 5499 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:28 AM Revision aa1c1c61 (ffmpeg): fix aac in mov for ipod
- Originally committed as revision 5498 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/18/2006
- 11:33 AM Revision 7b49ce2e (ffmpeg): Add const to (mostly) char* and make some functions static, which are...
- outside their declaring source file and which have no corresponding prototype.
patch by Stefan Huehner stefan^^@^^hue...
06/17/2006
- 10:01 PM Revision 3b9bee88 (ffmpeg): libfaac uses pascal calling convention on win32 so the generic tests
- can't be used
Originally committed as revision 5496 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:02 PM Revision ab955d47 (ffmpeg): add myself as build system maintainer
- Originally committed as revision 5495 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:51 PM Revision 5d38ba33 (ffmpeg): put local -L flags first in link commands
- Originally committed as revision 5494 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:46 PM Revision e8772eec (ffmpeg): Cosmetics: should not hurt performance, scream if are
- Originally committed as revision 5493 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:53 PM Revision a97c1e93 (ffmpeg): Add (mostly) const to variable and parameter declaration, where a cha...
- used and 'const char*' should be, plus make some function declarations
static if they aren't used outside their decla... - 02:39 PM Revision c8e9f801 (ffmpeg): improved logging tests
- Originally committed as revision 5491 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:13 PM Revision 407ddb4e (ffmpeg): update libav regression tests for r5449 (adpcm)
- Originally committed as revision 5490 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 AM Revision 2b9c9e09 (ffmpeg): Rename version from CVS to the more sensible HEAD.
- Originally committed as revision 5489 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/16/2006
- 08:45 PM Revision 79d1ec91 (ffmpeg): use standard codec tag if the specified tag is out of range and would be
- truncated
Originally committed as revision 5488 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:41 PM Revision 4f8ff17e (ffmpeg): The AAC frame header uses 13 bits for the frame size, so the buffer s...
- have room for such a frame. A frame that large seems unlikely in a valid
file, but leaving room for it spares us the... - 07:26 PM Revision 57bd82d4 (ffmpeg): test availability of various compiler flags, and verify that requested
- libraries are really installed
Originally committed as revision 5486 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:06 AM Revision 2c8e2014 (ffmpeg): Fix compilation with all combinations of --disable-(de)muxers.
- Originally committed as revision 5485 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:54 AM Revision a5e9102b (ffmpeg): free codec extradata in av_close_input_file
- Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/15/2006
- 11:26 PM Revision 47dd81c7 (ffmpeg): make dump_format output more homogenous
- Originally committed as revision 5483 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 PM Revision 05edc1a7 (ffmpeg): export all tracks to libavformat layer
- Originally committed as revision 5482 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 PM Revision 5e1d2731 (ffmpeg): vfr mov/mp4 todo item
- Originally committed as revision 5481 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:15 PM Revision eaddc471 (ffmpeg): Fix segfault
- Patch by R. Brian Anderson (andersrb AT cliftonlabs DOT com)
Originally committed as revision 5480 to svn://svn.ffmp... - 09:20 AM Revision 1449b722 (ffmpeg): 10l to whoever wrote this
- Originally committed as revision 5479 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:36 AM Revision 3c47c174 (ffmpeg): Fix typo
- Originally committed as revision 5478 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/14/2006
- 09:02 PM Revision 29f3b38a (ffmpeg): check for SDL_VideoInfo.current_[wh] availability in configure, and
- fall back on SDL_WM_ToggleFullScreen() if not available
Originally committed as revision 5477 to svn://svn.ffmpeg.or... - 07:10 PM Revision 4a387d7d (ffmpeg): update regression tests for r5449 (adpcm)
- Originally committed as revision 5476 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:32 AM Revision b7b22558 (ffmpeg): dont load the index if we cant seek back
- Originally committed as revision 5475 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom