aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* indentMichael Niedermayer2008-03-281-43/+41
| | | | Originally committed as revision 12618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bandaid fix for broken shared library installationDiego Biurrun2008-03-282-4/+7
| | | | Originally committed as revision 12617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move INSTALL_PROGS_TARGETS variable to a better place.Diego Biurrun2008-03-281-2/+1
| | | | Originally committed as revision 12616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle EXTRALIBS and LDFLAGS for libswscale and libavfilter in a simpler way.Diego Biurrun2008-03-281-11/+6
| | | | Originally committed as revision 12615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to myself, dereferencing uninitalized pointer.Michael Niedermayer2008-03-281-3/+4
| | | | Originally committed as revision 12614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace ifeq to declare install-progs dependencies by a variable.Diego Biurrun2008-03-281-4/+3
| | | | Originally committed as revision 12613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The install target should depend on enabled installation targets.Diego Biurrun2008-03-281-0/+2
| | | | Originally committed as revision 12612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix circular dependency between install-progs and install-libs targets.Diego Biurrun2008-03-281-3/+3
| | | | Originally committed as revision 12611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove TAGS target. It is ages old and has never been updated to matchDiego Biurrun2008-03-281-3/+0
| | | | | | changes to the source tree. Thus it has to be completely unused. Originally committed as revision 12610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support wb00+dc00 chunk mix.Michael Niedermayer2008-03-271-0/+19
| | | | | | fixes issue402 Originally committed as revision 12609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix building with C++ objects, variable names were inconsistent.François Revol2008-03-272-4/+4
| | | | Originally committed as revision 12608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print essence path in error messageBaptiste Coudurier2008-03-271-2/+2
| | | | Originally committed as revision 12607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, useless bracesBaptiste Coudurier2008-03-271-2/+1
| | | | Originally committed as revision 12606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print stream index in error messageBaptiste Coudurier2008-03-271-1/+2
| | | | Originally committed as revision 12605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* according to specs, only color table id set to 0, have it in stsd, fix ↵Baptiste Coudurier2008-03-271-1/+1
| | | | | | 4colors.mov Originally committed as revision 12604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only use chunk demuxing for old uncompressed audio mechanism specified by stts.Baptiste Coudurier2008-03-271-2/+3
| | | | | | | 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
* Move CPU detection code after OS-specific settings and logging systemDiego Biurrun2008-03-271-73/+73
| | | | | | initialization so that we can use compilation checks inside it. Originally committed as revision 12602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix aspect ratio.Michael Niedermayer2008-03-272-2/+2
| | | | | | | fixes issue404 avienc.c change by StevieS Originally committed as revision 12601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only allocate context input buffer if AVCodecContext.error_reslience is ↵Justin Ruggles2008-03-261-2/+11
| | | | | | greater than 0. Originally committed as revision 12600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use common.mak in the top-level Makefile as well.Diego Biurrun2008-03-262-29/+20
| | | | Originally committed as revision 12599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Rename SRCS variable to PROGS_SRCS.Diego Biurrun2008-03-261-2/+2
| | | | | | This is in preparation for common.mak inclusion in the main Makefile. Originally committed as revision 12598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge LDFLAGS lines.Diego Biurrun2008-03-261-2/+1
| | | | Originally committed as revision 12597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move around some rules and variable declarations.Diego Biurrun2008-03-261-10/+10
| | | | | | This is in preparation for common.mak inclusion in the main Makefile. Originally committed as revision 12596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Rename 'all' target to 'main'.Diego Biurrun2008-03-261-1/+1
| | | | | | This is in preparation for common.mak inclusion in the main Makefile. Originally committed as revision 12595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation after last commitJustin Ruggles2008-03-251-1/+1
| | | | Originally committed as revision 12594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* additional protection from segmentation faults and memory access errors byJustin Ruggles2008-03-251-0/+11
| | | | | | | 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
* combine setting of various configure command line optionsMåns Rullgård2008-03-251-29/+21
| | | | Originally committed as revision 12592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename configure variable PREFIX to prefixMåns Rullgård2008-03-251-7/+7
| | | | Originally committed as revision 12591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename configure variable BUILDSUF to build_suffixMåns Rullgård2008-03-251-4/+4
| | | | | | The make variable of the same name remains unchanged. Originally committed as revision 12590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-251-2/+2
| | | | Originally committed as revision 26275 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-253-5/+3
| | | | Originally committed as revision 12589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --enable-sunmlib option to --enable-mlib.Diego Biurrun2008-03-251-2/+2
| | | | | | Allows handling the option in a more standard way. Originally committed as revision 12588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Rename targetos variable to target_os.Diego Biurrun2008-03-251-10/+10
| | | | Originally committed as revision 12587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --cross-compile option to --enable-cross-compile.Diego Biurrun2008-03-251-4/+3
| | | | | | Allows handling the option in a more standard fashion. Originally committed as revision 12586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Invert logging variable logic so that it works without setting a default.Diego Biurrun2008-03-251-7/+6
| | | | Originally committed as revision 12585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --log=no is now --disable-logging.Diego Biurrun2008-03-251-2/+2
| | | | Originally committed as revision 12584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alphabetical orderDiego Biurrun2008-03-251-2/+2
| | | | Originally committed as revision 12583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --disable-strip option to --disable-stripping. This allowsDiego Biurrun2008-03-251-6/+5
| | | | | | handling this option in a more standard way. Originally committed as revision 12582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return an error when realloc fails.Andy Gocke2008-03-251-3/+9
| | | | | | Patch by Andy Gocke (agocke gmail com) Originally committed as revision 12581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set mm_flags in dct-test to fix floating math.Alexander Strange2008-03-251-0/+1
| | | | | | Patch by Alexander Strange \astrange ithinksw com/ Originally committed as revision 12580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix possible heap overflow caused by av_fast_realloc()Michael Niedermayer2008-03-251-1/+5
| | | | Originally committed as revision 12579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2008-03-251-2/+2
| | | | Originally committed as revision 12578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce --disable-logging option to control logging. --logfile now justDiego Biurrun2008-03-251-7/+6
| | | | | | controls the name of the log file, not the decision whether or not to log. Originally committed as revision 12577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --log option to --logfile.Diego Biurrun2008-03-251-2/+2
| | | | Originally committed as revision 12576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ineffectual --log option.Diego Biurrun2008-03-251-3/+1
| | | | Originally committed as revision 12575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add OS-specific executable suffix to temporary executable name.Diego Biurrun2008-03-251-1/+1
| | | | Originally committed as revision 12574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move declaration of temporary filenames after the OS-specific settingsDiego Biurrun2008-03-251-15/+16
| | | | | | so that things like executable suffix can be picked up. Originally committed as revision 12573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding lacking include to aac3_parser.cBartlomiej Wolowiec2008-03-241-0/+1
| | | | Originally committed as revision 12572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using EAC3_STREAM_TYPE_* instead of numbersBartlomiej Wolowiec2008-03-242-3/+3
| | | | Originally committed as revision 12571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-246-1/+18
| | | | Originally committed as revision 12570 to svn://svn.ffmpeg.org/ffmpeg/trunk