log

age author description
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,
2012-11-05 reimar Check for NULL before using the pointer.
2012-11-05 reimar Fix malloc failure check to check the correct variable.
2012-11-05 reimar Simplify mp_input_get_input_from_name.
2012-11-05 reimar Fix potential NULL dereference.
2012-11-05 reimar Fix crash when not able to find a mpi by using an
2012-11-05 reimar Allow free_demuxer to handle a NULL argument.
2012-11-05 reimar Fix crash in case sh_audio allocation failed.
2012-11-05 reimar Try to do something sensible when malloc fails instead
2012-11-05 reimar Simplify, avoid crash when malloc/calloc fails.
2012-11-05 al release.sh: Use official FFmpeg source repository URL
2012-11-05 reimar Use more appropriate value for memcpy length.
2012-11-05 reimar Remove nonsense casts.
2012-11-05 reimar Simplify.
2012-11-05 reimar Remove pointless variable.
2012-11-05 reimar Remove completely unnecessary huge on-stack buffer.
2012-11-03 upsuper Add flag "dummy" for null and black decoder
2012-11-02 upsuper a new implementation of vf_ass
2012-11-02 upsuper Do not allow 'black' decoder to be chosen without forcing. So mark it
2012-11-02 upsuper configure: add more cpu type detection
2012-11-01 reimar Fix typo causing memset to not properly initialize the struct.
2012-11-01 reimar Avoid potential overflow in shift.
2012-11-01 reimar Add cast to ensure shift will not overflow.
2012-11-01 reimar Use AV_RB32 to avoid sign extension issues and validate offset before using it.
2012-11-01 reimar Do not needlessly use "long" types.
2012-11-01 reimar Remove pointless unused variable.
2012-11-01 reimar Add a few "const".
2012-11-01 reimar Fix format string typo.
2012-11-01 reimar Add missing va_end after va_copy.
2012-11-01 reimar Fix typo that might have caused reading beyond the string end.
2012-11-01 reimar Remove pointless unreachable code (the loop condition already checks
2012-11-01 reimar More strict check so it is actually possible to trigger.
2012-11-01 reimar Check the correct variable for NULL.
2012-11-01 reimar Remove nonsense check.
2012-11-01 reimar Fix variable declarations I stupidly forgot to make "static".
2012-11-01 compn add SPXN to speex decoder, should work after ff bug 1873 is fixed
2012-10-31 reimar Remove another incorrect use of realloc_struct.