source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @171c407   19 years lorenm fix some crashes when missing frames Originally committed as revision …
(edit) @6eb7182c   19 years diego Unconditionally overwrite config.h. The current behavior where …
(edit) @9df3437f   19 years michaelni This patch makes output codec keeping input pix_fmt value when using …
(edit) @2fdd5a68   19 years mans add quotes around $(libdir) Originally committed as revision 5016 to …
(edit) @8b2121e3   19 years mans move common parts of makefiles into common.mak Originally committed …
(edit) @f41b1d3   19 years diego Remove obsolete big-endian FIXMEs. Originally committed as revision …
(edit) @aa11db2f   19 years alex 10l, allocate bitbuffer with regard to the padding size Originally …
(edit) @8170e5fb   19 years alex increase audio buffer to 1second of 48khz float audio Originally …
(edit) @3253c51f   19 years michaelni useless code removal by (Baptiste COUDURIER <baptiste.coudurier …
(edit) @8e955b13   19 years diego Move SRC_PATH out of the conditional, it is always added to …
(edit) @64018fd0   19 years diego Do not add quotes around SRC_PATH, the quoting has to be done at a …
(edit) @84fe9963   19 years alex improve video4linux2 detection (without sys/time.h it was complaining …
(edit) @eff22cc9   19 years mike add another set of zlib guards Originally committed as revision 5008 …
(edit) @1927cd41   19 years mike make TSCC endian-safe, PPC testing courtesy of Diego B. Originally …
(edit) @75b5b631   19 years michaelni fix demuxing of Video006.3gp Originally committed as revision 5006 to …
(edit) @232d8a1   19 years michaelni mov split chunks removal patch by (Baptiste COUDURIER / …
(edit) @dbb4f00a   19 years michaelni 10l for myself Originally committed as revision 5004 to …
(edit) @3dc411c0   19 years alex true audio Originally committed as revision 5003 to …
(edit) @8a2d410e   19 years alex tta and theora improvements Originally committed as revision 5002 to …
(edit) @4e5ef14   19 years michaelni mov debug clean patch by (Baptiste COUDURIER <baptiste.coudurier …
(edit) @9c8d8e84   19 years mike dosbox native ZMBV decoder, courtesy of Kostya Originally committed …
(edit) @4e114829   19 years mike complete American Laser Games MM playback system, courtesy of Peter …
(edit) @6df84c3a   19 years alex 10l, fails to compile when debug enabled Originally committed as …
(edit) @aafaeab   19 years alex tta demuxer, also usable for moving tta audio data into an other …
(edit) @a24c4a2a   19 years alex tta decoder, tested with 44khz mono and stereo (for the latter use …
(edit) @46ff904f   19 years eclipse7 Build also ffserver (if configured) when doing `make test' . approved …
(edit) @3840147e   19 years michaelni stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com) …
(edit) @1a9150b1   19 years diego Move libpostproc compilation to the top-level Makefile. Originally …
(edit) @26d46911   19 years diego Quote all installation paths to protect against spaces in the path. …
(edit) @a44a8bb8   19 years diego libpostproc installs into a different directory that needs to be …
(edit) @a050253f   19 years diego Use the incdir variable. Originally committed as revision 4990 to …
(edit) @08842d13   19 years diego 100l typo: forgotten $ Originally committed as revision 4989 to …
(edit) @6fe2dcd0   19 years diego 10l typo: libdir --> incdir Originally committed as revision 4988 to …
(edit) @63a5b0b1   19 years makovick - fix insufficient code length for exp_vlc - move vlc tweaking …
(edit) @dc2a1ce5   19 years diego Simplify header installation. Originally committed as revision 4986 …
(edit) @1d67a1d4   19 years diego Add incdir to configure. Originally committed as revision 4985 to …
(edit) @a4848db6   19 years diego Make sure that install-progs has the proper dependencies when …
(edit) @b12f827   19 years diego Separate library install into static and shared installation. …
(edit) @e60b4ced   19 years michaelni mp4 codecs objecttype handling patch by (Baptiste COUDURIER …
(edit) @f29f3b5d   19 years diego Separate header file installation from the general install target. …
(edit) @5e43b17e   19 years michaelni Fix for url_fclose() being called on an already closed file based on a …
(edit) @1eb17b3c   19 years diego The install-progs target should depend on $(PROG). Originally …
(edit) @81dcdc53   19 years diego Separate program installation into its own target. Originally …
(edit) @c86eb7ae   19 years diego Add installlib and install-headers targets like everywhere else. …
(edit) @d9c2bab2   19 years diego Install static libpostproc if CONFIG_PP is set. Originally committed …
(edit) @b1d2a364   19 years diego Install libpostproc headers if CONFIG_PP is set. Originally committed …
(edit) @d33d485   19 years diego Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in …
(edit) @c9fa86d   19 years diego cosmetics: indentation fixes Originally committed as revision 17588 …
(edit) @f688668   19 years diego Fix big-endian color permutation problems. patch by Alan Curry, …
(edit) @0b2bb354   19 years michaelni mpeg-ps probe 2nd try Originally committed as revision 4974 to …
(edit) @5c4b1b25   19 years eclipse7 Don't use pow/powf functions where we just need integer arithmetic. …
(edit) @0a92510   19 years mans add adtsenc.c with myself as maintainer Originally committed as …
(edit) @ef9d1d15   19 years lorenm h264: special case dc-only idct. ~1% faster overall Originally …
(edit) @a283db39   19 years mans generate adts frame headers if required Originally committed as …
(edit) @100a7422   19 years mans use get_bits1/skip_bits[1] in ac3 and aac parsers Originally …
(edit) @b96532e9   19 years Aurélien Jacobs voc: set bits_per_sample correctly (fix mplayer playback) Originally …
(edit) @ea395e8c   19 years Aurélien Jacobs add a Creative VOC (de)muxer Originally committed as revision 4967 to …
(edit) @9b2283cc   19 years dominik Patch by Stefan Huehner / stefan % huehner ! org \ patch replaces …
(edit) @ee7388c9   19 years michaelni fix segfault on broken streams Originally committed as revision 4966 …
(edit) @4e29599   19 years lorenm 10l in 1.12 Originally committed as revision 4965 to …
(edit) @7d20ebff   19 years diego Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and …
(edit) @9870a7bd   19 years michaelni replace probe() by one similar to MPEG-ES Originally committed as …
(edit) @47f38850   19 years diego Add video4linux2 detection to configure. patch by Luca Abeni, …
(edit) @72fbc509   19 years diego Move CONIG_MUXERS below struct frame_attributes, it's not …
(edit) @3845b56d   19 years diego altivec_yuv2packedX() ignores the requested output format and …
(edit) @ad97e414   19 years diego Correctly set the interlaced_frame and top_field_first fields. patch …
(edit) @064cf251   19 years diego typo Originally committed as revision 4960 to …
(edit) @7f2a9753   19 years diego List of people maintaining different parts of FFmpeg. featuring some …
(edit) @5edb653b   19 years diego AltiVec operations need to have memory aligned on 16-byte boundaries. …
(edit) @be9d060d   19 years diego vYCoeffsBank and vCCoeffsBank are allocated and initialized using …
(edit) @c0234aa4   19 years lorenm slightly faster loopfilter Originally committed as revision 4958 to …
(edit) @4accd1fd   19 years mans bump version numbers and update docs for adts aac support Originally …
(edit) @86db37df   19 years mans create adts stream if CODEC_FLAG_GLOBAL_HEADER not set Originally …
(edit) @fda885c7   19 years mans read/write adts aac Originally committed as revision 4955 to …
(edit) @da46276f   19 years mans adts aac parser Originally committed as revision 4954 to …
(edit) @79b0b66b   19 years mans decode adts aac streams Originally committed as revision 4953 to …
(edit) @6ee66973   19 years lorenm 10l (x86_64) Originally committed as revision 4952 to …
(edit) @e545f375   19 years lorenm 18% faster put_h264_qpel16_mc[13]2_mmx2 Originally committed as …
(edit) @c03ce51d   19 years lorenm 11% faster put_h264_qpel16_v_lowpass_mmx2 Originally committed as …
(edit) @0331f092   19 years lorenm 15% faster put_h264_qpel16_hv_lowpass_mmx2 Originally committed as …
(edit) @1a44a8b   19 years diego Some Make variants complain if the LIB variable does not exist. patch …
(edit) @8720de5b   19 years michaelni fix memleak, based upon a patch by Wolfram Gloger Originally …
(edit) @8cb90572   19 years michaelni 1 goto 1 fix Originally committed as revision 4946 to …
(edit) @2e9c78d3   19 years banan Fix broken cosmetics commit and add a check for valid headers. …
(edit) @7f129a33   19 years banan Small cosmetics and better variable names. Originally committed as …
(edit) @12fe88b4   19 years diego Fix detection of IPv6 support on Darwin by ensuring that …
(edit) @68b51e58   19 years diego MSVC-compatible align8/align16 declaration patch by Steve Lhomme, …
(edit) @04c669ba   19 years eclipse7 Correct the relation between floors of type 0 and block sizes. …
(edit) @809b2a30   19 years michaelni simplify Originally committed as revision 4940 to …
(edit) @82fcbc14   19 years michaelni faster find_startcode() Originally committed as revision 4939 to …
(edit) @8f0df754   19 years michaelni 3rd try for mpeg-es probe ... Originally committed as revision 4938 …
(edit) @21d1cb12   19 years diego GNU Make is necessary on *BSD. Originally committed as revision 4937 …
(edit) @b7d690f8   19 years diego Use gmake instead of make on *BSD. patch by Dieter, freebsd at
(edit) @f9c5c13a   19 years eclipse7 Cosmetic: Fix indentation. Originally committed as revision 4935 to …
(edit) @536b48b2   19 years eclipse7 10l (malloc check with the wrong pointer) Simplification: I have to …
(edit) @43eb590   19 years eclipse7 Added support for vorbis files containing floor type 0. Originally …
(edit) @efac2613   19 years michaelni fix regression tests Originally committed as revision 4932 to …
(edit) @2e728364   19 years michaelni change sws sharpen filter a little Originally committed as revision …
(edit) @51d8321d   19 years diego --enable-shared now needs --disable-static on MinGW. Originally …
(edit) @cd7352d5   19 years michaelni simplify timebase if possible ignore edit lists instead of always …
Note: See TracRevisionLog for help on using the revision log.