source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @dd7e46e7   18 years michaelni new I/P frame selection heuristic PSNR/bitrate is slightly better for …
(edit) @f932cdf2   18 years baptiste.coudurier kill AVImageFormat Originally committed as revision 6875 to …
(edit) @93481fe5   18 years baptiste.coudurier change gif muxer to simple gif encoder Originally committed as …
(edit) @1984f5cd   18 years bugfood-ml Correct description of mblmin and mblmax. Originally committed as …
(edit) @a9dc190f   18 years gpoirier outputs bit spent on various encoding functions (motion vectors, …
(edit) @786b30af   18 years diego Add option to disable ffmpeg build. Patch taken from the Debian …
(edit) @6dc7b6b3   18 years diego Detect some more ARM CPU types. Patch taken from the Debian package by …
(edit) @28d8e661   18 years diego Accept multiple --extra-ldflags and --extra-libs options. Originally …
(edit) @a43fb6b3   18 years lucabe72 Add support for conversions from the rgb565 and rgb555 formats …
(edit) @949b1a1   18 years diego Replace most of the %lld and %llx by their (cleaner) PRI*64 …
(edit) @523fc7c1   18 years diego Define fallback for PRIX64, taken from a patch by Steve L'Homme. …
(edit) @45f3704c   18 years michaelni 10l (forgot ALT_SCAN) Originally committed as revision 6866 to …
(edit) @1345f4ed   18 years diego Rename SWAP macro to FFSWAP. Originally committed as revision 6865 to …
(edit) @e344c1ea   18 years diego reindentation, patch by From: Steve Lhomme, slhomme divxcorp com …
(edit) @484267f   18 years diego Do not mix declarations and statements. Originally committed as …
(edit) @65342b2b   18 years michaelni merge clip() into the alpha/beta/tc0 tables (10% faster …
(edit) @a512446e   18 years baptiste.coudurier clean, always write major brand for debug Originally committed as …
(edit) @02799762   18 years baptiste.coudurier remove useless mp4 field Originally committed as revision 6861 to …
(edit) @e164fbfe   18 years diego Make tests compile on non-x86. Originally committed as revision 6860 …
(edit) @3d6a30d9   18 years diego Use common define for x86_32 and x86_64. Originally committed as …
(edit) @3cd52279   18 years diego Use common define for x86_32 and x86_64. Originally committed as …
(edit) @a63e5f1c   18 years diego typo Originally committed as revision 6858 to …
(edit) @67bcc870   18 years mans indentation Originally committed as revision 6857 to …
(edit) @84278104   18 years mans CODEC_CAP_DELAY support Originally committed as revision 6856 to …
(edit) @f45b744c   18 years baptiste.coudurier simplify Originally committed as revision 6855 to …
(edit) @aa90239f   18 years baptiste.coudurier mov vfr muxing Originally committed as revision 6854 to …
(edit) @d55f46e5   18 years Reimar.Doeffinger Reenable AMD64 optimizations for cabac accidentially disabled in r6852
(edit) @419b8784   18 years diego Add ARCH_X86_32 as a new define for 32 bit x86 architectures and …
(edit) @6c02f9e   18 years diego better #endif comment Originally committed as revision 6851 to …
(edit) @7aba9187   18 years michaelni fix 1/0 b frames + CBR bug Originally committed as revision 6850 to …
(edit) @e240ee67   18 years lu_zero Make sure --as-needed and the other flags got checked as the last …
(edit) @9a64e044   18 years diego cosmetics: Restore alphabetical order. Originally committed as …
(edit) @d29de719   18 years michaelni better timebase selection heuristic for video stream copy fixes -ss -t …
(edit) @20cd83e2   18 years diego cosmetics: Restore alphabetical order. Originally committed as …
(edit) @55bdd34d   18 years baptiste.coudurier remove gcc warning about void * used in arithmetic Originally …
(edit) @743311a1   18 years mans coded line size is a multiple of 4 Originally committed as revision …
(edit) @2959ba80   18 years diego warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail …
(edit) @95b0962   18 years diego Use fixed point in color conversion. patch by Gustavo Sverzut …
(edit) @e389399   18 years ods15 fix for disabling vorbis decoder but enabling vorbis encoder …
(edit) @469f9de7   18 years kostya.shishkov Init vlc tables as static Originally committed as revision 6840 to …
(edit) @84ed36da   18 years kostya.shishkov IMC decoder Originally committed as revision 6839 to …
(edit) @9c5d7c56   18 years lucabe72 AVPicture has 4 planes, not 3 Originally committed as revision 6838 …
(edit) @498c544a   18 years michaelni dont set the sampling rate just because 1 mp3 packet header says so …
(edit) @c0d8052b   18 years michaelni avoid random noise on damaged frames Originally committed as revision …
(edit) @5423fe73   18 years diego Fix dependencies for 'make dep'. Originally committed as revision …
(edit) @d5cd50ed   18 years diego Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined …
(edit) @6830091   18 years diego Many systems have TEMPDIR mounted noexec, warn about this. Originally …
(edit) @a7c6aa73   18 years gpoirier switch to common base64 routines in lavf Patch by Ryan Martell % rdm4 …
(edit) @d0deedcb   18 years gpoirier fix more dynamic protocol stuff, needed by the forthcoming h264 …
(edit) @3cedeeca   18 years michaelni update copyright year, it looks odd otherwise :) Originally committed …
(edit) @95da34cd   18 years michaelni CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality …
(edit) @0a4250b   18 years gpoirier add support for all framerates specified by the standard Patch by …
(edit) @b5c5a86b   18 years ods15 I hope noone minds, adding myself to eval.c copyright... Originally …
(edit) @2f394e1c   18 years gpoirier Fix A/V (de)sync with discontinuous NSV streams, Patch by Joakim …
(edit) @34ecc397   18 years gpoirier Make it possible to reuse UDP socket (optional, disabled by default) …
(edit) @973cbc2a   18 years michaelni lambda* should be unsigned Originally committed as revision 6824 to …
(edit) @1928d04   18 years michaelni prevent overflow if lambda2 is "too" large Originally committed as …
(edit) @ea7307df   18 years michaelni use lambda/lmax instead of qscale/qmax as end check for vbv retry …
(edit) @8cd68d80   18 years ods15 ignore whitespace in ff_eval Originally committed as revision 6821 to …
(edit) @b500cc2a   18 years diego sample rate fix patch by Andrew Voznytsa andrew.voznytsa gmail com …
(edit) @72523c7a   18 years ods15 add missing 'e->value * ' Originally committed as revision 6819 to …
(edit) @63a547ea   18 years ods15 shut gcc warning, also makes sense for NAN to be returned if the loop …
(edit) @d8372330   18 years gpoirier move up (in the file) AAC audio handling moved from below This is …
(edit) @a01e68aa   18 years gpoirier Add base64 encoding and decoding routines Patch Ryan Martell % rdm4 A …
(edit) @ebd6a694   18 years diego Rename dvdsub.c to dvdsubdec.c. Originally committed as revision 6815 …
(edit) @45ee0e32   18 years michaelni add support for while() loops again ugly syntax while(condition, …
(edit) @835954e3   18 years michaelni support seperating expressons by ; support variables, the syntax isnt …
(edit) @418f17e0   18 years Reynaldo H. Verdejo Pinochet Fix obvious typo, BGR555 was missing Originally committed as revision …
(edit) @d024359a   18 years ods15 possible bug of 'gte' being read as 'gt', same with 'lte' Originally …
(edit) @577eab6b   18 years michaelni minor simplification Originally committed as revision 6810 to …
(edit) @a98f4515   18 years michaelni factorize AVEvalExpr alloc and init Originally committed as revision …
(edit) @bb0f1ea7   18 years ods15 update ratecontrol to new ff_eval API Originally committed as …
(edit) @ce459e12   18 years Reynaldo H. Verdejo Pinochet adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by Michael …
(edit) @ba8a6218   18 years Reynaldo H. Verdejo Pinochet adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael …
(edit) @dbf30963   18 years gpoirier make ffmpeg able to send back a RTCP receiver report. Patch by Thijs …
(edit) @ed787542   18 years gpoirier indentation fix, patch by Ryan Martell % rdm4 A martellventures P com …
(edit) @85b4eb08   18 years ods15 new optimized eval method, by seperating parsing and runtime …
(edit) @18de0b81   18 years baptiste.coudurier fflags can/will be used for muxing too Originally committed as …
(edit) @550b2843   18 years gpoirier Last fix of licence header Originally committed as revision 6801 to …
(edit) @9eeec55d   18 years gpoirier move licence header fixes Originally committed as revision 6800 to …
(edit) @cbced38   18 years gpoirier Fix licence header (aka <pedantic mode='on' /> ) Originally committed …
(edit) @4934884a   18 years gpoirier Add support for H264 over RTP Patch by Ryan Martell % rdm4 A …
(edit) @18fd519   18 years diego wording/grammar Originally committed as revision 6797 to …
(edit) @de62a89d   18 years gpoirier Document -newaudio, patch by Victor Paesa, taken from an explanation …
(edit) @ffc5430b   18 years kostya.shishkov LZW decoder as separate module plus TIFF LZW support Originally …
(edit) @b0c32a7   18 years kostya.shishkov 10l predictor should not skip first line Originally committed as …
(edit) @b59cb456   18 years baptiste.coudurier remove mov_read_leaf and remove useless reading function table, …
(edit) @21e3c26c   18 years Aurélien Jacobs fix mp3 in swf decoding Originally committed as revision 6792 to …
(edit) @4cbed91   18 years mans libdts and lame sometimes need -lm Originally committed as revision …
(edit) @3340085   18 years diego Don't include inttypes.h/stdint.h directly, there is an abstraction in …
(edit) @836096aa   18 years michaelni simplify Originally committed as revision 6789 to …
(edit) @54fe1159   18 years michaelni reverse my last change, it was wrong and broken Originally committed …
(edit) @46d9fe62   18 years michaelni remove map variable Originally committed as revision 6787 to …
(edit) @7197742   18 years michaelni factorize update state out Originally committed as revision 6786 to …
(edit) @3b6d2329   18 years michaelni FFMAX Originally committed as revision 6785 to …
(edit) @8d42cf74   18 years michaelni common subexpression elimination Originally committed as revision …
(edit) @62412b8d   18 years michaelni merge 8 and 16bit functions, they are identical except the data type …
(edit) @5d48f0cb   18 years michaelni set v_edge_pos correctly for field picture mpeg2 Originally committed …
(edit) @4884b9e5   18 years kostya.shishkov 16-bit grayscale support Originally committed as revision 20427 to …
(edit) @9efe56f   18 years kostya.shishkov JPEG-LS 16-bit gray support Originally committed as revision 6781 to …
Note: See TracRevisionLog for help on using the revision log.