source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c69e7914   19 years r_togni Support for 28_8 in old ar. files Originally committed as revision …
(edit) @aacb6ac   19 years michaelni hmm did i mess the scaling of these up at some point? anyway, this …
(edit) @b7c51ebc   19 years michaelni slightly better mv_penalty table Originally committed as revision …
(edit) @d4f0c2fc   19 years michaelni 10l (segfault fix) Originally committed as revision 4769 to …
(edit) @316a2ec8   19 years michaelni bidir refine support Originally committed as revision 4768 to …
(edit) @377798d6   19 years michaelni minor typo Originally committed as revision 4767 to …
(edit) @82b019c   19 years michaelni better f_code guessing in 2nd pass Originally committed as revision …
(edit) @50c6f6cd   19 years michaelni improved lambda/qp guessing for motion estimation RD in first pass …
(edit) @bb270c0   19 years diego COSMETICS: tabs --> spaces, some prettyprinting Originally committed …
(edit) @50827fcf   19 years diego Reportedly FFmpeg fails to compile on Cygwin with vhook enabled, but …
(edit) @64c968da   19 years diego Add some comments to #ifdef #else #endif blocks and fix wrong ones. …
(edit) @a2f3431f   19 years michaelni also autodetect xvid idct if bitexact is used Originally committed as …
(edit) @762b5cd5   19 years dalias 10l to michael for breaking gcc 2.95 compile :) Originally committed …
(edit) @1e4668d1   19 years r_togni Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.ra …
(edit) @daba69b2   19 years michaelni 10l Originally committed as revision 4758 to …
(edit) @8ed9f9ab   19 years michaelni use correct qp & lambda for ME on the second pass Originally …
(edit) @2ceff404   19 years michaelni forgot Originally committed as revision 4756 to …
(edit) @0888fd22   19 years michaelni support printing compact qp histogram Originally committed as …
(edit) @71160c55   19 years michaelni fix q=0 bug Originally committed as revision 4754 to …
(edit) @9944fb97   19 years makovick new qscale type to distinguish H264 Originally committed as revision …
(edit) @5639729b   19 years michaelni unfinished jpeg-ls codec (feel free to finish it ...) Originally …
(edit) @a42bed52   19 years michaelni typo Originally committed as revision 4751 to …
(edit) @6baac1af   19 years michaelni fix custom matrix permutation if xvid idct is autoselected and you …
(edit) @115329f1   19 years diego COSMETICS: Remove all trailing whitespace. Originally committed as …
(edit) @d76319b1   19 years makovick malloc padding to avoid reading past the malloc()ed area. Credits to …
(edit) @63d33cf   19 years michaelni bitstream related fixes from [PATCH] from DivX, Part 9: bitstream …
(edit) @725e3877   19 years michaelni wrong sizes, part of [PATCH] from DivX, Part 9: bitstream crashes from …
(edit) @dcb2fb79   19 years michaelni total == 0 seems like it should be valid (based upon patch by Steve …
(edit) @780eb1c9   19 years michaelni nan fps fix Originally committed as revision 4744 to …
(edit) @e84a047   19 years mike correctly deal with the alpha channel in 32-bit QT RLE (courtesy of …
(edit) @0c3ee78f   19 years mike correctly handle very large Cinepak frames (courtesy of John Koleszar …
(edit) @86f77a49   19 years revol Add some more PRIfooNN crap so it builds again here. Why can't ppl add …
(edit) @4733abcb   19 years mans use PRIxN, %zd, %td formats where needed Originally committed as …
(edit) @fccfc475   19 years mans fix const warning Originally committed as revision 4739 to …
(edit) @7e491fa5   19 years mans remove unused variables Originally committed as revision 4738 to …
(edit) @8d1018bf   19 years diego QDM2 Originally committed as revision 4737 to …
(edit) @765c3440   19 years diego Define EMULATE_INTTYPES for all windows-systems, except Cygwin and …
(edit) @4d1ee6f   19 years mans use utf-8 encoding Originally committed as revision 4735 to …
(edit) @ab470fa7   19 years lorenm recognize some more nal types Originally committed as revision 4734 …
(edit) @b7c24ff6   19 years r_togni This patch adds some support for non-joint stereo streams. It also …
(edit) @9261e3eb   19 years mans alpha needs -fPIC for shared libs Originally committed as revision …
(edit) @f6d1338c   19 years gpoirier Add the rest of missing Reg_* macros to support both AMD-64 style regs …
(edit) @5a872801   19 years diego SONAME support for shared libs patch by Luca Barbato < .. lu_zero .. …
(edit) @64428d02   19 years r_togni Add credit for cook Originally committed as revision 4729 to …
(edit) @440e7988   19 years r_togni Add cook decoder Originally committed as revision 4728 to …
(edit) @0343015   19 years diego cook Originally committed as revision 4727 to …
(edit) @e0f7e329   19 years r_togni Cook compatibe decoder, patch by Benjamin Larsson Add cook demucing, …
(edit) @60d76256   19 years michaelni psnr calculation with threads>1 fix Originally committed as revision …
(edit) @a4893baf   19 years r_togni Support for samples with fft_order = 7 Fail init for unknown fft …
(edit) @db795a1c   19 years r_togni Remove duplicated fft init Originally committed as revision 4723 to …
(edit) @1db68540   19 years diego Add the necessary 'strip' commands to the BSD/OS section of configure …
(edit) @e684b35d   19 years revol fix for systems not defining PRIu64, not everyone knows C99. …
(edit) @6f72dcf7   19 years diego Unify include paths, -I.. is in CFLAGS. Originally committed as …
(edit) @2e70e4aa   19 years mans ogg format probe function by Ivo <ivop at euronet nl> Originally …
(edit) @4393e639   19 years michaelni check block_max_depth (fixes crash) Originally committed as revision …
(edit) @91aa4e33   19 years michaelni make selftest code compile again Originally committed as revision …
(edit) @5062c60c   19 years diego Elaborate on the Visual C-- situation. Originally committed as …
(edit) @5f2a42b   19 years diego ffserver should be fixed now. Originally committed as revision 4715 …
(edit) @c7622f9a   19 years michaelni default_get_buffer() cleanup fixes probably exploitable heap overflow …
(edit) @e852beee   19 years eclipse7 Fixed format specifier in STOP_TIMER macro. Originally committed as …
(edit) @0bb0289c   19 years gpoirier add some h.264 fourccs to codec_bmp_tags[] Originally committed as …
(edit) @9fa62f2   19 years mans BMP image decoder Originally committed as revision 4711 to …
(edit) @fd2ab74   19 years mans use $CFLAGS and $LDFLAGS in dlopen() check Originally committed as …
(edit) @348e52c9   19 years gpoirier Make DV(B|D) subtitles (en|de)coders be conditonnaly compiled …
(edit) @31a78b71   19 years ikalvachev Mark all 12 block unused when there are no coded blocks Fixes 422/444 …
(edit) @a8289180   19 years diego ffserver fixed Originally committed as revision 4707 to …
(edit) @689abe56   19 years gpoirier dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS …
(edit) @b2d374c9   19 years diego Unify include paths, -I.. is in CFLAGS. Originally committed as …
(edit) @52ceae06   19 years alex 10l, left debugging on Originally committed as revision 4705 to …
(edit) @2da2ba0   19 years alex Correctly skip unknown matrices (patch by Matthieu Castet) and disable …
(edit) @7146d2c2   19 years alex Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support …
(edit) @dd36b667   19 years alex fixed long standing off-by-one bug (fixes playback on ppc) Originally …
(edit) @2b18752c   19 years alex mode_code_vlc_table size mismatch Originally committed as revision …
(edit) @1fd7ec44   19 years gpoirier DTS is 0x2001 according to: …
(edit) @5ef388e5   19 years alex updated regression reference Originally committed as revision 4699 to …
(edit) @a2a2668d   19 years alex Support for streaming: dont write indexes and dont signal HAS_INDEX in …
(edit) @6b0bdc75   19 years alex support for unlimited feed size Originally committed as revision 4697 …
(edit) @ac031f3   19 years alex 10l to michael not updating this after changing crc to output 0x …
(edit) @90f9c440   19 years alex debug the launch commandline and new connections Originally committed …
(edit) @b51527d8   19 years alex make ffserver regressions work again Originally committed as revision …
(edit) @ac6a655b   19 years alex Make Launch more appropriate with support for full paths for the …
(edit) @4b4f38e4   19 years alex Support Launch when BindAddress is not INADDR_ANY or localhost. Also …
(edit) @97246091   19 years alex strict -1 is mandatory for jpegs because the colorspace thingie, this …
(edit) @bf40937b   19 years alex remove -e debug=off, unsupported my some wget versions (1.9), and …
(edit) @2fde8aae   19 years alex support transcoding adpcm Originally committed as revision 4689 to …
(edit) @ea15df80   19 years lorenm use sse16_sse2() in nsse Originally committed as revision 4688 to …
(edit) @a0ed075b   19 years Reimar.Doeffinger clear the whole vert_pred buffer for 24 bit decoding. This is …
(edit) @4b7e4bed   19 years mike improvements by Reimar Döffinger; 24-bit decoding is not perfect, only …
(edit) @3165e258   19 years lorenm fix a crash on seeking to an invalid frame Originally committed as …
(edit) @4519b8a6   19 years diego FFmpeg and feature requests Originally committed as revision 4684 to …
(edit) @68dce79b   19 years mans revert incorrect change Originally committed as revision 4683 to …
(edit) @af8aa846   19 years michaelni check MPV_frame_start() return value Originally committed as revision …
(edit) @3712092e   19 years mans s/log2/av_log2/ patch by Steven M. Schultz <sms at 2bsd com> …
(edit) @25f8db58   19 years diego Put double-quotes around the install path in the "install-headers" …
(edit) @7c017693   19 years diego Two tables in truemotion1data.h were slightly different from VpVision …
(edit) @a75a3ca4   19 years michaelni frame skip fixes fix 16pixel error in comparission fix vbv messup …
(edit) @840fb7a7   19 years michaelni per frame crc support Originally committed as revision 4677 to …
(edit) @c555392   19 years r_togni Place qdm2 and truemotion2 in ifdef block so that they can be disabled …
(edit) @31e11451   19 years michaelni allow NULL write_header() and write_trailer() Originally committed as …
(edit) @ed57bb79   19 years michaelni extradata endianness comment Originally committed as revision 4674 to …
Note: See TracRevisionLog for help on using the revision log.