log mplayer.c @ 24284:cf3ca02f9749

age author description
2007-08-28 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
2007-08-25 diego Fix warnings:
2007-08-25 uau Add separate event input type for terminal+vo
2007-08-21 uau Remove unnecessary OSD visibility code
2007-08-21 uau Minor code cleanup
2007-08-18 uau Remove an unnecessary #ifdef
2007-08-15 uau Remove pointless #ifdef
2007-07-31 reimar mixer.afilter must be set to NULL when filter chain is destroyed on uninit.
2007-07-29 voroshil Teletext support
2007-07-29 voroshil Removing global variables from tv://
2007-07-19 reimar Get rid of a few more useless malloc casts
2007-07-19 reimar Make sure all demuxer subtitles can be selected with 'j', even
2007-07-18 Gabrov fix redundant redeclaration warning
2007-07-09 albeu Move loop_times into mpctx.
2007-06-21 voroshil Revert r23530.
2007-06-16 uau Remove broken option reset from per-file loop
2007-06-10 voroshil Teletext support for tv:// (v4l and v4l2 only)
2007-06-07 voroshil implement "bind sections"
2007-06-05 diego Create a new MSGT for just the status line.
2007-05-20 ben add new -subfont option, that allows having a different font for OSD (controls and menu) and subtitles
2007-05-14 uau Output message fix
2007-04-23 diego Gui --> gui
2007-04-17 rfelker big surprise.. uau broke gcc 2.95 as usual
2007-03-31 cehoyos Gui: Show correct time after seeking in audio-only files.
2007-03-29 rathann Code cleanup: don't include a .c file in mplayer.c and fix a few
2007-03-26 cehoyos Gui: Allow progress bar to move when playing mov or mp4 files
2007-03-21 diego Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line
2007-03-11 uau Allow demuxers to return packets with no pts in -correct-pts mode
2007-03-11 uau Move the sh_audio->delay field to mpctx->delay.
2007-03-06 reimar Fix bad uninit when switching DVB channels.
2007-03-03 uau Fix copy-paste bug (must have broken something in the GUI)
2007-03-01 uau Seek to -ss position, not 0, in per-file loop.
2007-02-27 uau Seek to -ss position without first starting audio/video from the start.
2007-02-24 uau Remove some #if 0 code
2007-02-24 uau Move parsing of the -ss option to the option code.
2007-02-23 uau Fix error in comment
2007-02-23 uau Reset the edl_decision flag after the seek is done.
2007-02-23 uau Separate function for seeking
2007-02-22 uau Remove useless fflush(stdout) calls. mp_msg already flushes output, and
2007-02-22 uau Move EDL code to separate functions
2007-02-22 uau Fix nonsense function type
2007-02-21 uau Cleanup, move "global" state from the frame_time_remaining mainloop
2007-02-21 uau Fix GUI compilation
2007-02-21 uau Add missing "if (use_gui)" before some GUI calls
2007-02-21 uau Fix menu to work with mpctx
2007-02-21 uau Add missing #ifdef
2007-02-21 uau Split command/property handling from mplayer.c to a new file command.c.
2007-02-19 uau Remove remnants of the nonfunctional "grab_frames" command.
2007-02-18 uau Remove unused variable "osd_level_saved"
2007-02-17 reimar Make sure that -sid works even if the number of subtitles initially detected
2007-02-17 reimar Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c
2007-02-11 reimar Clear/update subtitles after seeking backwards.
2007-02-06 uau reindent
2007-02-06 uau Fix multiple appearing or appearing+disappearing subs in the same frame
2007-02-05 uau Add missing type to declaration and remove unused variable
2007-02-05 reimar Another round of subtitle code cleanup
2007-01-26 gpoirier filename double-conversion, especially usefull for CJK users :-)
2007-01-17 michael print_version() and others get executed before the command line has been parsed so -really-quiet does not silence them even though it should according to the verbosity level set by it, this simple change/hack fixes it
2007-01-13 diego DO NOT recommend or even suggest installing codecs.conf.
2007-01-06 reimar Subtitle handling cleanup: factor out code for parsing embedded subtitles