aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* With -identify, ID_DVD_VOLUME_ID is not shown on some systems.Gravatar diego2008-09-16
* Do not clobber _inc_extra variable when setting initial include flags.Gravatar diego2008-09-16
* Initialize _def_liba52 and _def_liba52_internal before the liba52 checksGravatar diego2008-09-16
* Fix segfault with rgb24 and full_internal_chroma due to non-existing alphaGravatar michael2008-09-16
* yet another mpeg2 in mov fourcc xd5b, fixes XDCAMHD.movGravatar compn2008-09-16
* Update the copyright statement.Gravatar syrjala2008-09-15
* Cosmetics:Gravatar syrjala2008-09-15
* Don't limit BES to non-synced single buffering when CRTC2 is used.Gravatar syrjala2008-09-15
* Rename some variables and change some strings to make the CRTC1 code clearer.Gravatar syrjala2008-09-15
* Add CRTC1 support.Gravatar syrjala2008-09-15
* Remove BGR24 support since it has never worked anyway.Gravatar syrjala2008-09-15
* External liba52 support, part 2 of 2.Gravatar rathann2008-09-15
* External liba52 support part 1 of 2.Gravatar rathann2008-09-15
* Use standard -I flags to compile codec-cfg.Gravatar diego2008-09-15
* Add -I. to _inc_extra at the beginning instead of to CFLAGS at the end.Gravatar diego2008-09-15
* riff.h and avi.h are not needed, but avio.h is.Gravatar diego2008-09-15
* Eliminate void * arithmetic.Gravatar syrjala2008-09-15
* Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.Gravatar diego2008-09-15
* Avoid useless line in libpostproc test.Gravatar diego2008-09-15
* Avoid using floating point for calculating filter coefficients.Gravatar michael2008-09-15
* Avoid some explicit types in sizeof().Gravatar michael2008-09-14
* Use av_mallocz() instead of for() =0;Gravatar michael2008-09-14
* Move dither tables from yuv2rgb to swscale, they have been written by me andGravatar michael2008-09-14
* synced with r27607Gravatar Gabrov2008-09-14
* wording consistency cosmeticsGravatar diego2008-09-14
* Make -heartbeat-cmd and -stop-xscreensaver sections reference each other.Gravatar reimar2008-09-14
* Sync diff with libmpeg2 update.Gravatar diego2008-09-13
* Update internal libmpeg2 copy to version 0.5.1.Gravatar diego2008-09-13
* libmpeg-0.4.1.diff was renamed to libmpeg2_changes.diff.Gravatar diego2008-09-13
* Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.Gravatar ben2008-09-13
* Remove version string from name of local changes diff file.Gravatar diego2008-09-13
* Fix indention.Gravatar michael2008-09-13
* Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.Gravatar michael2008-09-13
* multiple locales in mplayer wishGravatar compn2008-09-13
* Disable mmx routines that are not bitexact when the user wantsGravatar michael2008-09-13
* Make horizontal mmx scaling code match C code.Gravatar michael2008-09-13
* Ensure that additional filter coeffs that exist due to alignmentGravatar michael2008-09-13
* yvu9toyv12Wrapper is not bitexact so disable it when the user wantsGravatar michael2008-09-12
* Make the horizontal C scaler code clip only against INT16_MAX not 0,Gravatar michael2008-09-12
* Add bitexact flag.Gravatar michael2008-09-12
* The yuv->rgb tables are too small for cliping to be avoidable,Gravatar michael2008-09-12
* Fix another 1000l bug in the mono input code.Gravatar michael2008-09-12
* Add support for PIX_FMT_YUV440P.Gravatar michael2008-09-12
* 10000l PIX_FMT_MONOWHITE check was really a || 1.Gravatar michael2008-09-12
* Support mono as input format.Gravatar michael2008-09-12
* Add support for PIX_FMT_MONOWHITE as output format.Gravatar michael2008-09-12
* rgb24toyv12 is not accurately rounding, so disable it as well when theGravatar michael2008-09-12
* Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set,Gravatar michael2008-09-12
* 100000000000000l, forgot to commit header change for r27580.Gravatar michael2008-09-11
* Fix typo that lead to averaging of the same pixel in rgb24ToUV_half().Gravatar michael2008-09-11