log

age author description
2012-11-26 al stream ftp: Use C99 designated initializers
2012-11-26 al stream ftp: Set type to STREAMTYPE_STREAM
2012-11-26 al stream ftp: open_f: Mark parameter file_format unused
2012-11-26 al stream ftp: Pass full buffer size to snprintf
2012-11-26 reimar Fix vo_gl sometimes drawing a black image instead of the video.
2012-11-26 reimar Try to improve seeking in files with only few video packets,
2012-11-26 ib Move isPlaylistStreamtype definition to util/list.h.
2012-11-26 ib Don't unconditionally reset Filename and StreamType if not playing.
2012-11-26 ib Simplify playlist handling by defining a symbolic constant.
2012-11-25 reimar Disable frame dropping for codec delay flush.
2012-11-25 reimar Expand: when using DR clear the part of the image that
2012-11-25 ib Check for a non-empty filename.
2012-11-25 ib A non-existing path shouldn't be an empty string.
2012-11-25 ib Avoid a duplicate strrchr() call.
2012-11-25 reimar React more smoothly to user input/window redraw requests
2012-11-25 reimar vo_gl: react to expose events even when not paused.
2012-11-25 ib Without current playlist item, reset guiInfo's Filename and StreamType.
2012-11-25 reimar Fix incorrect mp_image allocations when the input format changes.
2012-11-25 ib Allow setting guiInfo.Filename to NULL.
2012-11-25 ib Improve add_to_gui_playlist().
2012-11-25 ib Choose better variable name for current playlist item.
2012-11-25 ib Move add_to_gui_playlist() to util/list.c.
2012-11-25 reimar Fix bitrate calculation for FLAC files.
2012-11-24 ib Rename uiGotoTheNext uiProcessNextInPlaylist.
2012-11-23 al gui/win32: Remove static from add_to_gui_playlist
2012-11-23 reimar Add a version script to hide all symbols.
2012-11-23 reimar Add --large-address-aware to allow 32 bit Windows builds to use
2012-11-23 reimar Fix auto-detection of MinGW as compile target.
2012-11-23 reimar Also free the noauth_url entry in the URL struct.
2012-11-23 reimar Pass pointer to start of allocated memory to free,
2012-11-23 ib Fix segmentation fault with mouse button release.
2012-11-23 ib Cosmetic: Adjust indent.
2012-11-23 ib Prevent negative array index read.
2012-11-23 ib Always stick with current playlist item after a uiCurr() call.
2012-11-23 ib Remove dead code.
2012-11-23 ib Prevent floating point exception.
2012-11-23 ib Prevent unintended sign extension from int to long on 64-bit machines.
2012-11-23 ib Close the skin file after reading.
2012-11-23 ib Check return value after reading file.
2012-11-23 ib Don't use signed variable for file length.
2012-11-23 ib Pass guiApp's wsTWindow parameters always by reference (if possible).
2012-11-23 ib Remove dead code.
2012-11-23 ib Pass big parameter by reference rather than by value.
2012-11-23 ib Check array index.
2012-11-22 ib Don't consider URL portions a directory.
2012-11-22 ib Don't unconditionally delete the old playlist.
2012-11-22 ib Fix segmentation fault with mouse button release.
2012-11-22 ib Rename import_file_into_gui() add_to_gui_playlist().
2012-11-22 ib Add an URL loaded by the GUI to its playlist.
2012-11-22 ib Add a file loaded by the GUI to its playlist.
2012-11-22 ib Make import_file_into_gui() available.
2012-11-22 upsuper Fix memory leaks when error occurs.
2012-11-22 upsuper Use the same parameter type with malloc.
2012-11-21 SubJunk Copyright file updates:
2012-11-21 upsuper Use size_t instead of unsigned in address arithmetic.
2012-11-21 upsuper Add missing break.
2012-11-21 upsuper Fix leaks in case of overflow.
2012-11-20 al stream ftp: Increase command buffer size
2012-11-20 al stream ftp: Allocate command buffer on-heap
2012-11-20 al stream ftp: Create buffers before opening control connection
2012-11-20 al stream ftp: Only send QUIT command if connected
2012-11-20 al stream ftp: Revise file descriptor usage
2012-11-20 al stream ftp: readline: Always try to read complete lines
2012-11-20 al stream ftp: readline: Always initialize output parameter buf
2012-11-20 al stream ftp: readline: Fix off-by-one error
2012-11-20 cigaes subreader: do not skip the first char of ASS fields.
2012-11-19 SubJunk Updated libdvdcss entry in the copyright file
2012-11-19 ib Fix segmentation fault after end of file playback.
2012-11-19 cehoyos Support FFmpeg Canopus lossless decoder.
2012-11-16 upsuper Print rotation information as identify msg
2012-11-15 reimar Revert r35388.
2012-11-10 upsuper Removing mmsu-related code
2012-11-10 reimar Do not attempt to write into a file if opening it failed.
2012-11-10 reimar Remove dead code.
2012-11-10 reimar Set TMPEXE only after OS detection.
2012-11-10 reimar Move compiler check to be earlier so we can use the compiler
2012-11-10 reimar Move runtime cpu detection support until after we determined
2012-11-10 reimar cpuinfo binary needs to be compiled with host compiler.
2012-11-10 reimar Set CONFIG_LIBXVID up properly.
2012-11-10 reimar Use a more obvious condition.
2012-11-10 reimar Remove pointless local variable.
2012-11-10 reimar Do not pointlessly call getenv("HOME") twice, reuse the result instead.
2012-11-10 reimar Remove another pointless NULL check.
2012-11-10 reimar Simplify: remove useless casts, NULL checks etc.
2012-11-10 reimar Avoid crash when parsing index for audio-only files.
2012-11-10 reimar Simplify code.
2012-11-10 reimar Do not call fstat if open failed.
2012-11-10 reimar Abort when opening the file failed instead of calling
2012-11-10 reimar Remove pointless cast.
2012-11-10 reimar Fix off-by-one errors in file descriptor validity checks.
2012-11-10 reimar Mark pointer arguments that are not written to as const.
2012-11-10 reimar Do not use pkt which is uninitialized at that point.
2012-11-10 reimar Do not leak memory while processing command.
2012-11-10 al libmpcodecs: Only choose dummy codecs if forced
2012-11-10 reimar Fix const correctness.
2012-11-10 reimar Fix leaks in case of error.
2012-11-10 reimar Add url_new_with_proxy function to reduce code duplication and memleaks.
2012-11-10 reimar Remove proxy "support" from stream_rtp and stream_upd, trying
2012-11-10 reimar Remove useless casts.
2012-11-10 reimar Fix resource leaks when loading logo file in vf_remove_logo.
2012-11-10 reimar Fix memleak on parse error.
2012-11-10 reimar check4proxies does not modify input URL, so mark it const.
2012-11-10 reimar Fix incorrectly commented-out url_frees.
2012-11-10 reimar Fix memory leaks in mp_input_check_interrupt.
2012-11-10 reimar Make code slightly easier to read.
2012-11-10 reimar Fix memleaks on error and remove useless "break".
2012-11-10 reimar Fix memleaks on error and EOF.
2012-11-10 reimar Minor simplifications.
2012-11-10 reimar http_set_field only makes a copy of the string, so we still need to
2012-11-10 reimar Free cookies file data after parsing it.
2012-11-10 reimar Do not do sign comparisons on "char" type which can be both signed or unsigned.
2012-11-10 reimar Avoid leaks in error handling.
2012-11-10 reimar Fix memleak when reading a file fails.
2012-11-10 reimar Simplify, remove pointless casts.
2012-11-10 reimar Properly free all memory in rar_close.
2012-11-10 reimar Fix allocation that could in theory be too small for the terminating NULL.
2012-11-10 cehoyos Support decoding fourcc GXVE with FFmpeg's wmv2 decoder.
2012-11-10 jrash sync with en/mplayer.1 rev. 35369
2012-11-09 reimar Re-enable multi-channel output for -ao win32.
2012-11-09 reimar Fix 24 bit audio with -ao win32.
2012-11-09 reimar Simplify some ao_win32 code.
2012-11-09 reimar Generate proper CONFIG_ entries in config.mak.
2012-11-08 reimar Support subpos values > 100 that allow the subtitles
2012-11-06 SubJunk libass: Fixed RTL languages
2012-11-06 reimar Properly free resources even when encountering many
2012-11-06 reimar Fix memleaks for error case.
2012-11-06 reimar Make array "static const".
2012-11-06 reimar Error out if an invalid channel list name was specified