source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @06e7fb82   18 years michaelni remove duplicated parser, people who pass random gibblets of the …
(edit) @6e4703c   18 years michaelni 2nd try of skip_bits_long() for the ALT reader 1st try for the …
(edit) @a42ec9f4   18 years michaelni make A32 reader align its ptr during init no matter what missaligned …
(edit) @3dddf21f   18 years michaelni 3rd try :) Originally committed as revision 6095 to …
(edit) @1491e21   18 years michaelni 2nd try for a skip_bits_long() for the A32 reader Originally …
(edit) @5a7bd283   18 years michaelni move align_get_bits() to .h to avoid conflicts between different …
(edit) @727c236a   18 years michaelni prevent bitstream reader to be overriden Originally committed as …
(edit) @965a63af   18 years michaelni support some totally broken ODML variant Originally committed as …
(edit) @b89c8f58   18 years diego The FFLDFLAGS for MinGW are only meant for the shared libraries and …
(edit) @92c3ef65   18 years diego FFMPEG_VERSION was moved to version.h. hint by Ramiro Polla, angustia …
(edit) @9bffa9e7   18 years michaelni avoid branch Originally committed as revision 6088 to …
(edit) @14168ddb   18 years michaelni move variable declarations so that their scope is smaller Originally …
(edit) @bc2d2757   18 years michaelni move the +400 out of the innermost loop Originally committed as …
(edit) @9b49f89c   18 years michaelni avoid reading exponent twice Originally committed as revision 6085 to …
(edit) @1f1d675b   18 years michaelni reduce size of vlc table, thats slightly faster here Originally …
(edit) @55017f35   18 years michaelni try to avoid l3_unscale() by using a table Originally committed as …
(edit) @f8347c41   18 years michaelni replace l3_unscale(1, exponents[pos]) by LUT Originally committed as …
(edit) @7ca1ed0d   18 years michaelni maybe fixing the segfault on ARM Originally committed as revision …
(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. …
Note: See TracRevisionLog for help on using the revision log.