git.videolan.org
/
ffmpeg.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
AVOptions support for ffplay.
2008-09-28
Michael Niedermayer
AVOptions support for ffplay.
commit
|
commitdiff
|
tree
2008-09-28
Michael Niedermayer
Move opt_default() and set_context_opts() to cmdutils...
commit
|
commitdiff
|
tree
2008-09-28
Michael Niedermayer
Rename opt_default() so it will not conflict with the...
commit
|
commitdiff
|
tree
2008-09-28
Michael Niedermayer
Support loading presets from random paths.
commit
|
commitdiff
|
tree
2008-09-27
Michael Niedermayer
Replace apparently always true condition by assert().
commit
|
commitdiff
|
tree
2008-09-27
Michael Niedermayer
Simplify pix_fmt_id instead of listing a subset of...
commit
|
commitdiff
|
tree
2008-09-27
Michael Niedermayer
Check the 4th plane too when selecting the pixfmt.
commit
|
commitdiff
|
tree
2008-09-26
Michael Niedermayer
Forgotten changelog update for ASS/SSA (de)muxer.
commit
|
commitdiff
|
tree
2008-09-26
Michael Niedermayer
ASS/SSA muxer.
commit
|
commitdiff
|
tree
2008-09-26
Michael Niedermayer
Do not lose the '\n'.
commit
|
commitdiff
|
tree
2008-09-26
Michael Niedermayer
2 in 1, an ASS and SSA demuxer.
commit
|
commitdiff
|
tree
2008-09-26
Michael Niedermayer
Prevent image2 from complaining about non monotone...
commit
|
commitdiff
|
tree
2008-09-25
Michael Niedermayer
Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE...
commit
|
commitdiff
|
tree
2008-09-25
Michael Niedermayer
Ensure that no non-existing frame is used.
commit
|
commitdiff
|
tree
2008-09-25
Michael Niedermayer
Do not free sps & pps on width/height changes.
commit
|
commitdiff
|
tree
2008-09-25
Michael Niedermayer
Do not use the generic "alloc missing references" code...
commit
|
commitdiff
|
tree
2008-09-25
Michael Niedermayer
Initialize next/last_picture* as the generic code does...
commit
|
commitdiff
|
tree
2008-09-25
Michael Niedermayer
Print which slices are IDR not just the slice type.
commit
|
commitdiff
|
tree
2008-09-25
Michael Niedermayer
Fix CAVLC+8x8+MBAFF loop filter.
commit
|
commitdiff
|
tree
2008-09-24
Michael Niedermayer
Field -> MBAFF direct mode can use data from fields...
commit
|
commitdiff
|
tree
2008-09-24
Michael Niedermayer
Avoid segfault due to not set AVCodec.
commit
|
commitdiff
|
tree
2008-09-24
Michael Niedermayer
ASF stands for "advanced stream format" not "adaptive...
commit
|
commitdiff
|
tree
2008-09-23
Michael Niedermayer
Merge the 2 lpc loops.
commit
|
commitdiff
|
tree
2008-09-23
Michael Niedermayer
Factorize lpc code slightly.
commit
|
commitdiff
|
tree
2008-09-22
Michael Niedermayer
A few empty lines for readability.
commit
|
commitdiff
|
tree
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
next