François Revol
86f77a493a
Add some more PRIfooNN crap so it builds again here. Why can't ppl add defaults when they use such things ?
...
Originally committed as revision 4741 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
4733abcbf3
use PRIxN, %zd, %td formats where needed
...
Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
fccfc47533
fix const warning
...
Originally committed as revision 4739 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
7e491fa5f9
remove unused variables
...
Originally committed as revision 4738 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
8d1018bfec
QDM2
...
Originally committed as revision 4737 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Fredrik Orderud
765c344060
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
19 years ago
Måns Rullgård
4d1ee6f939
use utf-8 encoding
...
Originally committed as revision 4735 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
ab470fa73b
recognize some more nal types
...
Originally committed as revision 4734 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
b7c24ff668
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
19 years ago
Måns Rullgård
9261e3eb4e
alpha needs -fPIC for shared libs
...
Originally committed as revision 4732 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Guillaume Poirier
f6d1338cb5
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
19 years ago
Luca Barbato
5a872801d5
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
19 years ago
Roberto Togni
64428d02d1
Add credit for cook
...
Originally committed as revision 4729 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Roberto Togni
440e798870
Add cook decoder
...
Originally committed as revision 4728 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
0343015f55
cook
...
Originally committed as revision 4727 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
e0f7e32970
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
19 years ago
Michael Niedermayer
60d76256cb
psnr calculation with threads>1 fix
...
Originally committed as revision 4725 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Roberto Togni
a4893bafd8
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
19 years ago
Roberto Togni
db795a1c57
Remove duplicated fft init
...
Originally committed as revision 4723 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Steven M. Schultz
1db6854032
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
19 years ago
François Revol
e684b35d62
fix for systems not defining PRIu64, not everyone knows C99.
...
Originally committed as revision 4721 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
6f72dcf7e7
Unify include paths, -I.. is in CFLAGS.
...
Originally committed as revision 4720 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
2e70e4aa57
ogg format probe function by Ivo <ivop at euronet nl>
...
Originally committed as revision 4719 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
4393e6392c
check block_max_depth (fixes crash)
...
Originally committed as revision 4718 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
91aa4e3300
make selftest code compile again
...
Originally committed as revision 4717 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
5062c60c18
Elaborate on the Visual C-- situation.
...
Originally committed as revision 4716 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
5f2a42ba35
ffserver should be fixed now.
...
Originally committed as revision 4715 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
c7622f9a28
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
19 years ago
Alexander Strasser
e852beeee3
Fixed format specifier in STOP_TIMER macro.
...
Originally committed as revision 4713 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Guillaume Poirier
0bb0289c3a
add some h.264 fourccs to codec_bmp_tags[]
...
Originally committed as revision 4712 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
9fa62f2aad
BMP image decoder
...
Originally committed as revision 4711 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
fd2ab74aae
use $CFLAGS and $LDFLAGS in dlopen() check
...
Originally committed as revision 4710 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Guillaume Poirier
348e52c91d
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
19 years ago
Ivan Kalvachev
31a78b718b
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
19 years ago
Diego Biurrun
a8289180a1
ffserver fixed
...
Originally committed as revision 4707 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Wolfram Gloger
689abe56fe
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
19 years ago
Diego Biurrun
b2d374c958
Unify include paths, -I.. is in CFLAGS.
...
Originally committed as revision 16986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
19 years ago
Alex Beregszaszi
52ceae0624
10l, left debugging on
...
Originally committed as revision 4705 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Matthieu Castet
2da2ba037a
Correctly skip unknown matrices (patch by Matthieu Castet) and disable comment reading
...
Originally committed as revision 4704 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
7146d2c267
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
19 years ago
Alex Beregszaszi
dd36b66722
fixed long standing off-by-one bug (fixes playback on ppc)
...
Originally committed as revision 4702 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
2b18752c28
mode_code_vlc_table size mismatch
...
Originally committed as revision 4701 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Corey Hickey
1fd7ec4412
DTS is 0x2001 according to: http://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
19 years ago
Alex Beregszaszi
5ef388e537
updated regression reference
...
Originally committed as revision 4699 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
a2a2668d57
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
19 years ago
Alex Beregszaszi
6b0bdc754b
support for unlimited feed size
...
Originally committed as revision 4697 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
ac031f3c6c
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
19 years ago
Alex Beregszaszi
90f9c440e8
debug the launch commandline and new connections
...
Originally committed as revision 4695 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
b51527d850
make ffserver regressions work again
...
Originally committed as revision 4694 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
ac6a655b8a
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
19 years ago