source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @6120a343   16 years michaelni Factorize 3 multiplications out, code becomes 3 cpu cycles faster. …
(edit) @1dd488e9   16 years michaelni Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont …
(edit) @89db0bae   16 years michaelni Do not recalculate constant part of is_complex for every MB. …
(edit) @41e4055b   16 years michaelni Support the new lossless mode. Originally committed as revision 16171 …
(edit) @479044c   16 years mans dct-test: add ARM IDCTs Originally committed as revision 16170 to …
(edit) @875f3125   16 years mans dct-test: add PARTTRANS permutation Originally committed as revision …
(edit) @d358caed   16 years michaelni Horizontal and vertical prediction functions needed for new lossless …
(edit) @ca5b528e   16 years michaelni Fix bug where the avi demxuer lost the first frame of malformed ODML …
(edit) @27134437   16 years baptiste.coudurier check that nb_streams is valid before setting stream, fix crash with …
(edit) @f683ea1c   16 years benoit.fouet Add const qualifiers to decode functions. Originally committed as …
(edit) @7d2cc55   16 years benoit.fouet Fix warning "format not a string literal and no format arguments". …
(edit) @f86cd761   16 years tempn add MPNG fourcc fixes http://sceneish.ath.cx/stuff/netmap/netmap.avi
(edit) @4a49a5fd   16 years tempn two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec list …
(edit) @a9cf309b   16 years tempn QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi Originally …
(edit) @c6340f86   16 years tempn add rpza avi fourcc Originally committed as revision 16160 to …
(edit) @09a76db8   16 years michaelni Do not skip frames until the first keyframe when stream copying but no …
(edit) @2169b79c   16 years lessen42 Workaround for shared libs on OS X with Apple gcc 4.0.1 Originally …
(edit) @ac52613c   16 years benoit.fouet Check extradata is large enough. Patch by Laurent Aimar fenrir \:/ via …
(edit) @301cc4f3   16 years stefano.sabatini-lala Implement the av_set_number2() internal function, which makes possible …
(edit) @a59d44fd   16 years stefano.sabatini-lala Remove ending period in a log message, which was inconsistent with …
(edit) @68178ca   16 years diego Add xvmc configure support. Originally committed as revision 16154 to …
(edit) @b24298ba   16 years diego Switch xvmc over to a CONFIG_ option. Originally committed as …
(edit) @6915cf38   16 years diego whitespace cosmetics Originally committed as revision 16152 to …
(edit) @1bf98d1   16 years mans ARM: NEON optimised h264_idct_dc_add Originally committed as revision …
(edit) @c598cf25   16 years mans ARM: NEON optimised h264_idct_add Originally committed as revision …
(edit) @5813e05d   16 years mans ARM: NEON optimised H.264 8x8 and 16x16 qpel MC Originally committed …
(edit) @ad74a0f   16 years mans ARM: NEON optimised H.264 loop filter Originally committed as …
(edit) @1cce897a   16 years mans ARM: NEON optimised {put,avg}_h264_chroma_mc[48] Originally committed …
(edit) @7eec4328   16 years mans ARM: NEON optimised simple_idct Originally committed as revision …
(edit) @569f5a75   16 years mans ARM: NEON optimised put_pixels functions Originally committed as …
(edit) @c4687bf6   16 years diego Avoid invasion of POSIX-reserved _t namespace. Originally committed …
(edit) @40a19c44   16 years kostya.shishkov Fix one peculiar case in Smacker decoding. Patch by Daniel Verkamp …
(edit) @9506090   16 years diego Avoid POSIX-reserved _t in identifier names. Originally committed as …
(edit) @40f06241   16 years michaelni Enable filter_mb_fast if CODEC_FLAG2_FAST is set. Originally …
(edit) @bf73801b   16 years Aurélien Jacobs vp56: don't reset dimensions to 0 in codec init Originally committed …
(edit) @b9b2b8c9   16 years rsbultje Use get_buffer() and url_fskip() for some loops of get_byte()s. See …
(edit) @127ed7b0   16 years rsbultje Reindent something that looks weird. Originally committed as revision …
(edit) @b965ff35   16 years rsbultje Add comment to indicate why the SDP line buffer is as big as it is. …
(edit) @e322d3f5   16 years rsbultje Increase SDP line buffer size because ASF headers in RTSP-MS are very …
(edit) @d0a01fe8   16 years stefano.sabatini-lala Move documentation of avcodec_register_all() from allcodecs.c to …
(edit) @54c441c8   16 years stefano.sabatini-lala Remove set_all_opt() and its use in av_set_string2(). Make …
(edit) @a3bb564e   16 years michaelni 10l (forgot sample_size) Should fix fate. Originally committed as …
(edit) @d1ca187f   16 years stefano.sabatini-lala Document register_avcodec(). Originally committed as revision 16132 …
(edit) @7a961a46   16 years stefano.sabatini-lala Make register_avcodec() call avcodec_init(). This avoids the …
(edit) @335a761   16 years stefano.sabatini-lala Use a more explicit "codec" rather than "format" as the parameter of …
(edit) @eedfe222   16 years mans oggflac: fix bitstream reader usage Originally committed as revision …
(edit) @1238fa9   16 years Aurélien Jacobs indeo3: replace sizeof(struct ...) by sizeof(*var) Originally …
(edit) @25983dcd   16 years michaelni Fix non interleaved variable fps ODML avis. Fixed issue738 Originally …
(edit) @39caffeb   16 years diego cosmetics: typo/grammar/wording/whitespace fixes Originally committed …
(edit) @46983309   16 years dominik Fix the use of Requires.private and Libs.private in generated .pc …
(edit) @76bdac6d   16 years stefano.sabatini-lala Cosmetics: remove empty comments. Originally committed as revision …
(edit) @3a3ee96c   16 years michaelni Fix files with fps between 0.5 and 0.1. Fixes issue749 Originally …
(edit) @492322fc   16 years michaelni Remove silly FIXME comment. Originally committed as revision 16122 to …
(edit) @31c3a4dc   16 years diego Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail …
(edit) @cac55c9   16 years diego Add a few const qualifiers in appropriate places. patch by Anders …
(edit) @70bbd0ce   16 years mike undoing revision 16118 for truemotion1.c; commit was premature …
(edit) @02fb2546   16 years mike The POSIX namespace shall be held sacrosanct. To that end, continue …
(edit) @5e660449   16 years Aurélien Jacobs avoid POSIX reserved _t suffix Originally committed as revision 16117 …
(edit) @d08ea32c   16 years Aurélien Jacobs Get rid of mmx_t. Originally committed as revision 16116 to …
(edit) @be73a544   16 years lucabe72 Rename rtp_payload_data_t to avoid clashes with the POSIX namespace …
(edit) @1afe09d5   16 years lucabe72 Remove useless typedef Originally committed as revision 16114 to …
(edit) @d5574b28   16 years lucabe72 Remove unused types Originally committed as revision 16113 to …
(edit) @d77ac324   16 years Reimar.Doeffinger Avoid _t in gxf enum type names Originally committed as revision …
(edit) @1edddc9   16 years rsbultje Split RMContext into RMDemux/MuxContext and make them private in …
(edit) @a15ebf34   16 years rsbultje Don't access RMContext directly in rdt.c. Rather, use the return value …
(edit) @616deed2   16 years diego Do not invade _t POSIX namespace. Originally committed as revision …
(edit) @f27544fd   16 years rsbultje Separate the packet fetching from the data reading, so that the data …
(edit) @8a9572c2   16 years diego 100l: Add missing backslashes. Originally committed as revision 16107 …
(edit) @6d99b228   16 years diego cosmetics: Break some lines for a more aesthetically pleasing result. …
(edit) @3445c799   16 years diego Remove misleading comment, _t is POSIX-reserved namespace. Originally …
(edit) @20e0ed95   16 years mans configure: fix $nm Originally committed as revision 16104 to …
(edit) @93c021a2   16 years mans Remove other shared lib names from linker command line for shared libs …
(edit) @8964146   16 years Reimar.Doeffinger Allow setting a different nm binary from the configure line. …
(edit) @de3a1240   16 years diego Make mips64 a separate arch with fast_64bit. Originally committed as …
(edit) @7f37f56   16 years diego whitespace cosmetics Originally committed as revision 16100 to …
(edit) @bda4e394   16 years diego Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX …
(edit) @f98dcded   16 years diego Avoid _t in identifier names, _t is reserved by POSIX. patch by Jai …
(edit) @db95d3bf   16 years diego Add img_convert() to imgconvert.h and #include it from imgresample.c. …
(edit) @b77aba0   16 years diego Matroska uses tables from isom.c, so add the object file to its …
(edit) @6ede266e   16 years diego Add mips64 to the architecture list. Taken from the OpenBSD ports …
(edit) @61597a98   16 years diego Add alternative names for sh4 and parisc architectures. Taken from the …
(edit) @537db58b   16 years lu_zero Let imgresample altivec code build Originally committed as revision …
(edit) @7a8f36cc   16 years lu_zero Cleanup types Originally committed as revision 16092 to …
(edit) @006c8e9e   16 years lu_zero Unbreak imgresample altivec Originally committed as revision 16091 to …
(edit) @644e7ac   16 years lu_zero Rename type to be consistent Originally committed as revision 16090 …
(edit) @eb857782   16 years Reimar.Doeffinger Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. …
(edit) @de40eb8d   16 years Reimar.Doeffinger Fix regression.sh to work on OpenBSD which has md5 instead of md5sum …
(edit) @d88f7df   16 years Reimar.Doeffinger Remove OpenBSD SLIBNAME magic, it seems unnecessary and breaks …
(edit) @8c39a758   16 years mans mpegts: replace Program_t typedef with "struct Program" Originally …
(edit) @8f993c67   16 years stefano.sabatini-lala s/#AVClass/AVClass/, consistent with the rest of the doxy. Originally …
(edit) @96000432   16 years Reimar.Doeffinger Also include sys/types.h when testing for socklen_t, since …
(edit) @9377b6c   16 years mans configure: clean up .align detection Originally committed as revision …
(edit) @217d8202   16 years Reimar.Doeffinger Some forgotten eax -> REG_a changes. It seems that binutils >= 2.18 …
(edit) @fe5c7e58   16 years michaelni More POSIX _t namespace cleanup. Originally committed as revision …
(edit) @737dccfc   16 years Aurélien Jacobs matroska: sort codec tags list Originally committed as revision 16081 …
(edit) @ea2a5dec   16 years Aurélien Jacobs matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free …
(edit) @41b0534a   16 years tempn add another mpeg4 avi fourcc from uncommon codecs list Originally …
(edit) @64adf4f2   16 years gpoirier add Altivec implementation of clear_block Originally committed as …
(edit) @c0a8f8d4   16 years diego Add sys/time.h header #include, fixes compilation on OS/2. patch by …
(edit) @05dee1b7   16 years ods15 Rename all vorbis encoder related typedefs to not use _t for POSIX …
Note: See TracRevisionLog for help on using the revision log.