aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* add support for lavf style extradata in vd_theoraGravatar aurel2010-03-18
* Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.Gravatar diego2010-03-18
* Split codec path related code into a separate file to fix Windows build.Gravatar reimar2010-03-18
* Fix first line(s) of vo vdpau documentation.Gravatar cehoyos2010-03-18
* Fix thread safety issue in mreq_private: last_alloc was accessed from multipleGravatar sesse2010-03-17
* Announce Windows XP SP2 instead of Windows 95 OSR2.Gravatar sesse2010-03-17
* Announce SMP support for Win32.Gravatar sesse2010-03-17
* Introduce mak_enable function to set variables in config.mak.Gravatar diego2010-03-17
* Rename SGI_MIPS architecture to plain MIPS.Gravatar diego2010-03-17
* Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.Gravatar diego2010-03-17
* Lowercase arch and subarch values.Gravatar diego2010-03-17
* cosmetics: Drop leading underscore from cpuexts variables.Gravatar diego2010-03-17
* Make ff_config_enable work with lowercase values.Gravatar diego2010-03-17
* Split subarch handling off from generic arch handling.Gravatar diego2010-03-17
* Prefer FFmpeg AAC decoder over libfaad.Gravatar diego2010-03-17
* Rename libopencore AMR decoder entries.Gravatar diego2010-03-17
* Fix compilation after FFmpeg r22569 at least for some architectures.Gravatar cehoyos2010-03-17
* cosmetics: Drop leading underscores from arch variables.Gravatar diego2010-03-17
* Follow a more proper way to support -codecpath.Gravatar komh2010-03-17
* Fix return value of InitializeCriticalSectionAndSpinCount.Gravatar sesse2010-03-16
* Remove unused variable, fixes the warning:Gravatar diego2010-03-16
* Fix libmpcodecs/vd_qtvideo.c compilation on OS X:Gravatar sesse2010-03-16
* Remove some commented-out debugging and similar cruft.Gravatar diego2010-03-16
* Remove unnecessary forward declarations for a bunch of functions.Gravatar diego2010-03-16
* cosmetics: Move all functions before main().Gravatar diego2010-03-16
* Remove disabled flip_upside_down function; it has been unused for ages.Gravatar diego2010-03-16
* Remove unnecessary forward declaration of print_wave_header().Gravatar diego2010-03-16
* Fix compilation after FFmpeg r22565.Gravatar cehoyos2010-03-16
* Calculate width and height in mp4_header_process_vop().Gravatar cehoyos2010-03-15
* Fix value of bit counter at end of functions to prepare for future patches.Gravatar cehoyos2010-03-15
* Fix indentation in GetVersionExW.Gravatar sesse2010-03-15
* Add support for Apple's ProRes and AIC codecs, now that all prerequisitesGravatar sesse2010-03-15
* Implement GetVersionExW with the same data as GetVersionExA but taking in aGravatar sesse2010-03-15
* Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS andGravatar sesse2010-03-15
* Relocate -codecpath description in alphabetical order.Gravatar komh2010-03-15
* Add -codecpath option.Gravatar komh2010-03-15
* Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.Gravatar diego2010-03-15
* Get rid of pointless tmppath variable in set_path_env().Gravatar diego2010-03-14
* variable renaming cosmetics: _have_yasm --> have_yasmGravatar diego2010-03-14
* Remove unused MMX_FFT Makefile variable.Gravatar diego2010-03-14
* cosmetics: Simplify _codecsdir setting for MinGW and OS/2.Gravatar diego2010-03-14
* Add -Wstrict-prototypes to CFLAGS.Gravatar diego2010-03-14
* Use menu instead of GUI as example for an internal feature turned on by a flag.Gravatar diego2010-03-14
* Fix compilation after FFmpeg r22522.Gravatar cehoyos2010-03-14
* Replace separate Win32, XAnim and Real codec directories by one global dir.Gravatar diego2010-03-14
* fftheora supports 4:2:2 and 4:4:4 nowGravatar conrad2010-03-13
* sync with en/mplayer.1 rev. 30868Gravatar jrash2010-03-13
* Add the 0xA109 format for speex, it is claimed to be officially registered (haveGravatar reimar2010-03-12
* Support extradata format of the speex.acm windows codec formerly availableGravatar reimar2010-03-12
* Fix crash if speex_packet_to_header fails.Gravatar reimar2010-03-12