aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Set HAVE_DVB in configure when HAVE_DVB_HEAD is definedGravatar diego2008-08-02
* cosmetics: typo fixesGravatar diego2008-08-02
* cosmetics: reindent after last commitGravatar compn2008-08-02
* change ve_raw.c:set_format to not overwrite biCompression if force_fourcc is ...Gravatar compn2008-08-02
* Change a bunch of video-output-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
* Do not provide a prototype for vsscanf when vsscanf is available.Gravatar diego2008-08-02
* Change a bunch of codec-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
* Remove checks for HAVE_XVID3, that conditional was removed a long time ago.Gravatar diego2008-08-02
* Fix ARM linking failure when IWMMXT support is disabled.Gravatar diego2008-08-01
* Remove obsolete diff hunk that is no longer applied to the code.Gravatar diego2008-08-01
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Fix a misleading section in the libavcodec options manual indicating that aGravatar diego2008-08-01
* add hdv1 fourccGravatar compn2008-08-01
* add some h263 fourccsGravatar compn2008-08-01
* add ADJV fourcc to mjpegGravatar compn2008-08-01
* Initialize socklen_t variable to "no".Gravatar diego2008-08-01
* add XIXL fourcc to videoxl codecGravatar compn2008-08-01
* Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian.Gravatar diego2008-07-31
* Revert previous broken rename of binary-codecs.sh that had random changes.Gravatar diego2008-07-31
* Rename binary-codecs.sh once more to binary_codecs.sh as it is called in Debian.Gravatar diego2008-07-31
* Rename install-w32codecs.sh --> binary-codecs.sh.Gravatar diego2008-07-31
* bump sync tagGravatar gpoirier2008-07-30
* For the case that we add a typedef for socklen_t, we should #defineGravatar diego2008-07-30
* Check for socklen_t in ws2tcpip.h as well.Gravatar diego2008-07-30
* Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.Gravatar diego2008-07-30
* Remove unused HAVE_MENCODER definition.Gravatar diego2008-07-30
* Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* Remove unused definition from config.h.Gravatar diego2008-07-30
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Drop USE_ prefix from USE_MPLAYER_CPUDETECT #define.Gravatar diego2008-07-30
* Use conditional compilation instead of an #ifdef around the whole file.Gravatar diego2008-07-30
* Remove unused definition from config.h.Gravatar diego2008-07-30
* Add proper check for socklen_t.Gravatar diego2008-07-30
* cosmetics: Group FFmpeg definitions together in config.h.Gravatar diego2008-07-30
* add XDCAM and more HDV MPEG2 fourccsGravatar compn2008-07-30
* change arbitrary CODECS_MAX_FOURCC limit to larger arbitrary limitGravatar compn2008-07-30
* changed 'Audio file' to 'Audio only' (to not get 'Audio file file' when played)Gravatar ptt2008-07-29
* Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.Gravatar diego2008-07-28
* Rework OS/2 configuration with respect to linker output formats.Gravatar diego2008-07-28
* cosmetics: Add a separator comment.Gravatar diego2008-07-28
* Move libdvdnav check before the CFLAGS section. It is still the last checkGravatar diego2008-07-28
* synced with r27348Gravatar ptt2008-07-28
* Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile andGravatar diego2008-07-28
* Remove unused HPUX #define from command line.Gravatar diego2008-07-28
* Move libdvdcss-specific CFLAG settings to libdvdcss test.Gravatar diego2008-07-28
* add ffvp6a codecGravatar compn2008-07-28
* add ffmotionpixels codecGravatar compn2008-07-28
* Get rid of horrible code that relies on codec-set context variable,Gravatar reimar2008-07-26
* Use GetTimerMS() instead of time() with srand.Gravatar reimar2008-07-26