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 |
2008-09-09 |
Aurelien Jacobs | matroskadec: demux relevant subtitle packets after... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Aurelien Jacobs | matroskadec: ensure that overlapping subtitles are... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Aurelien Jacobs | matroskadec: after seeking, skip up to the desired... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Aurelien Jacobs | matroskadec: move timecode calculation a little earlier |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Aurelien Jacobs | matroskadec: sanitize track time_scale before using it |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Michael Niedermayer | Prevent overflows during mpeg->jpeg yuv. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Baptiste Coudurier | print stream index in decimal not in hex, easier for... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Aurelien Jacobs | remove one more stuff under #if LIBAVCODEC_VERSION_INT |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Baptiste Coudurier | set block align in av_write_header if not set, fix... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Baptiste Coudurier | write copyright metadata tag |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Baptiste Coudurier | alac : fix case where bits_per_sample is not set. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Vitor Sessak | Remove useless comment |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Vitor Sessak | Normalize triplets in gain_val_tab[][] so gain_exp_tab... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Michael Niedermayer | Remove deprecated avcodec_decode_audio() this one was... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Michael Niedermayer | avcodec_find_best_pix_fmt() needs a 64bit mask as there... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Michael Niedermayer | Rename error_resilience to error_recognition. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Vitor Sessak | Pass directly variable 'a' to interp instead of evaluat... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Vitor Sessak | Simplify if() in copy_and_dup() |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Vitor Sessak | Add av_cold attribute to decode_init() |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Vitor Sessak | Cosmetics: Make the two additional units in size more... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Michael Niedermayer | Remove DEFAULT_FRAME_RATE_BASE. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Michael Niedermayer | Drop deprecated SAMPLE_FMT_S24. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Michael Niedermayer | Remove stuff under #if LIBAVCODEC_VERSION_INT. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Luca Abeni | Bump Major version, this commit is almost just renaming... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Michael Niedermayer | Try to fix wma regression. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Michael Niedermayer | Fix jpeg yuv. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Diego Biurrun | Relicense as ISC with the authors' permission. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Baptiste Coudurier | terminate tag tables by CODEC_ID_NONE |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Michael Niedermayer | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Michael Niedermayer | Fix accurate rounding mode on x86_64. |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Diego Biurrun | Relicense from LGPL 2.1 to LGPL 2.1 or later with the... |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Vitor Sessak | Check output buffer size before decoding. |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Vitor Sessak | Cosmetics: rename vars s/ctx/chd/ |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Luca Barbato | Make ToY and ToUV family of function consistent part I |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Vitor Sessak | Exploit symmetry to reduce size of tables by half. |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Michael Niedermayer | Make fast bilinear scaler work again. |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Aurelien Jacobs | fix seek regression tests after r15229 |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Vitor Sessak | Cosmetics: s/short/int16_t/ |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Vitor Sessak | Remove cast, now tables are signed. |
commit | commitdiff | tree | snapshot |
next |