2009-02-22 |
kostya |
New LGPLed YUV2RGB table generator for SwScaler
|
2009-02-21 |
diego |
Make alpha arch detection more lenient. Taken from the Debian patchset.
|
2009-02-21 |
uau |
af_stats: Some fixes to the new filter
|
2009-02-21 |
diego |
Add missing #include "config.h", fixes the warning:
|
2009-02-21 |
diego |
Add statistics audio filter that prints information about the audio stream.
|
2009-02-21 |
diego |
Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at the
|
2009-02-21 |
diego |
Add -ffast-math to LDFLAGS as well as to CFLAGS.
|
2009-02-21 |
reimar |
Add forgotten type to variable declaration.
|
2009-02-21 |
diego |
Add HAVE_GETHRTIME and HAVE_INLINE_ASM definitions for FFmpeg.
|
2009-02-21 |
diego |
Print the version string after the command line has been parsed.
|
2009-02-21 |
cehoyos |
Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.
|
2009-02-21 |
reimar |
Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), avoids
|
2009-02-21 |
reimar |
100l, place vdpau below xv, it should not normally be preferred for auto-selection (yet).
|
2009-02-21 |
stefang |
move zeroing of alpha channel register out of YSCALEYUV2xxx macros,
|
2009-02-21 |
stefang |
splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,
|
2009-02-21 |
stefang |
make MMX registers parametrized in the WRITEBGR32 macro,
|
2009-02-21 |
iive |
Cosmetics. Reindent to 4 spaces.
|
2009-02-21 |
iive |
Cleanup.
|
2009-02-21 |
bircoph |
Synced with r28266.
|
2009-02-21 |
iive |
Cosmetics. Remove all trailing whitespaces
|
2009-02-20 |
iive |
Turn all remaining printf() into mp_msg().
|
2009-02-20 |
iive |
Cleanup.
|
2009-02-20 |
iive |
Cosmetics part2. Indent local variable definitions like the rest of the code.
|
2009-02-20 |
iive |
Cosmetics part 1. Reindent to 4 spaces.
|
2009-02-20 |
iive |
Comment out "else" statement without following block.
|
2009-02-20 |
iive |
Move libavcodec includes together.
|
2009-02-20 |
reimar |
Document that and why deinterlacing is not working
|
2009-02-20 |
reimar |
Add support for VDPAU deinterlacing, pullup, denoise and sharpening.
|
2009-02-19 |
bircoph |
Synced with r28670. (Copyright year update.)
|
2009-02-19 |
Gabrov |
synced with r28670
|
2009-02-19 |
Gabrov |
update copyright year at the end of the man page
|
2009-02-19 |
reimar |
Drop official maintainership of ao_pulse since libpulseaudio still has
|
2009-02-19 |
reimar |
Work around a PulseAudio bug that causes MPlayer to hang after unpausing.
|
2009-02-19 |
reimar |
Try to update libvo.txt
|
2009-02-19 |
reimar |
Re-add accidentally discarded comment about YUVJ format.
|
2009-02-19 |
zuxy |
Be more robust against corrupted RM files that contain invalid packet length
|
2009-02-19 |
diego |
Add necessary header for ARCH_X86_64 preprocessor check.
|
2009-02-19 |
diego |
Remove unused and unreachable code hunk that was surrounded by a misspelled
|
2009-02-19 |
iive |
Return PIX_FMT_NONE if the video system refuses all other formats.
|
2009-02-19 |
bircoph |
Synced with r28660.
|
2009-02-19 |
bircoph |
Another outdated text in <screen> example.
|
2009-02-19 |
bircoph |
Remove exclamation marks to make output similar to English version.
|
2009-02-19 |
bircoph |
Fix capitalization to be similar to English master file.
|
2009-02-19 |
bircoph |
Screen example for no audio problem is outdated:
|
2009-02-19 |
bircoph |
Spelling: capitalize pronouns.
|
2009-02-18 |
stefano |
Rename the "src" parameter in the sws_scale() declaration to
|
2009-02-18 |
stefano |
Document sws_scale().
|
2009-02-18 |
bircoph |
Replace the dash sign by — tag.
|
2009-02-18 |
bircoph |
Exterminate one more trailing whitespace.
|
2009-02-18 |
bircoph |
Sync with r26990.
|
2009-02-18 |
reimar |
Use the same code to convert fps in float to fraction as used in mencoder,
|
2009-02-18 |
bircoph |
Current revision is in sync with r28645, because r28644 and r28645
|
2009-02-18 |
bircoph |
Restore synchronization with r28618.
|
2009-02-18 |
bircoph |
Revert r28597 as requested by Diego in order to be cautious before
|
2009-02-18 |
reimar |
Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices for
|
2009-02-18 |
diego |
Also shorten <channel> to <chan> in the description, not just in the example.
|
2009-02-18 |
diego |
Shorten one example line to avoid the groff warning:
|
2009-02-18 |
reimar |
Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handles
|
2009-02-18 |
bircoph |
Sync with r28618.
|
2009-02-17 |
diego |
AVR32 apparently supports fast unaligned accesses.
|