aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* Remove compile time/runtime CPU detection, and drop some platformsGravatar wm42012-07-30
* Change version stringGravatar wm42012-07-29
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrGravatar wm42012-07-28
* osd: use libass for OSD renderingGravatar wm42012-07-28
* libvo, libao: remove useless video and audio output driversGravatar wm42012-07-28
* Merge remote-tracking branch 'origin/master'Gravatar wm42012-07-28
|\
| * demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEYGravatar Uoti Urpala2012-07-25
| * video, audio: use lavc decoders without codecs.conf entriesGravatar Uoti Urpala2012-07-24
| * core: fix attempt to get audio pts without audioGravatar Uoti Urpala2012-07-17
| * options: support parsing values into substructsGravatar Uoti Urpala2012-07-16
* | Merge remote-tracking branch 'origin/master'Gravatar wm42012-05-20
|\|
| * core: fix EOF handling with untimed audio outputsGravatar Uoti Urpala2012-05-14
| * options: simplify option parsing/setting machineryGravatar Uoti Urpala2012-05-08
| * options: change -v parsingGravatar Uoti Urpala2012-05-07
* | Merge remote-tracking branch 'origin/master'Gravatar wm42012-04-29
|\|
* | Merge remote-tracking branch 'origin/master'Gravatar wm42012-04-28
|\ \
| | * win32: core: wake up more often to poll for inputGravatar Uoti Urpala2012-04-26
| | * core: change initial sync with --delay, video stream switchGravatar Uoti Urpala2012-04-23
| | * core: uninitialize VO and AO when no track playsGravatar Uoti Urpala2012-04-23
| |/
* | Merge remote-tracking branch 'origin/master'Gravatar wm42012-04-13
|\ \
| | * audio: fix unmute-at-end logicGravatar Uoti Urpala2012-04-11
| | * audio: restore volume setting after AO reinit if neededGravatar Uoti Urpala2012-04-11
| | * audio: keep volume level internally (not only in AO)Gravatar Uoti Urpala2012-04-11
| |/
| * build: remove OS/2 supportGravatar Uoti Urpala2012-04-06
| * input: stop trying to read terminal input on EOFGravatar Uoti Urpala2012-04-06
| * core: in VO flip timing, recheck time after OSD drawGravatar Uoti Urpala2012-04-05
| * core: fix problems in video EOF detectionGravatar Uoti Urpala2012-04-05
* | Merge remote-tracking branch 'origin/master'Gravatar wm42012-04-01
|\|
| * ao_pulse, core: make pulse thread wake up core for more dataGravatar Uoti Urpala2012-03-26
| * timeline: subs: keep subtitle tracks in source timeGravatar Uoti Urpala2012-03-25
| * core: improve sub and audio start after timeline part switchGravatar Uoti Urpala2012-03-20
| * options: move mixer.h options to structGravatar Uoti Urpala2012-03-20
| * core: restructure main play loop, continue audio after videoGravatar Uoti Urpala2012-03-19
* | Merge remote-tracking branch 'origin/master' into my_masterGravatar wm42012-03-16
|\ \
| | * terminal output: if audio/video pts is missing, show "???"Gravatar Uoti Urpala2012-03-16
| |/
* | Use "mplayer2" in version string, not "MPlayer2"Gravatar wm42012-03-14
* | core: do not print garbage with -identify when chapter times are unknownGravatar wm42012-03-14
| * core: remove old EDL mode (--edl option)Gravatar Uoti Urpala2012-03-09
| * windows support: unicode filenamesGravatar wm42012-03-09
* | Merge remote-tracking branch 'origin/master' into my_masterGravatar wm42012-03-05
|\ \
| | * windows support: remove _UWIN defineGravatar wm42012-03-01
| |/
* | screenshot: make screenshot filenames configurableGravatar wm42012-02-29
* | core: rename --paused to --pause, and improve how pausing is doneGravatar wm42012-02-29
| * osd: erase terminal OSD line with mp_msg() instead of printf()Gravatar Uoti Urpala2012-02-25
* | osd: clear terminal OSD line with mp_msg() instead of printfGravatar wm42012-02-25
* | core: add option to start in paused stateGravatar wm42012-02-09
| * vd_ffmpeg: fix flushing of buffered framesGravatar Uoti Urpala2012-02-03
| * build: switch to libavutil bswap.h and intreadwrite.hGravatar Uoti Urpala2012-02-01
* | osd: add setting to display OSD always on terminalGravatar wm42012-01-18
* | core: add new support for reading .cue filesGravatar wm42012-01-18