aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Remove redundant variable declaration, fixes the warning:Gravatar diego2008-10-13
* Remove check for byteswap.h, it was removed from FFmpeg.Gravatar diego2008-10-13
* Remove unused variables.Gravatar diego2008-10-12
* Remove redundant declaration of proc_priority.Gravatar diego2008-10-12
* Filter out .hh and .h files in the C++ dependency generation command.Gravatar diego2008-10-12
* Remove useless HAVE_STRCHR definition from config.h.Gravatar diego2008-10-12
* Add missing support for some multimedia keys to X11 backend code.Gravatar diego2008-10-12
* Move socklen_t typedef from config.h to stream/network.h.Gravatar diego2008-10-12
* Do not provide a prototype for setenv in config.h, we do not provide aGravatar diego2008-10-11
* cosmetics: Move some config.h entries to more sensible places.Gravatar diego2008-10-10
* cosmetics: Group codec-, network- and gui-related options together in config.h.Gravatar diego2008-10-10
* cosmetics: Group system header and function definitions together in config.h.Gravatar diego2008-10-09
* Remove unused line (and fix an icc warning).Gravatar cehoyos2008-10-09
* Replace numeric constants by their defines.Gravatar cehoyos2008-10-09
* Mark some symbols in swscale.c as constant.Gravatar flameeyes2008-10-09
* Mark dither_2x2_{8,4} static to swscale.cGravatar flameeyes2008-10-09
* Mark variation-specific interleaveBytes static.Gravatar flameeyes2008-10-09
* Invert logic for the single-pass in swScale() functions.Gravatar flameeyes2008-10-09
* Change variable types from int to enum PixelFormat.Gravatar cehoyos2008-10-09
* Fix channel order for ffmpeg flac codec.Gravatar ulion2008-10-09
* Do not set src[1] to the palette, it is now in the contextGravatar vitor2008-10-08
* Add a new unscaled PAL8 -> RGB converter.Gravatar vitor2008-10-08