source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5c89153e   19 years michaelni add movi_list offset into index Originally committed as revision 5084 …
(edit) @30a43f2d   19 years michaelni add size to AVIndex Originally committed as revision 5083 to …
(edit) @26d6d032   19 years banan Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by …
(edit) @94d1d6c0   19 years michaelni ODML index parsing support Originally committed as revision 5081 to …
(edit) @9eb40bcf   19 years michaelni replace if by assert as it should never by true Originally committed …
(edit) @11c19637   19 years Aurélien Jacobs use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk …
(edit) @6310461b   19 years Aurélien Jacobs -loop was renamed to -loop_input Originally committed as revision …
(edit) @6714e97c   19 years lucabe72 Rename the "-loop" option defined in ffmpeg.c to "-loop_input" …
(edit) @24300af   19 years lucabe72 Add support for drivers that can change the capture size on …
(edit) @2b63c222   19 years lucabe72 Error path fix: close the video device on failure Original patch by …
(edit) @40116978   19 years Roman R. Assign class 2 to most macroblocks by default, instead of a more …
(edit) @49bbe394   19 years michaelni v4l2 maintainer Originally committed as revision 5073 to …
(edit) @79a32e3b   19 years banan 64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, …
(edit) @e5867e4d   19 years Roman R. Not that we're that far from being an *initial* implementation, but at …
(edit) @2e52b44e   19 years Roman R. AC coefficient weighing (per SMPTE 314M) for the DV encoder and …
(edit) @1540cfdc   19 years mans SRCS must be set using := or things break when ASM_OBJS is added to …
(edit) @59f45163   19 years Aurélien Jacobs don't try to test streams which are commented out in test.conf …
(edit) @0403f791   19 years michaelni remove wrong assert() Originally committed as revision 5067 to …
(edit) @d676478c   19 years michaelni replace for loop with 2 asserts() Originally committed as revision …
(edit) @c16601bb   19 years alex print a hint when trying V4L2 on V4L device Originally committed as …
(edit) @6df5f6ae   19 years michaelni size[0-3] are not initialized (and can get random negative trash …
(edit) @1bd86246   19 years mans kill some warnings Originally committed as revision 5063 to …
(edit) @285b570f   19 years lorenm fix a memory leak on seeking. Originally committed as revision 5062 …
(edit) @788223b1   19 years diego Remove outdated FAQ entry about A/V sync issues when grabbing. …
(edit) @d315ec5c   19 years diego Use BSD-compatible expr syntax and change test -ne to test != for …
(edit) @1d773cfd   19 years pacman Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same …
(edit) @7bdb4f67   19 years michaelni 10l (forgot EOBs) Originally committed as revision 5059 to …
(edit) @927e193d   19 years Aurélien Jacobs get ride of perl and sort in ffserver regtest (and avoid problem with …
(edit) @2af79946   19 years Aurélien Jacobs update ffserver.regression.ref to the actual md5 values Originally …
(edit) @ddf2b51b   19 years Aurélien Jacobs fix ffserver regtest inconsistency between different arch (and even …
(edit) @6661b21   19 years michaelni dont lowwer qnos of more blocks then needed Originally committed as …
(edit) @88d6903e   19 years gpoirier Give a hint about what is the expected the data type of command line …
(edit) @d2d230a7   19 years michaelni fixing dv_guess_qnos() roman, dont hesitate to reverse this and solve …
(edit) @fe78f7cd   19 years michaelni print a big warning if we mess up and run out of space ... Originally …
(edit) @b4712e3c   19 years michaelni CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog …
(edit) @70b0bb87   19 years diego link fixes Originally committed as revision 5050 to …
(edit) @afe6a4a0   19 years ikalvachev Use native bswap32 instruction when CPU is x86_64 instead of …
(edit) @85ed1022   19 years lorenm minor simplifications in cabac_mb_type Originally committed as …
(edit) @571fa531   19 years alex support correct ptses on other than version 3.2.0 aswell Originally …
(edit) @5cb9fda4   19 years diego Fix AltiVec H.264 decoding on FSF gcc. patch by Luca Barbato, lu_zero …
(edit) @1319a77   19 years alex added none/8bit/24bit audio formats and defaulting to s16 for now …
(edit) @33f5e2ec   19 years alex make those nasty variables static, also fix a html bug Originally …
(edit) @fb7a2bf   19 years alex check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and …
(edit) @a1db1fc4   19 years alex explain extradata and pass avctx to av_log's Originally committed as …
(edit) @b0ca5735   19 years diego ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's not …
(edit) @277fe229   19 years mans pass noise reduction option to x264 patch by Erik Slagter <erik at …
(edit) @b0ec9efd   19 years diego Increase maximum number of B-frames, necessary for H.264 encoding. …
(edit) @de23f234   19 years michaelni Cleans reading stsd audio, and makes it more generic patch by …
(edit) @a7f41f91   19 years diego The current_sample field is meant to be the sample number, not an …
(edit) @c7bb67c4   19 years mans Create installation directories in the common install-* targets. This …
(edit) @c2ca19d7   19 years michaelni RMP4 ("xvid fork") decoding support Originally committed as revision …
(edit) @da6ec720   19 years gpoirier Colin offered to maintain Amiga PPC port, Romain has only OSX …
(edit) @73920f07   19 years michaelni simplify mov_read_hdlr patch by (Baptiste COUDURIER …
(edit) @bd12d3e9   19 years michaelni add 'in32' fourcc support patch by (Baptiste COUDURIER …
(edit) @4ea28253   19 years michaelni add mov_read_ftyp to check iso media file type and set c->mp4 patch by …
(edit) @cd92221   19 years pacman Just a comment update, replacing a FIXME to reflect the new …
(edit) @b9a6fae9   19 years pacman don't call altivec_yuv2packedX() with a dstFormat that it doesn't …
(edit) @8cecedf   19 years diego ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some …
(edit) @1b137298   19 years mellum Change license header to LGPL for consistency. Originally committed …
(edit) @cbddd5df   19 years pacman Fix vec_clip for gcc's that don't handle (vector signed short){16}
(edit) @26376701   19 years mike complete AVS playback system (from Creature Shock computer game), …
(edit) @22052247   19 years Aurélien Jacobs Clarify creative ADPCM changelog entry Originally committed as …
(edit) @247d2c96   19 years michaelni ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld …
(edit) @999bbe8   19 years michaelni make swscale-example compile patch by (Alan Curry <pacman TheWorld …
(edit) @db8a64cb   19 years lorenm don't arbitrarily limit delta_qp Originally committed as revision …
(edit) @b86e38a0   19 years Aurélien Jacobs better match CVS policy in the indent recomendation Originally …
(edit) @2433f24f   19 years Aurélien Jacobs add Creative 8 bits ADPCM schemes support Originally committed as …
(edit) @dcadd216   19 years michaelni mov fourccs for handling FCP files by (Baptiste COUDURIER …
(edit) @8b031359   19 years lorenm fix some crashes on negative nalsize. Originally committed as …
(edit) @214c5f26   19 years diego Use != instead of -ne in test invocations for greater portability. …
(edit) @9cb2cf10   19 years diego Revert unconditional config.h overwriting, it may cause unnecessary …
(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. …
Note: See TracRevisionLog for help on using the revision log.