aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* Remove the pause filter and the cmd queue hack, to know the mplayer going toGravatar ulion2007-11-15
* Make crash-debug gdb auto-execute "bt"Gravatar reimar2007-11-10
* Restore terminal for gdb with -crash-debug by calling getch2_disable()Gravatar reimar2007-11-10
* Fix memory leak caused by after calling mp_input_get_cmd didn't free the cmd.Gravatar ulion2007-11-06
* Old code for dvdsub_id fix assume the global_sub_indices[SUB_SOURCE_DEMUX]Gravatar ulion2007-11-04
* We support gcc 2.95 (fixes r24928).Gravatar cehoyos2007-11-02
* A/V sync: take audio filter buffers into accountGravatar uau2007-11-01
* Add audio filter scaletempoGravatar uau2007-11-01
* Make output samplerate independent of -speedGravatar uau2007-11-01
* Simplify init_audio_filters() argumentsGravatar uau2007-11-01
* Change decode_audio() interfaceGravatar uau2007-11-01
* Clean up some fields in stheader.h structsGravatar uau2007-11-01
* Do not reset user-enabled mute on EOF, but only on exit.Gravatar reimar2007-09-03
* moved to reinit_video_chain() the assignment of sh_video->stream_aspect, wher...Gravatar nicodvb2007-09-01
* if the stream reader supports it assign to the video the stream aspect ratioGravatar nicodvb2007-09-01
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Fix warnings:Gravatar diego2007-08-25
* Add separate event input type for terminal+voGravatar uau2007-08-25
* Remove unnecessary OSD visibility codeGravatar uau2007-08-21
* Minor code cleanupGravatar uau2007-08-21
* Remove an unnecessary #ifdefGravatar uau2007-08-18
* Remove pointless #ifdefGravatar uau2007-08-15
* mixer.afilter must be set to NULL when filter chain is destroyed on uninit.Gravatar reimar2007-07-31
* Teletext supportGravatar voroshil2007-07-29
* Removing global variables from tv://Gravatar voroshil2007-07-29
* Get rid of a few more useless malloc castsGravatar reimar2007-07-19
* Make sure all demuxer subtitles can be selected with 'j', evenGravatar reimar2007-07-19
* fix redundant redeclaration warningGravatar Gabrov2007-07-18
* Move loop_times into mpctx.Gravatar albeu2007-07-09
* Revert r23530.Gravatar voroshil2007-06-21
* Remove broken option reset from per-file loopGravatar uau2007-06-16
* Teletext support for tv:// (v4l and v4l2 only)Gravatar voroshil2007-06-10
* implement "bind sections"Gravatar voroshil2007-06-07
* Create a new MSGT for just the status line.Gravatar diego2007-06-05
* add new -subfont option, that allows having a different font for OSD (control...Gravatar ben2007-05-20
* Output message fixGravatar uau2007-05-14
* Gui --> guiGravatar diego2007-04-23
* big surprise.. uau broke gcc 2.95 as usualGravatar rfelker2007-04-17
* Gui: Show correct time after seeking in audio-only files.Gravatar cehoyos2007-03-31
* Code cleanup: don't include a .c file in mplayer.c and fix a fewGravatar rathann2007-03-29
* Gui: Allow progress bar to move when playing mov or mp4 filesGravatar cehoyos2007-03-26
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in lineGravatar diego2007-03-21
* Allow demuxers to return packets with no pts in -correct-pts modeGravatar uau2007-03-11
* Move the sh_audio->delay field to mpctx->delay.Gravatar uau2007-03-11
* Fix bad uninit when switching DVB channels.Gravatar reimar2007-03-06
* Fix copy-paste bug (must have broken something in the GUI)Gravatar uau2007-03-03
* Seek to -ss position, not 0, in per-file loop.Gravatar uau2007-03-01
* Seek to -ss position without first starting audio/video from the start.Gravatar uau2007-02-27
* Remove some #if 0 codeGravatar uau2007-02-24
* Move parsing of the -ss option to the option code.Gravatar uau2007-02-24