source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @1357b1d   16 years voroshil Remove not approved parts. Originally committed as revision 15224 to …
(edit) @4fdb41a8   16 years vitor1001 Test a var for overflow just after it is set Originally committed as …
(edit) @a90fbeec   16 years vitor1001 Remove useless parentheses. Originally committed as revision 15222 to …
(edit) @6123abad   16 years stefano.sabatini-lala Remove wrong and unnecessary condition. VHOOK filters are not special …
(edit) @b359a90f   16 years stefano.sabatini-lala Undefine the macro which defines fprintf as please_use_av_log so that …
(edit) @92d04e76   16 years lucabe72 Add support for the RGB32 pixel format in video4linux2 devices Patch …
(edit) @97a290ef   16 years lucabe72 Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565 pixel formats in …
(edit) @2881a656   16 years Reimar.Doeffinger Fix nuv decoder to use reget_buffer for non-keyframes and correctly …
(edit) @cf74dd4a   16 years baptiste.coudurier do not fail if audio is uncompressed and frame size is not set, just …
(edit) @235a51ad   16 years baptiste.coudurier simplify bps code by using av_get_bits_per_sample Originally …
(edit) @3b38f1c6   16 years baptiste.coudurier simplify function selection code Originally committed as revision …
(edit) @a6100f3   16 years baptiste.coudurier enable yuv422p to uyvy converter Originally committed as revision …
(edit) @e10049be   16 years vitor1001 Cosmetics: indent after last commit and remove useless braces …
(edit) @1b0dc012   16 years vitor1001 Simplify: use a for instead of unrolling by hand Originally committed …
(edit) @fb17d9ff   16 years vitor1001 Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). …
(edit) @3eb9bfbb   16 years Aurélien Jacobs matroskadec: fix ASS subtitle track packets before emitting them …
(edit) @f2abc559   16 years baptiste.coudurier add -xerror option, ffmpeg will now exit right when an error occurs …
(edit) @52cf3954   16 years baptiste.coudurier Fix msgsm in wav, do not set blkalign to frame size, this is wrong, …
(edit) @78df225   16 years vitor1001 Simplify: use two distinct functions to decode MACE3 and MACE6, since …
(edit) @b97c4138   16 years vitor1001 Simplify mace_decode_frame() Originally committed as revision 15207 …
(edit) @62c24705   16 years Aurélien Jacobs matroska: subtitle display duration must be stored in …
(edit) @647148c6   16 years vitor1001 Remove useless comments Originally committed as revision 15205 to …
(edit) @251d75f2   16 years vitor1001 Reindent mace.c, its indentation was completly inconsistent with the …
(edit) @b0880d5d   16 years michaelni Make 16bit grayscale output work. Originally committed as revision …
(edit) @5d79f30d   16 years baptiste.coudurier set block align and frame size for gsm in aiff Originally committed …
(edit) @736143c8   16 years michaelni Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr …
(edit) @82ab49dc   16 years vitor1001 Cosmetics: s/LPC_type/LPC_TYPE/ Originally committed as revision …
Note: See TracRevisionLog for help on using the revision log.