summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* fix compilation of cavsvideo demuxerAurelien Jacobs2009-07-24
* Check for HAVE_ISATTY.Martin Storsjö2009-07-24
* Check for the isatty function.Martin Storsjö2009-07-24
* configure: some small simplificationsMåns Rullgård2009-07-23
* configure: add some blank lines to improve readabilityMåns Rullgård2009-07-23
* Remove unnecessary #include <unistd.h>Måns Rullgård2009-07-23
* refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun2009-07-23
* Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set.Diego Biurrun2009-07-23
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-22
* cosmetics: Reorder some tables/lines to make future diffs smaller.Diego Biurrun2009-07-22
* #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