13280 Commits (c09ed33e186ea0ba4ab96599bd69aea462aabeda)
 

Author SHA1 Message Date
Diego Biurrun e58cc8e604 Remove TAGS target. It is ages old and has never been updated to match 17 years ago
Michael Niedermayer 41757171e7 Support wb00+dc00 chunk mix. 17 years ago
François Revol 0d14ab27a8 Fix building with C++ objects, variable names were inconsistent. 17 years ago
Baptiste Coudurier 9e81a0ce00 print essence path in error message 17 years ago
Baptiste Coudurier 9ce84dd8b4 cosmetics, useless braces 17 years ago
Baptiste Coudurier 6282c5f45b print stream index in error message 17 years ago
Baptiste Coudurier 71f3623510 according to specs, only color table id set to 0, have it in stsd, fix 4colors.mov 17 years ago
Baptiste Coudurier d3bc61ac75 Only use chunk demuxing for old uncompressed audio mechanism specified by stts. 17 years ago
Diego Biurrun e9c192562f Move CPU detection code after OS-specific settings and logging system 17 years ago
Michael Niedermayer 61559562f5 Fix aspect ratio. 17 years ago
Justin Ruggles 509fdb0b7e only allocate context input buffer if AVCodecContext.error_reslience is greater than 0. 17 years ago
Diego Biurrun 7716f7ffa3 Use common.mak in the top-level Makefile as well. 17 years ago
Diego Biurrun 916dafd57c cosmetics: Rename SRCS variable to PROGS_SRCS. 17 years ago
Diego Biurrun f4428f9992 Merge LDFLAGS lines. 17 years ago
Diego Biurrun 2721715985 cosmetics: Move around some rules and variable declarations. 17 years ago
Diego Biurrun 92e791ff37 cosmetics: Rename 'all' target to 'main'. 17 years ago
Justin Ruggles 984ff38a2b cosmetics: indentation after last commit 17 years ago
Justin Ruggles c33a196716 additional protection from segmentation faults and memory access errors by 17 years ago
Måns Rullgård 26759c4480 combine setting of various configure command line options 17 years ago
Måns Rullgård 3e89171a86 Rename configure variable PREFIX to prefix 17 years ago
Måns Rullgård ce8871c22c Rename configure variable BUILDSUF to build_suffix 17 years ago
Diego Biurrun bfffdb81c2 Classify mlib as a configurable option, not as a hardware feature. 17 years ago
Diego Biurrun a815037409 Classify mlib as a configurable option, not as a hardware feature. 17 years ago
Diego Biurrun 5ce265a1de Rename --enable-sunmlib option to --enable-mlib. 17 years ago
Diego Biurrun 4f854758f7 cosmetics: Rename targetos variable to target_os. 17 years ago
Diego Biurrun db6107b68f Rename --cross-compile option to --enable-cross-compile. 17 years ago
Diego Biurrun e155a21ad7 Invert logging variable logic so that it works without setting a default. 17 years ago
Diego Biurrun f2310b793d --log=no is now --disable-logging. 17 years ago
Diego Biurrun 530dc5387d cosmetics: alphabetical order 17 years ago
Diego Biurrun 87a0fb627b Rename --disable-strip option to --disable-stripping. This allows 17 years ago
Andy Gocke 1f96bafb27 Return an error when realloc fails. 17 years ago
Alexander Strange 28c47a423b Set mm_flags in dct-test to fix floating math. 17 years ago
Michael Niedermayer 978805b2c5 Fix possible heap overflow caused by av_fast_realloc() 17 years ago
Diego Biurrun cb6b4c98d2 cosmetics: indentation 17 years ago
Diego Biurrun 8c6afa4dae Introduce --disable-logging option to control logging. --logfile now just 17 years ago
Diego Biurrun a77705e2b6 Rename --log option to --logfile. 17 years ago
Diego Biurrun d314ea4e40 Remove ineffectual --log option. 17 years ago
Diego Biurrun 399d31cce8 Add OS-specific executable suffix to temporary executable name. 17 years ago
Diego Biurrun 0f53b19228 Move declaration of temporary filenames after the OS-specific settings 17 years ago
Bartlomiej Wolowiec eb538f6ec9 adding lacking include to aac3_parser.c 17 years ago
Bartlomiej Wolowiec 6808a8eaf2 using EAC3_STREAM_TYPE_* instead of numbers 17 years ago
Bartlomiej Wolowiec 4e6eeaf019 using stream type in eac3 parser 17 years ago
Matthieu Castet b4e806b2b9 pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used 17 years ago
Diego Biurrun 0e58bf670d Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include. 17 years ago
Diego Biurrun 362b3bf757 Remove unneeded sys/mman.h #include. 17 years ago
Diego Biurrun 2f7707017e cosmetics: prettyprinting 17 years ago
Luca Barbato 838cc9c80a Cosmetics: reindent and whitespaces 17 years ago
Justin Ruggles c599e297e7 Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by 17 years ago
Luca Barbato 721392606b Remove declarations after statements from doVertDefFilter_altivec 17 years ago
Luca Barbato e9ddf49639 Remove declarations after statements from doVertLowPass_altivec 17 years ago