2011-04-05 |
ib |
Clean up and simplify fExist().
|
2011-04-04 |
ib |
Define the transparent color as a macro.
|
2011-04-04 |
ib |
Revert r33214.
|
2011-04-04 |
ib |
Don't change original image during conversion.
|
2011-04-04 |
ib |
Cosmetic: Adjust indent.
|
2011-04-04 |
ib |
Get rid of else-block to improve readability.
|
2011-04-04 |
reimar |
Enable VDPAU HWACCELs in FFmpeg when VDPAU is enabled.
|
2011-04-04 |
ib |
Replace inttypes.h by stdint.h and remove inttypes.h where unneeded.
|
2011-04-04 |
ib |
Cosmetic: Rephrase some conditions and rename some variables.
|
2011-04-04 |
ib |
Rename conv24to32() Convert24to32().
|
2011-04-04 |
ib |
Increment the counter before the comparison.
|
2011-04-04 |
ib |
Move common pixel shifting statement
|
2011-04-04 |
ib |
Move variable definitions at top of function.
|
2011-04-04 |
ib |
Use bpFree() to free the bitmap structure.
|
2011-04-04 |
ib |
Rename variable nothaveshape and invert logic.
|
2011-04-04 |
ib |
Use appropriate data type uint32_t for 32 bpp bitmap data.
|
2011-04-04 |
ib |
Remove useless warning message.
|
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.
|