summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* only allocate context input buffer if AVCodecContext.error_reslience is ↵Justin Ruggles2008-03-26
| | | | | | 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-26
| | | | Originally committed as revision 12599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Rename SRCS variable to PROGS_SRCS.Diego Biurrun2008-03-26
| | | | | | 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-26
| | | | Originally committed as revision 12597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move around some rules and variable declarations.Diego Biurrun2008-03-26
| | | | | | 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-26
| | | | | | 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-25
| | | | Originally committed as revision 12594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* additional protection from segmentation faults and memory access errors byJustin Ruggles2008-03-25
| | | | | | | 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-25
| | | | Originally committed as revision 12592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename configure variable PREFIX to prefixMåns Rullgård2008-03-25
| | | | Originally committed as revision 12591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename configure variable BUILDSUF to build_suffixMåns Rullgård2008-03-25
| | | | | | 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-25
| | | | 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-25
| | | | Originally committed as revision 12589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --enable-sunmlib option to --enable-mlib.Diego Biurrun2008-03-25
| | | | | | 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-25
| | | | Originally committed as revision 12587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --cross-compile option to --enable-cross-compile.Diego Biurrun2008-03-25
| | | | | | 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-25
| | | | Originally committed as revision 12585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --log=no is now --disable-logging.Diego Biurrun2008-03-25
| | | | Originally committed as revision 12584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alphabetical orderDiego Biurrun2008-03-25
| | | | Originally committed as revision 12583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --disable-strip option to --disable-stripping. This allowsDiego Biurrun2008-03-25
| | | | | | 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-25
| | | | | | 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-25
| | | | | | 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-25
| | | | Originally committed as revision 12579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2008-03-25
| | | | Originally committed as revision 12578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce --disable-logging option to control logging. --logfile now justDiego Biurrun2008-03-25
| | | | | | 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-25
| | | | Originally committed as revision 12576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ineffectual --log option.Diego Biurrun2008-03-25
| | | | Originally committed as revision 12575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add OS-specific executable suffix to temporary executable name.Diego Biurrun2008-03-25
| | | | Originally committed as revision 12574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move declaration of temporary filenames after the OS-specific settingsDiego Biurrun2008-03-25
| | | | | | 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-24
| | | | Originally committed as revision 12572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using EAC3_STREAM_TYPE_* instead of numbersBartlomiej Wolowiec2008-03-24
| | | | Originally committed as revision 12571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-24
| | | | Originally committed as revision 12570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be usedMatthieu Castet2008-03-24
| | | | | | | | | | on armv4 that doesn't support this instruction. Futhermore pld is a nop on some armv5 processor like arm926. Detect if pld is supported and have the preprocessor remove it when it's not supported. Fixes issue 393. patch by matthieu castet, castet.matthieu free fr Originally committed as revision 12569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.Diego Biurrun2008-03-24
| | | | | | Without the #include compilation fails. Originally committed as revision 12568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded sys/mman.h #include.Diego Biurrun2008-03-24
| | | | Originally committed as revision 12567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: prettyprintingDiego Biurrun2008-03-23
| | | | Originally committed as revision 12566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindent and whitespacesLuca Barbato2008-03-23
| | | | Originally committed as revision 12565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass AACAC3ParseContext to sync() instead of individual arguments. Patch byJustin Ruggles2008-03-23
| | | | | | Bartlomiej Wolowiec (bartek wolowiec gmail com) Originally committed as revision 12564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove declarations after statements from doVertDefFilter_altivecLuca Barbato2008-03-23
| | | | Originally committed as revision 12563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove declarations after statements from doVertLowPass_altivecLuca Barbato2008-03-23
| | | | Originally committed as revision 12562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove declarations after statements from vertClassify_altivecLuca Barbato2008-03-23
| | | | Originally committed as revision 12561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder declarations in vertClassify_altivecLuca Barbato2008-03-23
| | | | Originally committed as revision 12560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Send context to the opt_* functions in ffplay.cStefano Sabatini2008-03-22
| | | | | | Patch by Stefano Sabatini ( stefano sabatini-lala poste it ) Originally committed as revision 12559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.Alexander Strange2008-03-22
| | | | | | patch by Alexander Strange, astrange ithinksw com Originally committed as revision 26270 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX partsAlexander Strange2008-03-22
| | | | | | | so that LOCAL_MANGLE can be used without EXTERN_PREFIX. patch by Alexander Strange, astrange ithinksw com Originally committed as revision 12558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixes: tempBlured --> tempBlurredDiego Biurrun2008-03-22
| | | | Originally committed as revision 12557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: comment typo fixesDiego Biurrun2008-03-22
| | | | Originally committed as revision 26269 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix typo in variable name: blured --> blurred.Diego Biurrun2008-03-22
| | | | Originally committed as revision 12556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1st attempt at correcting the punktuation.Michael Niedermayer2008-03-22
| | | | Originally committed as revision 12555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typo fixesDiego Biurrun2008-03-22
| | | | Originally committed as revision 12554 to svn://svn.ffmpeg.org/ffmpeg/trunk