Baptiste Coudurier
44e43aab03
check frag track id before setting st
...
Originally committed as revision 12634 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jai Menon
3a027f5e66
IFF demuxer
...
Patch by Jai Menon (realityman <at> gmx.net)
Originally committed as revision 12633 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jai Menon
cb21e0a715
8SVX decoder
...
Patch by Jai Menon (realityman <at> gmx.net)
Originally committed as revision 12632 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
e516d3488a
change rle encoder to count up to 127, sgi does not support 128
...
Originally committed as revision 12631 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
fe790f89e8
Use 15-bit LPC precision by default. This generally gives better compression
...
results. Also update Ogg regression test.
Originally committed as revision 12630 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alexander Strange
55727a835b
Altivec and SSE2 require 16-byte alignment, so make sure they get it
...
patch by Alexander Strange %astrange A ithinksw P com%
Originally committed as revision 12629 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alexander Strange
3794b92819
check mm_flags for each DCT and skips the ones that can't be run
...
patch by Alexander Strange %astrange A ithinksw P com%
Originally committed as revision 12628 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alexander Strange
1a7ee380c5
get rid of the useless DCT_ERROR() macro
...
patch by Alexander Strange %astrange A ithinksw P com%
Originally committed as revision 12627 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
6e330816d4
fix Ogg/FLAC header size
...
Originally committed as revision 12626 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
f3eec1cf52
Fix closed gop flag disapearence.
...
Originally committed as revision 12625 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
5202ed315b
Fix wrong #endif comment.
...
Originally committed as revision 26300 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Måns Rullgård
473a88caaf
fix ff*_g -> ff* rules
...
Originally committed as revision 12624 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Bartlomiej Wolowiec
79b25a27b8
change name from stream type to frame type in AC3 code
...
Originally committed as revision 12623 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Bartlomiej Wolowiec
be1e2a2bfa
removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag
...
Originally committed as revision 12622 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
5610f20ed4
gsm in mov, demux surge-1-16-B-agsm.mov
...
Originally committed as revision 12621 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
İsmail Dönmez
38a05ab6ef
Replace hackish CFLAGS 64 bit test by a proper compilation check.
...
patch by İsmail Dönmez, ismail namtrac org
Originally committed as revision 12620 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
c023bfe993
cosmetics: alphabetical order
...
Originally committed as revision 12619 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
1ce50d32b7
indent
...
Originally committed as revision 12618 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
9bcc2883ac
bandaid fix for broken shared library installation
...
Originally committed as revision 12617 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
dfd1083831
Move INSTALL_PROGS_TARGETS variable to a better place.
...
Originally committed as revision 12616 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
88ad036874
Handle EXTRALIBS and LDFLAGS for libswscale and libavfilter in a simpler way.
...
Originally committed as revision 12615 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
79d6b9cbd0
1000l to myself, dereferencing uninitalized pointer.
...
Originally committed as revision 12614 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
c1ac39b3df
Replace ifeq to declare install-progs dependencies by a variable.
...
Originally committed as revision 12613 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a7319cc22a
The install target should depend on enabled installation targets.
...
Originally committed as revision 12612 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
7b3ca33fb6
Fix circular dependency between install-progs and install-libs targets.
...
Originally committed as revision 12611 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e58cc8e604
Remove TAGS target. It is ages old and has never been updated to match
...
changes to the source tree. Thus it has to be completely unused.
Originally committed as revision 12610 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
41757171e7
Support wb00+dc00 chunk mix.
...
fixes issue402
Originally committed as revision 12609 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
François Revol
0d14ab27a8
Fix building with C++ objects, variable names were inconsistent.
...
Originally committed as revision 12608 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
9e81a0ce00
print essence path in error message
...
Originally committed as revision 12607 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
9ce84dd8b4
cosmetics, useless braces
...
Originally committed as revision 12606 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
6282c5f45b
print stream index in error message
...
Originally committed as revision 12605 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
71f3623510
according to specs, only color table id set to 0, have it in stsd, fix 4colors.mov
...
Originally committed as revision 12604 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
d3bc61ac75
Only use chunk demuxing for old uncompressed audio mechanism specified by stts.
...
This will split amr/aac cbr samples correctly in isom files which do not
set audio cid to -2.
Originally committed as revision 12603 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e9c192562f
Move CPU detection code after OS-specific settings and logging system
...
initialization so that we can use compilation checks inside it.
Originally committed as revision 12602 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
61559562f5
Fix aspect ratio.
...
fixes issue404
avienc.c change by StevieS
Originally committed as revision 12601 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
509fdb0b7e
only allocate context input buffer if AVCodecContext.error_reslience is greater than 0.
...
Originally committed as revision 12600 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
7716f7ffa3
Use common.mak in the top-level Makefile as well.
...
Originally committed as revision 12599 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
916dafd57c
cosmetics: Rename SRCS variable to PROGS_SRCS.
...
This is in preparation for common.mak inclusion in the main Makefile.
Originally committed as revision 12598 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
f4428f9992
Merge LDFLAGS lines.
...
Originally committed as revision 12597 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
2721715985
cosmetics: Move around some rules and variable declarations.
...
This is in preparation for common.mak inclusion in the main Makefile.
Originally committed as revision 12596 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
92e791ff37
cosmetics: Rename 'all' target to 'main'.
...
This is in preparation for common.mak inclusion in the main Makefile.
Originally committed as revision 12595 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
984ff38a2b
cosmetics: indentation after last commit
...
Originally committed as revision 12594 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
c33a196716
additional protection from segmentation faults and memory access errors by
...
copying the input buffer to a local context buffer which is large enough to
hold the largest possible AC3 frame.
Originally committed as revision 12593 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
26759c4480
combine setting of various configure command line options
...
Originally committed as revision 12592 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
3e89171a86
Rename configure variable PREFIX to prefix
...
Originally committed as revision 12591 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
ce8871c22c
Rename configure variable BUILDSUF to build_suffix
...
The make variable of the same name remains unchanged.
Originally committed as revision 12590 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
bfffdb81c2
Classify mlib as a configurable option, not as a hardware feature.
...
Originally committed as revision 26275 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Diego Biurrun
a815037409
Classify mlib as a configurable option, not as a hardware feature.
...
Originally committed as revision 12589 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
5ce265a1de
Rename --enable-sunmlib option to --enable-mlib.
...
Allows handling the option in a more standard way.
Originally committed as revision 12588 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
4f854758f7
cosmetics: Rename targetos variable to target_os.
...
Originally committed as revision 12587 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago