source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e21a8921   15 years diego Conditionally compile ELF-specific ARM assembly bits that fail on …
(edit) @fbf7e805   15 years benoit.fouet Only consider -1 as an error return value for open(). This is: - what …
(edit) @94daf2e9   15 years ramiro.polla Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and …
(edit) @18c61752   15 years ramiro.polla Factorize x86 fast_bilinear assembly. Originally committed as …
(edit) @6d08d7f3   15 years ramiro.polla Fix assembly comments for x86 fast_bilinear so they match the C code. …
(edit) @6dc13ccb   15 years stefano.sabatini-lala Set subtitle type in DVD and XSUB subtitle decoders. Patch by Janne …
(edit) @7e4ceab   15 years diego Remove unnecessary mpeg12data.o entries from OBJS- variables. …
(edit) @81a65673   15 years diego Remove duplicated mpeg12data.o entries. Originally committed as …
(edit) @2078ca16   15 years rsbultje Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS …
(edit) @a898cdc9   15 years mans Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN Originally committed as …
(edit) @63613fe6   15 years mans Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN Originally committed as …
(edit) @84c04e25   15 years Aurélien Jacobs fix various compilation dependencies Originally committed as revision …
(edit) @23251d75   15 years Aurélien Jacobs fix compilation of cavsvideo demuxer Originally committed as revision …
(edit) @a2f4324b   15 years ramiro.polla Check for HAVE_ISATTY. Patch by Martin Storsjö <martin at martin dot …
(edit) @abfc8d0   15 years ramiro.polla Check for the isatty function. Patch by Martin Storsjö <martin at …
(edit) @b6f3d925   15 years mans configure: some small simplifications Originally committed as …
(edit) @e45391bb   15 years mans configure: add some blank lines to improve readability Originally …
(edit) @78d01ada   15 years mans Remove unnecessary #include <unistd.h> Originally committed as …
(edit) @d1515324   15 years diego refactoring: properly separate AC-3 and E-AC-3 code Originally …
(edit) @89547cf   15 years diego Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER …
(edit) @3aab27b4   15 years mans Remove useless #include <unistd.h> from many files Originally …
(edit) @7f4e15e2   15 years diego cosmetics: Reorder some tables/lines to make future diffs smaller. …
(edit) @84ef7e7f   15 years diego #include just the required stdint.h instead of libavutil/common.h. …
(edit) @4c4b5053   15 years diego cosmetics: small typo fixes Originally committed as revision 19496 to …
(edit) @7d90972c   15 years diego cosmetics: reindent/prettyprint after last commit Originally …
(edit) @31cf61b4   15 years diego Only compile in NEON optimizations for H.264 when the H.264 decoder is …
(edit) @adcb2190   15 years mans Move output redirection of deps generation from make rule to …
(edit) @99e5a9d1   15 years diego Do not redundantly check for both CONFIG_THEORA_DECODER and …
(edit) @4eef77c1   15 years diego Make Theora decoder depend on the VP3 decoder. Practically all the …
(edit) @df5e3978   15 years mans configure: group tests for compiler characteristics together …
(edit) @a036c1b5   15 years mans configure: set -mdynamic-no-pic flag in main darwin section …
(edit) @d90330dc   15 years mans configure: remove special flags for XLC on Darwin Rationale: - …
(edit) @55b290c6   15 years mans configure: remove some darwin-related cruft Originally committed as …
(edit) @2dfa3054   15 years mans Fix building of tools/* Fixes issue 1282 Originally committed as …
(edit) @fa0912fe   15 years mans configure: group all cpu-specific tests together Originally committed …
(edit) @b06da172   15 years diego Add missing stdint.h #include to fix 'make checkheaders'. Originally …
(edit) @6c2a778d   15 years Carl Eugen Hoyos Remove unused global variable. Originally committed as revision 19483 …
(edit) @9276b8f0   15 years Carl Eugen Hoyos Calculate gradient from parameter instead of using a global variable. …
(edit) @04e257fa   15 years alex.converse Revert unintended portion of last commit. (Setting the default coder …
(edit) @a62d6cfe   15 years alex.converse Be sure to increment our position in the coefficient array when …
(edit) @804db446   15 years ramiro.polla Remove unused variables. Originally committed as revision 29435 to …
(edit) @62a0525d   15 years mans x11grab: remove unnecessary #includes and senseless #define …
(edit) @07874f22   15 years Carl Eugen Hoyos Due to a typo in videogen.c, the regression test videos were not as …
(edit) @baf91bb9   15 years diego Make E-AC-3 decoder depend on the AC-3 decoder. It is impossible to …
(edit) @b31ac3c8   15 years kostya.shishkov Register some additional AMF types in libavformat/flv.h Originally …
(edit) @0a8958c   15 years mans ARM: handle VFP register arguments in ff_vector_fmul_window_neon() …
(edit) @ce742de2   15 years mans ARM: check for VFP register arguments Originally committed as …
(edit) @5cf20d07   15 years alex.converse Remove an unused field from the BandCodingPath struct. Originally …
(edit) @01939922   15 years alex.converse Actually use all the codebooks we are iterating over in the two-loop …
(edit) @89f2932b   15 years mans configure: make --extra-cflags cumulative again Originally committed …
(edit) @932e6a5a   15 years alex.converse Fix an integer overflow in the AAC encoder. Originally committed as …
(edit) @87a84431   15 years diego Merge AMR and OpenCORE documentation sections. Originally committed …
(edit) @e82dc4c9   15 years diego Make VP6A/VP6F decoders depend on the VP6 decoder. They share so much …
(edit) @64101340   15 years diego Remove two more lines related to the WMV3 decoder. They are now …
(edit) @015f8ee0   15 years diego Make WMV3 decoders depend on their VC-1 counterparts. They share so …
(edit) @6fec122a   15 years mans Support building with TI TMS470 compiler Originally committed as …
(edit) @5e567aae   15 years diego Consistently lowercase all HTML tags. Originally committed as …
(edit) @63d72fda   15 years diego If any input/output devices are enabled then indevs/outdevs should get …
(edit) @58ad770   15 years stefano.sabatini-lala Use globally consistent include guard names. Originally committed as …
(edit) @8beb4178   15 years stefano.sabatini-lala Replace two occurrences of 'vfwcap_demuxer' with 'vfwcap_indev', I …
(edit) @0e57fe17   15 years Carl Eugen Hoyos Allow enabling alsa and jack devices. Originally committed as …
(edit) @3d51be01   15 years alex.converse Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup. …
(edit) @4e67aedd   15 years diego Make sure that tests/seek_test.o gets deleted on 'make clean'. Closes …
(edit) @c369e836   15 years alex.converse Dead code removal in the AAC encoder. Originally committed as …
(edit) @24524f3   15 years mans configure: improve detection of out-of-tree builds Originally …
(edit) @980a75c5   15 years mans configure: remove some useless comments Originally committed as …
(edit) @36904c4c   15 years Carl Eugen Hoyos Icc 11.1 still does not align the stack pointer, disable some x264 …
(edit) @e7ea5e3d   15 years mans Check for attribute((packed)) support Not all compilers claiming …
(edit) @df5cdc2   15 years mans configure: handle --cpu before running compiler It is possible that …
(edit) @a915980a   15 years mans configure: simplify --cpu handling slightly Originally committed as …
(edit) @87d718ae   15 years kostya.shishkov cosmetics: reindent after last commit Originally committed as …
(edit) @aa5a99ae   15 years kostya.shishkov Add SHA-2 hashing Originally committed as revision 19449 to …
(edit) @6bb17c5   15 years alex.converse Add iirfilter to the TESTPROGS variable (and target) Originally …
(edit) @64cd8050   15 years stefano.sabatini-lala Rename invalid option name "gop" to "g" in opt_target(), so that …
(edit) @b0f0c430   15 years mans Use CPPFLAGS when building tests Originally committed as revision …
(edit) @88ec6ac9   15 years mans configure: do not warn about mismatching altivec/cpu selection We do …
(edit) @a5762c9   15 years alex.converse When calculating AAC quantized band cost, don't leave garbage in the …
(edit) @ca0f1e5   15 years alex.converse IIR filter test program. Originally committed as revision 19443 to …
(edit) @359a9979   15 years diego cosmetics: Move some code blocks to reduce the number of #ifdefs. …
(edit) @1eb0811e   15 years diego Update project URL for OpenCORE AMR. patch by Martin Storsjö, martin …
(edit) @2b2c2a81   15 years ramiro.polla Fix check_func_headers. The reference to the function under test was …
(edit) @973859f5   15 years mans Disable gcc auto-vectorisation The auto-vectoriser in gcc is enabled …
(edit) @89e053f8   15 years mans Require aligned memory for everything that needs it Altivec, NEON, …
(edit) @bd20afc   15 years diego Skip the check for SSE aligned memory allocators when SSE is disabled. …
(edit) @ebb82604   15 years benoit.fouet Only free '*ic_ptr' when a caller has pre-allocated a context and …
(edit) @65b875d8   15 years baptiste.coudurier print atom info during parsing, patch by Frank Barchard, fbarchard at …
(edit) @ad420e25   15 years mans Use normal check_func test for math functions Originally committed as …
(edit) @73c13268   15 years diego Use ff_neterrno instead of errno in tcp.c. If ff_neterrno() is checked …
(edit) @d6a1611c   15 years stefano.sabatini-lala Set subtitle type in DVB subtitle decoder. Patch by Janne Grunau …
(edit) @f4c13872   15 years diego Improve linker check for Winsock library name. On Windows CE, the …
(edit) @1764e4bc   15 years diego Remove unnecessary rtsp.h #include. Nothing from the header was used …
(edit) @2876a9db   15 years alex.converse Use cutoff frequency to adjust bandwidth in the generic psymodel …
(edit) @19b4c628   15 years mans Set default flag filters before compiler detection This allows use of …
(edit) @b9349ff   15 years ramiro.polla Install the mingw import libraries, too. Patch by Martin Storsjö …
(edit) @336cc1b0   15 years ramiro.polla Enable creation of microsoft-style import libraries on arm. Patch by …
(edit) @b504ce57   15 years diego Only #define lseek to _lseeki64 on MinGW, not MinGW CE. This fixes …
(edit) @3e962f31   15 years lessen42 Fix "warning: assignment discards qualifiers from pointer target type" …
(edit) @870ee6f7   15 years lessen42 Fix memory leak in libtheora encoder Patch by Art Clarke [aclark , …
(edit) @38a9c52   15 years mans Use add_*flags only after compiler-specific configuration Originally …
(edit) @caf458d   15 years mans Allow filtering of flags passed to compiler and assembler This can be …
Note: See TracRevisionLog for help on using the revision log.