summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* PPC: fix asm operand constraints in AV_RL64Måns Rullgård2009-07-29
* Remove pointless '#ifdef DEBUG' around dprintf macro.Diego Biurrun2009-07-29
* Only enable WMV3 decoder when it has been turned on in the build system.Diego Biurrun2009-07-29
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-29
* Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER,Diego Biurrun2009-07-29
* Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is onlyDiego Biurrun2009-07-29
* Stop parsing in read_header only after finding pmt, andBaptiste Coudurier2009-07-29
* rename freq to period which is more correct, patch by Niobos, niobos dot be a...Niobos2009-07-28
* Use dprintf() instead of '#ifdef DEBUG' and av_log().Diego Biurrun2009-07-28
* Replace BUILD_{SHARED,STATIC} with CONFIG_ counterpartsMåns Rullgård2009-07-28
* Enable PIC unconditionally on OpenBSDMåns Rullgård2009-07-28
* configure: always write PIC flags to config.makMåns Rullgård2009-07-28
* configure: enable PIC in per-arch section instead of separatelyMåns Rullgård2009-07-28
* Fix typo in MinGWCE support in configure.Martin Storsjö2009-07-28
* MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().Ramiro Polla2009-07-28
* MMX2 scaler: factorize initMMX2Scaler().Ramiro Polla2009-07-28
* MMX2 scaler: add variable to ease factorization of initMMX2Scaler().Ramiro Polla2009-07-28
* Indent.Ramiro Polla2009-07-28
* Remove duplicate horizontal scaling when there aren't enough lines in a sliceRamiro Polla2009-07-28
* Remove useless code.Ramiro Polla2009-07-28
* ARM: cleaner selection of ELF-spefic assembler directivesMåns Rullgård2009-07-27
* MinGWCE support in configure; networking is disabled for now.Martin Storsjö2009-07-27
* 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