source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5902bdd8   18 years Aurélien Jacobs cook shouldn't try to enforce the bitstream reader type Originally …
(edit) @c61900c6   18 years baptiste.coudurier fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 …
(edit) @acf36db   18 years baptiste.coudurier correct uid, and enable JPEG 2000 detection Originally committed as …
(edit) @30a3e5d4   18 years diego Use add_cflags/add_ldflags/add_extralibs instead of manually …
(edit) @f31065f6   18 years baptiste.coudurier add codec id and tag for JPEG 2000 Originally committed as revision …
(edit) @a9d21e78   18 years diego Update the FAQ with the current status of image formats. patch by …
(edit) @92c5cb62   18 years michaelni 10l typo Originally committed as revision 6074 to …
(edit) @e90a7270   18 years michaelni avoid a few if(x==0) checks in the inner loops Originally committed …
(edit) @5340a0bc   18 years baptiste.coudurier wide atom is only defined in mov, use free for mp4/3gp Originally …
(edit) @b95319a2   18 years baptiste.coudurier move amr parameters adjusting like other codecs Originally committed …
(edit) @25be48eb   18 years michaelni fix non ALT bitstream reader Originally committed as revision 6070 to …
(edit) @d00f8e17   18 years baptiste.coudurier dont set width/height for h261/h263/mpeg4 since they are oftenly …
(edit) @6430ce0f   18 years michaelni optimize reorder_block() though this function seems to be executed too …
(edit) @a753e55b   18 years michaelni simplify Originally committed as revision 6067 to …
(edit) @312954f0   18 years baptiste.coudurier put dv demuxing code around ifdef Originally committed as revision …
(edit) @989ac5a6   18 years baptiste.coudurier put dv demuxing code around ifdef Originally committed as revision …
(edit) @b60c0454   18 years baptiste.coudurier support vdva fourcc (dv + dv audio in mov) Originally committed as …
(edit) @5bce834e   18 years gpoirier fix ODML AVI Duration for files > 2GB Patch by Brian Brice % bbrice A …
(edit) @a08a502e   18 years michaelni dont copy the whole GetBitContext around Originally committed as …
(edit) @3328ec63   18 years michaelni faster handling of zero coeffs in the low freq decode Originally …
(edit) @3c693e77   18 years michaelni optimizing high freq decode Originally committed as revision 6060 to …
(edit) @daf4cd9a   18 years michaelni use memset() instead of slow c loops Originally committed as revision …
(edit) @c7aa369   18 years michaelni simplify Originally committed as revision 6058 to …
(edit) @acba3238   18 years Aurélien Jacobs fix arm asm compilation in mpegaudiodec Originally committed as …
(edit) @81a9b052   18 years diego Blackfin processor support patch by Michael Benjamin, neuroptik gmail …
(edit) @52e54612   18 years michaelni fix fallback if theres no index fix index less seeking Originally …
(edit) @56c96a2   18 years michaelni read and use index (based on a patch by John Donaghy on the 23-03-2006 …
(edit) @052aa2ad   18 years michaelni value_num should also be 64bit (1 hunk from the asf seeking patch by …
(edit) @7ad5455c   18 years michaelni total_size should be 64bit (1 hunk of the asf seeking patch from …
(edit) @b3701f5c   18 years banan Alignment of the LT window, segfault fix patch by Baptiste Coudurier. …
(edit) @69fd15f8   18 years michaelni MUL* for ARM code based on a patch by Siarhei Siamashka untested …
(edit) @f617aded   18 years michaelni replace MULL with asm too, no significnat speedup but its probably …
(edit) @47a0cd74   18 years michaelni replacing MULH by asm for x86 about 30% faster imdct36() Originally …
(edit) @5ab1972b   18 years michaelni indent preprocessor directives Originally committed as revision 6047 …
(edit) @355903f5   18 years michaelni make high precission synth filter 3 times faster on x86 Originally …
(edit) @0bd2483a   18 years michaelni replace MULL by MULH + shift in dct32() (code is very slightly faster, …
(edit) @32255f6c   18 years Reimar.Doeffinger cc -> $cc typo fix, caused amd64 to be misdetected as x86 when cc not …
(edit) @afbbe5e3   18 years baptiste.coudurier set correct first gop closed value Originally committed as revision …
(edit) @2b7e230b   18 years baptiste.coudurier rename closed_gop to first_gop_closed Originally committed as …
(edit) @a850fd18   18 years baptiste.coudurier gxf regression tests Originally committed as revision 6041 to …
(edit) @6a7eba1f   18 years baptiste.coudurier init buffer Originally committed as revision 6040 to …
(edit) @7f3f497a   18 years lucabe72 Allow to compile swscale tests Originally committed as revision 19476 …
(edit) @eb644776   18 years michaelni replace a few MULL by MULH Originally committed as revision 6039 to …
(edit) @f6e71296   18 years baptiste.coudurier add fullname Originally committed as revision 6038 to …
(edit) @120aad7f   18 years michaelni reorder butterflies to reduce memory load/store Originally committed …
(edit) @6c496518   18 years banan Added codec id for QCELP. Originally committed as revision 6036 to …
(edit) @27cd2c10   18 years michaelni compatibility warning Originally committed as revision 6035 to …
(edit) @0cb5cfb6   18 years michaelni cleanup PixelFormat a little Originally committed as revision 6034 to …
(edit) @955ab9a4   18 years michaelni attribute_deprecated Originally committed as revision 6033 to …
(edit) @ed567d9c   18 years michaelni cosmetics Originally committed as revision 6032 to …
(edit) @29c9183c   18 years diego spelling fixes for the last commit Originally committed as revision …
(edit) @67eca72   18 years michaelni SWAP Originally committed as revision 6030 to …
(edit) @0eb6817   18 years michaelni audio format conversion untested and unused Originally committed as …
(edit) @c52e13f1   18 years banan -async and -vsync documentation. Based on info from the mailinglist. …
(edit) @a37e9e86   18 years lucabe72 Allow swscale emulation header to be included by C++ programs …
(edit) @9aee40d9   18 years banan SIMD vector optimizations. 3% faster overall decoding. Originally …
(edit) @a1c69e0b   18 years michaelni fix probing of 02-Penguin.flac = a single startcode should not …
(edit) @652c59b9   18 years lorenm use ff_fft_calc_3dn2 instead of sse on a K8. 1.5% faster vorbis. …
(edit) @1e4ecf26   18 years lorenm ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm. 2.5% …
(edit) @57060f89   18 years banan AVI tag reading and writing patch by David Conrad. umovimus at gmail …
(edit) @db3924f1   18 years diego Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. …
(edit) @f4bd289a   18 years diego Explicitly include fastmemcpy.h from libvo/. Originally committed as …
(edit) @cf5aed5b   18 years michaelni simplify Originally committed as revision 6020 to …
(edit) @b4902c11   18 years michaelni av_free* cleanup Originally committed as revision 6019 to …
(edit) @0b23d689   18 years gpoirier Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % …
(edit) @751b900   18 years diego Move all internal -I parameters to the front of CFLAGS to avoid using …
(edit) @0c7bb0e5   18 years lu_zero add --disable-ipv6 option to configure Originally committed as …
(edit) @7981555d   18 years diego Move all internal -I parameters to the front of CFLAGS to avoid using …
(edit) @a9f9cc7c   18 years diego simplification cosmetics Originally committed as revision 6015 to …
(edit) @041514a4   18 years diego Revert last commit, VPATH is necessary for out-of-tree builds. …
(edit) @cf41e667   18 years diego Remove unnecessary include and variable declaration. Originally …
(edit) @408382a   18 years diego Make vhook CFLAGS handling less confusing. Originally committed as …
(edit) @0e16a1fc   18 years diego Simplify dsptest* rule and add libavutil to the dsptest* includes. …
(edit) @c895987b   18 years diego Remove unnecessary -I. option. Originally committed as revision 6010 …
(edit) @5c8dfdb4   18 years diego Remove duplicate -I option. Originally committed as revision 6009 to …
(edit) @0a7c36af   18 years michaelni revert aligned realloc() changesm this should be identical to r5784
(edit) @2287c100   18 years michaelni cleanup Originally committed as revision 6007 to …
(edit) @3829a62e   18 years michaelni insufficient alignment Originally committed as revision 6006 to …
(edit) @1246640a   18 years lucabe72 Fix compilation as a win32 shared library (libavutil must be …
(edit) @a9907393   18 years diego FreeBSD malloc aligns on 16 byte boundaries, so no need to use …
(edit) @8156056e   18 years diego It's not possible to portably echo a backslash, use printf instead. …
(edit) @d4596ae3   18 years diego Simplify expression by using single quotes and avoiding backslashes. …
(edit) @cb243ea2   18 years lu_zero 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and …
(edit) @d7e27559   18 years diego Mac OS X requires running ranlib on static libraries after …
(edit) @696e1bb3   18 years gpoirier Compile fix (for GCC<3.3) when encoders are disabled Original thread: …
(edit) @91d0bda2   18 years uoti.urpala Fix compilation with -no-PIC and without -fomit-frame-pointer (used by …
(edit) @83c89c7   18 years diego -fPIC support for libswscale patch by Jason Tackaberry, tack /at/ …
(edit) @241807f3   18 years lu_zero altivec float optimizations Originally committed as revision 5999 to …
(edit) @94c8fbdc   18 years michaelni fix codec timebase and timestamps Originally committed as revision …
(edit) @0f812f52   18 years michaelni fix h261 parsing bug Originally committed as revision 5997 to …
(edit) @732692d9   18 years michaelni trying to fix av_realloc() Originally committed as revision 5996 to …
(edit) @0ccd1bb5   18 years gpoirier Mention MacIntel support Originally committed as revision 5995 to …
(edit) @6bb9e492   18 years diego Fix building with --disable-opts but MMX enabled. patch by Marco …
(edit) @b5f7e6e   18 years lu_zero Clean up:make dsputil subfile names consistent Originally committed …
(edit) @75c413ae   18 years michaelni align av_realloc() Originally committed as revision 5992 to …
(edit) @4bff9ef9   18 years diego Replace asmalign.h hack by ASMALIGN cpp macros from config.h. …
(edit) @22ee3aa7   18 years michaelni mailinglist Originally committed as revision 5991 to …
(edit) @17c613ef   18 years uoti.urpala Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile …
(edit) @4454dc1b   18 years gpoirier Support for MacIntel, last part: balign directives Determines whether …
(edit) @8226ecaa   18 years gpoirier Fix CHECK_BIDIR macro so it works with Intel's Compiler Patch by Marco …
Note: See TracRevisionLog for help on using the revision log.