|
|
|
@5165651c
|
16 years |
justin.ruggles |
add error message for unsupported codecs in WAVE.
Resolves issue 623.
…
|
|
|
@0605f5c8
|
16 years |
justin.ruggles |
Return error when trying to decode non-grayscale 16-bit PNM images. …
|
|
|
@8840ce92
|
16 years |
diego |
Fix typos found by ispell.
Originally committed as revision 15320 to …
|
|
|
@88cdf2f
|
16 years |
michaelni |
Reword a few sentences to make them clearer.
Originally committed as …
|
|
|
@2834c365
|
16 years |
rsbultje |
Reindent after r15317.
Originally committed as revision 15318 to …
|
|
|
@2e889ae4
|
16 years |
rsbultje |
Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport …
|
|
|
@38d174b3
|
16 years |
michaelni |
The official guide to swscale for confused developers.
Originally …
|
|
|
@70735a3f
|
16 years |
robert.swain |
Reindent after last commit
Originally committed as revision 15315 to …
|
|
|
@5143684
|
16 years |
robert.swain |
Apply pulses to unscaled coefficients rather than scaled.
Slight …
|
|
|
@408992ba
|
16 years |
robert.swain |
Operands of '+' are not necessarily evaluated in order so r15311 was …
|
|
|
@ab5ce4ae
|
16 years |
ramiro.polla |
Update link to FFmpeg Windows Help website.
Originally committed as …
|
|
|
@19645d74
|
16 years |
robert.swain |
Correct order of parsing for pulse scalefactor band and offset to …
|
|
|
@46cd15ca
|
16 years |
Carl Eugen Hoyos |
Fix setting default value of scan_offset option for target svcd.
…
|
|
|
@05d8de22
|
16 years |
michaelni |
Add sparc maintainer.
Originally committed as revision 15309 to …
|
|
|
@9547cadb
|
16 years |
vitor1001 |
Cosmetics: line breaks
Originally committed as revision 15308 to …
|
|
|
@111734de
|
16 years |
vitor1001 |
Simplify: use a single history buffer for gain and a single one for …
|
|
|
@a35acd7f
|
16 years |
ben |
Fix libswscale build after r27561 if --enable-runtime-cpudetection is …
|
|
|
@14014d47
|
16 years |
michaelni |
Fix indention.
Originally committed as revision 27600 to …
|
|
|
@7f0d242b
|
16 years |
diego |
Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the …
|
|
|
@43c16478
|
16 years |
michaelni |
Rename yuv2rgb variables to avoid name clashes with the ones used by …
|
|
|
@3e3c638e
|
16 years |
michaelni |
Switch regression tests to swscale.
Plain C, x86-32 and -64 have been …
|
|
|
@f433c8ab
|
16 years |
michaelni |
Disable mmx routines that are not bitexact when the user wants …
|
|
|
@ef423a66
|
16 years |
michaelni |
Make horizontal mmx scaling code match C code.
Originally committed …
|
|
|
@88bc5a64
|
16 years |
michaelni |
Ensure that additional filter coeffs that exist due to alignment
are 0 …
|
|
|
@84c12535
|
16 years |
michaelni |
yvu9toyv12Wrapper is not bitexact so disable it when the user wants …
|
|
|
@881c429
|
16 years |
michaelni |
Make the horizontal C scaler code clip only against INT16_MAX not 0, …
|
|
|
@ceb700ba
|
16 years |
michaelni |
Add bitexact flag.
Originally committed as revision 27592 to …
|
|
|
@b82ecd62
|
16 years |
michaelni |
The yuv->rgb tables are too small for cliping to be avoidable,
thus …
|
|
|
@78454dfc
|
16 years |
michaelni |
Fix another 1000l bug in the mono input code.
Originally committed as …
|
|
|
@6c80eb16
|
16 years |
michaelni |
Add support for PIX_FMT_YUV440P.
Originally committed as revision …
|
|
|
@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 …
|
|
|