log

age author description
2011-04-04 ib Add missing 'else'.
2011-04-04 ib Revise debug messages.
2011-04-04 ib Remove unused message.
2011-04-04 jrash Synced with help_mp-en.h rev. 33185
2011-04-03 iive Fix segfault in lavcac3enc audio filter.
2011-04-03 ib Cosmetic: Adjust indent.
2011-04-03 ib Prevent an out-of-bounds array access.
2011-04-03 ib Cosmetic: Rename cmd functions item.
2011-04-03 ib Cosmetic: Adjust indent after simplifying cmd_base().
2011-04-03 ib Simplify cmd_base().
2011-04-02 ib Remove unused wItem member tmp.
2011-04-02 ib Move debug messages so that they will be processed earlier.
2011-04-02 ib Order member assignments according to their definition in the structure.
2011-04-01 ib Add an itMenu item type.
2011-04-01 ib Don't needlessly store font information in the wItems array
2011-04-01 ib Prevent an out-of-bounds array access.
2011-04-01 ib Revise font related error messages.
2011-04-01 ib Avoid using skin pointer.
2011-04-01 ib Avoid using appMPlayer.
2011-04-01 ib Cosmetic: Rearrange variable declarations to match parameters.
2011-04-01 ib Cosmetic: Rearrange variable declarations to match parameters.
2011-04-01 ib Use more appropriate name for variable and reduce it to reasonable size.
2011-04-01 ib Remove needless variable.
2011-04-01 ib Reduce resp. increase arrays to reasonable size.
2011-04-01 ib Cosmetic: Use more appropriate variable names.
2011-04-01 ib Disable background definition for playbar.
2011-04-01 ib Simplify parameter analysis.
2011-04-01 ib Remove needless variable.
2011-04-01 ib Revise message for parameter errors.
2011-03-31 ib Cosmetic: Rename menuBase menu.
2011-03-31 ib Clean up cmd_window().
2011-03-31 ib Cosmetic: Use more appropriate variable names.
2011-03-31 ib (Almost entirely) cosmetic: Use more appropriate variable names.
2011-03-31 ib Allow number sign as comment character.
2011-03-31 ib Cosmetic: Adjust indent.
2011-03-31 ib Reset skin pointer and window name.
2011-03-31 ib Add a check for unknown items.
2011-03-31 ib Leave loop after item function has been found and called.
2011-03-31 ib Cosmetic: Rename command item.
2011-03-30 cehoyos Fix compilation with --disable-mencoder.
2011-03-30 ib Improve handling of the comment character.
2011-03-30 ib Cosmetic: Adjust indent.
2011-03-30 ib Conform message determination
2011-03-30 ib Revise German documentation concerning events.
2011-03-30 ib Rename error message and add missing checks.
2011-03-30 ib Correct documentation on comments.
2011-03-30 ib Issue error message in case of wrong section name.
2011-03-30 ib Don't start GUI in case of window name error.
2011-03-30 ib Rename and revise error message.
2011-03-30 ib Add error check.
2011-03-30 ib Remove pointless assignment.
2011-03-30 ib Cosmetic: Rename error message.
2011-03-29 reimar playlist option can't be used in a config file.
2011-03-29 reimar Add dummy shuffle and noshuffle options so they appear in -list-options.
2011-03-29 ib Remove pointless code and messages.
2011-03-29 ib Replace macro by function.
2011-03-29 ib Cosmetic: Adjust indent.
2011-03-29 ib Prevent a segmentation fault.
2011-03-29 ib Make use of return value of strlower().
2011-03-29 ib Replace macros to check whether a command is allowed by functions.
2011-03-29 ib Cosmetic: Separate return statement with newline.
2011-03-29 ib Move strlower() into auxiliary string function file.
2011-03-29 ib Simplify trim().
2011-03-28 cehoyos Fix CrystalHD autodetection:
2011-03-28 ib Simplify strswap().
2011-03-28 ib Move auxiliary string functions into separate file.
2011-03-28 ib Remove misspelled GUI message 'evEqualeaser'.
2011-03-28 ib Move files with auxiliary functions to own directory.
2011-03-27 cehoyos Cosmetics: Fix typo.
2011-03-27 reimar Add condition that lets us switch FFmpeg XvMC decoder back from
2011-03-27 reimar Always use get_format, reduces usage of CODEC_CAP_HWACCEL* conditions.
2011-03-27 reimar Change | to ||.
2011-03-27 reimar Attempt to fix crashes with VDPAU and threads.
2011-03-27 reimar Fix XVMC decoding (avcodec_open would fail if thread_count is set)
2011-03-27 reimar Warn when audio encoder requires an input format different from S16,
2011-03-27 cehoyos FFmpeg Bitmap Brothers JV decoder.
2011-03-27 jrash sync with en/mplayer.1 rev. 33107
2011-03-27 jrash Synced with help_mp-en.h rev. 33112
2011-03-26 reimar Add ugly hack to compensate DVDNAV's ugly hacks and fix seeking.
2011-03-26 reimar Use fewer () to make code more readable.
2011-03-26 reimar Ensure we always pass a buffer of at least sector size to the read function.
2011-03-26 reimar Disable the combination of slices and multithreaded decode by default, it
2011-03-26 reimar Do not do A-V sync correction if one of the pts values is bogus
2011-03-26 reimar Generalize previous commit: assume that a 0 frame time is always wrong
2011-03-26 reimar For a stream without pts values time video frames based on fps
2011-03-26 reimar Enable both frame and slice threading.
2011-03-26 reimar Do not use deprecated avcodec_thread_init, it is broken and does nothing currently.
2011-03-25 compn cleanup/unify hdv* fourccs, except vdpau
2011-03-25 ib Revise some GUI error message texts.
2011-03-25 ib Show GUI message when GUI must exit.
2011-03-25 ib Add message showing function.
2011-03-25 ib Cosmetic: Rename ERRORMESSAGE() skin_error().
2011-03-25 ib Cosmetic: Move supportive stuff at top of file.
2011-03-24 reimar Update key-fifo-size documentation, stuck keys should no
2011-03-24 reimar Allow mouse wheel to work with a key fifo size of 2.
2011-03-24 reimar Change condition to avoid needless key state resets with very small
2011-03-24 reimar Make "stuck keys" problem impossibly by resetting the internal
2011-03-24 reimar Remove debug printfs that haven't been used since ages.
2011-03-24 reimar Remove pointless initializers.
2011-03-24 reimar Change fifo to not waste one entry needlessly.
2011-03-24 reimar More const preservation.
2011-03-24 reimar Do not pointlessly cast away a const.
2011-03-23 cehoyos Support E-AC3 in deprecated native matroska demuxer.
2011-03-23 zuxy Change MP_IMGFLAG_ACCEPT_STRIDE to MP_IMGFLAG_ACCEPT_ALIGNED_STRIDE as various
2011-03-23 cehoyos VDPAU does not support colourspaces different from 4:2:0.
2011-03-23 cehoyos Support CrystalHD decoding.
2011-03-22 compn add xd55 isom for mpeg2 video from fcp
2011-03-21 ib Initialize guiIntfStruct.VCDTracks.
2011-03-21 ib Remove unused variable vcd_track.
2011-03-21 ib Correct VCD's titles menu.
2011-03-21 ib Correct next track button functionality for VCDs.
2011-03-21 ib Start vcd:// with first title when hitting play button.
2011-03-21 ib Replace vcd_seek_to_track() by stream_control().
2011-03-21 cehoyos Allow compilation after sine windows were moved into a new file in FFmpeg.
2011-03-20 siretart make buildlogs in debian/ubuntu buildlogs verbose
2011-03-20 siretart unbreak compilation with libav
2011-03-19 reimar FFmpeg's AC-3 decoder will do byte-swapping on its own, so no
2011-03-18 jrash sync with en/mplayer.1 rev. 33082
2011-03-17 cehoyos Allow setting custom http header.
2011-03-14 cehoyos Output ID_DVD_VOLUME_ID also for dvdnav://.
2011-03-13 diego Simplify sed expressions to remove groups of decoders from libavdecoders list.
2011-03-12 diego Add CONFIG_AC3DSP to config.mak for FFmpeg; fix build.
2011-03-12 diego Revert broken crystalhd check and replace by minimal bandaid compile fix.
2011-03-12 cehoyos Use fourcc instead of format where appropriate.
2011-03-12 cehoyos Support 32bit big endian float pcm in aiff.
2011-03-12 cehoyos Support 'lpcm' in mov files, has audible (clipping?) artefacts on some systems.
2011-03-11 iive Merge the configure CrystalHD dummy detection with
2011-03-11 iive Fix MPlayer build after CrystalHD have been accepted in FFmpeg.
2011-03-11 jrash sync with en/mplayer.1 rev. 33064
2011-03-11 ib Cosmetic: Format to MPlayer coding style.
2011-03-10 ib Cosmetic: Prefer path relative to current directory.
2011-03-10 ib Cosmetic: Remove incorrect comment.
2011-03-10 ib Cosmetic: Add required include files.
2011-03-10 ib Cosmetic: Rename pointers handling current window and items.
2011-03-10 ib Replace some awkward and unnecessary usages of strlen().
2011-03-10 ib Remove unused function guiMessageBox().
2011-03-09 cehoyos Add a command line option -gamma.
2011-03-09 ranma Use memmove when source and destination can overlap.
2011-03-09 ib Make functions static that are only used inside the file.
2011-03-09 cehoyos Add FourCC ai12 for AVC Intra 100 / 1080.
2011-03-08 ib Cosmetic: Adjust indent.
2011-03-08 ib Fix several issues with Translate().
2011-03-08 ib Choose informative variable names.
2011-03-08 ib Use double constants for higher precision calculations.
2011-03-08 ib Make slabel work.
2011-03-08 ib Cosmetic: Add missing break.
2011-03-08 ib Avoid mixing declaration and code.
2011-03-08 ib Replace ternary operator by more intelligible switch statement.
2011-03-08 ib Remove needless casts.
2011-03-08 ib Cosmetic: Rename macro controlling the dlabel delay.
2011-03-08 ib Cosmetic: Format to MPlayer coding style.
2011-03-08 ib Make constants explicitly type float.
2011-03-08 ib Make constants explicitly type float.
2011-03-08 ib Make constants explicitly type float.
2011-03-08 ib Remove unreasonable inline definition from TranslateFilename().
2011-03-08 ib Fix some debug messages.
2011-03-08 cehoyos There is no help list for vo aa.
2011-03-07 ib Move global variables to top of file.
2011-03-07 ib Go without gtk functions.
2011-03-07 ib Get prototype for GetTimerMS() from header file.
2011-03-07 ib Cosmetic: Separate #endif from following line.
2011-03-07 ib Remove needless includes.
2011-03-07 ib Clean up debug messages.
2011-03-07 ib Output right message number.
2011-03-06 cboesch Cosmetics: add empty line between system and local headers and remove pointless
2011-03-06 ib Add variable names to prototype declarations.
2011-03-06 ib Prefer free() to gfree().
2011-03-06 ib Simplify appClearItem() by using memset().
2011-03-06 ib Cosmetic: Rename appResetStruct() appInitStruct().
2011-03-06 ib Use FF_ARRAY_ELEMS() rather than a separate constant.
2011-03-05 cehoyos Add VP8 fourcc.
2011-03-05 reimar Fix dnet decoding with -ac ffac3, the data needs to be byte-swapped.
2011-03-05 reimar Fix -ac a52 to work with codecs with tags other than 0x2000 or dnet
2011-03-05 reimar 100l, actually only dnet tag indicates byte-swapped AC-3.
2011-03-05 reimar Do not run the AC-3 parser on DNET (byte-swapped AC-3), that will break badly.
2011-03-04 ib Reduce item arrays to reasonable size.
2011-03-04 ib Cosmetic: Rename listItems structure.
2011-03-04 jrash sync with en/mplayer.1 rev. 32946
2011-03-04 jrash Synced with help_mp-en.h rev. 32964
2011-03-03 cboesch Add Uncrustify profile.
2011-03-03 ib Move fntFreeFont() into appFreeStruct().
2011-03-03 ib Cosmetic: Rename appInitStruct() to appFreeStruct().
2011-03-03 ib Rename the 'NumberOf' members of the listItems structure.
2011-03-03 ib Cosmetic: Remove needless include.
2011-03-03 ib Clean up appInitStruct().
2011-03-03 ib Fix memory leak in appInitStruct().
2011-03-03 ib Fix memory leak in appInitStruct().
2011-03-03 ib Remove parameter from appInitStruct() function.
2011-03-03 ib Cosmetic: Remove needless include.
2011-03-03 ib Make ITEMS a const int (it was a symbolic constant).
2011-03-03 ib Cosmetic: Rename constant for number of events from evBoxs to EVENTS.
2011-03-03 ib Cosmetic: Adjust indent.
2011-03-03 ib Fix memory leak in appClearItem().
2011-03-03 ib Redefine button states.
2011-03-03 ib Cosmetic: Adjust item definitions.
2011-03-02 ib Cosmetic: Adjust indent.
2011-03-02 ib Add new function bpFree() to free txSamples (bitmaps).
2011-03-02 ib Use appropriate declaration for array indices.
2011-03-02 ib Provide proper conversion specification for long and unsigned variables.
2011-03-02 ib Move declaration of char array into scope of fExist() where it's used.
2011-03-02 ib Cosmetic: Format to MPlayer coding style.
2011-03-02 ib Adjust the listItems structure.
2011-03-02 ib Clean up the wItem structure.
2011-03-02 ib Improve documentation on dlabel.
2011-03-02 reimar Print correct result variable for armv6t2 test.
2011-03-02 reimar Fix copy-and-paste error: Should be AV_SAMPLE_FMT_NONE instead of PIX_FMT_NONE.
2011-03-01 reimar Start adding support for lavc audio encoders that use other formats
2011-03-01 reimar Use samplefmt2affmt helper function in ad_ffmpeg.c
2011-03-01 reimar Add conversion functions to and from AVSampleFormat.
2011-03-01 cehoyos Support dvvideo in Leitch/Harris' VR native stream format (LXF).
2011-03-01 cehoyos Support audio in Leitch/Harris' VR native stream format (LXF).
2011-02-28 reimar Missing part of r32577: Add NV12/NV21/HM12 to query_format so they really
2011-02-28 reimar Fix compilation when pthreads are not available.
2011-02-28 ib Move global skin directory variables.
2011-02-28 ib Remove unused functions appCopy(), appFindKey() and btnGetValue().
2011-02-28 ib Limit scope of internally used appClearItem().
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