summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* #include just the required stdint.h instead of libavutil/common.h.Diego Biurrun2009-07-22
* cosmetics: small typo fixesDiego Biurrun2009-07-22
* cosmetics: reindent/prettyprint after last commitDiego Biurrun2009-07-22
* Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.Diego Biurrun2009-07-22
* Move output redirection of deps generation from make rule to DEPEND_CMDMåns Rullgård2009-07-22
* Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun2009-07-22
* Make Theora decoder depend on the VP3 decoder.Diego Biurrun2009-07-22
* configure: group tests for compiler characteristics togetherMåns Rullgård2009-07-22
* configure: set -mdynamic-no-pic flag in main darwin sectionMåns Rullgård2009-07-22
* configure: remove special flags for XLC on DarwinMåns Rullgård2009-07-22
* configure: remove some darwin-related cruftMåns Rullgård2009-07-22
* Fix building of tools/*Måns Rullgård2009-07-22
* configure: group all cpu-specific tests togetherMåns Rullgård2009-07-22
* Add missing stdint.h #include to fix 'make checkheaders'.Diego Biurrun2009-07-22
* Remove unused global variable.Carl Eugen Hoyos2009-07-22
* Calculate gradient from parameter instead of using a global variable.Carl Eugen Hoyos2009-07-22
* Revert unintended portion of last commit. (Setting the default coder toAlex Converse2009-07-22
* Be sure to increment our position in the coefficient array when skipping a zeroAlex Converse2009-07-22
* Remove unused variables.Ramiro Polla2009-07-21
* x11grab: remove unnecessary #includes and senseless #defineMåns Rullgård2009-07-21
* Due to a typo in videogen.c, the regression test videos were not asCarl Eugen Hoyos2009-07-21
* Make E-AC-3 decoder depend on the AC-3 decoder.Diego Biurrun2009-07-21
* Register some additional AMF types in libavformat/flv.hKostya Shishkov2009-07-21
* ARM: handle VFP register arguments in ff_vector_fmul_window_neon()Måns Rullgård2009-07-20
* ARM: check for VFP register argumentsMåns Rullgård2009-07-20
* Remove an unused field from the BandCodingPath struct.Alex Converse2009-07-20
* Actually use all the codebooks we are iterating over in the two-loop scalefac...Alex Converse2009-07-20
* configure: make --extra-cflags cumulative againMåns Rullgård2009-07-20
* Fix an integer overflow in the AAC encoder.Alex Converse2009-07-20
* Merge AMR and OpenCORE documentation sections.Diego Biurrun2009-07-20
* Make VP6A/VP6F decoders depend on the VP6 decoder.Diego Biurrun2009-07-20
* Remove two more lines related to the WMV3 decoder.Diego Biurrun2009-07-19
* Make WMV3 decoders depend on their VC-1 counterparts.Diego Biurrun2009-07-19
* Support building with TI TMS470 compilerMåns Rullgård2009-07-19
* Consistently lowercase all HTML tags.Diego Biurrun2009-07-19
* If any input/output devices are enabled then indevs/outdevs shouldDiego Biurrun2009-07-19
* Use globally consistent include guard names.Stefano Sabatini2009-07-19
* Replace two occurrences of 'vfwcap_demuxer' with 'vfwcap_indev', IStefano Sabatini2009-07-18
* Allow enabling alsa and jack devices.Carl Eugen Hoyos2009-07-18
* Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup.Alex Converse2009-07-17
* Make sure that tests/seek_test.o gets deleted on 'make clean'.Diego Biurrun2009-07-17
* Dead code removal in the AAC encoder.Alex Converse2009-07-17
* configure: improve detection of out-of-tree buildsMåns Rullgård2009-07-17
* configure: remove some useless commentsMåns Rullgård2009-07-17
* Icc 11.1 still does not align the stack pointer, disable some x264 functions.Carl Eugen Hoyos2009-07-17
* Check for __attribute__((packed)) supportMåns Rullgård2009-07-17
* configure: handle --cpu before running compilerMåns Rullgård2009-07-17
* configure: simplify --cpu handling slightlyMåns Rullgård2009-07-17
* cosmetics: reindent after last commitKostya Shishkov2009-07-17
* Add SHA-2 hashingKostya Shishkov2009-07-17