2008-09-30 |
gpoirier |
sync w/r27651
|
2008-09-30 |
reimar |
Apply patch for oCERT #2008-013 / CVE-2008-3827
|
2008-09-29 |
gpoirier |
sync w/r27607
|
2008-09-29 |
diego |
Remove unused function fast_memcpy.
|
2008-09-29 |
diego |
cosmetics: indentation
|
2008-09-29 |
michael |
Revert mistakenly committed hunk.
|
2008-09-29 |
michael |
Print all cases that are tested, not just the ones that are bad.
|
2008-09-29 |
michael |
Fix infinite loop with spline, bug was introduced in r27612 by me.
|
2008-09-28 |
diego |
cosmetics: prettyprinting
|
2008-09-26 |
nicodvb |
slave command to get the number of chapters; patch by Kevin DeKorte - kdekorte gmail com
|
2008-09-25 |
reimar |
Since the pause loop now also runs commands, set mpctx->was_paused
|
2008-09-25 |
reimar |
Add an experimental pausing_keep_force slave mode command prefix
|
2008-09-25 |
reimar |
Do not special-case a grouping-subsegment length of 0.
|
2008-09-25 |
diego |
misc fixes for the GUI section
|
2008-09-24 |
voroshil |
Add debug message about loaded frequency tables.
|
2008-09-24 |
voroshil |
Make output messages of frequency selection code more useful by
|
2008-09-24 |
voroshil |
Fix overflow in frequency conversion code inside tvi_dshow.
|
2008-09-23 |
diego |
Add RVTR fourcc to ffrv20 decoder.
|
2008-09-23 |
diego |
Remove one more pointless and gcc-specific __attribute__ ((unused)).
|
2008-09-23 |
diego |
Restore function parameters mistakenly removed in previous commit.
|
2008-09-23 |
diego |
Remove pointless and gcc-specific __attribute__ ((unused)).
|
2008-09-21 |
diego |
Make sure -I. appears before all other -I flags.
|
2008-09-20 |
reimar |
Fix glAdjustAlignment parameter in glCreateClearTex
|
2008-09-20 |
reimar |
Change glCreateClearTex to use the same host data format as later uploads.
|
2008-09-20 |
compn |
add blackmagic 10bit decoder, works on v-codecs/R210/
|
2008-09-20 |
compn |
typo fix spotted by diego
|
2008-09-20 |
ben |
add outdir sub-option to vo png
|
2008-09-20 |
reimar |
Remove already disabled and probably long obsolete code that worked around an OpenBox bug.
|
2008-09-20 |
reimar |
Use already "prefetched" atoms instead of calling XInternAtom each time.
|
2008-09-20 |
compn |
another dup
|
2008-09-20 |
compn |
duplicate fourcc spotted by uoti
|
2008-09-20 |
compn |
fix typo
|
2008-09-19 |
compn |
sync with videolan
|
2008-09-19 |
compn |
sync with xine
|
2008-09-19 |
compn |
sync with libavformat/riff.c
|
2008-09-19 |
compn |
sync with libavformat/isom.c fourcc
|
2008-09-19 |
compn |
add windows NUL info
|
2008-09-19 |
compn |
document lavc/lavf avoption o suboption
|
2008-09-18 |
compn |
add lavfopts matroska suboption
|
2008-09-18 |
reimar |
Simplify cpudetect OS-support detection code, e.g. using one mp_msg to print either yes or no instead of two.
|
2008-09-18 |
lu_zero |
Uniform *ToY and *ToUV function signatures
|
2008-09-18 |
lu_zero |
Split mono2Y in monowhite and monoblack
|
2008-09-18 |
lu_zero |
Factorize unit32_t* casts for palette pointer
|
2008-09-17 |
diego |
Fix mapping between MPlayer and FFmpeg colorspaces after libswscale changes.
|
2008-09-16 |
rathann |
Add shared libswscale support.
|
2008-09-16 |
diego |
With -identify, ID_DVD_VOLUME_ID is not shown on some systems.
|
2008-09-16 |
diego |
Do not clobber _inc_extra variable when setting initial include flags.
|
2008-09-16 |
diego |
Initialize _def_liba52 and _def_liba52_internal before the liba52 checks
|
2008-09-16 |
michael |
Fix segfault with rgb24 and full_internal_chroma due to non-existing alpha
|
2008-09-16 |
compn |
yet another mpeg2 in mov fourcc xd5b, fixes XDCAMHD.mov
|
2008-09-15 |
syrjala |
Update the copyright statement.
|
2008-09-15 |
syrjala |
Cosmetics:
|
2008-09-15 |
syrjala |
Don't limit BES to non-synced single buffering when CRTC2 is used.
|
2008-09-15 |
syrjala |
Rename some variables and change some strings to make the CRTC1 code clearer.
|
2008-09-15 |
syrjala |
Add CRTC1 support.
|
2008-09-15 |
syrjala |
Remove BGR24 support since it has never worked anyway.
|
2008-09-15 |
rathann |
External liba52 support, part 2 of 2.
|
2008-09-15 |
rathann |
External liba52 support part 1 of 2.
|
2008-09-15 |
diego |
Use standard -I flags to compile codec-cfg.
|
2008-09-15 |
diego |
Add -I. to _inc_extra at the beginning instead of to CFLAGS at the end.
|
2008-09-15 |
diego |
riff.h and avi.h are not needed, but avio.h is.
|
2008-09-15 |
syrjala |
Eliminate void * arithmetic.
|
2008-09-15 |
diego |
Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.
|
2008-09-15 |
diego |
Avoid useless line in libpostproc test.
|
2008-09-15 |
michael |
Avoid using floating point for calculating filter coefficients.
|
2008-09-14 |
michael |
Avoid some explicit types in sizeof().
|
2008-09-14 |
michael |
Use av_mallocz() instead of for() =0;
|
2008-09-14 |
michael |
Move dither tables from yuv2rgb to swscale, they have been written by me and
|
2008-09-14 |
Gabrov |
synced with r27607
|
2008-09-14 |
diego |
wording consistency cosmetics
|
2008-09-14 |
reimar |
Make -heartbeat-cmd and -stop-xscreensaver sections reference each other.
|
2008-09-13 |
diego |
Sync diff with libmpeg2 update.
|
2008-09-13 |
diego |
Update internal libmpeg2 copy to version 0.5.1.
|
2008-09-13 |
diego |
libmpeg-0.4.1.diff was renamed to libmpeg2_changes.diff.
|
2008-09-13 |
ben |
Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.
|
2008-09-13 |
diego |
Remove version string from name of local changes diff file.
|
2008-09-13 |
michael |
Fix indention.
|
2008-09-13 |
michael |
Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.
|
2008-09-13 |
compn |
multiple locales in mplayer wish
|
2008-09-13 |
michael |
Disable mmx routines that are not bitexact when the user wants
|
2008-09-13 |
michael |
Make horizontal mmx scaling code match C code.
|
2008-09-13 |
michael |
Ensure that additional filter coeffs that exist due to alignment
|
2008-09-12 |
michael |
yvu9toyv12Wrapper is not bitexact so disable it when the user wants
|
2008-09-12 |
michael |
Make the horizontal C scaler code clip only against INT16_MAX not 0,
|
2008-09-12 |
michael |
Add bitexact flag.
|
2008-09-12 |
michael |
The yuv->rgb tables are too small for clipping to be avoidable,
|
2008-09-12 |
michael |
Fix another 1000l bug in the mono input code.
|
2008-09-12 |
michael |
Add support for PIX_FMT_YUV440P.
|
2008-09-12 |
michael |
10000l PIX_FMT_MONOWHITE check was really a || 1.
|
2008-09-12 |
michael |
Support mono as input format.
|
2008-09-12 |
michael |
Add support for PIX_FMT_MONOWHITE as output format.
|
2008-09-12 |
michael |
rgb24toyv12 is not accurately rounding, so disable it as well when the
|
2008-09-12 |
michael |
Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set,
|
2008-09-11 |
michael |
100000000000000l, forgot to commit header change for r27580.
|
2008-09-11 |
michael |
Fix typo that lead to averaging of the same pixel in rgb24ToUV_half().
|
2008-09-11 |
michael |
Remove mistakenly commited code I used for testing.
|
2008-09-11 |
michael |
Implement full horizontal chroma for rgb/bgr24/32 output.
|
2008-09-11 |
michael |
Do not do unneeded clipping in YSCALE_YUV_2_PACKEDX_C.
|
2008-09-11 |
michael |
Factorize yuv2packedXinC().
|
2008-09-11 |
michael |
Set rgb2yuv constants more accurately, makes no real difference though.
|
2008-09-11 |
michael |
Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it
|
2008-09-10 |
michael |
Correct normalization constant for the vertical filter.
|
2008-09-10 |
michael |
Make the 2point linear interpolation coefficients correct even for the
|
2008-09-10 |
michael |
Fix overflow.
|
2008-09-10 |
gpoirier |
sync w/r26990 and wording fixes, patch by Cédric Viou
|
2008-09-10 |
gpoirier |
wording fixes by Cédric Viou
|
2008-09-10 |
gpoirier |
typography and wording fixes, by Cédric Viou and myself
|
2008-09-10 |
michael |
Fix build failure due to %%eip on x86_64.
|
2008-09-10 |
michael |
Change RGB2YUV_SHIFT from 16 to 15 to make it able to work
|
2008-09-10 |
michael |
Add bgr/rgb15/16/32->UV-half to the macro so there is less code duplication
|
2008-09-10 |
michael |
Factorize RGB/BGR15/16/32->UV by using the preprocessor.
|
2008-09-10 |
michael |
Factorize rgb/bgr15/16/32->Y by using the preprocessor.
|