summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Remove disabled function get_num().Diego Biurrun2009-07-27
* Cosmetics: remove spaces between function name and arguments in declaration,Ronald S. Bultje2009-07-27
* Use named initializers and use new/free_context() instead of extradata()Colin McQuillan2009-07-27
* Implement support for EOS as used by WMS and other RTSP servers that do notRonald S. Bultje2009-07-27
* Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. SeeRonald S. Bultje2009-07-27
* Change type of received_sigterm variable from sig_atomic_t to int,Martin Storsjö2009-07-27
* Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE.Martin Storsjö2009-07-27
* Only consider -1 as an error return value for open().Martin Storsjö2009-07-27
* Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use themRamiro Polla2009-07-27
* Factorize x86 fast_bilinear assembly.Ramiro Polla2009-07-27
* Fix assembly comments for x86 fast_bilinear so they match the C code.Ramiro Polla2009-07-27
* Set subtitle type in DVD and XSUB subtitle decoders.Janne Grunau2009-07-26
* Remove unnecessary mpeg12data.o entries from OBJS- variables.Diego Biurrun2009-07-26
* Remove duplicated mpeg12data.o entries.Diego Biurrun2009-07-26
* Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15:Ronald S. Bultje2009-07-26
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* fix various compilation dependenciesAurelien Jacobs2009-07-24
* 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