log

age author description
2012-12-01 ib Cosmetic: Rename uiSetFileName().
2012-12-01 reimar af_format: Fix check_format, non-special formats are of course supported.
2012-11-30 ib Don't include config.h if not necessary.
2012-11-30 reimar Make stream eof detection less sensitive.
2012-11-30 reimar Fix scary "BUG! Invalid demuxer type ..." message
2012-11-30 reimar demux_lavf: support subtitle-only formats.
2012-11-30 reimar Display correct subtitle language for demux_lavf.
2012-11-30 reimar Fix alpha for ASS subtitles.
2012-11-30 reimar af_format: support endianness conversion also for iec61937
2012-11-30 reimar Make AF_FORMAT_IS_IEC61937 include AF_FORMAT_IS_AC3.
2012-11-30 reimar ad_spdif: use the more specific AF_FORMAT_AC3_LE when
2012-11-30 reimar Do not call af_fmt2str on the same data over and over.
2012-11-30 reimar Replace outdated list of unsupported formats by list of supported formats.
2012-11-30 reimar Some spelling fixes.
2012-11-30 ib Cosmetic: Correct indent.
2012-11-30 ib Add doxygen comments to actions.c.
2012-11-30 upsuper Cosmetic: Reindent.
2012-11-30 ib Add necessary and remove unnecessary #includes.
2012-11-30 ib Cosmetic: Switch two code lines.
2012-11-30 ib Cosmetic: Adjust indent and insert blank lines.
2012-11-30 ib Check return value to avoid segmentation fault.
2012-11-30 ib Use symbolic constants to set abs_seek_pos.
2012-11-30 ib Move uiProcessNextInPlaylist to the guiInfo structure.
2012-11-30 ib Create new header file gui.h.
2012-11-30 ib Fix bug introduced in r35521.
2012-11-30 ib Change pointless condition.
2012-11-30 ib Cosmetic: Prettify uiPrev().
2012-11-30 ib Don't treat STREAMTYPE_VCD differently in uiNext().
2012-11-29 reimar Update MinGW cross-compilation instructions.
2012-11-29 reimar Do not fall back to 0 for samplerate when parser is not initialized.
2012-11-29 ib Check and set track for DVDs just as for the other StreamTypes.
2012-11-29 cehoyos Always set BITMAPINFOHEADER field biPlanes to 1, the only allowed value.
2012-11-29 ib Fix bug with resetting guiInfo's Track.
2012-11-29 ib Don't unconditionally reset Track, Chapter and Angle after playback.
2012-11-29 ib Move the code to set guiInfo's Track, Chapter and Angle start values.
2012-11-29 ib Reset guiInfo's Track, Chapter and Angle after playback.
2012-11-29 ib Set track counter on guiPlaylistInitialize().
2012-11-29 ib Fix German translation of MSGTR_NoChapter.
2012-11-29 ib Reset RunningTime after playback.
2012-11-29 ib Cosmetic: Adjust indent.
2012-11-29 ib Don't unconditionally reset AudioChannels after playback.
2012-11-29 upsuper Prevent dropping last frames in vd_black.
2012-11-28 reimar Change declaration to use proper type to avoid a ridiculous
2012-11-28 reimar Merge declaration and initialization.
2012-11-28 reimar Remove unused define.
2012-11-28 reimar Remove unnecessary cast.
2012-11-28 reimar Do not decrement idx_pos if it is 0.
2012-11-28 reimar Fix code that detects streams temporarily lacking data to work
2012-11-28 reimar AVI: when we cannot find packets for video or audio stream,
2012-11-28 ib Remove variable assignment.
2012-11-28 ib Comment unused return value.
2012-11-28 ib Check chdir() return value to avoid race condition.
2012-11-28 ib Don't increment a pointer which might be null.
2012-11-28 ib Check stat() return value before utilizing its information.
2012-11-26 al stream ftp: Remove unneeded cast
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
2012-11-06 reimar Avoid code duplication and pointless casts.
2012-11-06 reimar Avoid unused variable warnings.
2012-11-06 reimar Update for upstream r256.
2012-11-06 reimar Change STREAM_CTRL_GET_SIZE argument type from off_t to
2012-11-06 upsuper Comment out unused code
2012-11-06 SubJunk Updated libdvdcss version to 1.2.12
2012-11-06 SubJunk Updated libdvdcss to r255
2012-11-06 SubJunk Updated libass to 0.10.1
2012-11-05 reimar Remove assignment that is duplicated a few lines down,