summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Remove useless commentVitor Sessak2008-09-08
* Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just anVitor Sessak2008-09-08
* Remove deprecated avcodec_decode_audio() this one was not under #ifdef.Michael Niedermayer2008-09-08
* avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_...Michael Niedermayer2008-09-08
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* Pass directly variable 'a' to interp instead of evaluating it from num_blocksVitor Sessak2008-09-08
* Simplify if() in copy_and_dup()Vitor Sessak2008-09-08
* Add av_cold attribute to decode_init()Vitor Sessak2008-09-08
* Cosmetics: Make the two additional units in size more clearVitor Sessak2008-09-08
* Remove DEFAULT_FRAME_RATE_BASE.Michael Niedermayer2008-09-08
* Drop deprecated SAMPLE_FMT_S24.Michael Niedermayer2008-09-08
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-08
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Try to fix wma regression.Michael Niedermayer2008-09-08
* Fix jpeg yuv.Michael Niedermayer2008-09-08
* Relicense as ISC with the authors' permission.Diego Biurrun2008-09-08
* terminate tag tables by CODEC_ID_NONEBaptiste Coudurier2008-09-08
* Fix typo in comment.Michael Niedermayer2008-09-08
* Fix accurate rounding mode on x86_64.Michael Niedermayer2008-09-07
* Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission.Diego Biurrun2008-09-07
* Check output buffer size before decoding.Vitor Sessak2008-09-07
* Cosmetics: rename vars s/ctx/chd/Vitor Sessak2008-09-07
* Make ToY and ToUV family of function consistent part ILuca Barbato2008-09-07
* Exploit symmetry to reduce size of tables by half.Vitor Sessak2008-09-07
* Make fast bilinear scaler work again.Michael Niedermayer2008-09-07
* fix seek regression tests after r15229Aurelien Jacobs2008-09-07
* Cosmetics: s/short/int16_t/Vitor Sessak2008-09-07
* Remove cast, now tables are signed.Vitor Sessak2008-09-07
* Convert tables to signed and decimal.Vitor Sessak2008-09-07
* Remove unused table entries.Vitor Sessak2008-09-07
* Remove commented out code.Vitor Sessak2008-09-07