aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Remove useless casts.Gravatar reimar2008-10-19
* Improve error message when screen width and height are not set.Gravatar diego2008-10-19
* Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.Gravatar diego2008-10-19
* improve documentation of latest x264's optionsGravatar gpoirier2008-10-18
* Use av_malloc/av_free for audio-related buffers to avoid crashes due toGravatar reimar2008-10-18
* pci.c includes dha.h, remove redundant MAX_* definesGravatar ranma2008-10-18
* MAX_PCI_DEVICES 64 is not enough on my system (even though lspci only shows 2...Gravatar ranma2008-10-18
* fixed image format detection for 15 bit color depthsGravatar faust32008-10-17
* cosmetics: Reorganize config.h. Remove pointless comments, group togetherGravatar diego2008-10-16
* typo: _dev_dvd_openbsd --> _def_dvd_openbsdGravatar diego2008-10-16
* Create LIBDIR for binary codecs upon make install.Gravatar diego2008-10-16
* Move dcbzl definition to the FFmpeg section of config.h where it belongs.Gravatar diego2008-10-16
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
* Revert declaring ThreadProc as void, it breaks the WINAPI.Gravatar diego2008-10-16
* Add -nomsgcolor option to match -msgcolor, patch by swell.k gmail com.Gravatar diego2008-10-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.Gravatar diego2008-10-16
* Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.Gravatar diego2008-10-16
* Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.Gravatar diego2008-10-16
* Move X11_FULLSCREEN definition to x11_common.h where it belongs.Gravatar diego2008-10-16
* cosmetics: Merge some preprocessor checks.Gravatar diego2008-10-16
* fixed overlay x and y calculationGravatar faust32008-10-16
* Move attribute_used declaration from config.h to mangle.h where it is useful.Gravatar diego2008-10-16
* Remove pointless attribute_used from variable declaration.Gravatar diego2008-10-16
* Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make itGravatar diego2008-10-16
* Convert asm keyword into __asm__.Gravatar flameeyes2008-10-16
* sun --> __sun in config.h preprocessor checkGravatar diego2008-10-16
* misc updates for the Xvid, x264 and AAC sectionsGravatar diego2008-10-14
* cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.Gravatar diego2008-10-14
* cosmetics: Consistently name all header #define variables.Gravatar diego2008-10-14
* Remove some pointless and/or outdated codec documentation sections.Gravatar diego2008-10-14
* Honour differences between src and dst stride for packed yuvGravatar faust32008-10-14
* Remove section about containers. Its contents are non-informative, redundant,Gravatar diego2008-10-14
* Update VIDIX vs. svgalib documentation.Gravatar diego2008-10-14
* #include necessary libavcodec header and remove duplicated struct declaration.Gravatar diego2008-10-14
* update x264's section with r999 of x264Gravatar gpoirier2008-10-14
* Remove useless '#undef realloc', realloc is not referenced anywhere near.Gravatar diego2008-10-14
* Remove duplicate extern declaration, fixes the warning:Gravatar diego2008-10-14
* Remove unused variable ncomps.Gravatar diego2008-10-13
* Fix double free in demux_nut, patch by Onur Küçük.Gravatar ods152008-10-13
* Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.Gravatar diego2008-10-13
* Remove global definition of WIN32 in config.h for Cygwin.Gravatar diego2008-10-13
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* Remove pointless #ifdef around the whole file, it is just a complicated #if 1.Gravatar diego2008-10-13
* Declare ThreadProc as void, it does not return anything, fixes the warning:Gravatar diego2008-10-13
* Remove unused function, fixes the warning:Gravatar diego2008-10-13
* Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin:Gravatar diego2008-10-13
* Add missing Cygwin header, fixes the warning:Gravatar diego2008-10-13
* Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes:Gravatar diego2008-10-13
* Surround conditionally used function with corresponding #ifdef, fixes:Gravatar diego2008-10-13