|
|
|
@4bb9adcf
|
16 years |
michaelni |
10000l PIX_FMT_MONOWHITE check was really a || 1.
Thats what happens …
|
|
|
@3d05e078
|
16 years |
michaelni |
Support mono as input format.
Originally committed as revision 27587 …
|
|
|
@ec1bca2a
|
16 years |
michaelni |
Add support for PIX_FMT_MONOWHITE as output format.
Originally …
|
|
|
@35445d29
|
16 years |
robert.swain |
Reindent after last commit
Originally committed as revision 15304 to …
|
|
|
@51673647
|
16 years |
robert.swain |
Only read some of TNS bitstream data in the case that the TNS filter …
|
|
|
@08857704
|
16 years |
michaelni |
rgb24toyv12 isnt accuratly rounding, so disable it as well when the …
|
|
|
@4155ece5
|
16 years |
michaelni |
Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is …
|
|
|
@a8fd7e76
|
16 years |
Aurélien Jacobs |
matroskadec: simplify, first_timecode is already in the index
no need …
|
|
|
@5358a81f
|
16 years |
Aurélien Jacobs |
matroskadec: prevent seeking before the first keyframe of the …
|
|
|
@fd5c57b8
|
16 years |
michaelni |
100000000000000l, forgot to commit header change for r27580.
…
|
|
|
@9c10ab6c
|
16 years |
vitor1001 |
Cosmetics: align spec references
Originally committed as revision …
|
|
|
@5381a00a
|
16 years |
vitor1001 |
Rename function: s/colmult/apply_window/
Originally committed as …
|
|
|
@a6789dca
|
16 years |
rsbultje |
Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: …
|
|
|
@ee0cb67f
|
16 years |
rsbultje |
Factorize out common code for opening of the RTP parsing context …
|
|
|
@e09d7eef
|
16 years |
michaelni |
Fix typo that lead to averaging of the same pixel in rgb24ToUV_half(). …
|
|
|
@8e7ba004
|
16 years |
michaelni |
Remove mistakely commited code i used for testing.
Originally …
|
|
|
@f0faee4c
|
16 years |
michaelni |
Implement full horizontal chroma for rgb/bgr24/32 output.
Originally …
|
|
|
@36b3e36e
|
16 years |
diego |
misc spelling/wording/grammar fixes
Originally committed as revision …
|
|
|
@77298e99
|
16 years |
kostya.shishkov |
Make it possible to disable loop filter in VC-1.
Unlike H.264 it does …
|
|
|
@bdf397ba
|
16 years |
michaelni |
Do not do unneeded cliping in YSCALE_YUV_2_PACKEDX_C.
Originally …
|
|
|
@e69bd294
|
16 years |
michaelni |
Factorize yuv2packedXinC().
Originally committed as revision 27578 to …
|
|
|
@7b5d7b9e
|
16 years |
michaelni |
Set rgb2yuv constants more accurately, makes no real difference …
|
|
|
@febcbd65
|
16 years |
robert.swain |
Correct pulse amplitude application - a negative or 0 coefficient …
|
|
|
@67ce3316
|
16 years |
darkshikari |
Fix incorrect printing of brainfart cropping error in some cases in …
|
|
|
@85a51e6b
|
16 years |
michaelni |
Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it …
|
|
|
@5fe4aad7
|
16 years |
michaelni |
Correct normalization constant for the vertical filter, iam not …
|
|
|
@ac0ad729
|
16 years |
michaelni |
Make the 2point linear interpolation coefficients correct even for the …
|
|
|
@33a67bd6
|
16 years |
michaelni |
Fix overflow.
Originally committed as revision 27573 to …
|
|
|
@fd8897e8
|
16 years |
vitor1001 |
Convert table to integer.
Originally committed as revision 15292 to …
|
|
|
@ff9a056d
|
16 years |
michaelni |
Fix build failure due to %%eip on x86_64.
Originally committed as …
|
|
|
@6b79dbce
|
16 years |
michaelni |
Change RGB2YUV_SHIFT from 16 to 15 to make it able to work
with 16bit …
|
|
|
@ba83d862
|
16 years |
michaelni |
Add bgr/rgb15/16/32->UV-half to the macro so theres less code …
|
|
|
@e7f656d5
|
16 years |
michaelni |
Clarify convergence_duration.
Originally committed as revision 15291 …
|
|
|
@a0baa07a
|
16 years |
michaelni |
Factorize RGB/BGR15/16/32->UV by using the preprocessor.
Originally …
|
|
|
@214892ee
|
16 years |
michaelni |
Factorize rgb/bgr15/16/32->Y by using the preprocessor.
Originally …
|
|
|
@2f60f629
|
16 years |
michaelni |
Make SWS_FULL_CHR_H_INP work.
Originally committed as revision 27564 …
|
|
|
@58f0ec5f
|
16 years |
diego |
spelling/wording cosmetics
Originally committed as revision 27563 to …
|
|
|
@cbcb408f
|
16 years |
michaelni |
More accurate rounding for 8bit inputs.
Originally committed as …
|
|
|
@dfb09bd1
|
16 years |
michaelni |
Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate, …
|
|
|
@955bcc21
|
16 years |
vitor1001 |
Convert two tables to signed decimal
Originally committed as revision …
|
|
|
@00adc1e5
|
16 years |
baptiste.coudurier |
set bits_per_coded_sample according to new lavc api
Originally …
|
|
|
@0f5d4aa
|
16 years |
michaelni |
Add table of rgb->yuv convertion coefficients.
Originally committed …
|
|
|
@35ab2b64
|
16 years |
michaelni |
More correct rounding for the rgb/bgr->yuv converters.
Originally …
|
|
|
@90c6805a
|
16 years |
vitor1001 |
Cosmetics: remove useless parentheses
Originally committed as …
|
|
|
@710428c4
|
16 years |
vitor1001 |
Remove ChannelData.lev var and use ChannelData.level instead
…
|
|
|
@d7c96d66
|
16 years |
diego |
Add support for creating Simple Profile (I-frame only, no arithmetic …
|
|
|
@91ba93e6
|
16 years |
jmenon86 |
vorbis_enc : set coded_frame->pts value to running sample count.
This …
|
|
|
@c1658257
|
16 years |
Aurélien Jacobs |
matroskadec: demux relevant subtitle packets after a seek
only works …
|
|
|
@82360e67
|
16 years |
Aurélien Jacobs |
matroskadec: ensure that overlapping subtitles are not added to the …
|
|
|
@20f74665
|
16 years |
Aurélien Jacobs |
matroskadec: after seeking, skip up to the desired timestamp instead …
|
|
|
@f14a201b
|
16 years |
Aurélien Jacobs |
matroskadec: move timecode calculation a little earlier
so as to be …
|
|
|
@3fc9d7ce
|
16 years |
Aurélien Jacobs |
matroskadec: sanitize track time_scale before using it
fix issue628
…
|
|
|
@aa13b0fc
|
16 years |
michaelni |
Prevent overflows during mpeg->jpeg yuv.
Originally committed as …
|
|
|
@66ec3d56
|
16 years |
baptiste.coudurier |
print stream index in decimal not in hex, easier for debugging
…
|
|
|
@03ea32f8
|
16 years |
Aurélien Jacobs |
remove one more stuff under #if LIBAVCODEC_VERSION_INT
which was …
|
|
|
@bf912a48
|
16 years |
baptiste.coudurier |
set block align in av_write_header if not set, fix issue #489
…
|
|
|
@bed4fc54
|
16 years |
baptiste.coudurier |
write copyright metadata tag
Originally committed as revision 15276 …
|
|
|
@9345ae6f
|
16 years |
jmenon86 |
alac : fix case where bits_per_sample is not set.
Patch by Baptiste
…
|
|
|
@c7e34ddc
|
16 years |
vitor1001 |
Remove useless comment
Originally committed as revision 15274 to …
|
|
|
@20242eed
|
16 years |
vitor1001 |
Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just …
|
|
|
@475e4e2f
|
16 years |
michaelni |
Remove deprecated avcodec_decode_audio() this one was not under …
|
|
|
@9d214947
|
16 years |
michaelni |
avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than …
|
|
|
@047599a4
|
16 years |
michaelni |
Rename error_resilience to error_recognition.
Originally committed as …
|
|
|
@3e30f46f
|
16 years |
vitor1001 |
Pass directly variable 'a' to interp instead of evaluating it from …
|
|
|
@b28bdce6
|
16 years |
vitor1001 |
Simplify if() in copy_and_dup()
Originally committed as revision …
|
|
|
@8022a8eb
|
16 years |
vitor1001 |
Add av_cold attribute to decode_init()
Originally committed as …
|
|
|
@c96a764c
|
16 years |
vitor1001 |
Cosmetics: Make the two additional units in size more clear
…
|
|
|
@38360668
|
16 years |
michaelni |
Remove DEFAULT_FRAME_RATE_BASE.
Originally committed as revision …
|
|
|
@23694e27
|
16 years |
michaelni |
Drop deprecated SAMPLE_FMT_S24.
Originally committed as revision …
|
|
|
@d578432d
|
16 years |
michaelni |
Remove stuff under #if LIBAVCODEC_VERSION_INT.
Originally committed …
|
|
|
@dd1c8f3e
|
16 years |
michaelni |
Bump Major version, this commit is almost just renaming …
|
|
|
@71375e05
|
16 years |
michaelni |
Try to fix wma regression.
Originally committed as revision 15261 to …
|
|
|
@6bc0c792
|
16 years |
michaelni |
Fix jpeg yuv.
Fixes issue504.
Originally committed as revision 27547 …
|
|
|
@f7b1d72f
|
16 years |
diego |
Relicense as ISC with the authors' permission.
Originally committed …
|
|
|
@1993f8d6
|
16 years |
baptiste.coudurier |
terminate tag tables by CODEC_ID_NONE
Originally committed as …
|
|
|
@59ded10c
|
16 years |
michaelni |
Fix typo in comment.
Originally committed as revision 27546 to …
|
|
|
@1625216
|
16 years |
michaelni |
Fix accurate rounding mode on x86_64.
Fixes issue222.
Originally …
|
|
|
@3943bd09
|
16 years |
diego |
Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' …
|
|
|
@42fe17a0
|
16 years |
vitor1001 |
Check output buffer size before decoding.
Originally committed as …
|
|
|
@d636f0cc
|
16 years |
vitor1001 |
Cosmetics: rename vars s/ctx/chd/
Originally committed as revision …
|
|
|
@97b93389
|
16 years |
lu_zero |
Make ToY and ToUV family of function consistent part I
Convert width …
|
|
|
@f36aec3b
|
16 years |
vitor1001 |
Exploit symmetry to reduce size of tables by half.
Originally …
|
|
|
@d63a2cb1
|
16 years |
michaelni |
Make fast bilinear scaler work again.
Originally committed as …
|
|
|
@0b393b7a
|
16 years |
Aurélien Jacobs |
fix seek regression tests after r15229
The matroska demuxer now index …
|
|
|
@b8a5f621
|
16 years |
vitor1001 |
Cosmetics: s/short/int16_t/
Originally committed as revision 15253 to …
|
|
|
@b1547a78
|
16 years |
vitor1001 |
Remove cast, now tables are signed.
Originally committed as revision …
|
|
|
@fc1d3e00
|
16 years |
vitor1001 |
Convert tables to signed and decimal.
Originally committed as …
|
|
|
@e7ff3359
|
16 years |
vitor1001 |
Remove unused table entries.
Originally committed as revision 15250 …
|
|
|
@934bc927
|
16 years |
vitor1001 |
Remove commented out code.
Originally committed as revision 15249 to …
|
|
|
@f9f7210e
|
16 years |
vitor1001 |
Use FFMIN() instead of rewriting it.
Originally committed as revision …
|
|
|
@42c7aeea
|
16 years |
vitor1001 |
Factorize broken clipping in its own function and document it.
…
|
|
|
@56591567
|
16 years |
vitor1001 |
Cosmetics: whitespace/linebreaks
Originally committed as revision …
|
|
|
@c8e0861e
|
16 years |
vitor1001 |
Use the same 8 bit -> 16 bit conversion as QuickTime.
Originally …
|
|
|
@4ea70242
|
16 years |
vitor1001 |
Do not share context variables between channels and do not zero them …
|
|
|
@b6d544f5
|
16 years |
vitor1001 |
Remove output pointer from context
Originally committed as revision …
|
|
|
@bd547403
|
16 years |
stefan.gehrer |
add 1bpp decoding function and extend 4bpp function to
also cover the …
|
|
|
@31296f6e
|
16 years |
baptiste.coudurier |
add missing html start tag to ffserver status html page
Originally …
|
|
|
@a3aa4fed
|
16 years |
baptiste.coudurier |
cleanup, merge snprintf calls
Originally committed as revision 15240 …
|
|
|
@24b8aa8
|
16 years |
baptiste.coudurier |
set default bps to 16 in wav header
Originally committed as revision …
|
|
|
@a7f361eb
|
16 years |
baptiste.coudurier |
100l, compute correctly poll_table size when allocating
Originally …
|
|
|