aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* r27182: apply parameter name change of no-correct-pts from r26842 to man pageGravatar kraymer2008-10-08
* Change one more variable type from int to enum PixelFormat.Gravatar aurel2008-10-08
* Change variable types from int to enum PixelFormat.Gravatar cehoyos2008-10-07
* Remove unnecessary HAVE_AV_CONFIG_H #define.Gravatar diego2008-10-07
* sync w/r27691Gravatar gpoirier2008-10-06
* Correctly place second const in declaration.Gravatar cehoyos2008-10-05
* Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place whereGravatar diego2008-10-05
* gcc-apple specific fallback not necessary anymoreGravatar lu_zero2008-10-05
* Disable mp3lib and liba52-internal for icc.Gravatar cehoyos2008-10-05
* Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.Gravatar diego2008-10-05
* synced with r27718Gravatar Gabrov2008-10-05
* Remove b5Dither, g5Dither and r5Dither from libswscale.Gravatar cehoyos2008-10-04
* Revert the removal of the likely/unlikely macros, they are still used.Gravatar diego2008-10-04
* Merge variable declaration and export.Gravatar diego2008-10-04
* Remove g6Dither from libswscale.Gravatar cehoyos2008-10-04
* Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning.Gravatar ranma2008-10-04
* Add a comment to lonely 'fi' for clarification.Gravatar diego2008-10-04
* Make alsa resume after suspend to disk (would say 'file descriptor is in bad ...Gravatar ranma2008-10-04
* cosmetics: more config.h reorderingGravatar diego2008-10-04
* cosmetics: Reorder entries in config.h.Gravatar diego2008-10-04
* 100l: Revert incorrect removal or --ar and --ranlib options.Gravatar diego2008-10-04
* cosmetics: Improve some config.h comments.Gravatar diego2008-10-04
* Do not duplicate likely/unlikely #defines from libmpeg2/libavcodec in config.h.Gravatar diego2008-10-04
* Remove unused HAVE_SYS_POLL_H definition from config.h.Gravatar diego2008-10-04
* cosmetics: Move around some more stuff in config.mak.Gravatar diego2008-10-04
* cosmetics: Move around stuff in config.mak.Gravatar diego2008-10-04
* Remove unused LIBDIR Makefile variable from config.mak.Gravatar diego2008-10-04
* Remove unused options --ar and --ranlib.Gravatar diego2008-10-04
* Do not set DESTDIR to an empty value so that it can be overridden on theGravatar diego2008-10-04
* FAAC/FAAD are no longer the only available AAC encoders/decoders.Gravatar diego2008-10-04
* Remove word size check and macro and use __WORDSIZE directly instead.Gravatar diego2008-10-04
* Remove MPlayer-specific MP_WORDSIZE hack.Gravatar diego2008-10-04