source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a7319cc2   17 years diego The install target should depend on enabled installation targets. …
(edit) @7b3ca33f   17 years diego Fix circular dependency between install-progs and install-libs …
(edit) @e58cc8e6   17 years diego Remove TAGS target. It is ages old and has never been updated to match …
(edit) @41757171   17 years michaelni Support wb00+dc00 chunk mix. fixes issue402 Originally committed as …
(edit) @0d14ab2   17 years revol Fix building with C++ objects, variable names were inconsistent. …
(edit) @9e81a0ce   17 years baptiste.coudurier print essence path in error message Originally committed as revision …
(edit) @9ce84dd8   17 years baptiste.coudurier cosmetics, useless braces Originally committed as revision 12606 to …
(edit) @6282c5f4   17 years baptiste.coudurier print stream index in error message Originally committed as revision …
(edit) @71f36235   17 years baptiste.coudurier according to specs, only color table id set to 0, have it in stsd, fix …
(edit) @d3bc61ac   17 years baptiste.coudurier Only use chunk demuxing for old uncompressed audio mechanism specified …
(edit) @e9c19256   17 years diego Move CPU detection code after OS-specific settings and logging system …
(edit) @61559562   17 years michaelni Fix aspect ratio. fixes issue404 avienc.c change by StevieS …
(edit) @509fdb0b   17 years justin.ruggles only allocate context input buffer if AVCodecContext.error_reslience …
(edit) @7716f7ff   17 years diego Use common.mak in the top-level Makefile as well. Originally …
(edit) @916dafd5   17 years diego cosmetics: Rename SRCS variable to PROGS_SRCS. This is in preparation …
(edit) @f4428f99   17 years diego Merge LDFLAGS lines. Originally committed as revision 12597 to …
(edit) @27217159   17 years diego cosmetics: Move around some rules and variable declarations. This is …
(edit) @92e791ff   17 years diego cosmetics: Rename 'all' target to 'main'. This is in preparation for …
(edit) @984ff38a   17 years justin.ruggles cosmetics: indentation after last commit Originally committed as …
(edit) @c33a196   17 years justin.ruggles additional protection from segmentation faults and memory access …
(edit) @26759c44   17 years mans combine setting of various configure command line options Originally …
(edit) @3e89171a   17 years mans Rename configure variable PREFIX to prefix Originally committed as …
(edit) @ce8871c2   17 years mans Rename configure variable BUILDSUF to build_suffix The make variable …
(edit) @bfffdb81   17 years diego Classify mlib as a configurable option, not as a hardware feature. …
(edit) @a8150374   17 years diego Classify mlib as a configurable option, not as a hardware feature. …
(edit) @5ce265a1   17 years diego Rename --enable-sunmlib option to --enable-mlib. Allows handling the …
(edit) @4f854758   17 years diego cosmetics: Rename targetos variable to target_os. Originally …
(edit) @db6107b6   17 years diego Rename --cross-compile option to --enable-cross-compile. Allows …
(edit) @e155a21a   17 years diego Invert logging variable logic so that it works without setting a …
(edit) @f2310b79   17 years diego --log=no is now --disable-logging. Originally committed as revision …
(edit) @530dc538   17 years diego cosmetics: alphabetical order Originally committed as revision 12583 …
(edit) @87a0fb62   17 years diego Rename --disable-strip option to --disable-stripping. This allows …
(edit) @1f96bafb   17 years benoit.fouet Return an error when realloc fails. Patch by Andy Gocke (agocke gmail …
(edit) @28c47a42   17 years benoit.fouet Set mm_flags in dct-test to fix floating math. Patch by Alexander …
(edit) @978805b2   17 years michaelni Fix possible heap overflow caused by av_fast_realloc() Originally …
(edit) @cb6b4c98   17 years diego cosmetics: indentation Originally committed as revision 12578 to …
(edit) @8c6afa4d   17 years diego Introduce --disable-logging option to control logging. --logfile now …
(edit) @a77705e2   17 years diego Rename --log option to --logfile. Originally committed as revision …
(edit) @d314ea4e   17 years diego Remove ineffectual --log option. Originally committed as revision …
(edit) @399d31cc   17 years diego Add OS-specific executable suffix to temporary executable name. …
(edit) @0f53b192   17 years diego Move declaration of temporary filenames after the OS-specific settings …
(edit) @eb538f6e   17 years bartek.wolowiec adding lacking include to aac3_parser.c Originally committed as …
(edit) @6808a8ea   17 years bartek.wolowiec using EAC3_STREAM_TYPE_* instead of numbers Originally committed as …
(edit) @4e6eeaf0   17 years bartek.wolowiec using stream type in eac3 parser Originally committed as revision …
(edit) @b4e806b   17 years diego pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which …
(edit) @0e58bf67   17 years diego Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include. Without the …
(edit) @362b3bf7   17 years diego Remove unneeded sys/mman.h #include. Originally committed as revision …
(edit) @2f770701   17 years diego cosmetics: prettyprinting Originally committed as revision 12566 to …
(edit) @838cc9c8   17 years lu_zero Cosmetics: reindent and whitespaces Originally committed as revision …
(edit) @c599e297   17 years justin.ruggles Pass AACAC3ParseContext to sync() instead of individual arguments. …
(edit) @72139260   17 years lu_zero Remove declarations after statements from doVertDefFilter_altivec …
(edit) @e9ddf496   17 years lu_zero Remove declarations after statements from doVertLowPass_altivec …
(edit) @2e55c25f   17 years lu_zero Remove declarations after statements from vertClassify_altivec …
(edit) @5369d74c   17 years lu_zero Reorder declarations in vertClassify_altivec Originally committed as …
(edit) @a5b3b5f6   17 years robert.swain Send context to the opt_* functions in ffplay.c Patch by Stefano …
(edit) @86593486   17 years diego Fix 64 bit shared library compilation with MMX2 by properly using PIC …
(edit) @df22c35d   17 years diego Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX parts so that …
(edit) @aa089f6c   17 years diego typo fixes: tempBlured --> tempBlurred Originally committed as …
(edit) @4cf16bbe   17 years diego cosmetics: comment typo fixes Originally committed as revision 26269 …
(edit) @170c0b45   17 years diego Fix typo in variable name: blured --> blurred. Originally committed …
(edit) @57ecf8d2   17 years michaelni 1st attempt at correcting the punktuation. Originally committed as …
(edit) @04932b0d   17 years diego cosmetics: typo fixes Originally committed as revision 12554 to …
(edit) @a94948d3   17 years diego cosmetics: Fix typo in variable name, numSkiped --> numSkipped. …
(edit) @16e0bf73   17 years diego cosmetics: Fix indentation to be 4 spaces and consistently place {}. …
(edit) @b19221c8   17 years robert.swain Make option time parsing functions take argument from options Patch …
(edit) @5341d856   17 years diego Include files are now installed in $PREFIX/include. Originally …
(edit) @d9526386   17 years diego typo: occured --> occurred Originally committed as revision 12549 to …
(edit) @4edfcecc   17 years michaelni Document get_*_buffer() Originally committed as revision 12548 to …
(edit) @48a55290   17 years baptiste.coudurier sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback …
(edit) @86b3cf7c   17 years saschasommer rl2 documentation update Originally committed as revision 12546 to …
(edit) @cb96da49   17 years saschasommer rl2 demuxer Originally committed as revision 12545 to …
(edit) @084d8faa   17 years baptiste.coudurier yet again another hdv fourcc Originally committed as revision 12544 …
(edit) @975cdc8f   17 years saschasommer rl2 decoder Originally committed as revision 12543 to …
(edit) @433aeb62   17 years baptiste.coudurier support fragments when non streamable Originally committed as …
(edit) @61aedb0f   17 years baptiste.coudurier mp4 fragments support Originally committed as revision 12541 to …
(edit) @9e8e6d31   17 years zuxy.meng Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx() …
(edit) @c8cf325a   17 years michaelni Document AVCodec.flush() Originally committed as revision 12539 to …
(edit) @a2d11246   17 years michaelni Document AVCodec.capabilities. Originally committed as revision 12538 …
(edit) @67e21020   17 years michaelni Document a few url_* functions. Originally committed as revision …
(edit) @117a9190   17 years baptiste.coudurier cosmetics, split or move too long lines Originally committed as …
(edit) @064df5a9   17 years takis.issaris Show the "--disable-mmx2" and "--disable-ssse3" options when using …
(edit) @db3ee6cc   17 years baptiste.coudurier simplify, and only stop parsing when non streamable Originally …
(edit) @19d02551   17 years baptiste.coudurier remove ms audio tags from table, they will be chosen or detected with …
(edit) @bb787a93   17 years baptiste.coudurier atoms are not mp4 only, and yes probe is sufficient Originally …
(edit) @9c55b772   17 years baptiste.coudurier update description Originally committed as revision 12531 to …
(edit) @3efe8848   17 years baptiste.coudurier return ENOMEM Originally committed as revision 12530 to …
(edit) @2922cbdb   17 years baptiste.coudurier cannot free AVStream like this, and return ENOMEM Originally …
(edit) @e3c4740f   17 years baptiste.coudurier indentation Originally committed as revision 12528 to …
(edit) @9f6152df   17 years zuxy.meng Apply 'alloc_size' attribute to ff_realloc_static() Originally …
(edit) @c02a1b35   17 years zuxy.meng Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static() …
(edit) @98a6fff9   17 years zuxy.meng Apply 'cold' attribute to init/uninit functions in libavcodec …
(edit) @77ab59eb   17 years diego two more typos spotted by Mike Originally committed as revision 12524 …
(edit) @287d3b13   17 years diego Create object files in a.out (aout-emx) format on OS/2. This works …
(edit) @c2f178da   17 years diego british_english--; Originally committed as revision 12522 to …
(edit) @b0067549   17 years diego Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H. Originally …
(edit) @721da10a   17 years baptiste.coudurier fix mpeg2 muxing, replace seq header if contained in extradata and key …
(edit) @7b0f4c9a   17 years baptiste.coudurier cosmetics, move case up Originally committed as revision 12519 to …
(edit) @8474f58e   17 years michaelni More complete documentation for AVFrame.reference. Originally …
(edit) @b7c4074   17 years michaelni One non functional AVPalette chunk less, one heap overflow less. Fixes …
(edit) @eb61405a   17 years baptiste.coudurier remove useless debug print since now mov_build_index will do …
Note: See TracRevisionLog for help on using the revision log.