source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @bf3a971c   16 years michaelni Make decoder more robust by default against broken encoders. Fixes …
(edit) @53e9d01   16 years michaelni Fix generated md5, it was wrong for some input lengths. Fix issue634. …
(edit) @631e8afb   16 years michaelni Correct the threshold of get_ur_golomb_jpegls() at which the optimized …
(edit) @a64a062f   16 years michaelni Avoid using floating point for calculating filter coefficients. …
(edit) @f236aa47   16 years diego wording/spelling Originally committed as revision 15333 to …
(edit) @8fd64adf   16 years justin.ruggles cosmetics: fix indentation after r15321 Originally committed as …
(edit) @6682ae42   16 years justin.ruggles write actual min and max frame size to FLAC header. update regression …
(edit) @dd857bf   16 years diego cosmetics: Fix indentation. Originally committed as revision 15330 to …
(edit) @3fe5ae2b   16 years diego Remove useless #ifdef around #include. Originally committed as …
(edit) @9be50e39   16 years diego Only define x86 register names on x86. Originally committed as …
(edit) @4a0266a0   16 years ramiro.polla Spelling... Originally committed as revision 15327 to …
(edit) @a9f8587e   16 years justin.ruggles write MD5 checksum to FLAC header. update regression tests. …
(edit) @2b905517   16 years justin.ruggles update FLAC regression test due to expected change after r15324
(edit) @e1a12934   16 years justin.ruggles write number of samples in FLAC extradata. based on a patch by Mathieu …
(edit) @8588e148   16 years michaelni Avoid some explicit types in sizeof(). Originally committed as …
(edit) @22129c78   16 years michaelni Use av_mallocz() instead of for() =0; Originally committed as …
(edit) @45e18be8   16 years michaelni Move dither tables from yuv2rgb to swscale, they have been written by …
(edit) @1a7f150c   16 years michaelni Add , to clarify sentence. Originally committed as revision 15323 to …
(edit) @5165651c   16 years justin.ruggles add error message for unsupported codecs in WAVE. Resolves issue 623. …
(edit) @0605f5c8   16 years justin.ruggles Return error when trying to decode non-grayscale 16-bit PNM images. …
(edit) @8840ce92   16 years diego Fix typos found by ispell. Originally committed as revision 15320 to …
(edit) @88cdf2f   16 years michaelni Reword a few sentences to make them clearer. Originally committed as …
(edit) @2834c365   16 years rsbultje Reindent after r15317. Originally committed as revision 15318 to …
(edit) @2e889ae4   16 years rsbultje Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport …
(edit) @38d174b3   16 years michaelni The official guide to swscale for confused developers. Originally …
(edit) @70735a3f   16 years robert.swain Reindent after last commit Originally committed as revision 15315 to …
(edit) @5143684   16 years robert.swain Apply pulses to unscaled coefficients rather than scaled. Slight …
(edit) @408992ba   16 years robert.swain Operands of '+' are not necessarily evaluated in order so r15311 was …
(edit) @ab5ce4ae   16 years ramiro.polla Update link to FFmpeg Windows Help website. Originally committed as …
(edit) @19645d74   16 years robert.swain Correct order of parsing for pulse scalefactor band and offset to …
(edit) @46cd15ca   16 years Carl Eugen Hoyos Fix setting default value of scan_offset option for target svcd. …
(edit) @05d8de22   16 years michaelni Add sparc maintainer. Originally committed as revision 15309 to …
(edit) @9547cadb   16 years vitor1001 Cosmetics: line breaks Originally committed as revision 15308 to …
(edit) @111734de   16 years vitor1001 Simplify: use a single history buffer for gain and a single one for …
(edit) @a35acd7f   16 years ben Fix libswscale build after r27561 if --enable-runtime-cpudetection is …
(edit) @14014d47   16 years michaelni Fix indention. Originally committed as revision 27600 to …
(edit) @7f0d242b   16 years diego Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the …
(edit) @43c16478   16 years michaelni Rename yuv2rgb variables to avoid name clashes with the ones used by …
(edit) @3e3c638e   16 years michaelni Switch regression tests to swscale. Plain C, x86-32 and -64 have been …
(edit) @f433c8ab   16 years michaelni Disable mmx routines that are not bitexact when the user wants …
(edit) @ef423a66   16 years michaelni Make horizontal mmx scaling code match C code. Originally committed …
(edit) @88bc5a64   16 years michaelni Ensure that additional filter coeffs that exist due to alignment are 0 …
(edit) @84c12535   16 years michaelni yvu9toyv12Wrapper is not bitexact so disable it when the user wants …
(edit) @881c429   16 years michaelni Make the horizontal C scaler code clip only against INT16_MAX not 0, …
(edit) @ceb700ba   16 years michaelni Add bitexact flag. Originally committed as revision 27592 to …
(edit) @b82ecd62   16 years michaelni The yuv->rgb tables are too small for cliping to be avoidable, thus …
(edit) @78454dfc   16 years michaelni Fix another 1000l bug in the mono input code. Originally committed as …
(edit) @6c80eb16   16 years michaelni Add support for PIX_FMT_YUV440P. Originally committed as revision …
(edit) @4bb9adcf   16 years michaelni 10000l PIX_FMT_MONOWHITE check was really a || 1. Thats what happens …
(edit) @3d05e078   16 years michaelni Support mono as input format. Originally committed as revision 27587 …
(edit) @ec1bca2a   16 years michaelni Add support for PIX_FMT_MONOWHITE as output format. Originally …
(edit) @35445d29   16 years robert.swain Reindent after last commit Originally committed as revision 15304 to …
(edit) @51673647   16 years robert.swain Only read some of TNS bitstream data in the case that the TNS filter …
(edit) @08857704   16 years michaelni rgb24toyv12 isnt accuratly rounding, so disable it as well when the …
(edit) @4155ece5   16 years michaelni Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is …
(edit) @a8fd7e76   16 years Aurélien Jacobs matroskadec: simplify, first_timecode is already in the index no need …
(edit) @5358a81f   16 years Aurélien Jacobs matroskadec: prevent seeking before the first keyframe of the …
(edit) @fd5c57b8   16 years michaelni 100000000000000l, forgot to commit header change for r27580. …
(edit) @9c10ab6c   16 years vitor1001 Cosmetics: align spec references Originally committed as revision …
(edit) @5381a00a   16 years vitor1001 Rename function: s/colmult/apply_window/ Originally committed as …
(edit) @a6789dca   16 years rsbultje Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: …
(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 …
Note: See TracRevisionLog for help on using the revision log.