2008-09-22 |
Michael Niedermayer | Another try to fix temporal direct mode references.
|
commit | commitdiff | tree |
2008-09-22 |
Michael Niedermayer | Fix all the recent problems Justin had run into with...
|
commit | commitdiff | tree |
2008-09-22 |
Michael Niedermayer | Fix ref_shift so that it is correct for more/all? MBAFF...
|
commit | commitdiff | tree |
2008-09-21 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-09-21 |
Michael Niedermayer | Correct comment in the direct mode code.
|
commit | commitdiff | tree |
2008-09-21 |
Michael Niedermayer | Simplify initialization of a few direct mode related...
|
commit | commitdiff | tree |
2008-09-21 |
Michael Niedermayer | Make MBAFF temporal direct mode closer to the spec.
|
commit | commitdiff | tree |
2008-09-21 |
Michael Niedermayer | Move direct_dist_scale_factor() and direct_ref_list_init...
|
commit | commitdiff | tree |
2008-09-21 |
Michael Niedermayer | Set poc for field references in MBAFF.
|
commit | commitdiff | tree |
2008-09-19 |
Michael Niedermayer | Remove fixme that is based on the assumption of !direct_8x8_...
|
commit | commitdiff | tree |
2008-09-19 |
Michael Niedermayer | Remove check and error message for "MBAFF + !direct_8x8_infe...
|
commit | commitdiff | tree |
2008-09-19 |
Michael Niedermayer | Avoid undefined behavior for removing elements that...
|
commit | commitdiff | tree |
2008-09-19 |
Michael Niedermayer | Ensure that muxer and encoder aspect ratios match....
|
commit | commitdiff | tree |
2008-09-18 |
Michael Niedermayer | Support comments in preset files.
|
commit | commitdiff | tree |
2008-09-18 |
Michael Niedermayer | Make pps/sps scaling_matrix initialization closer to...
|
commit | commitdiff | tree |
2008-09-18 |
Michael Niedermayer | Ensure that extradata is not parsed twice.
|
commit | commitdiff | tree |
2008-09-16 |
Michael Niedermayer | Fix segfault with rgb24 and full_internal_chrome due...
|
commit | commitdiff | tree |
2008-09-16 |
Michael Niedermayer | Only print "invalid new backstep" when it is really...
|
commit | commitdiff | tree |
2008-09-16 |
Michael Niedermayer | Fix regression test failure caused by golomb limit...
|
commit | commitdiff | tree |
2008-09-16 |
Michael Niedermayer | Make decoder more robust by default against broken...
|
commit | commitdiff | tree |
2008-09-15 |
Michael Niedermayer | Fix generated md5, it was wrong for some input lengths.
|
commit | commitdiff | tree |
2008-09-15 |
Michael Niedermayer | Correct the threshold of get_ur_golomb_jpegls() at...
|
commit | commitdiff | tree |
2008-09-15 |
Michael Niedermayer | Avoid using floating point for calculating filter coefficients.
|
commit | commitdiff | tree |
2008-09-14 |
Michael Niedermayer | Avoid some explicit types in sizeof().
|
commit | commitdiff | tree |
2008-09-14 |
Michael Niedermayer | Use av_mallocz() instead of for() =0;
|
commit | commitdiff | tree |
2008-09-14 |
Michael Niedermayer | Move dither tables from yuv2rgb to swscale, they have...
|
commit | commitdiff | tree |
2008-09-14 |
Michael Niedermayer | Add , to clarify sentence.
|
commit | commitdiff | tree |
2008-09-14 |
Michael Niedermayer | Reword a few sentences to make them clearer.
|
commit | commitdiff | tree |
2008-09-14 |
Michael Niedermayer | The official guide to swscale for confused developers.
|
commit | commitdiff | tree |
2008-09-13 |
Michael Niedermayer | Add sparc maintainer.
|
commit | commitdiff | tree |
2008-09-13 |
Michael Niedermayer | Fix indention.
|
commit | commitdiff | tree |
2008-09-13 |
Michael Niedermayer | Rename yuv2rgb variables to avoid name clashes with...
|
commit | commitdiff | tree |
2008-09-13 |
Michael Niedermayer | Switch regression tests to swscale.
|
commit | commitdiff | tree |
2008-09-13 |
Michael Niedermayer | Disable mmx routines that are not bitexact when the...
|
commit | commitdiff | tree |
2008-09-13 |
Michael Niedermayer | Make horizontal mmx scaling code match C code.
|
commit | commitdiff | tree |
2008-09-13 |
Michael Niedermayer | Ensure that additional filter coeffs that exist due...
|
commit | commitdiff | tree |
2008-09-12 |
Michael Niedermayer | yvu9toyv12Wrapper is not bitexact so disable it when...
|
commit | commitdiff | tree |
2008-09-12 |
Michael Niedermayer | Make the horizontal C scaler code clip only against...
|
commit | commitdiff | tree |
2008-09-12 |
Michael Niedermayer | Add bitexact flag.
|
commit | commitdiff | tree |
2008-09-12 |
Michael Niedermayer | The yuv->rgb tables are too small for cliping to be...
|
commit | commitdiff | tree |
2008-09-12 |
Michael Niedermayer | Fix another 1000l bug in the mono input code.
|
commit | commitdiff | tree |
2008-09-12 |
Michael Niedermayer | Add support for PIX_FMT_YUV440P.
|
commit | commitdiff | tree |
2008-09-12 |
Michael Niedermayer | 10000l PIX_FMT_MONOWHITE check was really a || 1.
|
commit | commitdiff | tree |
2008-09-12 |
Michael Niedermayer | Support mono as input format.
|
commit | commitdiff | tree |
2008-09-12 |
Michael Niedermayer | Add support for PIX_FMT_MONOWHITE as output format.
|
commit | commitdiff | tree |
2008-09-12 |
Michael Niedermayer | rgb24toyv12 isnt accuratly rounding, so disable it...
|
commit | commitdiff | tree |
2008-09-12 |
Michael Niedermayer | Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_...
|
commit | commitdiff | tree |
2008-09-11 |
Michael Niedermayer | 100000000000000l, forgot to commit header change for...
|
commit | commitdiff | tree |
2008-09-11 |
Michael Niedermayer | Fix typo that lead to averaging of the same pixel in...
|
commit | commitdiff | tree |
2008-09-11 |
Michael Niedermayer | Remove mistakely commited code i used for testing.
|
commit | commitdiff | tree |
2008-09-11 |
Michael Niedermayer | Implement full horizontal chroma for rgb/bgr24/32 output.
|
commit | commitdiff | tree |
2008-09-11 |
Michael Niedermayer | Do not do unneeded cliping in YSCALE_YUV_2_PACKEDX_C.
|
commit | commitdiff | tree |
2008-09-11 |
Michael Niedermayer | Factorize yuv2packedXinC().
|
commit | commitdiff | tree |
2008-09-11 |
Michael Niedermayer | Set rgb2yuv constants more accurately, makes no real...
|
commit | commitdiff | tree |
2008-09-11 |
Michael Niedermayer | Fix chroma yuv->rgb tables for jpeg style yuv, this...
|
commit | commitdiff | tree |
2008-09-10 |
Michael Niedermayer | Correct normalization constant for the vertical filter...
|
commit | commitdiff | tree |
2008-09-10 |
Michael Niedermayer | Make the 2point linear interpolation coefficients correct...
|
commit | commitdiff | tree |
2008-09-10 |
Michael Niedermayer | Fix overflow.
|
commit | commitdiff | tree |
2008-09-10 |
Michael Niedermayer | Fix build failure due to %%eip on x86_64.
|
commit | commitdiff | tree |
2008-09-10 |
Michael Niedermayer | Change RGB2YUV_SHIFT from 16 to 15 to make it able...
|
commit | commitdiff | tree |
2008-09-10 |
Michael Niedermayer | Add bgr/rgb15/16/32->UV-half to the macro so theres...
|
commit | commitdiff | tree |
2008-09-10 |
Michael Niedermayer | Clarify convergence_duration.
|
commit | commitdiff | tree |
2008-09-10 |
Michael Niedermayer | Factorize RGB/BGR15/16/32->UV by using the preprocessor.
|
commit | commitdiff | tree |
2008-09-10 |
Michael Niedermayer | Factorize rgb/bgr15/16/32->Y by using the preprocessor.
|
commit | commitdiff | tree |
2008-09-10 |
Michael Niedermayer | Make SWS_FULL_CHR_H_INP work.
|
commit | commitdiff | tree |
2008-09-09 |
Michael Niedermayer | More accurate rounding for 8bit inputs.
|
commit | commitdiff | tree |
2008-09-09 |
Michael Niedermayer | Rewrite bgr24->yuv mmx code, the new code is cleaner...
|
commit | commitdiff | tree |
2008-09-09 |
Michael Niedermayer | Add table of rgb->yuv convertion coefficients.
|
commit | commitdiff | tree |
2008-09-09 |
Michael Niedermayer | More correct rounding for the rgb/bgr->yuv converters.
|
commit | commitdiff | tree |
2008-09-09 |
Michael Niedermayer | Prevent overflows during mpeg->jpeg yuv.
|
commit | commitdiff | tree |
2008-09-08 |
Michael Niedermayer | Remove deprecated avcodec_decode_audio() this one was...
|
commit | commitdiff | tree |
2008-09-08 |
Michael Niedermayer | avcodec_find_best_pix_fmt() needs a 64bit mask as there...
|
commit | commitdiff | tree |
2008-09-08 |
Michael Niedermayer | Rename error_resilience to error_recognition.
|
commit | commitdiff | tree |
2008-09-08 |
Michael Niedermayer | Remove DEFAULT_FRAME_RATE_BASE.
|
commit | commitdiff | tree |
2008-09-08 |
Michael Niedermayer | Drop deprecated SAMPLE_FMT_S24.
|
commit | commitdiff | tree |
2008-09-08 |
Michael Niedermayer | Remove stuff under #if LIBAVCODEC_VERSION_INT.
|
commit | commitdiff | tree |
2008-09-08 |
Luca Abeni | Bump Major version, this commit is almost just renaming...
|
commit | commitdiff | tree |
2008-09-08 |
Michael Niedermayer | Try to fix wma regression.
|
commit | commitdiff | tree |
2008-09-08 |
Michael Niedermayer | Fix jpeg yuv.
|
commit | commitdiff | tree |
2008-09-08 |
Michael Niedermayer | Fix typo in comment.
|
commit | commitdiff | tree |
2008-09-07 |
Michael Niedermayer | Fix accurate rounding mode on x86_64.
|
commit | commitdiff | tree |
2008-09-07 |
Michael Niedermayer | Make fast bilinear scaler work again.
|
commit | commitdiff | tree |
2008-09-04 |
Michael Niedermayer | Make 16bit grayscale output work.
|
commit | commitdiff | tree |
2008-09-04 |
Michael Niedermayer | Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled...
|
commit | commitdiff | tree |
2008-09-04 |
Michael Niedermayer | Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
|
commit | commitdiff | tree |
2008-09-04 |
Michael Niedermayer | Fix 4 and 8 bit RGB/BGR input.
|
commit | commitdiff | tree |
2008-09-04 |
Michael Niedermayer | Fix typo.
|
commit | commitdiff | tree |
2008-09-04 |
Michael Niedermayer | Remove workaround for rgb/bgr mess.
|
commit | commitdiff | tree |
2008-09-04 |
Michael Niedermayer | Fix 4 of the unscaled rgb15/16 converters, each of...
|
commit | commitdiff | tree |
2008-09-04 |
Michael Niedermayer | rgb vs bgr fix for the unscaled converters.
|
commit | commitdiff | tree |
2008-09-04 |
Michael Niedermayer | Fix rgb15/16 vs. bgr part2.
|
commit | commitdiff | tree |
2008-09-04 |
Michael Niedermayer | Fix rgb15/16 vs. bgr part1.
|
commit | commitdiff | tree |
2008-09-04 |
Michael Niedermayer | Add fflush to prevent stdout & stderr from being mixed.
|
commit | commitdiff | tree |
2008-09-04 |
Michael Niedermayer | Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack...
|
commit | commitdiff | tree |
2008-09-03 |
Michael Niedermayer | Ignore the spec, and calculate aspect ratio on width...
|
commit | commitdiff | tree |
2008-09-03 |
Michael Niedermayer | Clarify sample_aspect_ratio.
|
commit | commitdiff | tree |
2008-09-03 |
Michael Niedermayer | Add AVPacket.convergence_duration.
|
commit | commitdiff | tree |
2008-09-03 |
Michael Niedermayer | Try to clarify the semantics of AVPacket.duration.
|
commit | commitdiff | tree |
2008-09-03 |
Michael Niedermayer | Fix round to even for aspect ratio correction.
|
commit | commitdiff | tree |
2008-09-02 |
Michael Niedermayer | Try to support invalid h264 that does not mark IDR...
|
commit | commitdiff | tree |
next |