summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix generated md5, it was wrong for some input lengths.Michael Niedermayer2008-09-15
* Correct the threshold of get_ur_golomb_jpegls() at which the optimizedMichael Niedermayer2008-09-15
* Avoid using floating point for calculating filter coefficients.Michael Niedermayer2008-09-15
* wording/spellingDiego Biurrun2008-09-14
* cosmetics: fix indentation after r15321Justin Ruggles2008-09-14
* write actual min and max frame size to FLAC header. update regression test ch...Justin Ruggles2008-09-14
* cosmetics: Fix indentation.Diego Biurrun2008-09-14
* Remove useless #ifdef around #include.Diego Biurrun2008-09-14
* Only define x86 register names on x86.Diego Biurrun2008-09-14
* Spelling...Ramiro Polla2008-09-14
* write MD5 checksum to FLAC header. update regression tests.Justin Ruggles2008-09-14
* update FLAC regression test due to expected change after r15324Justin Ruggles2008-09-14
* write number of samples in FLAC extradata.Justin Ruggles2008-09-14
* Avoid some explicit types in sizeof().Michael Niedermayer2008-09-14
* Use av_mallocz() instead of for() =0;Michael Niedermayer2008-09-14
* Move dither tables from yuv2rgb to swscale, they have been written by me andMichael Niedermayer2008-09-14
* Add , to clarify sentence.Michael Niedermayer2008-09-14
* add error message for unsupported codecs in WAVE.Justin Ruggles2008-09-14
* Return error when trying to decode non-grayscale 16-bit PNM images.Justin Ruggles2008-09-14
* Fix typos found by ispell.Diego Biurrun2008-09-14
* Reword a few sentences to make them clearer.Michael Niedermayer2008-09-14
* Reindent after r15317.Ronald S. Bultje2008-09-14
* 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