log

age author description
Fri, 04 Mar 2011 11:57:43 +0000 jrash Synced with help_mp-en.h rev. 32964
Thu, 03 Mar 2011 18:45:55 +0000 cboesch Add Uncrustify profile.
Thu, 03 Mar 2011 15:00:05 +0000 ib Move fntFreeFont() into appFreeStruct().
Thu, 03 Mar 2011 14:52:21 +0000 ib Cosmetic: Rename appInitStruct() to appFreeStruct().
Thu, 03 Mar 2011 14:37:47 +0000 ib Rename the 'NumberOf' members of the listItems structure.
Thu, 03 Mar 2011 14:13:41 +0000 ib Cosmetic: Remove needless include.
Thu, 03 Mar 2011 14:09:50 +0000 ib Clean up appInitStruct().
Thu, 03 Mar 2011 13:58:48 +0000 ib Fix memory leak in appInitStruct().
Thu, 03 Mar 2011 13:45:30 +0000 ib Fix memory leak in appInitStruct().
Thu, 03 Mar 2011 13:13:20 +0000 ib Remove parameter from appInitStruct() function.
Thu, 03 Mar 2011 12:30:50 +0000 ib Cosmetic: Remove needless include.
Thu, 03 Mar 2011 12:21:18 +0000 ib Make ITEMS a const int (it was a symbolic constant).
Thu, 03 Mar 2011 12:16:09 +0000 ib Cosmetic: Rename constant for number of events from evBoxs to EVENTS.
Thu, 03 Mar 2011 11:44:39 +0000 ib Cosmetic: Adjust indent.
Thu, 03 Mar 2011 11:43:01 +0000 ib Fix memory leak in appClearItem().
Thu, 03 Mar 2011 11:06:42 +0000 ib Redefine button states.
Thu, 03 Mar 2011 09:34:27 +0000 ib Cosmetic: Adjust item definitions.
Wed, 02 Mar 2011 18:16:15 +0000 ib Cosmetic: Adjust indent.
Wed, 02 Mar 2011 18:14:20 +0000 ib Add new function bpFree() to free txSamples (bitmaps).
Wed, 02 Mar 2011 17:42:06 +0000 ib Use appropriate declaration for array indices.
Wed, 02 Mar 2011 17:38:59 +0000 ib Provide proper conversion specification for long and unsigned variables.
Wed, 02 Mar 2011 17:30:14 +0000 ib Move declaration of char array into scope of fExist() where it's used.
Wed, 02 Mar 2011 17:17:19 +0000 ib Cosmetic: Format to MPlayer coding style.
Wed, 02 Mar 2011 16:05:37 +0000 ib Adjust the listItems structure.
Wed, 02 Mar 2011 15:37:50 +0000 ib Clean up the wItem structure.
Wed, 02 Mar 2011 13:30:44 +0000 ib Improve documentation on dlabel.
Wed, 02 Mar 2011 07:53:59 +0000 reimar Print correct result variable for armv6t2 test.
Wed, 02 Mar 2011 07:41:47 +0000 reimar Fix copy-and-paste error: Should be AV_SAMPLE_FMT_NONE instead of PIX_FMT_NONE.
Tue, 01 Mar 2011 21:50:57 +0000 reimar Start adding support for lavc audio encoders that use other formats
Tue, 01 Mar 2011 21:48:04 +0000 reimar Use samplefmt2affmt helper function in ad_ffmpeg.c