2008-09-16 |
Alex Converse | Validate pulse position and error out if an invalid... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Michael Niedermayer | Fix segfault with rgb24 and full_internal_chrome due... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Michael Niedermayer | Only print "invalid new backstep" when it is really... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Michael Niedermayer | Fix regression test failure caused by golomb limit... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Baptiste Coudurier | sync to latest x264 git, field was renamed |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Michael Niedermayer | Make decoder more robust by default against broken... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Michael Niedermayer | Fix generated md5, it was wrong for some input lengths. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Michael Niedermayer | Correct the threshold of get_ur_golomb_jpegls() at... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Michael Niedermayer | Avoid using floating point for calculating filter coeff... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Diego Biurrun | wording/spelling |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Justin Ruggles | cosmetics: fix indentation after r15321 |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Justin Ruggles | write actual min and max frame size to FLAC header... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Diego Biurrun | cosmetics: Fix indentation. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Diego Biurrun | Remove useless #ifdef around #include. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Diego Biurrun | Only define x86 register names on x86. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Ramiro Polla | Spelling... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Justin Ruggles | write MD5 checksum to FLAC header. update regression... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Justin Ruggles | update FLAC regression test due to expected change... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Justin Ruggles | write number of samples in FLAC extradata. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Michael Niedermayer | Avoid some explicit types in sizeof(). |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Michael Niedermayer | Use av_mallocz() instead of for() =0; |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Michael Niedermayer | Move dither tables from yuv2rgb to swscale, they have... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Michael Niedermayer | Add , to clarify sentence. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Justin Ruggles | add error message for unsupported codecs in WAVE. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Justin Ruggles | Return error when trying to decode non-grayscale 16... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Diego Biurrun | Fix typos found by ispell. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Michael Niedermayer | Reword a few sentences to make them clearer. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Ronald S. Bultje | Reindent after r15317. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Ronald S. Bultje | Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Michael Niedermayer | The official guide to swscale for confused developers. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Robert Swain | Reindent after last commit |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Alex Converse | Apply pulses to unscaled coefficients rather than scaled. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Robert Swain | Operands of '+' are not necessarily evaluated in order... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Ramiro Polla | Update link to FFmpeg Windows Help website. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Alex Converse | Correct order of parsing for pulse scalefactor band... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Gert Vervoort | Fix setting default value of scan_offset option for... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Michael Niedermayer | Add sparc maintainer. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Vitor Sessak | Cosmetics: line breaks |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Vitor Sessak | Simplify: use a single history buffer for gain and... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Benjamin Zores | Fix libswscale build after r27561 if --enable-runtime... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Michael Niedermayer | Fix indention. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
David Conrad | Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOU... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Michael Niedermayer | Rename yuv2rgb variables to avoid name clashes with... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Michael Niedermayer | Switch regression tests to swscale. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Michael Niedermayer | Disable mmx routines that are not bitexact when the... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Michael Niedermayer | Make horizontal mmx scaling code match C code. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Michael Niedermayer | Ensure that additional filter coeffs that exist due... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Michael Niedermayer | yvu9toyv12Wrapper is not bitexact so disable it when... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Michael Niedermayer | Make the horizontal C scaler code clip only against... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Michael Niedermayer | Add bitexact flag. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Michael Niedermayer | The yuv->rgb tables are too small for cliping to be... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Michael Niedermayer | Fix another 1000l bug in the mono input code. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Michael Niedermayer | Add support for PIX_FMT_YUV440P. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Michael Niedermayer | 10000l PIX_FMT_MONOWHITE check was really a || 1. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Michael Niedermayer | Support mono as input format. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Michael Niedermayer | Add support for PIX_FMT_MONOWHITE as output format. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Robert Swain | Reindent after last commit |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Alex Converse | Only read some of TNS bitstream data in the case that... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Michael Niedermayer | rgb24toyv12 isnt accuratly rounding, so disable it... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Michael Niedermayer | Do not use the unscaled yuv->rgb converters if SWS_ACCU... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Aurelien Jacobs | matroskadec: simplify, first_timecode is already in... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Aurelien Jacobs | matroskadec: prevent seeking before the first keyframe... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Michael Niedermayer | 100000000000000l, forgot to commit header change for... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Vitor Sessak | Cosmetics: align spec references |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Vitor Sessak | Rename function: s/colmult/apply_window/ |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Ronald S. Bultje | Reindent after r15927, see discussion in "[PATCH] rtsp... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Ronald S. Bultje | Factorize out common code for opening of the RTP parsin... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Michael Niedermayer | Fix typo that lead to averaging of the same pixel in... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Michael Niedermayer | Remove mistakely commited code i used for testing. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Michael Niedermayer | Implement full horizontal chroma for rgb/bgr24/32 output. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Diego Biurrun | misc spelling/wording/grammar fixes |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Kostya Shishkov | Make it possible to disable loop filter in VC-1. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Michael Niedermayer | Do not do unneeded cliping in YSCALE_YUV_2_PACKEDX_C. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Michael Niedermayer | Factorize yuv2packedXinC(). |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Michael Niedermayer | Set rgb2yuv constants more accurately, makes no real... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Robert Swain | Correct pulse amplitude application - a negative or... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Jason Garrett... | Fix incorrect printing of brainfart cropping error... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Michael Niedermayer | Fix chroma yuv->rgb tables for jpeg style yuv, this... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Michael Niedermayer | Correct normalization constant for the vertical filter... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Michael Niedermayer | Make the 2point linear interpolation coefficients corre... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Michael Niedermayer | Fix overflow. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Vitor Sessak | Convert table to integer. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Michael Niedermayer | Fix build failure due to %%eip on x86_64. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Michael Niedermayer | Change RGB2YUV_SHIFT from 16 to 15 to make it able... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Michael Niedermayer | Add bgr/rgb15/16/32->UV-half to the macro so theres... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Michael Niedermayer | Clarify convergence_duration. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Michael Niedermayer | Factorize RGB/BGR15/16/32->UV by using the preprocessor. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Michael Niedermayer | Factorize rgb/bgr15/16/32->Y by using the preprocessor. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Michael Niedermayer | Make SWS_FULL_CHR_H_INP work. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Diego Biurrun | spelling/wording cosmetics |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Michael Niedermayer | More accurate rounding for 8bit inputs. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Michael Niedermayer | Rewrite bgr24->yuv mmx code, the new code is cleaner... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Vitor Sessak | Convert two tables to signed decimal |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Baptiste Coudurier | set bits_per_coded_sample according to new lavc api |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Michael Niedermayer | Add table of rgb->yuv convertion coefficients. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Michael Niedermayer | More correct rounding for the rgb/bgr->yuv converters. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Vitor Sessak | Cosmetics: remove useless parentheses |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Vitor Sessak | Remove ChannelData.lev var and use ChannelData.level... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Anuradha Suraparaju | Add support for creating Simple Profile (I-frame only... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Jai Menon | vorbis_enc : set coded_frame->pts value to running... |
commit | commitdiff | tree | snapshot |
next |