log

age author description
2012-12-22 cehoyos Add support for FFmpeg's libilbc decoder.
2012-12-22 cehoyos Fix compilation with current FFmpeg.
2012-12-21 jrash sync with en/mplayer.1 rev. 35685
2012-12-20 cehoyos Replace ARMVFP by VFP as currrently used by FFmpeg.
2012-12-19 ib Cosmetic: Switch addends.
2012-12-19 ib Fix bug with wrong video window size after end of fullscreen playback.
2012-12-18 reimar Add comment why seeking backward flag is used when
2012-12-18 reimar Set AVSEEK_FLAG_BACKWARD also when seeking to the start of a file.
2012-12-18 upsuper Cosmetic: reindent.
2012-12-18 cehoyos Support decoding ABGR rawvideo streams.
2012-12-18 cehoyos Support FFmpeg Silicon Graphics Motion Video Compressor 1 and 2.
2012-12-18 cehoyos Support FFmpeg SGI RLE decoder.
2012-12-18 cehoyos IMGFMT_RGB8 is not a palettised image format.
2012-12-17 upsuper Cosmetic: reindent & move defines out of function
2012-12-16 reimar Minor improvements to the mplmult script.
2012-12-15 ib Remove DOCS/xml/$(lang)/main.xml files with 'make distclean'.
2012-12-15 ib Let 'make clean' remove all files that 'make' can regenerate.
2012-12-15 ib Remove pointless #ifdef directives.
2012-12-15 reimar Attempt to fix -loop (when written after the file name) for
2012-12-15 reimar Allow -ss 0 to seek to pts 0 instead of disabling seeking.
2012-12-15 reimar Allow "nopts" as time specification, it might be useful in
2012-12-15 reimar lavf muxer: set up stream aspect.
2012-12-14 ib Include inttypes.h in generated help messages file.
2012-12-14 ib Add missing #ifdef directive.
2012-12-14 ib Include config.h in generated help messages file.
2012-12-14 upsuper Reduce register usage in an asm block.
2012-12-14 upsuper Reduce register usage in an asm block.
2012-12-13 cehoyos Fix compilation with current FFmpeg git head.
2012-12-13 upsuper Rename consts & avoid using a GNU extension.
2012-12-13 upsuper Put xmm7 clearance into each asm block.
2012-12-13 upsuper Replace an unnecessary SSE4 instruction.
2012-12-13 upsuper Reduce register usage to fix the compilation in x86.
2012-12-12 ib Remove pointless condition.
2012-12-12 ib Fix setting PlaylistNext after a playlist change.
2012-12-12 upsuper Accelerate ass rendering by using SSE4 for yuv420p.
2012-12-12 upsuper Accelerate ass rendering by using SSE4 for yuv422.
2012-12-12 upsuper Move some code up.
2012-12-11 ib Adapt assignments.
2012-12-11 ib While playing, allow extensive editing of the playlist without stopping.
2012-12-11 ib Reset media information while changing tracks in stop mode.
2012-12-11 ib Fix condition in uiNext().
2012-12-11 ib Cosmetic: Adjust indent.
2012-12-11 ib Add a parameter to uiUnsetMedia().
2012-12-11 upsuper Cosmetic: Reindent.
2012-12-10 ib Cosmetic: Adjust indent.
2012-12-10 ib Embrace several individual "if (guiInfo.Playing)" conditions.
2012-12-10 ib Relocate and change code to set Chapter and Angle start values.
2012-12-10 ib Reset media information for CD/VCD/DVD after playback.
2012-12-10 ib Add a function to unset media information.
2012-12-10 ib Cosmetic: Adjust indent.
2012-12-10 ib Make DVD stop if manually advancing beyond last chapter of last track.
2012-12-10 ib Relocate code to set Track, Chapter and Angle start values.
2012-12-10 ib Limit playlist reset to first item after playback.
2012-12-10 ib Limit internal automatic audio CD track advancing.
2012-12-10 ib Change internal automatic audio CD track advancing.
2012-12-10 ib Simplify code.
2012-12-10 ib Calculate number of playlist tracks in any case.
2012-12-10 ib Don't unconditionally reset playlist to first item after playback.
2012-12-10 ib Merge declaration and initialization.
2012-12-10 ib Set track number after resetting playlist to first item.
2012-12-10 ib Deallocate in reverse order of allocation.
2012-12-10 ib Free guiInfo when GUI ends.
2012-12-10 ib Change parameter from NULL to 0.
2012-12-09 ib Cosmetic: Adjust indent and add a blank line.
2012-12-09 ib Reset playlist to first item after playback has stopped.
2012-12-09 ib Use FFMIN in evSetVolume.
2012-12-09 ib Add comment.
2012-12-09 ib Set volume in evSetBalance.
2012-12-09 ib Set volume in GUI_SET_MIXER.
2012-12-09 ib Cosmetic: Add some blank lines.
2012-12-09 ib Cosmetic: Relocate variable definition.
2012-12-09 ib Fix bug with evSetBalance.
2012-12-09 ib Cosmetic: Adjust indent.
2012-12-09 ib Fix bug with wrong balance calculation.
2012-12-09 ib Check availability of mixer before rendering.
2012-12-09 ib Relocate mixer assignment.
2012-12-09 upsuper Remove two pointless conditions.
2012-12-09 upsuper Add missing break.
2012-12-09 upsuper Fix a wrong condition.
2012-12-07 ib Set svn properties for newly created GUI directories.
2012-12-06 ib Cosmetic: Rearrange #includes.
2012-12-06 ib Rebuild GUI directory structure.
2012-12-06 ib Rebuild GUI directory structure.
2012-12-06 ib Rebuild GUI directory structure.
2012-12-06 ib Rebuild GUI directory structure.
2012-12-06 ib Rebuild GUI directory structure.
2012-12-06 ib Add doxygen comments.
2012-12-06 ib Rearrange #includes and add missing one.
2012-12-06 ib Fix bug with removing items from playlist.
2012-12-05 ib Avoid using local variables named filename.
2012-12-05 ib Don't unnecessarily use global MPlayer variable filename in Win32 GUI.
2012-12-05 ib Don't unnecessarily use global MPlayer variable filename.
2012-12-05 ib Move instruction up.
2012-12-05 ib Make comments doxygen comments.
2012-12-05 ib Remove unnecessary cast.
2012-12-05 ib Simplify condition.