aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add directory names to libavcodec #includes.Gravatar diego2008-03-03
* Remove unnecessary addition of -Ilibavformat to CFLAGS.Gravatar diego2008-03-03
* cosmetics: prettyprinting and alphabetical orderGravatar diego2008-03-03
* Move decision about whether or not to compile Windows emulationGravatar diego2008-03-03
* Move decision about whether or not to compile wrapper.S to configure.Gravatar diego2008-03-03
* Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes careGravatar diego2008-03-03
* replace all occurences of "M$" by "Microsoft" because it's what we really mea...Gravatar gpoirier2008-03-03
* Add checkheaders target, ported from FFmpeg.Gravatar diego2008-03-03
* Add ID_SEEKABLE information to -identify output.Gravatar diego2008-03-03
* #include osdep/mman.h if sys/mman.h is not available.Gravatar diego2008-03-03
* configure: Set CONFIG_ENCODERS=yes in config.mak unconditionallyGravatar uau2008-03-03
* Revert fixing illegal identifiers to fix compilation on MinGW. UnfortunatelyGravatar diego2008-03-02
* Fix comment, qclp fourcc is Qclp not QCLPGravatar reimar2008-03-01
* synced with r26138Gravatar Gabrov2008-03-01
* Fix illegal identifiers starting with _ and capital letters.Gravatar diego2008-03-01
* Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.Gravatar diego2008-03-01
* Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.Gravatar diego2008-03-01
* Remove va_start/vsnprintf workaround for OS/2.Gravatar diego2008-03-01
* Merge two #ifdefs.Gravatar diego2008-03-01
* cosmetics: reindent, detabifyGravatar diego2008-03-01
* Remove duplicate extern declaration.Gravatar diego2008-03-01
* fix bad function prototypeGravatar ben2008-02-29
* Remove now deprecated Savage VIDIX driver sourcesGravatar ben2008-02-29
* Use MPlayer consistent define naming convention for newly introduceGravatar ben2008-02-29
* New S3 VIDIX driver.Gravatar ben2008-02-29
* Add missing #include.Gravatar eugeni2008-02-29
* Support switching to/from nosound in demux_lavf.Gravatar eugeni2008-02-29
* Remove unused function.Gravatar eugeni2008-02-29
* Reindent.Gravatar eugeni2008-02-29
* Don't select audio stream in lavf and mkv demuxers.Gravatar eugeni2008-02-29
* Select audio stream in mplayer and mencoder, overriding demuxer decision.Gravatar eugeni2008-02-29
* Set audio->sh correctly when switching audio tracks. The same for video tracks.Gravatar eugeni2008-02-29
* Don't select subtitle track in lavf and mkv demuxers.Gravatar eugeni2008-02-29
* Demuxer-independent subtitle track selection.Gravatar eugeni2008-02-29
* Demuxer-independent functions for selecting tracks based on language.Gravatar eugeni2008-02-29
* Remove stupid checks of free() argument.Gravatar eugeni2008-02-29
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleGravatar eugeni2008-02-29
* Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio trackGravatar eugeni2008-02-29
* Add language info to sh_sub_t and sh_audio_t.Gravatar eugeni2008-02-29
* Attempt to fix -chapter broken for mkv in r25987Gravatar reimar2008-02-28
* joystick.c is only ever compiled on Linux, remove pointless #ifdefGravatar diego2008-02-28
* TARGET_OS2 is never set, use __OS2__ instead.Gravatar diego2008-02-28
* Use _res_comment in joystick check.Gravatar diego2008-02-28
* cache support for OS/2Gravatar diego2008-02-28
* mmap() support for OS/2Gravatar diego2008-02-27
* Mention nvidia fix for vo gl and especially changed screensaver supportGravatar reimar2008-02-26
* Default to disabling VIDIX on platforms where it is not known to work.Gravatar diego2008-02-26
* less preprocessor magic in version number macrosGravatar mru2008-02-26
* configure: define ENABLE_ENCODERS for FFmpegGravatar uau2008-02-26
* in ds_fill_buffer() disabled the code that demuxes until the arrival of the r...Gravatar nicodvb2008-02-25