summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transportRonald S. Bultje2008-09-14
* The official guide to swscale for confused developers.Michael Niedermayer2008-09-14
* Reindent after last commitRobert Swain2008-09-13
* Apply pulses to unscaled coefficients rather than scaled.Alex Converse2008-09-13
* Operands of '+' are not necessarily evaluated in order so r15311 was pointless.Robert Swain2008-09-13
* Update link to FFmpeg Windows Help website.Ramiro Polla2008-09-13
* Correct order of parsing for pulse scalefactor band and offset to match theAlex Converse2008-09-13
* Fix setting default value of scan_offset option for target svcd.Gert Vervoort2008-09-13
* Add sparc maintainer.Michael Niedermayer2008-09-13
* Cosmetics: line breaksVitor Sessak2008-09-13
* Simplify: use a single history buffer for gain and a single one forVitor Sessak2008-09-13
* Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.Benjamin Zores2008-09-13
* Fix indention.Michael Niedermayer2008-09-13
* Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char &David Conrad2008-09-13
* Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.Michael Niedermayer2008-09-13
* Switch regression tests to swscale.Michael Niedermayer2008-09-13
* Disable mmx routines that are not bitexact when the user wantsMichael Niedermayer2008-09-13
* Make horizontal mmx scaling code match C code.Michael Niedermayer2008-09-13
* Ensure that additional filter coeffs that exist due to alignmentMichael Niedermayer2008-09-13
* yvu9toyv12Wrapper is not bitexact so disable it when the user wantsMichael Niedermayer2008-09-12
* Make the horizontal C scaler code clip only against INT16_MAX not 0,Michael Niedermayer2008-09-12
* Add bitexact flag.Michael Niedermayer2008-09-12
* The yuv->rgb tables are too small for cliping to be avoidable,Michael Niedermayer2008-09-12
* Fix another 1000l bug in the mono input code.Michael Niedermayer2008-09-12
* Add support for PIX_FMT_YUV440P.Michael Niedermayer2008-09-12
* 10000l PIX_FMT_MONOWHITE check was really a || 1.Michael Niedermayer2008-09-12
* Support mono as input format.Michael Niedermayer2008-09-12
* Add support for PIX_FMT_MONOWHITE as output format.Michael Niedermayer2008-09-12
* Reindent after last commitRobert Swain2008-09-12
* Only read some of TNS bitstream data in the case that the TNS filter order isAlex Converse2008-09-12
* rgb24toyv12 isnt accuratly rounding, so disable it as well when theMichael Niedermayer2008-09-12
* Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set,Michael Niedermayer2008-09-12
* matroskadec: simplify, first_timecode is already in the indexAurelien Jacobs2008-09-12
* matroskadec: prevent seeking before the first keyframe of the reference streamAurelien Jacobs2008-09-11
* 100000000000000l, forgot to commit header change for r27580.Michael Niedermayer2008-09-11
* Cosmetics: align spec referencesVitor Sessak2008-09-11
* Rename function: s/colmult/apply_window/Vitor Sessak2008-09-11
* Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1:Ronald S. Bultje2008-09-11
* Factorize out common code for opening of the RTP parsing context betweenRonald S. Bultje2008-09-11
* Fix typo that lead to averaging of the same pixel in rgb24ToUV_half().Michael Niedermayer2008-09-11
* Remove mistakely commited code i used for testing.Michael Niedermayer2008-09-11
* Implement full horizontal chroma for rgb/bgr24/32 output.Michael Niedermayer2008-09-11
* misc spelling/wording/grammar fixesDiego Biurrun2008-09-11
* Make it possible to disable loop filter in VC-1.Kostya Shishkov2008-09-11
* Do not do unneeded cliping in YSCALE_YUV_2_PACKEDX_C.Michael Niedermayer2008-09-11
* Factorize yuv2packedXinC().Michael Niedermayer2008-09-11
* Set rgb2yuv constants more accurately, makes no real difference though.Michael Niedermayer2008-09-11
* Correct pulse amplitude application - a negative or 0 coefficient implies theRobert Swain2008-09-11
* Fix incorrect printing of brainfart cropping error in some cases in progressi...Jason Garrett-Glaser2008-09-11
* Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as itMichael Niedermayer2008-09-11