aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* mpcommon.c is a partial copy of mplayer.c, so recommit it as such.Gravatar reimar2007-02-25
* The fragment program functions are and most likely always will be ARB-only,Gravatar reimar2007-02-25
* Replace __MINGW32__ by more consistent WIN32_LOADER. This should fix compilat...Gravatar voroshil2007-02-25
* 10, checked for the wrong thing. Do aspect scaling only in config_video_outGravatar reimar2007-02-25
* cosmetics: reindentedGravatar nicodvb2007-02-25
* removed commented/useless code from parse_mpeg12_video()Gravatar nicodvb2007-02-25
* Add av_ prefix to clip functionsGravatar reimar2007-02-25
* 10l to me for bad todo itemsGravatar compn2007-02-24
* iive says xvmc stuff is long doneGravatar compn2007-02-24
* remove some old and add new TODOGravatar compn2007-02-24
* Simplify .depend file inclusion.Gravatar diego2007-02-24
* cosmetics: Fix some common typos, appropiate --> appropRiate,Gravatar diego2007-02-24
* 10l, avoid crash on invalid subtitle idGravatar reimar2007-02-24
* synced with r22331Gravatar Gabrov2007-02-24
* Remove some #if 0 codeGravatar uau2007-02-24
* Move parsing of the -ss option to the option code.Gravatar uau2007-02-24
* some more consistency for the VIDIX installation.Gravatar diego2007-02-23
* synced with r22292Gravatar Gabrov2007-02-23
* synced with r22326Gravatar Gabrov2007-02-23
* Gui compilation fixesGravatar vayne2007-02-23
* Fix loading of mpeg4ds direct show video codec under win32, broken in r22322Gravatar voroshil2007-02-23
* Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyedGravatar voroshil2007-02-23
* Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separ...Gravatar voroshil2007-02-23
* Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.Gravatar voroshil2007-02-23
* Fix \a parsing broken in r22291Gravatar uau2007-02-23
* Fix error in commentGravatar uau2007-02-23
* Reset the edl_decision flag after the seek is done.Gravatar uau2007-02-23
* Separate function for seekingGravatar uau2007-02-23
* Remove useless fflush(stdout) calls. mp_msg already flushes output, andGravatar uau2007-02-22
* Move EDL code to separate functionsGravatar uau2007-02-22
* Move some related variables together & add a commentGravatar uau2007-02-22
* update to 0.1 version from websiteGravatar compn2007-02-22
* add original website url per al3x commentGravatar compn2007-02-22
* r22276: Reallocate event_images_t, removing limit on simultanious events count.Gravatar voroshil2007-02-22
* typoGravatar diego2007-02-22
* Add some missing includes.Gravatar eugeni2007-02-22
* Declarations must be before codeGravatar reimar2007-02-22
* Fix nonsense function typeGravatar uau2007-02-22
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as wellGravatar diego2007-02-22
* Cleanup, move "global" state from the frame_time_remaining mainloopGravatar uau2007-02-21
* fix compilation with gcc 2.95.3Gravatar ivo2007-02-21
* Fix GUI compilationGravatar uau2007-02-21
* Add missing "if (use_gui)" before some GUI callsGravatar uau2007-02-21
* Fix menu to work with mpctxGravatar uau2007-02-21
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.Gravatar diego2007-02-21
* Oops, forgot {} before "else".Gravatar eugeni2007-02-21
* Add missing #ifdefGravatar uau2007-02-21
* Split command/property handling from mplayer.c to a new file command.c.Gravatar uau2007-02-21
* a/r handled correctly by vd_ffmpegGravatar nicodvb2007-02-20
* insert extradata in sh_video->bih+1 instead of pushing it to demuxer->video a...Gravatar nicodvb2007-02-20