source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7dc9ed1   20 years mike clean up some warnings and dead code Originally committed as revision …
(edit) @84a96d6a   20 years michaelni 1.) LGPL license mentioned 2.) Stack useage decreased by 64kb 3.) One …
(edit) @7f9926a4   20 years mike another bitstream extraction to optimize: fixed-length motion vectors …
(edit) @3f2bf07b   20 years mans fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at …
(edit) @6634d0ef   20 years nicolas.plourde Should fix altivec detection for g3 system. Originally committed as …
(edit) @39922395   20 years mike read Huffman tables from Theora header (patch courtesy of Matthieu …
(edit) @69599eea   20 years mans don't try to find file length if streaming Originally committed as …
(edit) @ba4ffc2b   20 years lorenm memory leak Originally committed as revision 4282 to …
(edit) @2c578058   20 years mans accept old extradata format Originally committed as revision 4281 to …
(edit) @d381c505   20 years mans fix decoding of multi-channel vorbis streams Originally committed as …
(edit) @7beddb1   20 years michaelni use O(number of non zero coeffs) instead of O(number of coeffs) …
(edit) @29860cc8   20 years lorenm fix crash on negative POC Originally committed as revision 4278 to …
(edit) @d3076955   20 years mike replace unpack_token() with a series of lookup tables Originally …
(edit) @def4272a   20 years Aurélien Jacobs install libav(codec|format).pc/libpostproc.pc for pkg-config (original …
(edit) @a965c478   20 years Aurélien Jacobs drop most url_fileno() calls (allows to use ByteIOContext directly in …
(edit) @3b5ffe7   20 years michaelni fix mpeg2 chroma_420_type Originally committed as revision 4274 to …
(edit) @f4daf33e   20 years mike fix 4MV MC and reinstate new MC VLC Originally committed as revision …
(edit) @7919d97e   20 years mans fix shared libpostproc build Originally committed as revision 4272 to …
(edit) @5cf08f23   20 years lorenm H.264 deblocking optimizations (mmx for chroma_bS4 case, convert …
(edit) @288774bb   20 years michaelni reduce size of Vp3Fragment from 32byte to 16byte Originally committed …
(edit) @b5da3635   20 years michaelni optimizing rle decoding loops a little Originally committed as …
(edit) @8aeadb90   20 years michaelni disabling buggy optimizations Originally committed as revision 4268 …
(edit) @d8278bab   20 years mike replace get_superblock_run_length() with a VLC table Originally …
(edit) @0ad72bdd   20 years mike use VLCs for in place of get_fragment_run_length(), get_mode_code(), …
(edit) @4935b1b9   20 years mike signature has an 'x' Originally committed as revision 4265 to …
(edit) @b81f8949   20 years mike Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson …
(edit) @6f7aa589   20 years michaelni some optimizations gcc should have done (10% faster loop filter) …
(edit) @ee408ead   20 years michaelni SATURATE_U8 -> clip_uint8 (10% faster loop filter) Originally …
(edit) @0bde73d   20 years michaelni Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu) …
(edit) @5773a746   20 years michaelni porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API …
(edit) @1482fee8   20 years michaelni remove duplicate zigzag tables Originally committed as revision 4259 …
(edit) @36af0c9   20 years michaelni fix idct permutation Originally committed as revision 4258 to …
(edit) @8b6103da   20 years michaelni porting vp3 idct over to lavc idct api Originally committed as …
(edit) @ea191e08   20 years michaelni remove permutation done to quant tables and then undone during idct …
(edit) @b178f758   20 years michaelni disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc …
(edit) @36661afe   20 years michaelni fix last coeff Originally committed as revision 4254 to …
(edit) @a2df5a50   20 years michaelni clear blocks after each idct instead of per picture dont store the all …
(edit) @1cf9f514   20 years ikalvachev parse and save hrd_fullness and range_map Originally committed as …
(edit) @dbe676d3   20 years diego Cygwin now has a native inttypes.h that works better than the custom …
(edit) @220a6f40   20 years michaelni some benchmarking code Originally committed as revision 4250 to …
(edit) @d5e18835   20 years michaelni various 10l fixes for the loop filter Originally committed as …
(edit) @42cc17f9   20 years ikalvachev whitespace cosmetics Originally committed as revision 4248 to …
(edit) @d3f28f05   20 years mans add VP30 fourcc Originally committed as revision 4247 to …
(edit) @7bad42cf   20 years michaelni fix dequant matrix Originally committed as revision 4246 to …
(edit) @0d175622   20 years michaelni another try at decode_ref_pic_list_reordering() Originally committed …
(edit) @3f9d3777   20 years mans work with latest svn of x264 Originally committed as revision 4244 to …
(edit) @d9995c5a   20 years michaelni ffm.c rev 1.39+ Originally committed as revision 4243 to …
(edit) @83fa2ef8   20 years michaelni round duration up in mov Originally committed as revision 4242 to …
(edit) @89ba9eed   20 years michaelni preserve parse context Originally committed as revision 4241 to …
(edit) @6ab87211   20 years michaelni fill missing reference pictures with something to avoid assertion …
(edit) @cf5c5c8f   20 years michaelni 10l (%f vs. %Ld) Originally committed as revision 4239 to …
(edit) @ba7ee4a4   20 years mans fix theora header parsing patch by Matthieu Castet <castet dot …
(edit) @30344a83   20 years mans remove/replace non-ascii characters Originally committed as revision …
(edit) @e7a4dafb   20 years mans set correct source path when running configure using relative path …
(edit) @ad2b531d   20 years mans change extradata format for vorbis Originally committed as revision …
(edit) @e817a73d   20 years michaelni fix mimetype Originally committed as revision 4234 to …
(edit) @0444b023   20 years michaelni alignment fix by (Gábor Kovács >picard demoscene hu) Originally …
(edit) @d2cc7468   20 years michaelni 10l (mb_type uninitalized and then changed and overwritten) …
(edit) @5cb46bc7   20 years michaelni typo found by Chengji Zhao Originally committed as revision 4231 to …
(edit) @efc39ba8   20 years mans allow various x86 models with --tune Originally committed as revision …
(edit) @5b558574   20 years mans check theora version Originally committed as revision 4229 to …
(edit) @5085d59d   20 years michaelni arm alignment fix Originally committed as revision 4228 to …
(edit) @87017bad   20 years michaelni 10l (rescaling AV_NOPTS_VALUE) Originally committed as revision 4227 …
(edit) @1677155d   20 years michaelni 10l (overflows) Originally committed as revision 4226 to …
(edit) @25a0a0a5   20 years ikalvachev few bistream fixes and verbosity tweaks Originally committed as …
(edit) @4ad8ecd1   20 years michaelni sanity check Originally committed as revision 4224 to …
(edit) @d9c780a8   20 years michaelni some asserts() Originally committed as revision 4223 to …
(edit) @bf873ee6   20 years michaelni b_frame_strategy sanity check Originally committed as revision 4222 …
(edit) @49d4098   20 years diego Add missing pp=ac to pp_help. Originally committed as revision 4221 …
(edit) @bcfc40ae   20 years mans flac in ogg support based on patch by Matthieu Castet <castet dot …
(edit) @160147cc   20 years michaelni fixing decoding of AlanKay-245.asf Originally committed as revision …
(edit) @aac064b5   20 years mans theora decoding using libtheora Originally committed as revision 4218 …
(edit) @1ed923ea   20 years mans support theora in ogg, plus required ogg core changes Originally …
(edit) @ef56de32   20 years michaelni support the LE reader, so it can be tested a little Originally …
(edit) @cea27ac7   20 years michaelni LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni …
(edit) @0de1318a   20 years michaelni typo Originally committed as revision 4214 to …
(edit) @983ea0bc   20 years michaelni a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine …
(edit) @33f72572   20 years michaelni optimization Originally committed as revision 4212 to …
(edit) @24dea064   20 years michaelni change macros to inline functions remove redundant operations remove …
(edit) @efe41983   20 years michaelni cast NULL to correct type Originally committed as revision 4210 to …
(edit) @7bf9648e   20 years michaelni amd64 as canonical system type patch by (Jacob Meuser <jakemsr jakemsr …
(edit) @8c802695   20 years michaelni OpenBSD support patch by (Jacob Meuser jakemsr jakemsr com) …
(edit) @01cf54f   20 years diego Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot …
(edit) @97006039   20 years michaelni -DPIC patch by (Jacob Meuser jakemsr jakemsr com) Originally …
(edit) @9cd8179   20 years michaelni #defines for strict_std_compliance and split between inofficial …
(edit) @c998bdd9   20 years michaelni fix PIC Originally committed as revision 4204 to …
(edit) @eb94aca9   20 years revol support BUILDSUF patch by <charles dot yates at pandora dot be> …
(edit) @1c02a973   20 years michaelni fix block corruption caused by clear_blocks() optimization Originally …
(edit) @6b51185c   20 years michaelni overflow fix Originally committed as revision 4201 to …
(edit) @1192ce37   20 years michaelni complain about mpeg4 limits only if codec_id == MPEG4 Originally …
(edit) @44608ac7   20 years michaelni ff_reverse to utils.c patch by (Roine Gustafsson )roine …
(edit) @bda1c56c   20 years michaelni minor optimization of the h264 loop filter Originally committed as …
(edit) @21be92bf   20 years michaelni reverse 1 hunk from 1.96->1.97, fixes decoding of (MR1_BT_A.h264 and …
(edit) @24a9ad7e   20 years mans Fix codec list when running configure outside the source directory. …
(edit) @34f633df   20 years philipjsg Flush the ffm packet to the wire (or file) whenever we flush the ffm …
(edit) @e8d27bc3   20 years philipjsg Turn on the seeking support for ffm streams. Now means that streams …
(edit) @3c150d16   20 years michaelni better r_frame_rate guessing code Originally committed as revision …
(edit) @bfc7f16   20 years michaelni default to YUV420P if none specified for rawvideo input a few more …
(edit) @09f75b5b   20 years michaelni division by zero fix Originally committed as revision 4191 to …
(edit) @327c4076   20 years michaelni prefer container time_base for frame duration guess Originally …
Note: See TracRevisionLog for help on using the revision log.