2011-04-22 |
reimar |
Fix compilation with XvMC, only lightly tested.
|
2011-04-22 |
ib |
Remove #ifdefs around extern declarations.
|
2011-04-22 |
reimar |
Quick hack to fix compilation. Testing and improvements welcome.
|
2011-04-22 |
reimar |
Use metadata API to fix compilation.
|
2011-04-22 |
reimar |
Avoid using first_oformat, use av_oformat_next() instead.
|
2011-04-22 |
reimar |
Remove obsolete options, fixes compilation with latest FFmpeg.
|
2011-04-22 |
reimar |
Hacks to allow compilation to go further.
|
2011-04-22 |
reimar |
Use metadata tag API to get attachment filename.
|
2011-04-22 |
reimar |
Attempt to support attachements without filename.
|
2011-04-22 |
michael |
Pointless vertical alignment cosmetics to test repository write.
|
2011-04-19 |
ib |
Add description for environment variables used by the GUI.
|
2011-04-19 |
ib |
Tag default sub-fuzziness option.
|
2011-04-19 |
ib |
Correct directory order for skin access.
|
2011-04-19 |
diego |
demux_ts: Hint at -tsprobe option when no audio stream is found.
|
2011-04-19 |
diego |
vf_geq: Fix FFmpeg API usage; eliminates some deprecation warnings.
|
2011-04-16 |
jrash |
fix translation error in legacy parts: currently fixed up to (833: \-edl-start-pts)
|
2011-04-15 |
reimar |
Avoid crash when pausing an audio-only file.
|
2011-04-15 |
ib |
Group and sort configuration variable definitions.
|
2011-04-15 |
ib |
Cosmetic: Format to MPlayer coding style.
|
2011-04-15 |
ib |
Revise German translation of skin documentation.
|
2011-04-15 |
ib |
Revise skin documentation.
|
2011-04-15 |
ib |
Revise skin documentation.
|
2011-04-15 |
ib |
Revise skin documentation.
|
2011-04-15 |
ib |
Revise skin documentation.
|
2011-04-15 |
diego |
Build the geq video filter with shared FFmpeg.
|
2011-04-14 |
reimar |
Do not try to set up the FS segment when using quicktime to decode,
|
2011-04-14 |
ib |
Revise skin documentation.
|
2011-04-14 |
ib |
Revise German translation of skin documentation.
|
2011-04-14 |
ib |
Revise German translation of skin documentation.
|
2011-04-14 |
cboesch |
Fix wrong allocation.
|
2011-04-13 |
cehoyos |
Support decoding Kega Video (kgv1) with FFmpeg.
|
2011-04-12 |
cehoyos |
Update libvpx check: libvpx version must be >=0.9.6 now.
|
2011-04-12 |
cehoyos |
Revert r33246: It broke building MPlayer immediately after adding
|
2011-04-11 |
diego |
Fix typo in v4l2 check.
|
2011-04-10 |
diego |
Add V4L2 support for OpenBSD (and NetBSD).
|
2011-04-10 |
diego |
Ignore FFmpeg git repository in MPlayer source tree.
|
2011-04-10 |
reimar |
Remove obviously unused libavutil/internal.h include.
|
2011-04-09 |
reimar |
Reindent. Probably should also be moved, but that I leave to someone else.
|
2011-04-09 |
reimar |
Do no run the ffmpeg git check/update during ./configure --help
|
2011-04-09 |
reimar |
Add -Werror-implicit-function-declaration to default gcc compile flags.
|
2011-04-09 |
reimar |
Add const to type for pointer to a string constant.
|
2011-04-09 |
reimar |
Use strtod instead of sscanf, it is both much faster and allows for
|
2011-04-09 |
reimar |
Send udp master updates also when paused and let slave use normal timing
|
2011-04-09 |
reimar |
Prefer snprintf over printf.
|
2011-04-09 |
reimar |
Prefer double type for timing values.
|
2011-04-09 |
reimar |
Revert r33231, FFmpeg already sets has_b_frames up this way for
|
2011-04-09 |
jrash |
fix translation errors in legacy parts: currently fixed up to line 304
|
2011-04-09 |
jrash |
retranslate teletext part
|
2011-04-09 |
jrash |
improve translation
|
2011-04-08 |
jrash |
Synced with help_mp-en.h rev. 33227
|
2011-04-07 |
reimar |
Disable timing/sleep directly after seek.
|
2011-04-07 |
reimar |
Move variables into block where they are used.
|
2011-04-07 |
reimar |
Avoid MPlayer ignoring a key press completely, instead sending
|
2011-04-07 |
reimar |
More precise decoder lag calculation for frame-multithreading.
|
2011-04-07 |
reimar |
Fix artefacts at right border of scaled bitmap subtitles by clearing the
|
2011-04-06 |
ib |
Update translation of MSGTR_AO_PCM_HintInfo (r33227) and fix spelling mistake.
|
2011-04-06 |
ib |
Define ext array more skillfully.
|
2011-04-06 |
reimar |
Add -benchmark to recommended fast dumping options.
|
2011-04-05 |
ib |
Prevent segmentation faults.
|
2011-04-05 |
ib |
Replace av_freep by av_free
|
2011-04-05 |
ib |
Remove various pngRead() debug messages.
|
2011-04-05 |
ib |
Move debug messages.
|
2011-04-05 |
ib |
Prevent segmentation faults.
|
2011-04-05 |
ib |
Make len match ftell() return value type.
|
2011-04-05 |
ib |
Move debug message.
|
2011-04-05 |
ib |
Revise Convert24to32().
|
2011-04-05 |
ib |
Revise Normalize().
|
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.
|