source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @035314b6   18 years kostya.shishkov Register myself as maintainer of zmbvenc.c too Originally committed …
(edit) @f48d6e1b   18 years kostya.shishkov ZMBV encoder Originally committed as revision 7242 to …
(edit) @f27a7268   18 years mans use standard INT64_MAX instead of MAXINT64 (and MIN) Originally …
(edit) @8da9266   18 years mans use the standard INT64_C() macro for 64-bit constants Originally …
(edit) @cd107896   18 years mans move more macros to internal.h Originally committed as revision 7239 …
(edit) @5403f857   18 years mans move some attribute macros to internal.h Originally committed as …
(edit) @c48e633b   18 years mans remove 'restrict' definition, it is always #defined in config.h …
(edit) @68a432cf   18 years baptiste.coudurier cosmetics, remove braces, remove spaces just inside parens Originally …
(edit) @d3075ed5   18 years takis.issaris Add "mixed_refs" description suggested by Loren Merritt and update …
(edit) @8533284d   18 years baptiste.coudurier do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy …
(edit) @119aae1d   18 years takis.issaris Add more descriptions to the AVOption array taken from the avcodec.h …
(edit) @a074f143   18 years takis.issaris Export symbols of several H.264 intra prediction functions Originally …
(edit) @6cac3a3b   18 years Aurélien Jacobs Defines various common FLV format values between the FLV muxer and …
(edit) @e48dc873   18 years diego Remove MinGW install path special-casing. patch by Ramiro Polla, …
(edit) @a083f53c   18 years gpoirier fix crash when decoding a truncated H264 slice patch by Alexander …
(edit) @3ee5c5b7   18 years takis.issaris Removing unused code Originally committed as revision 7228 to …
(edit) @ea9f5d6f   18 years takis.issaris Add comment denoting group of H.264 functions Originally committed as …
(edit) @550e66cb   18 years takis.issaris Change NAL unit type defines to an enum and move to a header file for …
(edit) @3c132023   18 years baptiste.coudurier fix memleak, free stream codec allocated by av_new_stream Originally …
(edit) @2421a01   18 years michaelni 10l umh search needs hex size 2 now after the last change Originally …
(edit) @f852ff32   18 years michaelni make hex and large 2 small diamond search half their size instead or …
(edit) @6bc0e1cf   18 years diego Don't hardcode the shlibdir on Cygwin, it's supposed to be bindir. …
(edit) @73fe1052   18 years takis.issaris Minor modifications to handle mms streaming. Patch by Ryan Martell …
(edit) @4a1bb619   18 years diego Fix some obvious mistakes in the option descriptions. Originally …
(edit) @d1e8675c   18 years baptiste.coudurier probe with some success image files not containing number pattern but …
(edit) @cf1e119b   18 years Reimar.Doeffinger Move BE_*/LE_*/ST*/LD* macros to a common place. Some further …
(edit) @5f3c4ba4   18 years kostya.shishkov Do not touch pkt->pts Originally committed as revision 7217 to …
(edit) @dfbb76d3   18 years kostya.shishkov Some VQA v1 files don't have audio stream Originally committed as …
(edit) @10f865c9   18 years mike Another hack to allow the Cinepak decoder to detect both types of …
(edit) @b40a061f   18 years mike Simplify the Sega FILM/CPK demuxer to not modify the bastardized …
(edit) @97041923   18 years diego Fill in some missing AVOption descriptions. patch by Víctor Paesa, …
(edit) @a2377bb0   18 years diego Make do_video_encoding general enough to accomodate all cases. …
(edit) @5e5ac8e0   18 years diego Make do_video_decoding general enough to accomodate all cases. …
(edit) @3813dcc   18 years gpoirier Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes …
(edit) @1e1b182   18 years diego Merge a repeating variable declaration into do_video_encoding. …
(edit) @c6c36725   18 years diego spelling cosmetics: cliped --> clipped Originally committed as …
(edit) @08baa3e0   18 years kostya.shishkov 10e6l FastUVMC was done right but in the wrong place Originally …
(edit) @516ea8d2   18 years michaelni fix indention Originally committed as revision 7206 to …
(edit) @1994e7c6   18 years michaelni dia_size=-1 -> funny_diamond_search() dia_siue=768 + size -> umh …
(edit) @376edfcc   18 years michaelni hexagon search dia_size=512 + hexagon size (513 is the normal one …
(edit) @4b47d258   18 years lu_zero Unused variable removed Originally committed as revision 7203 to …
(edit) @ed1dfc49   18 years michaelni remove pretty much useless skiping of some predictors this has pretty …
(edit) @1a1c5385   18 years baptiste.coudurier mjpeg a dump header bitstream filter, modifies bitstream to be decoded …
(edit) @e68e5ab0   18 years baptiste.coudurier add bytestream big endian 16/32 writing functions Originally …
(edit) @fb132953   18 years diego Use a function for audio encoding and decoding. Originally committed …
(edit) @36aed9e5   18 years diego Use a function for libav. Originally committed as revision 7198 to …
(edit) @f8aa7645   18 years diego Use a function for image formats. Originally committed as revision …
(edit) @d449d1bc   18 years diego Use a function for streamed images. Originally committed as revision …
(edit) @e587a0a5   18 years diego Use a function for audio-only tests. Originally committed as revision …
(edit) @56cca5f1   18 years diego Fix wrong flags for S16LE and S16BE audio in FLV files. patch by Allan …
(edit) @c9cac6e3   18 years michaelni typo in umh Originally committed as revision 7193 to …
(edit) @c7675718   18 years michaelni UMH support (dia_size=-1 activates it) Originally committed as …
(edit) @ac003d24   18 years michaelni cosmetic (prevent name clashes of variables in a macro with …
(edit) @98ba1cfa   18 years kostya.shishkov 100l FastUVMC rounding was incorrect. This should also improve quality …
(edit) @f7f8af46   18 years michaelni 1 step diamond search around the median MV predictor +0.01 PSNR idea …
(edit) @fc0b0416   18 years michaelni doxy Originally committed as revision 7188 to …
(edit) @62b9fc15   18 years michaelni fix overflow and remove wrong comment Originally committed as …
(edit) @3db1b8b5   18 years michaelni return optimal fraction based on a patch by Uoti Urpala Originally …
(edit) @8fa641f8   18 years diego Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg …
(edit) @61710f7b   18 years kostya.shishkov Better VQA demuxer Originally committed as revision 7184 to …
(edit) @7667896a   18 years kostya.shishkov VQA v1 support Originally committed as revision 7183 to …
(edit) @f3902026   18 years Aurélien Jacobs cleanup the #ifdef mess in encoder/decoder/parser registration …
(edit) @be691b10   18 years Aurélien Jacobs matroska: scale timecode according to time_scale fixes jerky playback …
(edit) @7f25df4c   18 years baptiste.coudurier move source_package declaration in the loop and reset it each …
(edit) @6a287fd7   18 years baptiste.coudurier readjust dts if negative Originally committed as revision 7179 to …
(edit) @7504e4fa   18 years kostya.shishkov Correct information in header Originally committed as revision 7178 …
(edit) @e96da13b   18 years Reimar.Doeffinger Change "p" asm constraints to "g", since "p" was a no longer necessary …
(edit) @b0d7bc1e   18 years lorenm 10l in r7174 caused all options to be treated as filenames. …
(edit) @c411e7f6   18 years Aurélien Jacobs alphabetic reordering of codec registration patch by Robert Swain < …
(edit) @5b9b3b68   18 years Aurélien Jacobs cleanup the #ifdef mess in muxer/demuxer registration Originally …
(edit) @84bf226b   18 years gpoirier Add support for files that begin with a dash. Patch by Timo Lindfors % …
(edit) @c61b9d44   18 years michaelni PIC fix Originally committed as revision 7173 to …
(edit) @49cef744   18 years gpoirier Move copy_block* functions to dsp dsputil.h Patch by Brian Foley % …
(edit) @61f5b14a   18 years kostya.shishkov Correct rounding values in overlap filtering Originally committed as …
(edit) @5081f3aa   18 years kostya.shishkov B-frames support for adv. profile Originally committed as revision …
(edit) @b8ce8f15   18 years kostya.shishkov 100l: Initialize dc_scale with current quantizer for adv I frames …
(edit) @25e9c7ef   18 years kostya.shishkov Use halfpq in coefficient scaling Originally committed as revision …
(edit) @167de74f   18 years diego Remove redundant comment. Originally committed as revision 7167 to …
(edit) @c61e1098   18 years lu_zero typo Originally committed as revision 7166 to …
(edit) @fce2200d   18 years alex Implement DELTA_FLI opcodes correctly. Patch by Steven Johnson …
(edit) @37e6f5f3   18 years alex support byte_run=0 case in DELTA_FLI (this case means only skip …
(edit) @fe99025b   18 years alex 10l memory corruption bug found by Steven Johnson Originally …
(edit) @b9d32859   18 years Aurélien Jacobs No need for special trick anymore for flac in matroska. The flac …
(edit) @17c90b9d   18 years Aurélien Jacobs flac: allow reading of full metadata headers from extradata …
(edit) @3e954443   18 years gpoirier bring AC3 encoder output up to input volume level patch by Bill …
(edit) @6e8c46b   18 years Reimar.Doeffinger Set CODEC_TYPE_DATA for timecode tracks. Originally committed as …
(edit) @9ed00234   18 years Reimar.Doeffinger Set st->need_parsing = 2 for MPEG-content. Originally committed as …
(edit) @3c141817   18 years baptiste.coudurier fix bitstream to be correctly decoded by quicktime Originally …
(edit) @f8567560   18 years baptiste.coudurier fix sigfpe with intra only encoding Originally committed as revision …
(edit) @d86b83f8   18 years gpoirier add interactive support for MinGW patch by Ramiro Polla % ramiro A …
(edit) @8cff89be   18 years diego Conditionally compile some of the AltiVec optimizations. Originally …
(edit) @1e25a7e7   18 years baptiste.coudurier fix some potential security issues, patch by Matthias Hopf, mat at …
(edit) @ba2433e9   18 years baptiste.coudurier typo Originally committed as revision 7152 to …
(edit) @8cd15e47   18 years michaelni fix b frames + -mbd rd without -psnr (yes that was seriously buggy and …
(edit) @d9d6e7b7   18 years Aurélien Jacobs add support for FLAC in matroska Originally committed as revision …
(edit) @248bc6bb   18 years diego Fix compilation with VC-1 decoder disabled. Originally committed as …
(edit) @bb243e7   18 years michaelni fix b frames + -mbd rd without -psnr (yes that was seriously buggy and …
(edit) @169bc475   18 years michaelni 100l infinite loop fix Originally committed as revision 7147 to …
(edit) @e9f36c5c   18 years Aurélien Jacobs move common voc muxer and demuxer data to voc.c Originally committed …
(edit) @5d244b29   18 years Aurélien Jacobs split voc.c into vocdec.c and vocenc.c Originally committed as …
Note: See TracRevisionLog for help on using the revision log.