log

age author description
2011-02-28 ib Cosmetic: Format to MPlayer coding style.
2011-02-28 ib Add required include file.
2011-02-28 cehoyos Add ID_DVD_TITLE_x_CHAPTERS and ID_DVD_CURRENT_TITLE to the output of
2011-02-27 ib Cosmetic: Adjust indent.
2011-02-27 ib Get rid of needless listItems variable and pointer.
2011-02-27 reimar Fix compilation for systems where vorbis encode is split out into
2011-02-27 reimar Do not run svn or otherwise try to extract the svn revision when
2011-02-27 reimar Improve stream reset on read error, should now fix bug #1841 in more
2011-02-27 cboesch 10l: forgot mp_strings.h header include with mp_asprintf prototype.
2011-02-26 ib Correct documentation.
2011-02-26 siretart enable bluray support in the daily builds
2011-02-26 cboesch Use mp_asprintf in get_metadata instead of limited stack buffer.
2011-02-26 cboesch Make proxy and url parameter const in get_noauth_url and get_http_proxy_url.
2011-02-26 cboesch Use mp_asprintf in make_noauth_url and make_http_proxy_url.
2011-02-26 cboesch Add mp_strings.c with mp_asprintf function.
2011-02-25 ib Remove unused function.
2011-02-25 ib Cosmetic: Format to MPlayer coding style.
2011-02-24 ib Cosmetic: Adjust indent.
2011-02-24 ib Comply with the requested verbosity on GUI message boxes.
2011-02-24 ib Limit scope of internally used skinItem array.
2011-02-24 ib Change message levels to 'error'.
2011-02-24 ib Provide proper conversion specification.
2011-02-24 ib Remove needless explicit initialization.
2011-02-24 ib Clarify the lower case transformation.
2011-02-24 ib Cosmetic: Format to MPlayer coding style.
2011-02-24 ib Improve skin documentation.
2011-02-24 ib Avoid unnecessary brackets and improve message texts.
2011-02-23 reimar 100l, fix incorrect len when retrying read.
2011-02-23 ib Cosmetic: Format to MPlayer coding style.
2011-02-23 ib Cosmetic: Format to MPlayer coding style.
2011-02-22 reimar When reading from a stream fails, try one more time after a reset.
2011-02-22 reimar Improve handling of audio timestamps where we do not have even a
2011-02-22 reimar Avoid mixing declarations and code.
2011-02-22 reimar Apply forgotten part of previous patch, adding calc_a_pts to mpcommon.h.
2011-02-22 reimar Move MPlayer's audio pts calculation code into mp_common.c and reuse it in
2011-02-22 reimar Remove some tabs that accidentally ended up in mpcommon.c
2011-02-22 compn ai5q and ai1q fourccs added to h264 decoders, ported from ffmpeg
2011-02-21 ranma Make sure we don't store the same stats twice by nulling the first byte of the stats_out string once we have written it.
2011-02-21 ib Update GUI documentation.
2011-02-20 ib Cosmetic: Specify path from main (compiling) directory.
2011-02-20 cehoyos "FIx" chapter references (make them identical to dvd).
2011-02-20 ib Cosmetic: Use more natural notations.
2011-02-20 ib Move declaration into scope of function where it's used.
2011-02-20 ib Remove needless explicit initialization.
2011-02-20 ib Fix buggy strlower(). It's wrong to add 'A'.
2011-02-20 ib Cosmetic: Limit scope of internally used Fonts array.
2011-02-19 ib Add missing include file.
2011-02-19 ib Make setname() directly return the string created instead of writing it
2011-02-19 ib Remove statement no longer needed and forgotten to remove in r32934.
2011-02-19 ib Cosmetic: Adjust indent.
2011-02-19 ib Remove support for skins directories using the obsolete name 'Skin'.
2011-02-19 ib Use power-of-two sizes (mainly cosmetic).
2011-02-19 ib Cosmetic: Don't use a constant for size.
2011-02-19 ib Remove unused function.
2011-02-19 ib Simplify input preparation (analogously to font.c).
2011-02-19 ib Cosmetic: Limit scope of internal functions.
2011-02-19 ranma For codecs that produce no data on the first pass, e.g.
2011-02-18 ib Cosmetic: Use 0, not '\0'.
2011-02-18 ib Cosmetic: Make conditions more readable by having assignments outside.
2011-02-18 ib Cosmetic: Use more natural notations.
2011-02-17 ib Revert r32923: none of the systems known or tested have a problem in it.
2011-02-17 ib Do proper and portable initialization.
2011-02-17 ib Enlarge uchar buffer, because GLib implements 31-bit UTF-8,
2011-02-17 diego Adjust build system to reflect merge of libavcore into libavutil in FFmpeg.
2011-02-17 diego Adjust #include paths after the merge of libavcore into libavutil in FFmpeg.
2011-02-17 ib Add alpha channel value to the ARGB initialization constant
2011-02-17 ib Simplify array initialization.
2011-02-16 ib Add braces for easier association.
2011-02-16 ib Prevent a segmentation fault.
2011-02-16 ib Initialize array in a compiler independent way.
2011-02-16 ib Revert r32911.
2011-02-16 ib Simplify array initialization.
2011-02-16 ib Remove needless pointer check.
2011-02-16 ib Add additional include directory for gui.
2011-02-16 cboesch Git clone options are after the 'clone' keyword
2011-02-16 ib Remove needless cast.
2011-02-16 ib Simplify condition.
2011-02-16 ib Don't use constant not related to definition size
2011-02-16 ib Use gfree().
2011-02-16 diego Limit FFmpeg git clone to the last revision to save time and bandwidth.
2011-02-16 ib Clean up variable declarations.
2011-02-16 ib Use appropriate declaration for array indices.
2011-02-16 ib Simplify condition.
2011-02-14 cboesch Remove uneeded trailing semicolon.
2011-02-13 ib Reduce buffer to reasonable size.
2011-02-13 ib Remove unused functions.
2011-02-13 ib Prevent out buffer overflow.
2011-02-12 ib Partially revert cosmetic r32892.
2011-02-12 ib Allow font characters varying in height.
2011-02-12 reimar 100l: fix "gamma" equalizer setting to change red, green and blue gamma,
2011-02-12 cehoyos At least for Wing Commander 4 files, -demuxer lavf
2011-02-11 ib Prevent memory leaks.
2011-02-11 ib Cosmetic
2011-02-11 ib Allow equals sign to be defined in the font description file.
2011-02-11 ib Simplify input preparation and allow semicolon
2011-02-11 ib Fix usage of wrong variable.