log

age author description
2013-02-28 ib Fix bug with deleted file appearing in the path list.
2013-02-28 cboesch build: fix build after moving from HAVE_ICONV to CONFIG_ICONV in FFmpeg.
2013-02-25 reimar Fix setting gamma.
2013-02-23 reimar demux_lavf: fix up all ffmpeg:// URLs.
2013-02-20 cehoyos Fix FFmpeg cinepak decoding: It outputs RGB24 now.
2013-02-20 diego configure: Refactor filtering libav* components into a function
2013-02-18 cehoyos List decoders and encoders in config.asm: Prepare for upcoming FFmpeg patch.
2013-02-18 michael build: add matching #define CONFIG_AUDIO_FRAME_QUEUE 1
2013-02-18 cehoyos Fix compilation with latest FFmpeg.
2013-02-18 diego configure: Refactor listing libav* subparts into a function
2013-02-17 michael build-sys: fix for ffmpeg due to HAVE_ICONV
2013-02-15 cehoyos Revert r35912, it breaks compilation.
2013-02-15 diego configure: Simplify option value handling with helper functions
2013-02-15 diego configure: Add toupper() and tolower() utility functions
2013-02-15 diego configure: Remove redundant double variable initialization
2013-02-15 diego build: Drop unnecessary -D_GNU_SOURCE from libdvd* CFLAGS
2013-02-05 cehoyos Be less verbose on unkown FFmpeg pixel formats.
2013-02-04 reimar Remove nonsense typedef, probably caused by search-and-replace
2013-02-03 reimar Correctly disable dr for H.264.
2013-02-01 cehoyos Support decoding G722 in au.
2013-01-31 cehoyos Add more vf_stereo3d output formats.
2013-01-27 reimar Switch from OpenGL.h to gl.h
2013-01-27 ib Cosmetic: Adjust indent.
2013-01-27 ib Don't destroy a -wid window's WM_NORMAL_HINTS property information.
2013-01-27 al build: configure: Simplify check for alloca
2013-01-26 ib Comment code with no effect.
2013-01-26 ib Cosmetic: Adjust indent.
2013-01-26 ib Restructure code for video window in uiChangeSkin().
2013-01-26 ib Remove code almost identical to uiMenuDone() plus uiMenuInit().
2013-01-26 ib Remove pointless condition.
2013-01-26 ib Remove pointless menuIsInitialized.
2013-01-26 ib Exit GUI if we can't return to the skin we started with.
2013-01-26 ib Change window reload order.
2013-01-26 ib Cosmetic: Rename variables.
2013-01-26 ib Remove unnecessary nfree() call.
2013-01-25 ib Remove unnecessary, conditional free() call.
2013-01-25 ib Add uiMainDone(), uiVideoDone(), uiPlaybarDone() and uiMenuDone().
2013-01-25 ib Make mainDrawBuffer static.
2013-01-25 ib Cosmetic: Rename variable.
2013-01-25 ib Compact code.
2013-01-25 ib Cosmetic: Adjust indent.
2013-01-25 ib Fix bug with evPlay.
2013-01-25 ib Cosmetic: Rename variable.
2013-01-25 ib Move main window initialization code to uiMainInit().
2013-01-25 ib Move video window initialization code to uiVideoInit().
2013-01-25 ib Update skin documentation.
2013-01-25 ib Cosmetic: Adjust indent.
2013-01-25 ib Allow video window without image displayed in it.