source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @17dc7c7a   15 years darkshikari Fix h264/vp8 intra pred on Athlon XP Whose idea was it to have a CPU …
(edit) @b47a52dc   15 years jmenon86 mpegaudioenc: Remove write-only variables from the context. Patch by …
(edit) @0c0fd063   15 years michaelni Prevent infinite recursion of odml indexes. This fixes a stack …
(edit) @4148855   15 years darkshikari Eliminate another redundant instruction in vp56/8 arithcoder Necessary …
(edit) @2e79db01   15 years stefano.sabatini-lala Set pad description with NULL_IF_CONFIG_SMALL(), consistent with the …
(edit) @a74f893b   15 years stefano.sabatini-lala Improve description for the pad filter. Originally committed as …
(edit) @36d6b545   15 years darkshikari CMOV-ify vp56 arithcoder This incantation causes gcc 4.3 to generate …
(edit) @2e6ed48d   15 years darkshikari Optimize vp56 arithmetic decoder Negate "bits" to eliminate a negate …
(edit) @b0a18c2   15 years Carl Eugen Hoyos Make "invalid dts/pts combination" a debug instead of a warning …
(edit) @5fd48573   15 years Carl Eugen Hoyos Allow setting streamid when muxing mpegts. Patch by Mike Scheutzow, …
(edit) @006e8108   15 years Carl Eugen Hoyos Add new option "streamid" to set the value of an outfile streamid. …
(edit) @cf60d669   15 years mans Add more int packing macros, name them consistently Originally …
(edit) @bce3bd1c   15 years stefan.gehrer renormalize VP5/6/7/8 range coder without loop Originally committed …
(edit) @0db2d3cf   15 years Carl Eugen Hoyos Do not skip one of three bits zero padding. Patch by Daniel …
(edit) @809b7a99   15 years mans Add missed file dct32.c Originally committed as revision 23913 to …
(edit) @06d0118   15 years vitor1001 More mp{1,2,3} 32-point DCT transform to our common DCT framework. …
(edit) @cae70f99   15 years mans Improve FF_SYMVER documentation Originally committed as revision …
(edit) @2eaf7e49   15 years mans Improve av_strerror() documentation Originally committed as revision …
(edit) @c2a5b473   15 years mans Improve GET_UTF{8,16} documentation Originally committed as revision …
(edit) @12633044   15 years mans aes: improve av_aes_crypt() documentation Originally committed as …
(edit) @82012619   15 years mans adler32: add API documentation Originally committed as revision 23907 …
(edit) @1782460   15 years mans Improve av_resample() documentation Originally committed as revision …
(edit) @ffd31cfe   15 years mans base64: improve documentation Originally committed as revision 23905 …
(edit) @49bd8e4   15 years mans Fix grammar errors in documentation Originally committed as revision …
(edit) @38e23c88   15 years mans Make av_get_random_seed() non-blocking Attempt to read from …
(edit) @534a2231   15 years mans Check for fcntl() Originally committed as revision 23902 to …
(edit) @0f28638b   15 years diego Step back as documentation maintainer. Originally committed as …
(edit) @df92772c   15 years mans apedec: add flush function Originally committed as revision 23900 to …
(edit) @680b2321   15 years martin Add a changelog entry for the RTSP tunneling, that was added a few …
(edit) @11fdc4d4   15 years tomas.hardin mxfdec: Improve parsing of the PixelLayout item Originally committed …
(edit) @85b76ce9   15 years benoit.fouet Fix "initialization from incompatible pointer type" warning in rv34. …
(edit) @dd025f25   15 years Reimar.Doeffinger Change AES code to be strict-aliasing-safe. Makes it give correct …
(edit) @25fe8630   15 years Carl Eugen Hoyos Silense one warning: "passing argument 1 of ‘av_memcpy_backptr’ from …
(edit) @99267eb   15 years Carl Eugen Hoyos Fix strict-aliasing violations in MPV_motion_internal. Patch by Eli …
(edit) @dd8e127a   15 years mans rv40: make rv40_adaptive_loop_filter() always_inline This function is …
(edit) @7dbbf6a1   15 years mans ffplay: remove VLA Originally committed as revision 23892 to …
(edit) @82a8d0f1   15 years darkshikari Use add instead of lshift in mmxext vp8 idct Originally committed as …
(edit) @565344e7   15 years rsbultje Remove unused macros (duplicates from the now-LGPL x86util.asm). …
(edit) @cbb3964   15 years Thilo Borgmann Add CRC check to the ALS decoder. Originally committed as revision …
(edit) @a4edc5a9   15 years mans ARM: add mov32 macro Originally committed as revision 23888 to …
(edit) @480cb7ed   15 years mans ARM: (mostly) whitespace cosmetics Originally committed as revision …
(edit) @2dd2f716   15 years rsbultje MMX idct_add for VP8. Originally committed as revision 23886 to …
(edit) @29e71937   15 years darkshikari Add missing mm_support call toff_h264_pred_init_x86. I'm not sure if …
(edit) @982fac7   15 years lessen42 Altivec VP8 MC functions Originally committed as revision 23884 to …
(edit) @7bf4e9d7   15 years lessen42 Altivec: Add helper function to load from a constant misalignment …
(edit) @a3ef994c   15 years lessen42 vorbis: cosmetics, remove trailing comma for values that will never …
(edit) @95275094   15 years darkshikari Faster C VP8 normal inner loop filter Originally committed as …
(edit) @9942b6a1   15 years darkshikari Use crop table in C implementations of VP8 DSP functions. Much faster …
(edit) @38c07dcc   15 years darkshikari Update x264 presets. Patch by Lou Logan <lou@fakeoutdoorsman.com> …
(edit) @004cda8e   15 years darkshikari Add mmxext version of VP8 DC Hadamard transform Originally committed …
(edit) @37355fe8   15 years darkshikari Make x86util.asm LGPL so we can use it in LGPL asm Strip out most …
(edit) @bc14f04b   15 years darkshikari MMXEXT version of vp8 4x4 vertical pred Originally committed as …
(edit) @fb9927ad   15 years darkshikari Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8 Originally …
(edit) @8b746bb4   15 years darkshikari Add missing comment header for predict_4x4_dc_mmxext Originally …
(edit) @270a85d2   15 years darkshikari Fix some intra pred MMX functions that used MMXEXT instructions Also …
(edit) @a912da76   15 years darkshikari Fix VP8 bilinear mc on x86_64 Originally committed as revision 23872 …
(edit) @4e42deb   15 years alex.converse aacenc: Start the lookahead pointer 1/4 of the way into the first …
(edit) @75ef6898   15 years alex.converse aacenc: Fix window decision logic. This keeps the encoder from …
(edit) @804d489c   15 years alex.converse aacenc: Fill in the estimated codebook for the final computed …
(edit) @7ca4a72f   15 years alex.converse 10l: Revert r23867. It didn't make any sense. Originally committed as …
(edit) @9a3fe1ae   15 years alex.converse Make ff_psy_preprocess_end() act like av_freep(). Originally …
(edit) @072c0d60   15 years alex.converse aacenc: Properly pad extradata. This fixes a valgrind error when …
(edit) @50f70541   15 years baptiste.coudurier Change MMXEXT to MMX2, MMXEXT is deprecated Originally committed as …
(edit) @2209ffa   15 years baptiste.coudurier In mov demuxer, increase total size after debugging message …
(edit) @bb06ec5e   15 years martin Reindent Patch by Josh Allmann, joshua dot allmann at gmail …
(edit) @a4942951   15 years martin rtpdec: Clean up FMTP parsing code in AMR RTP depacketizer Patch by …
(edit) @af1308f0   15 years martin rtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizer Patch by …
(edit) @824535e3   15 years martin rtpdec: Malloc the fmtp value buffer This allows very large value …
(edit) @0fecad09   15 years darkshikari Add x86 asm functions for VP8 put_pixels Originally committed as …
(edit) @a173aa89   15 years darkshikari Add MMX, SSE2, SSSE3 asm for VP8 bilinear MC Originally committed as …
(edit) @2ad4a3bc   15 years Reimar.Doeffinger Pass subshift an argument of the proper type. No changes in generated …
(edit) @17c78b0   15 years Reimar.Doeffinger Use a consistent type for multbl array function parameters. …
(edit) @7ed06b2b   15 years rsbultje Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs …
(edit) @7c4dcf81   15 years rsbultje Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, …
(edit) @4332bfbf   15 years martin Reindent Patch by Josh Allmann, joshua dot allmann at gmail …
(edit) @efc6d451   15 years martin rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizer …
(edit) @fb4ca2cb   15 years martin rtpdec: Clean up FMTP parsing code in H.264 RTP depacketizer Patch by …
(edit) @1ed3cef5   15 years martin Reindent Patch by Josh Allmann, joshua dot allmann at gmail …
(edit) @7aa0118   15 years martin rtpdec: Return ENOMEM if H.264 RTP fails to allocate memory for SDP …
(edit) @016bc031   15 years martin rtpdec: Add generic function for iterating over FMTP configuration …
(edit) @8b114d85   15 years martin rtpdec: Move space_chars from avformat/internal to rtpdec Patch by …
(edit) @eca9e403   15 years mans Set rv34 (0,0) subpel mc functions to the optimised h264 ones …
(edit) @1f65b67c   15 years mans Fix x86 build with h264dsp disabled Originally committed as revision …
(edit) @1b15dc3c   15 years mans configure: make --disable-everything soft-disable things This allows …
(edit) @22d78b0   15 years martin Fix an "assignment from incompatible pointer type" warning in …
(edit) @35614edb   15 years martin Add patcheck checks for assignments that look like compound …
(edit) @186d0215   15 years vitor1001 Use lookup table to avoid division in mp2 decoder Originally …
(edit) @a64fadf6   15 years stefano.sabatini-lala Fix linking if MMX is disabled. Originally committed as revision …
(edit) @6951515c   15 years stefano.sabatini-lala Bump micro and add APIchanges entry after av_parse_color() extension. …
(edit) @9e74966b   15 years stefano.sabatini-lala Cosmetics: merge "} else" and "if (...) {" lines, less confusing. …
(edit) @4cf0b43   15 years stefano.sabatini-lala Reindent after the last commit. Originally committed as revision …
(edit) @a52e2c3a   15 years stefano.sabatini-lala Extend color syntax, make it accept an alpha component specifier. …
(edit) @8e094dd6   15 years stefano.sabatini-lala Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourth …
(edit) @7447204d   15 years mans vaapi: add missing #include "h263.h" Originally committed as revision …
(edit) @0b37ccca   15 years mans ra288: convert VLAs to fixed size Originally committed as revision …
(edit) @0724a674   15 years Reimar.Doeffinger Change type of zz_table to uint8_t to match the scantables it points …
(edit) @93f7aeb5   15 years martin Add a const declaration, fixing a warning Patch by Eli Friedman, eli …
(edit) @206afa55   15 years martin Fix clang warning, make initialization more readable Patch by Eli …
(edit) @8b4845c0   15 years martin Remove an unused label, fixing a warning Patch by Eli Friedman, eli …
(edit) @805488f0   15 years martin Add proper const declaration to a cast, fixes a warning Patch by Eli …
Note: See TracRevisionLog for help on using the revision log.