source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ee0cb67f   16 years rsbultje Factorize out common code for opening of the RTP parsing context …
(edit) @e09d7eef   16 years michaelni Fix typo that lead to averaging of the same pixel in rgb24ToUV_half(). …
(edit) @8e7ba004   16 years michaelni Remove mistakely commited code i used for testing. Originally …
(edit) @f0faee4c   16 years michaelni Implement full horizontal chroma for rgb/bgr24/32 output. Originally …
(edit) @36b3e36e   16 years diego misc spelling/wording/grammar fixes Originally committed as revision …
(edit) @77298e99   16 years kostya.shishkov Make it possible to disable loop filter in VC-1. Unlike H.264 it does …
(edit) @bdf397ba   16 years michaelni Do not do unneeded cliping in YSCALE_YUV_2_PACKEDX_C. Originally …
(edit) @e69bd294   16 years michaelni Factorize yuv2packedXinC(). Originally committed as revision 27578 to …
(edit) @7b5d7b9e   16 years michaelni Set rgb2yuv constants more accurately, makes no real difference …
(edit) @febcbd65   16 years robert.swain Correct pulse amplitude application - a negative or 0 coefficient …
(edit) @67ce3316   16 years darkshikari Fix incorrect printing of brainfart cropping error in some cases in …
(edit) @85a51e6b   16 years michaelni Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it …
(edit) @5fe4aad7   16 years michaelni Correct normalization constant for the vertical filter, iam not …
(edit) @ac0ad729   16 years michaelni Make the 2point linear interpolation coefficients correct even for the …
(edit) @33a67bd6   16 years michaelni Fix overflow. Originally committed as revision 27573 to …
(edit) @fd8897e8   16 years vitor1001 Convert table to integer. Originally committed as revision 15292 to …
(edit) @ff9a056d   16 years michaelni Fix build failure due to %%eip on x86_64. Originally committed as …
(edit) @6b79dbce   16 years michaelni Change RGB2YUV_SHIFT from 16 to 15 to make it able to work with 16bit …
(edit) @ba83d862   16 years michaelni Add bgr/rgb15/16/32->UV-half to the macro so theres less code …
(edit) @e7f656d5   16 years michaelni Clarify convergence_duration. Originally committed as revision 15291 …
(edit) @a0baa07a   16 years michaelni Factorize RGB/BGR15/16/32->UV by using the preprocessor. Originally …
(edit) @214892ee   16 years michaelni Factorize rgb/bgr15/16/32->Y by using the preprocessor. Originally …
(edit) @2f60f629   16 years michaelni Make SWS_FULL_CHR_H_INP work. Originally committed as revision 27564 …
(edit) @58f0ec5f   16 years diego spelling/wording cosmetics Originally committed as revision 27563 to …
(edit) @cbcb408f   16 years michaelni More accurate rounding for 8bit inputs. Originally committed as …
(edit) @dfb09bd1   16 years michaelni Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate, …
(edit) @955bcc21   16 years vitor1001 Convert two tables to signed decimal Originally committed as revision …
(edit) @00adc1e5   16 years baptiste.coudurier set bits_per_coded_sample according to new lavc api Originally …
(edit) @0f5d4aa   16 years michaelni Add table of rgb->yuv convertion coefficients. Originally committed …
(edit) @35ab2b64   16 years michaelni More correct rounding for the rgb/bgr->yuv converters. Originally …
(edit) @90c6805a   16 years vitor1001 Cosmetics: remove useless parentheses Originally committed as …
(edit) @710428c4   16 years vitor1001 Remove ChannelData.lev var and use ChannelData.level instead …
(edit) @d7c96d66   16 years diego Add support for creating Simple Profile (I-frame only, no arithmetic …
(edit) @91ba93e6   16 years jmenon86 vorbis_enc : set coded_frame->pts value to running sample count. This …
(edit) @c1658257   16 years Aurélien Jacobs matroskadec: demux relevant subtitle packets after a seek only works …
(edit) @82360e67   16 years Aurélien Jacobs matroskadec: ensure that overlapping subtitles are not added to the …
(edit) @20f74665   16 years Aurélien Jacobs matroskadec: after seeking, skip up to the desired timestamp instead …
(edit) @f14a201b   16 years Aurélien Jacobs matroskadec: move timecode calculation a little earlier so as to be …
(edit) @3fc9d7ce   16 years Aurélien Jacobs matroskadec: sanitize track time_scale before using it fix issue628 …
(edit) @aa13b0fc   16 years michaelni Prevent overflows during mpeg->jpeg yuv. Originally committed as …
(edit) @66ec3d56   16 years baptiste.coudurier print stream index in decimal not in hex, easier for debugging …
(edit) @03ea32f8   16 years Aurélien Jacobs remove one more stuff under #if LIBAVCODEC_VERSION_INT which was …
(edit) @bf912a48   16 years baptiste.coudurier set block align in av_write_header if not set, fix issue #489
(edit) @bed4fc54   16 years baptiste.coudurier write copyright metadata tag Originally committed as revision 15276 …
(edit) @9345ae6f   16 years jmenon86 alac : fix case where bits_per_sample is not set. Patch by Baptiste …
(edit) @c7e34ddc   16 years vitor1001 Remove useless comment Originally committed as revision 15274 to …
(edit) @20242eed   16 years vitor1001 Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just …
(edit) @475e4e2f   16 years michaelni Remove deprecated avcodec_decode_audio() this one was not under …
(edit) @9d214947   16 years michaelni avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than …
(edit) @047599a4   16 years michaelni Rename error_resilience to error_recognition. Originally committed as …
(edit) @3e30f46f   16 years vitor1001 Pass directly variable 'a' to interp instead of evaluating it from …
(edit) @b28bdce6   16 years vitor1001 Simplify if() in copy_and_dup() Originally committed as revision …
(edit) @8022a8eb   16 years vitor1001 Add av_cold attribute to decode_init() Originally committed as …
(edit) @c96a764c   16 years vitor1001 Cosmetics: Make the two additional units in size more clear …
(edit) @38360668   16 years michaelni Remove DEFAULT_FRAME_RATE_BASE. Originally committed as revision …
(edit) @23694e27   16 years michaelni Drop deprecated SAMPLE_FMT_S24. Originally committed as revision …
(edit) @d578432d   16 years michaelni Remove stuff under #if LIBAVCODEC_VERSION_INT. Originally committed …
(edit) @dd1c8f3e   16 years michaelni Bump Major version, this commit is almost just renaming …
(edit) @71375e05   16 years michaelni Try to fix wma regression. Originally committed as revision 15261 to …
(edit) @6bc0c792   16 years michaelni Fix jpeg yuv. Fixes issue504. Originally committed as revision 27547 …
(edit) @f7b1d72f   16 years diego Relicense as ISC with the authors' permission. Originally committed …
(edit) @1993f8d6   16 years baptiste.coudurier terminate tag tables by CODEC_ID_NONE Originally committed as …
(edit) @59ded10c   16 years michaelni Fix typo in comment. Originally committed as revision 27546 to …
(edit) @1625216   16 years michaelni Fix accurate rounding mode on x86_64. Fixes issue222. Originally …
(edit) @3943bd09   16 years diego Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' …
(edit) @42fe17a0   16 years vitor1001 Check output buffer size before decoding. Originally committed as …
(edit) @d636f0cc   16 years vitor1001 Cosmetics: rename vars s/ctx/chd/ Originally committed as revision …
(edit) @97b93389   16 years lu_zero Make ToY and ToUV family of function consistent part I Convert width …
(edit) @f36aec3b   16 years vitor1001 Exploit symmetry to reduce size of tables by half. Originally …
(edit) @d63a2cb1   16 years michaelni Make fast bilinear scaler work again. Originally committed as …
(edit) @0b393b7a   16 years Aurélien Jacobs fix seek regression tests after r15229 The matroska demuxer now index …
(edit) @b8a5f621   16 years vitor1001 Cosmetics: s/short/int16_t/ Originally committed as revision 15253 to …
(edit) @b1547a78   16 years vitor1001 Remove cast, now tables are signed. Originally committed as revision …
(edit) @fc1d3e00   16 years vitor1001 Convert tables to signed and decimal. Originally committed as …
(edit) @e7ff3359   16 years vitor1001 Remove unused table entries. Originally committed as revision 15250 …
(edit) @934bc927   16 years vitor1001 Remove commented out code. Originally committed as revision 15249 to …
(edit) @f9f7210e   16 years vitor1001 Use FFMIN() instead of rewriting it. Originally committed as revision …
(edit) @42c7aeea   16 years vitor1001 Factorize broken clipping in its own function and document it. …
(edit) @56591567   16 years vitor1001 Cosmetics: whitespace/linebreaks Originally committed as revision …
(edit) @c8e0861e   16 years vitor1001 Use the same 8 bit -> 16 bit conversion as QuickTime. Originally …
(edit) @4ea70242   16 years vitor1001 Do not share context variables between channels and do not zero them …
(edit) @b6d544f5   16 years vitor1001 Remove output pointer from context Originally committed as revision …
(edit) @bd547403   16 years stefan.gehrer add 1bpp decoding function and extend 4bpp function to also cover the …
(edit) @31296f6e   16 years baptiste.coudurier add missing html start tag to ffserver status html page Originally …
(edit) @a3aa4fed   16 years baptiste.coudurier cleanup, merge snprintf calls Originally committed as revision 15240 …
(edit) @24b8aa8   16 years baptiste.coudurier set default bps to 16 in wav header Originally committed as revision …
(edit) @a7f361eb   16 years baptiste.coudurier 100l, compute correctly poll_table size when allocating Originally …
(edit) @4fce284c   16 years rsbultje Implement RDT-specific data parsing routines. After these changes, …
(edit) @99b2ac07   16 years rsbultje Reindent after previous patch. Originally committed as revision 15236 …
(edit) @1256d16b   16 years rsbultje Implement a RDT-specific SET_PARAMETER command that subscribes to the …
(edit) @ff13ba92   16 years rsbultje Add dynamic payload handlers to rdt.c. These follow the same API as …
(edit) @0369d2b   16 years rsbultje Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and …
(edit) @74cf4819   16 years Aurélien Jacobs bump lavf micro version to allow checking for the matroska/ASS bugfix …
(edit) @a3467f86   16 years Aurélien Jacobs matroskadec: remove now useless vstream and is_video_key_frame …
(edit) @dbfb0e5f   16 years Aurélien Jacobs matroskadec: remove useless braces Originally committed as revision …
(edit) @24c3da1   16 years Aurélien Jacobs matroskadec: ensure that the timecode added to the index are is the …
(edit) @2003e200   16 years Carl Eugen Hoyos Whitespace cosmetics Originally committed as revision 15228 to …
(edit) @4f31c990   16 years diego license header consistency cosmetics. Originally committed as …
(edit) @78a754ce   16 years diego Mention that libavcodec/ac3dec.c is GPLed. Originally committed as …
(edit) @a0528ed7   16 years diego license header consistency cosmetics Originally committed as revision …
Note: See TracRevisionLog for help on using the revision log.