summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Move INSTALL_PROGS_TARGETS variable to a better place.Diego Biurrun2008-03-28
* Handle EXTRALIBS and LDFLAGS for libswscale and libavfilter in a simpler way.Diego Biurrun2008-03-28
* 1000l to myself, dereferencing uninitalized pointer.Michael Niedermayer2008-03-28
* Replace ifeq to declare install-progs dependencies by a variable.Diego Biurrun2008-03-28
* The install target should depend on enabled installation targets.Diego Biurrun2008-03-28
* Fix circular dependency between install-progs and install-libs targets.Diego Biurrun2008-03-28
* Remove TAGS target. It is ages old and has never been updated to matchDiego Biurrun2008-03-28
* Support wb00+dc00 chunk mix.Michael Niedermayer2008-03-27
* Fix building with C++ objects, variable names were inconsistent.François Revol2008-03-27
* print essence path in error messageBaptiste Coudurier2008-03-27
* cosmetics, useless bracesBaptiste Coudurier2008-03-27
* print stream index in error messageBaptiste Coudurier2008-03-27
* according to specs, only color table id set to 0, have it in stsd, fix 4color...Baptiste Coudurier2008-03-27
* Only use chunk demuxing for old uncompressed audio mechanism specified by stts.Baptiste Coudurier2008-03-27
* Move CPU detection code after OS-specific settings and logging systemDiego Biurrun2008-03-27
* Fix aspect ratio.Michael Niedermayer2008-03-27
* only allocate context input buffer if AVCodecContext.error_reslience is great...Justin Ruggles2008-03-26
* Use common.mak in the top-level Makefile as well.Diego Biurrun2008-03-26
* cosmetics: Rename SRCS variable to PROGS_SRCS.Diego Biurrun2008-03-26
* Merge LDFLAGS lines.Diego Biurrun2008-03-26
* cosmetics: Move around some rules and variable declarations.Diego Biurrun2008-03-26
* cosmetics: Rename 'all' target to 'main'.Diego Biurrun2008-03-26
* cosmetics: indentation after last commitJustin Ruggles2008-03-25
* additional protection from segmentation faults and memory access errors byJustin Ruggles2008-03-25
* combine setting of various configure command line optionsMåns Rullgård2008-03-25
* Rename configure variable PREFIX to prefixMåns Rullgård2008-03-25
* Rename configure variable BUILDSUF to build_suffixMåns Rullgård2008-03-25
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-25
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-25
* Rename --enable-sunmlib option to --enable-mlib.Diego Biurrun2008-03-25
* cosmetics: Rename targetos variable to target_os.Diego Biurrun2008-03-25
* Rename --cross-compile option to --enable-cross-compile.Diego Biurrun2008-03-25
* Invert logging variable logic so that it works without setting a default.Diego Biurrun2008-03-25
* --log=no is now --disable-logging.Diego Biurrun2008-03-25
* cosmetics: alphabetical orderDiego Biurrun2008-03-25
* Rename --disable-strip option to --disable-stripping. This allowsDiego Biurrun2008-03-25
* Return an error when realloc fails.Andy Gocke2008-03-25
* Set mm_flags in dct-test to fix floating math.Alexander Strange2008-03-25
* Fix possible heap overflow caused by av_fast_realloc()Michael Niedermayer2008-03-25
* cosmetics: indentationDiego Biurrun2008-03-25
* Introduce --disable-logging option to control logging. --logfile now justDiego Biurrun2008-03-25
* Rename --log option to --logfile.Diego Biurrun2008-03-25
* Remove ineffectual --log option.Diego Biurrun2008-03-25
* Add OS-specific executable suffix to temporary executable name.Diego Biurrun2008-03-25
* Move declaration of temporary filenames after the OS-specific settingsDiego Biurrun2008-03-25
* adding lacking include to aac3_parser.cBartlomiej Wolowiec2008-03-24
* using EAC3_STREAM_TYPE_* instead of numbersBartlomiej Wolowiec2008-03-24
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-24
* pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be usedMatthieu Castet2008-03-24
* Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.Diego Biurrun2008-03-24