Måns Rullgård [Mon, 12 Dec 2005 01:56:46 +0000 (01:56 +0000)]
use PRIxN, %zd, %td formats where needed
Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 12 Dec 2005 01:51:38 +0000 (01:51 +0000)]
fix const warning
Originally committed as revision 4739 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 12 Dec 2005 01:42:06 +0000 (01:42 +0000)]
remove unused variables
Originally committed as revision 4738 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 12 Dec 2005 00:53:05 +0000 (00:53 +0000)]
QDM2
Originally committed as revision 4737 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fredrik Orderud [Mon, 12 Dec 2005 00:48:42 +0000 (00:48 +0000)]
Define EMULATE_INTTYPES for all windows-systems, except Cygwin and MinGW
to simplify usage on Windows.
patch by Fredrik Orderud fredrik - . - orderud - @ - idi - . - ntnu - . - no
Originally committed as revision 4736 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Dec 2005 17:36:54 +0000 (17:36 +0000)]
use utf-8 encoding
Originally committed as revision 4735 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sun, 11 Dec 2005 02:16:21 +0000 (02:16 +0000)]
recognize some more nal types
Originally committed as revision 4734 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Sun, 11 Dec 2005 00:56:39 +0000 (00:56 +0000)]
This patch adds some support for non-joint stereo streams. It also
removes some fixmes.
Patch by Benjamin Larsson
Originally committed as revision 4733 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Dec 2005 00:45:33 +0000 (00:45 +0000)]
alpha needs -fPIC for shared libs
Originally committed as revision 4732 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Sat, 10 Dec 2005 22:53:44 +0000 (22:53 +0000)]
Add the rest of missing Reg_* macros to support both AMD-64 style regs and IA32 regs.
Not used yet, but should be once the SIMD code to accelerate Snow decoding is merged.
Originally committed as revision 4731 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sat, 10 Dec 2005 17:14:24 +0000 (17:14 +0000)]
SONAME support for shared libs
patch by Luca Barbato < .. lu_zero .. @@ .. gentoo .. . .. org .. >
Originally committed as revision 4730 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Fri, 9 Dec 2005 16:58:00 +0000 (16:58 +0000)]
Add credit for cook
Originally committed as revision 4729 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Fri, 9 Dec 2005 16:56:16 +0000 (16:56 +0000)]
Add cook decoder
Originally committed as revision 4728 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 9 Dec 2005 16:32:00 +0000 (16:32 +0000)]
cook
Originally committed as revision 4727 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Fri, 9 Dec 2005 16:08:18 +0000 (16:08 +0000)]
Cook compatibe decoder, patch by Benjamin Larsson
Add cook demucing, change rm demuxer so that it reorders audio packets
before sending them to the decoder, and send minimum decodeable sized
packets; pass only real codec extradata fo the decoder
Fix 28_8 decoder for the new demuxer strategy
Originally committed as revision 4726 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 7 Dec 2005 18:21:16 +0000 (18:21 +0000)]
psnr calculation with threads>1 fix
Originally committed as revision 4725 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Tue, 6 Dec 2005 17:42:16 +0000 (17:42 +0000)]
Support for samples with fft_order = 7
Fail init for unknown fft order, to prevent an array overflow
Output sound high-pitched compared to binary. Sample here
http://a1862.g.akamai.net/7/1862/14448/v1/esa.download.akamai.com/13452/qt/ESA_VenusExpress_110K_Stream.mov
Originally committed as revision 4724 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Tue, 6 Dec 2005 16:58:03 +0000 (16:58 +0000)]
Remove duplicated fft init
Originally committed as revision 4723 to svn://svn.ffmpeg.org/ffmpeg/trunk
Steven M. Schultz [Tue, 6 Dec 2005 09:38:12 +0000 (09:38 +0000)]
Add the necessary 'strip' commands to the BSD/OS section of configure because
BSD/OS does not like shared libraries without a symbol table and gives errors
when linking against libavcodec.so otherwise.
patch by Steven M. Schultz < sms == at == 2BSD == dot == COM >
Originally committed as revision 4722 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Mon, 5 Dec 2005 23:14:55 +0000 (23:14 +0000)]
fix for systems not defining PRIu64, not everyone knows C99.
Originally committed as revision 4721 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 5 Dec 2005 20:44:56 +0000 (20:44 +0000)]
Unify include paths, -I.. is in CFLAGS.
Originally committed as revision 4720 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 5 Dec 2005 00:15:51 +0000 (00:15 +0000)]
ogg format probe function by Ivo <ivop at euronet nl>
Originally committed as revision 4719 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 3 Dec 2005 14:20:03 +0000 (14:20 +0000)]
check block_max_depth (fixes crash)
Originally committed as revision 4718 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 3 Dec 2005 03:07:54 +0000 (03:07 +0000)]
make selftest code compile again
Originally committed as revision 4717 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 2 Dec 2005 15:25:10 +0000 (15:25 +0000)]
Elaborate on the Visual C-- situation.
Originally committed as revision 4716 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 2 Dec 2005 15:14:09 +0000 (15:14 +0000)]
ffserver should be fixed now.
Originally committed as revision 4715 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 2 Dec 2005 00:12:37 +0000 (00:12 +0000)]
default_get_buffer() cleanup
fixes probably exploitable heap overflow
heap overflow found by (Simon Kilvington <s D kilvington A eris D qinetiq D com>)
Originally committed as revision 4714 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strasser [Thu, 1 Dec 2005 18:20:15 +0000 (18:20 +0000)]
Fixed format specifier in STOP_TIMER macro.
Originally committed as revision 4713 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Wed, 30 Nov 2005 10:50:13 +0000 (10:50 +0000)]
add some h.264 fourccs to codec_bmp_tags[]
Originally committed as revision 4712 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 30 Nov 2005 01:40:50 +0000 (01:40 +0000)]
BMP image decoder
Originally committed as revision 4711 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 29 Nov 2005 21:12:30 +0000 (21:12 +0000)]
use $CFLAGS and $LDFLAGS in dlopen() check
Originally committed as revision 4710 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Mon, 21 Nov 2005 20:03:35 +0000 (20:03 +0000)]
Make DV(B|D) subtitles (en|de)coders be conditonnaly compiled depending on the configure system
Original thread:
Date: Nov 20, 2005 9:25 PM
Subject: [PATCH] make dvdsub encoder depend on config variables
Originally committed as revision 4709 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sun, 20 Nov 2005 23:09:05 +0000 (23:09 +0000)]
Mark all 12 block unused when there are no coded blocks
Fixes 422/444 artifacts
Originally committed as revision 4708 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 15 Nov 2005 10:28:48 +0000 (10:28 +0000)]
ffserver fixed
Originally committed as revision 4707 to svn://svn.ffmpeg.org/ffmpeg/trunk
Wolfram Gloger [Mon, 14 Nov 2005 22:17:29 +0000 (22:17 +0000)]
dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS uni-muenchen POIS de >
Original thread:
Date: 8 Oct 2005 09:35:38 -0000
Subject: [Ffmpeg-devel] [PATCH] dvdsub encoder -- 2nd version
Originally committed as revision 4706 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 14 Nov 2005 00:30:37 +0000 (00:30 +0000)]
Unify include paths, -I.. is in CFLAGS.
Originally committed as revision 16986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Alex Beregszaszi [Sun, 13 Nov 2005 20:12:33 +0000 (20:12 +0000)]
10l, left debugging on
Originally committed as revision 4705 to svn://svn.ffmpeg.org/ffmpeg/trunk
Matthieu Castet [Sun, 13 Nov 2005 20:06:31 +0000 (20:06 +0000)]
Correctly skip unknown matrices (patch by Matthieu Castet) and disable comment reading
Originally committed as revision 4704 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 13 Nov 2005 17:59:21 +0000 (17:59 +0000)]
Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for Theora 3.4 and stream created by Elphel cameras are decodable.
Originally committed as revision 4703 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 13 Nov 2005 17:48:27 +0000 (17:48 +0000)]
fixed long standing off-by-one bug (fixes playback on ppc)
Originally committed as revision 4702 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 13 Nov 2005 17:46:21 +0000 (17:46 +0000)]
mode_code_vlc_table size mismatch
Originally committed as revision 4701 to svn://svn.ffmpeg.org/ffmpeg/trunk
Corey Hickey [Sun, 13 Nov 2005 09:18:14 +0000 (09:18 +0000)]
DTS is 0x2001 according to: www1.mplayerhq.hu/MPlayer/DOCS/codecs-status.html
Patch by Corey Hickey < bugfood DAH ml AH fatooh POIS org >
Originally committed as revision 4700 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 13 Nov 2005 03:33:26 +0000 (03:33 +0000)]
updated regression reference
Originally committed as revision 4699 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 13 Nov 2005 03:32:12 +0000 (03:32 +0000)]
Support for streaming: dont write indexes and dont signal HAS_INDEX in header. Also set filesize to max in this case.
Originally committed as revision 4698 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 13 Nov 2005 03:26:43 +0000 (03:26 +0000)]
support for unlimited feed size
Originally committed as revision 4697 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 13 Nov 2005 03:16:39 +0000 (03:16 +0000)]
10l to michael not updating this after changing crc to output 0x prefixes (crc.c rev 1.10)
Originally committed as revision 4696 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 13 Nov 2005 03:12:14 +0000 (03:12 +0000)]
debug the launch commandline and new connections
Originally committed as revision 4695 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 13 Nov 2005 03:00:30 +0000 (03:00 +0000)]
make ffserver regressions work again
Originally committed as revision 4694 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 13 Nov 2005 01:45:13 +0000 (01:45 +0000)]
Make Launch more appropriate with support for full paths for the ffmpeg binary
Originally committed as revision 4693 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 13 Nov 2005 01:41:01 +0000 (01:41 +0000)]
Support Launch when BindAddress is not INADDR_ANY or localhost. Also fix a possible buffer overflow
Originally committed as revision 4692 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 13 Nov 2005 01:30:20 +0000 (01:30 +0000)]
strict -1 is mandatory for jpegs because the colorspace thingie, this should be handled in a better way though
Originally committed as revision 4691 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 13 Nov 2005 00:41:44 +0000 (00:41 +0000)]
remove -e debug=off, unsupported my some wget versions (1.9), and doesnt makes any difference
Originally committed as revision 4690 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sat, 12 Nov 2005 20:01:23 +0000 (20:01 +0000)]
support transcoding adpcm
Originally committed as revision 4689 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sat, 12 Nov 2005 05:23:25 +0000 (05:23 +0000)]
use sse16_sse2() in nsse
Originally committed as revision 4688 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Thu, 10 Nov 2005 18:05:45 +0000 (18:05 +0000)]
clear the whole vert_pred buffer for 24 bit decoding.
This is currently not needed since the decoder creates only half of the
pixels, but should reduce confusion for people fiddling with it *g*
Originally committed as revision 4687 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Thu, 10 Nov 2005 13:54:32 +0000 (13:54 +0000)]
improvements by Reimar Döffinger; 24-bit decoding is not perfect, only
the left half of the frame is painted, but the area that is painted
looks correct
Originally committed as revision 4686 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Thu, 10 Nov 2005 04:40:49 +0000 (04:40 +0000)]
fix a crash on seeking to an invalid frame
Originally committed as revision 4685 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 10 Nov 2005 02:25:47 +0000 (02:25 +0000)]
FFmpeg and feature requests
Originally committed as revision 4684 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 9 Nov 2005 19:18:20 +0000 (19:18 +0000)]
revert incorrect change
Originally committed as revision 4683 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 9 Nov 2005 11:29:29 +0000 (11:29 +0000)]
check MPV_frame_start() return value
Originally committed as revision 4682 to svn://svn.ffmpeg.org/ffmpeg/trunk
Steven M. Schultz [Wed, 9 Nov 2005 08:50:55 +0000 (08:50 +0000)]
s/log2/av_log2/
patch by Steven M. Schultz <sms at 2bsd com>
Originally committed as revision 4681 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fredrik Orderud [Mon, 7 Nov 2005 01:32:29 +0000 (01:32 +0000)]
Put double-quotes around the install path in the "install-headers" section
of the makefiles for libavcodec, libavformat and libavutil.
Fixes installing into paths with spaces in them, i.e. Windows.
patch by Fredrik Orderud < fredrik . orderud -- at -- idi . ntnu . no >
Originally committed as revision 4680 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 5 Nov 2005 19:03:07 +0000 (19:03 +0000)]
Two tables in truemotion1data.h were slightly different from VpVision
source. This patch fixes decoding of some samples from Phantasmagoria 2
(they use delta tables N1, not N0 as the rest of files).
patch by the author, Kostya Shishkov
< kostya -- dot -- shishkov -- at -- gmail -- dot -- com >
Originally committed as revision 4679 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 5 Nov 2005 00:16:03 +0000 (00:16 +0000)]
frame skip fixes
fix 16pixel error in comparission
fix vbv messup
fix unlimited skip intervals, limited by GOP now
Originally committed as revision 4678 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 5 Nov 2005 00:10:22 +0000 (00:10 +0000)]
per frame crc support
Originally committed as revision 4677 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Sat, 5 Nov 2005 00:00:24 +0000 (00:00 +0000)]
Place qdm2 and truemotion2 in ifdef block so that they can be disabled
Originally committed as revision 4676 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Nov 2005 23:50:11 +0000 (23:50 +0000)]
allow NULL write_header() and write_trailer()
Originally committed as revision 4675 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Nov 2005 23:24:24 +0000 (23:24 +0000)]
extradata endianness comment
Originally committed as revision 4674 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Thu, 3 Nov 2005 23:26:51 +0000 (23:26 +0000)]
tidier cabac_intra4x4_pred_mode
Originally committed as revision 4673 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Wed, 2 Nov 2005 09:18:32 +0000 (09:18 +0000)]
Typo fix
Originally committed as revision 4672 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sat, 29 Oct 2005 00:52:02 +0000 (00:52 +0000)]
Ingenient MJPEG support, more at artificis.hu/files/texts/ingenient.txt
Originally committed as revision 4671 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 28 Oct 2005 18:18:04 +0000 (18:18 +0000)]
no mixing of code and declarations
Originally committed as revision 4670 to svn://svn.ffmpeg.org/ffmpeg/trunk
Matthieu Castet [Fri, 28 Oct 2005 16:01:12 +0000 (16:01 +0000)]
Make rle_code int everywhere instead of signed char.
Fixes playback of auth_generator-demo.mov, for rle_code == -128 the assignement
rle_code = -rle_code would overflow.
Patch by matthieu castet (castet matthieu (at) free fr)
Originally committed as revision 4669 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Fri, 28 Oct 2005 06:37:32 +0000 (06:37 +0000)]
25% faster deblocking, 4-6% overall.
Originally committed as revision 4668 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Thu, 27 Oct 2005 21:03:36 +0000 (21:03 +0000)]
fix a crash on dropped frames
Originally committed as revision 4667 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Thu, 27 Oct 2005 06:45:29 +0000 (06:45 +0000)]
faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.
2-4% overall speedup.
Originally committed as revision 4666 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marcus Engene [Wed, 26 Oct 2005 20:16:57 +0000 (20:16 +0000)]
FreeBSD support as well as some assorted fixes
patch by the author, Marcus Engene < ffmpeg __ at __ engene __ dot __ se >
Originally committed as revision 4665 to svn://svn.ffmpeg.org/ffmpeg/trunk
Emiliano Parasassi [Wed, 26 Oct 2005 12:51:10 +0000 (12:51 +0000)]
avoid the registration of DECODERS if only CONFIG_DECODERS is not defined.
patch by Emiliano Parassassi < millallo AH tiscali -- it >
Original thread:
Date: Mon, 24 Oct 2005 13:03:01 +0200
Subject: [Ffmpeg-devel] [PATCH] avoid registration of decoders if only encoders are choosed
Originally committed as revision 4664 to svn://svn.ffmpeg.org/ffmpeg/trunk
Patrice Bensoussan [Wed, 26 Oct 2005 12:15:09 +0000 (12:15 +0000)]
Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- com >
http://avifile.sourceforge.net/asf-1.0.htm has more info about asf headers
Original thread:
Date: Oct 22, 2005 11:44 PM
Subject: [Ffmpeg-devel] [PATCH] Fix asf header decoding issue
Originally committed as revision 4663 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Wed, 26 Oct 2005 03:58:06 +0000 (03:58 +0000)]
10l: cqm weren't initialized in svq3.
Originally committed as revision 4662 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Tue, 25 Oct 2005 10:16:46 +0000 (10:16 +0000)]
h264 custom quant matrices
Originally committed as revision 4661 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Tue, 25 Oct 2005 01:17:20 +0000 (01:17 +0000)]
decode custom quant matrices.
based on a patch by anonymous, with optimizations by me.
Originally committed as revision 4660 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 23 Oct 2005 18:16:53 +0000 (18:16 +0000)]
Add DTS_INC to the CFLAGS for DTS. This is only set by external configure
programs (such as the MPlayer one) and thus somewhat hackish. We already
do this for things like MLIB_INC and IPP_INC so it should be acceptable.
Originally committed as revision 4659 to svn://svn.ffmpeg.org/ffmpeg/trunk
Patrice Bensoussan [Sat, 22 Oct 2005 19:17:39 +0000 (19:17 +0000)]
Fix lrintf detection when extra libs are not installed in a standard location.
patch by Patrice Bensoussan patrice = dot = bensoussan = at = gmail = dot = com
Originally committed as revision 4658 to svn://svn.ffmpeg.org/ffmpeg/trunk
Patrice Bensoussan [Sat, 22 Oct 2005 19:10:14 +0000 (19:10 +0000)]
Fix linking failure on Mac OS X <10.4.
patch by Patrice Bensoussan patrice = dot = bensoussan = at = gmail = . = com
Originally committed as revision 4657 to svn://svn.ffmpeg.org/ffmpeg/trunk
Steven M. Schultz [Fri, 21 Oct 2005 13:41:27 +0000 (13:41 +0000)]
Darwin install strips all global symbols, which gives undefined symbols
when linking against a stripped library. To avoid this, an installstrip
variable is added that can be overridden on a per-OS basis.
patch by Steven M. Schultz < sms == at -- 2BSD -- dot == COM >
Originally committed as revision 4656 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Thu, 20 Oct 2005 20:06:16 +0000 (20:06 +0000)]
Increase version: 'wave' atom parsing added to mov demuxer
Originally committed as revision 4655 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Thu, 20 Oct 2005 20:04:45 +0000 (20:04 +0000)]
Increase version because of QDM2 decoder addition
Originally committed as revision 4654 to svn://svn.ffmpeg.org/ffmpeg/trunk
Steve L'Homme [Wed, 19 Oct 2005 22:27:34 +0000 (22:27 +0000)]
init_get_bits() requires size in bits, not bytes
Patch by Steve Lhomme ||| steve | lhomme >at< free | fr |||
Originally committed as revision 4653 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Wed, 19 Oct 2005 18:42:37 +0000 (18:42 +0000)]
revert useless patch that was supposed to fix DTS support (but the fix belongs to MPlayer, not FFmpeg)
Originally committed as revision 4652 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 19 Oct 2005 14:37:15 +0000 (14:37 +0000)]
DESTDIR support , patch taken from the Debian package
by Samuel Hocevar < sam == at == zoy == dot == org >
Originally committed as revision 4651 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Tue, 18 Oct 2005 20:31:12 +0000 (20:31 +0000)]
QDM2 compatible decoder
Originally committed as revision 4650 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Tue, 18 Oct 2005 20:16:43 +0000 (20:16 +0000)]
QDM2 compatible decoder
Originally committed as revision 4649 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 18 Oct 2005 20:11:41 +0000 (20:11 +0000)]
Remove .pc files on distclean.
Originally committed as revision 4648 to svn://svn.ffmpeg.org/ffmpeg/trunk
D Richard Felker III [Mon, 17 Oct 2005 05:05:51 +0000 (05:05 +0000)]
100l -- mismatched type after changing sizes to type long!
Originally committed as revision 16784 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Mike Melanson [Sun, 16 Oct 2005 13:56:52 +0000 (13:56 +0000)]
chroma decoding fix by Kostya
Originally committed as revision 4647 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Sat, 15 Oct 2005 16:29:58 +0000 (16:29 +0000)]
Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpeg
Reversing approved by patch author
Originally committed as revision 4646 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Sat, 15 Oct 2005 14:33:11 +0000 (14:33 +0000)]
TM2 fixes by Kostya
Originally committed as revision 4645 to svn://svn.ffmpeg.org/ffmpeg/trunk
Giacomo Comes [Fri, 14 Oct 2005 18:17:47 +0000 (18:17 +0000)]
Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POIS edu >
Original thread:
Date: Oct 6, 2005 4:27 PM
Subject: [Ffmpeg-devel] [PATCH] dts support compilation issue
Originally committed as revision 4644 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 14 Oct 2005 17:55:32 +0000 (17:55 +0000)]
utf8
Originally committed as revision 4643 to svn://svn.ffmpeg.org/ffmpeg/trunk