summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* matroskadec: prevent seeking before the first keyframe of the reference streamAurelien Jacobs2008-09-11
* 100000000000000l, forgot to commit header change for r27580.Michael Niedermayer2008-09-11
* Cosmetics: align spec referencesVitor Sessak2008-09-11
* Rename function: s/colmult/apply_window/Vitor Sessak2008-09-11
* Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1:Ronald S. Bultje2008-09-11
* Factorize out common code for opening of the RTP parsing context betweenRonald S. Bultje2008-09-11
* Fix typo that lead to averaging of the same pixel in rgb24ToUV_half().Michael Niedermayer2008-09-11
* Remove mistakely commited code i used for testing.Michael Niedermayer2008-09-11
* Implement full horizontal chroma for rgb/bgr24/32 output.Michael Niedermayer2008-09-11
* misc spelling/wording/grammar fixesDiego Biurrun2008-09-11
* Make it possible to disable loop filter in VC-1.Kostya Shishkov2008-09-11
* Do not do unneeded cliping in YSCALE_YUV_2_PACKEDX_C.Michael Niedermayer2008-09-11
* Factorize yuv2packedXinC().Michael Niedermayer2008-09-11
* Set rgb2yuv constants more accurately, makes no real difference though.Michael Niedermayer2008-09-11
* Correct pulse amplitude application - a negative or 0 coefficient implies theRobert Swain2008-09-11
* Fix incorrect printing of brainfart cropping error in some cases in progressi...Jason Garrett-Glaser2008-09-11
* Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as itMichael Niedermayer2008-09-11
* Correct normalization constant for the vertical filter, iam notMichael Niedermayer2008-09-10
* Make the 2point linear interpolation coefficients correct even for theMichael Niedermayer2008-09-10
* Fix overflow.Michael Niedermayer2008-09-10
* Convert table to integer.Vitor Sessak2008-09-10
* Fix build failure due to %%eip on x86_64.Michael Niedermayer2008-09-10
* Change RGB2YUV_SHIFT from 16 to 15 to make it able to workMichael Niedermayer2008-09-10
* Add bgr/rgb15/16/32->UV-half to the macro so theres less code duplicationMichael Niedermayer2008-09-10
* Clarify convergence_duration.Michael Niedermayer2008-09-10
* Factorize RGB/BGR15/16/32->UV by using the preprocessor.Michael Niedermayer2008-09-10
* Factorize rgb/bgr15/16/32->Y by using the preprocessor.Michael Niedermayer2008-09-10
* Make SWS_FULL_CHR_H_INP work.Michael Niedermayer2008-09-10
* spelling/wording cosmeticsDiego Biurrun2008-09-10
* More accurate rounding for 8bit inputs.Michael Niedermayer2008-09-09
* Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate,Michael Niedermayer2008-09-09
* Convert two tables to signed decimalVitor Sessak2008-09-09
* set bits_per_coded_sample according to new lavc apiBaptiste Coudurier2008-09-09
* Add table of rgb->yuv convertion coefficients.Michael Niedermayer2008-09-09
* More correct rounding for the rgb/bgr->yuv converters.Michael Niedermayer2008-09-09
* Cosmetics: remove useless parenthesesVitor Sessak2008-09-09
* Remove ChannelData.lev var and use ChannelData.level insteadVitor Sessak2008-09-09
* Add support for creating Simple Profile (I-frame only, no arithmetic coding)Anuradha Suraparaju2008-09-09
* vorbis_enc : set coded_frame->pts value to running sample count.Jai Menon2008-09-09
* matroskadec: demux relevant subtitle packets after a seekAurelien Jacobs2008-09-09
* matroskadec: ensure that overlapping subtitles are not added to the indexAurelien Jacobs2008-09-09
* matroskadec: after seeking, skip up to the desired timestamp instead ofAurelien Jacobs2008-09-09
* matroskadec: move timecode calculation a little earlierAurelien Jacobs2008-09-09
* matroskadec: sanitize track time_scale before using itAurelien Jacobs2008-09-09
* Prevent overflows during mpeg->jpeg yuv.Michael Niedermayer2008-09-09
* print stream index in decimal not in hex, easier for debuggingBaptiste Coudurier2008-09-09
* remove one more stuff under #if LIBAVCODEC_VERSION_INTAurelien Jacobs2008-09-08
* set block align in av_write_header if not set, fix issue #489Baptiste Coudurier2008-09-08
* write copyright metadata tagBaptiste Coudurier2008-09-08
* alac : fix case where bits_per_sample is not set.Baptiste Coudurier2008-09-08