source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f7287c42   19 years michaelni unused variable Originally committed as revision 5135 to …
(edit) @f2651e7a   19 years baptiste.coudurier Fix cropping, depending on enc pix fmt Originally committed as …
(edit) @4c4a4e9   19 years lucabe72 Fix crop & pad + rescaling Originally committed as revision 5133 to …
(edit) @bbdd41f5   19 years bugfood-ml Marcus Engene is author and maintainer of watermark.c Originally …
(edit) @ed818e25   19 years bugfood-ml Watermarking with exact colors. Patch by Marcus Engene …
(edit) @bf4665e   19 years diego Alignment fixes, caused problems on SPARC. patch by "David S. Miller" …
(edit) @267b0e57   19 years Aurélien Jacobs Update ffserver regression tests: - really produce readable files …
(edit) @6c953a6a   19 years diego Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate. …
(edit) @267f7edc   19 years diego (f)printf --> av_log conversion taken from a patch by Steve L'Homme …
(edit) @6f3dda93   19 years banan Init simplification and 2% faster wma_decode_block on amd64 with …
(edit) @82eb4b0f   19 years bugfood-ml 3DNow! & Extended 3DNow! versions of FFT Patch by Zuxy Meng, zuxy …
(edit) @8e321619   19 years bugfood-ml correct computing of DV fourcc in mov muxer Patch by Baptiste …
(edit) @548a1c8a   19 years lorenm h264_idct8_add_mmx Originally committed as revision 5123 to …
(edit) @6da971f1   19 years lorenm h264_idct_add only needs mmx1 Originally committed as revision 5122 …
(edit) @6e269594   19 years michaelni set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER …
(edit) @5f112e1f   19 years diego Proper mangling information for symbols in OS X Mach-O shared objects. …
(edit) @79c343c0   19 years michaelni referencing more FCP fourccs patch by (Baptiste COUDURIER …
(edit) @fc5188f   19 years michaelni add support for Motion JPEG 2000 file format patch by (Baptiste …
(edit) @b865838e   19 years michaelni switch flac to av_crc Originally committed as revision 5117 to …
(edit) @e027d0a8   19 years michaelni switch ac3enc to av_crc Originally committed as revision 5116 to …
(edit) @43a80cce   19 years michaelni generic crc calculation code Originally committed as revision 5115 to …
(edit) @56419683   19 years Roman R. I still don't think this should be here. Note: without this code DV …
(edit) @0b29770   19 years Roman R. DVCPRO50 support. Patch by Daniel Maas dmaas at maasdigital dot com …
(edit) @2ffb22d2   19 years gpoirier use xorps instead of mulps to toggle the sign of a float, as suggested …
(edit) @d84f7c61   19 years lorenm gcc2.95 workaround Originally committed as revision 5111 to …
(edit) @980bbb13   19 years mans Make faac_decode_frame return -1 on error and not 0 which avoids …
(edit) @7a5b2fa8   19 years lorenm remove some useless instructions Originally committed as revision …
(edit) @14b005d0   19 years diego Make -xy help output consistent, output an empty line before and …
(edit) @9e4cc776   19 years lorenm keyframe flag was wrong if SEIs followed the keyframe Originally …
(edit) @6a045bf3   19 years bugfood-ml Support mov stsd atom version 2. Patch by Baptiste COUDURIER, …
(edit) @ae9e4173   19 years michaelni PAL8 support (fixed BLUR8.AVI) cleanup Originally committed as …
(edit) @b5c85991   19 years michaelni fix segfault with BLUR8.AVI Originally committed as revision 5104 to …
(edit) @50326295   19 years kostya.shishkov Register myself as a maintainer Originally committed as revision 5103 …
(edit) @d00bff20   19 years michaelni fix infinite loop Originally committed as revision 5102 to …
(edit) @61452d56   19 years michaelni fixing total_frames Originally committed as revision 5101 to …
(edit) @98740f5a   19 years michaelni indention Originally committed as revision 5100 to …
(edit) @38cf2a72   19 years michaelni timebase fix Originally committed as revision 5099 to …
(edit) @26f86eaf   19 years michaelni ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) …
(edit) @b72a2bc8   19 years michaelni dwstart support Originally committed as revision 5097 to …
(edit) @e84dab5f   19 years michaelni fixing demuxing of minorityreport.AVI Originally committed as …
(edit) @8d359bba   19 years michaelni cleanup IMA-ADPCM WAV decoder Originally committed as revision 5095 …
(edit) @6a8eb0f   19 years lorenm 4% faster h264_qpel_mc Originally committed as revision 5094 to …
(edit) @1522767   19 years michaelni compute output format before setting language patch by (Baptiste …
(edit) @289f999d   19 years kabi * bugfixing call reference Originally committed as revision 5092 to …
(edit) @26697779   19 years michaelni fix decoding of mpeg2-trunc.vob Originally committed as revision 5091 …
(edit) @7581c5f5   19 years revol fix debug code: do not try to take st->codec if st is NULL. This makes …
(edit) @e01dc227   19 years mans can't have PES headers in MPEG video elementary streams so fail probe …
(edit) @8945ebb9   19 years michaelni fixing av sync in videotest.avi (index doesnt match chunks, header …
(edit) @115e8ae5   19 years michaelni support seeking in RenderAvi.avi (audio stream == single huge chunk) …
(edit) @8223bca5   19 years michaelni 10l forgot to set packet_size Originally committed as revision 5086 …
(edit) @1894edeb   19 years michaelni fix demuxing of XviD_with_3_AAC-HE_audio_streams.avi Originally …
(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 …
Note: See TracRevisionLog for help on using the revision log.