summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add support for PIX_FMT_MONOWHITE as output format.Michael Niedermayer2008-09-12
| | | | Originally committed as revision 27586 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Reindent after last commitRobert Swain2008-09-12
| | | | Originally committed as revision 15304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only read some of TNS bitstream data in the case that the TNS filter order isAlex Converse2008-09-12
| | | | | | | | | non-zero as per the specification. Patch by Alex Converse (alex converse gmail com) Fixes another issue pertaining to issue632 Originally committed as revision 15303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rgb24toyv12 isnt accuratly rounding, so disable it as well when theMichael Niedermayer2008-09-12
| | | | | | user asks for accurate rounding. Originally committed as revision 27585 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set,Michael Niedermayer2008-09-12
| | | | | | because they do not accurately round. Originally committed as revision 27584 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* matroskadec: simplify, first_timecode is already in the indexAurelien Jacobs2008-09-12
| | | | | | no need to duplicate it Originally committed as revision 15302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: prevent seeking before the first keyframe of the reference streamAurelien Jacobs2008-09-11
| | | | Originally committed as revision 15301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100000000000000l, forgot to commit header change for r27580.Michael Niedermayer2008-09-11
| | | | Originally committed as revision 27583 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Cosmetics: align spec referencesVitor Sessak2008-09-11
| | | | Originally committed as revision 15300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename function: s/colmult/apply_window/Vitor Sessak2008-09-11
| | | | Originally committed as revision 15299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1:Ronald S. Bultje2008-09-11
| | | | | | remove duplicate code" thread on ML. Originally committed as revision 15298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize out common code for opening of the RTP parsing context betweenRonald S. Bultje2008-09-11
| | | | | | | SDP and RTSP into a new function. See discussion on ML in "[PATCH] rtsp cleanup part 1: remove duplicate code" thread. Originally committed as revision 15297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo that lead to averaging of the same pixel in rgb24ToUV_half().Michael Niedermayer2008-09-11
| | | | Originally committed as revision 27582 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove mistakely commited code i used for testing.Michael Niedermayer2008-09-11
| | | | Originally committed as revision 27581 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Implement full horizontal chroma for rgb/bgr24/32 output.Michael Niedermayer2008-09-11
| | | | Originally committed as revision 27580 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* misc spelling/wording/grammar fixesDiego Biurrun2008-09-11
| | | | Originally committed as revision 15296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make it possible to disable loop filter in VC-1.Kostya Shishkov2008-09-11
| | | | | | Unlike H.264 it does not affect picture quality on any files I've watched. Originally committed as revision 15295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not do unneeded cliping in YSCALE_YUV_2_PACKEDX_C.Michael Niedermayer2008-09-11
| | | | Originally committed as revision 27579 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Factorize yuv2packedXinC().Michael Niedermayer2008-09-11
| | | | Originally committed as revision 27578 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Set rgb2yuv constants more accurately, makes no real difference though.Michael Niedermayer2008-09-11
| | | | Originally committed as revision 27577 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Correct pulse amplitude application - a negative or 0 coefficient implies theRobert Swain2008-09-11
| | | | | | | | | pulse is subtracted, else it is added. Also avoid a divide by 0. Based on a patch by Alex Converse (alex converse gmail com) Fixes part of issue632 Originally committed as revision 15294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix incorrect printing of brainfart cropping error in some cases in ↵Jason Garrett-Glaser2008-09-11
| | | | | | progressive mode. Originally committed as revision 15293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as itMichael Niedermayer2008-09-11
| | | | | | only affects the C code while mmx uses different tables. Originally committed as revision 27576 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Correct normalization constant for the vertical filter, iam notMichael Niedermayer2008-09-10
| | | | | | | completely sure why this was at such incorrect value, but i could not find any problems when it was set correctly. Originally committed as revision 27575 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make the 2point linear interpolation coefficients correct even for theMichael Niedermayer2008-09-10
| | | | | | nearly never occuring 0.0, 1.0. Originally committed as revision 27574 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix overflow.Michael Niedermayer2008-09-10
| | | | Originally committed as revision 27573 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Convert table to integer.Vitor Sessak2008-09-10
| | | | Originally committed as revision 15292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix build failure due to %%eip on x86_64.Michael Niedermayer2008-09-10
| | | | Originally committed as revision 27569 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change RGB2YUV_SHIFT from 16 to 15 to make it able to workMichael Niedermayer2008-09-10
| | | | | | with 16bit signed constants (like SIMD might use). Originally committed as revision 27568 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add bgr/rgb15/16/32->UV-half to the macro so theres less code duplicationMichael Niedermayer2008-09-10
| | | | | | at the source level. Originally committed as revision 27567 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Clarify convergence_duration.Michael Niedermayer2008-09-10
| | | | Originally committed as revision 15291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize RGB/BGR15/16/32->UV by using the preprocessor.Michael Niedermayer2008-09-10
| | | | Originally committed as revision 27566 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Factorize rgb/bgr15/16/32->Y by using the preprocessor.Michael Niedermayer2008-09-10
| | | | Originally committed as revision 27565 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make SWS_FULL_CHR_H_INP work.Michael Niedermayer2008-09-10
| | | | Originally committed as revision 27564 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* spelling/wording cosmeticsDiego Biurrun2008-09-10
| | | | Originally committed as revision 27563 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* More accurate rounding for 8bit inputs.Michael Niedermayer2008-09-09
| | | | Originally committed as revision 27562 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate,Michael Niedermayer2008-09-09
| | | | | | and does not throw half the chroma away. Originally committed as revision 27561 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Convert two tables to signed decimalVitor Sessak2008-09-09
| | | | Originally committed as revision 15290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set bits_per_coded_sample according to new lavc apiBaptiste Coudurier2008-09-09
| | | | Originally committed as revision 15289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add table of rgb->yuv convertion coefficients.Michael Niedermayer2008-09-09
| | | | Originally committed as revision 27558 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* More correct rounding for the rgb/bgr->yuv converters.Michael Niedermayer2008-09-09
| | | | Originally committed as revision 27557 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Cosmetics: remove useless parenthesesVitor Sessak2008-09-09
| | | | Originally committed as revision 15288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ChannelData.lev var and use ChannelData.level insteadVitor Sessak2008-09-09
| | | | Originally committed as revision 15287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for creating Simple Profile (I-frame only, no arithmetic coding)Anuradha Suraparaju2008-09-09
| | | | | | Dirac bytestreams. patch by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 15286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis_enc : set coded_frame->pts value to running sample count.Jai Menon2008-09-09
| | | | | | | This is a temporary fix for issue 502 and will not be required when we start using AVFrame for audio codecs. Originally committed as revision 15285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: demux relevant subtitle packets after a seekAurelien Jacobs2008-09-09
| | | | | | only works for subtitle tracks which were properly indexed up to the seek point Originally committed as revision 15284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: ensure that overlapping subtitles are not added to the indexAurelien Jacobs2008-09-09
| | | | Originally committed as revision 15283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: after seeking, skip up to the desired timestamp instead ofAurelien Jacobs2008-09-09
| | | | | | the desired stream Originally committed as revision 15282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: move timecode calculation a little earlierAurelien Jacobs2008-09-09
| | | | | | so as to be able to use it in other part of the code Originally committed as revision 15281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: sanitize track time_scale before using itAurelien Jacobs2008-09-09
| | | | | | fix issue628 Originally committed as revision 15280 to svn://svn.ffmpeg.org/ffmpeg/trunk