source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f5a478f6   18 years Roman R. * Moving FifoBuffer out of libavformat/avformat.h and …
(edit) @a1ef0068   18 years kostya.shishkov Finally enable B-frame decoding as all known samples work perfect …
(edit) @6b33eed8   18 years kostya.shishkov For B-frames if the second reference frame signals intensity …
(edit) @162f412d   18 years kostya.shishkov Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed …
(edit) @75807fe2   18 years kostya.shishkov Zero number of current scan after decoding one picture. This fixes …
(edit) @98bf484   18 years michaelni 1000l copy and paste typo Originally committed as revision 6305 to …
(edit) @22668218   18 years michaelni reduce scores if the mp3 frames dont start from the begin of the file …
(edit) @c3e462a8   18 years michaelni set supported pixel formats for a few encoders (fixes crashes with …
(edit) @56f68a41   18 years takis.issaris The "video_rc_buffer_aggressivity" variable is not being used anymore …
(edit) @8cd019bd   18 years takis.issaris Remove the "sc_threshold" OptionDef variable. Originally committed as …
(edit) @c6dafae   18 years takis.issaris Remove the "bug" OptionDef used for setting the workaround_bugs …
(edit) @58bba31e   18 years takis.issaris Remove the "qsquish" OptionDef. The AVOption min/max value is changed …
(edit) @6bacd250   18 years takis.issaris Remove the "qmax" OptionDef. Originally committed as revision 6298 to …
(edit) @5687a2f   18 years takis.issaris Remove the "qmin" OptionDef. Originally committed as revision 6297 to …
(edit) @315b0f97   18 years takis.issaris Remove the "bf" OptionDef parameter so the equally named AVOption will …
(edit) @fcc9b956   18 years takis.issaris Inform the user that a certain AVOption is out of range. Originally …
(edit) @076ce017   18 years takis.issaris Correct the constraints of some AVOptions. These had a default value …
(edit) @4ff8fcef   18 years takis.issaris Migrate the "packetsize" OptionDef option to become an AVOption. …
(edit) @09a45576   18 years takis.issaris Migrate the "muxrate" OptionDef option to become an AVOption. …
(edit) @99aed7c8   18 years lu_zero New single instruction math operation header Originally committed as …
(edit) @39e1b5cf   18 years michaelni use correct rounding functions this should fix a floating point …
(edit) @7a9d265b   18 years banan Added qcelp faq. Originally committed as revision 6289 to …
(edit) @81d0618f   18 years takis.issaris Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named …
(edit) @97c73545   18 years takis.issaris Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units. …
(edit) @e9e12f0e   18 years lucabe72 Remove the dependency of libswscale on img_format.h Originally …
(edit) @5784b620   18 years lucabe72 Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is …
(edit) @7eb1042c   18 years michaelni K prefix add SI prefix selftest Originally committed as revision 6286 …
(edit) @aeb20f7f   18 years banan FLV seeking patch by Nazo. lovesyao at aol com. Originally committed …
(edit) @e66477af   18 years michaelni support SI and some non SI prefixes Originally committed as revision …
(edit) @99f6278e   18 years diego wording/spelling Originally committed as revision 6283 to …
(edit) @5ca030fe   18 years diego ADI Blackfin optimizations patch by Michael Benjamin, neuroptik gmail …
(edit) @cab3ef82   18 years diego Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a …
(edit) @2c29781d   18 years gpoirier Document how to read DirectShow files, Patch by Victor Paesa % wzrlpy …
(edit) @cd621028   18 years mans remove junk characters in comment Originally committed as revision …
(edit) @f07e8487   18 years mans clean up #ifdef HAVE_IPP Originally committed as revision 6278 to …
(edit) @469b7bf8   18 years takis.issaris Remove the "rc_init_cplx" OptionDef option from ffmpeg.c. The equally …
(edit) @dc5ee8bc   18 years takis.issaris Remove the "bt" OptionDef option from ffmpeg.c. The equally named "bt" …
(edit) @0dcb89fc   18 years takis.issaris Remove the "i_qfactor" OptionDef option from ffmpeg.c. The equally …
(edit) @fda7eb90   18 years takis.issaris Correct the i_qfactor minimum, which was current set higher then the …
(edit) @e2a5bc88   18 years takis.issaris Remove the "me_range" OptionDef option from ffmpeg.c. The equally …
(edit) @d4fc91b4   18 years takis.issaris Split the DV demuxer and muxer into separate files (as suggested by …
(edit) @bcce83e6   18 years takis.issaris Remove the "i_qoffset" OptionDef option from ffmpeg.c. The equally …
(edit) @a2c00e43   18 years takis.issaris Remove the "b_qoffset" OptionDef option from ffmpeg.c. The equally …
(edit) @debe5ce1   18 years takis.issaris Remove the "b_qfactor" OptionDef option from ffmpeg.c. The equally …
(edit) @3c96abac   18 years takis.issaris Fix usage of b_quant_factor. It was not possible to actually use the …
(edit) @3d720bda   18 years takis.issaris Remove the "qcomp" OptionDef option from ffmpeg.c. The equally named …
(edit) @99aaf41   18 years takis.issaris Remove the "qblur" OptionDef option from ffmpeg.c. The equally named …
(edit) @908b8457   18 years takis.issaris Remove the "pbias" OptionDef option from ffmpeg.c. The equally named …
(edit) @356e7a9d   18 years takis.issaris Remove the "ibias" OptionDef option from ffmpeg.c. The equally named …
(edit) @7c272c0e   18 years takis.issaris Remove the "preme" OptionDef option from ffmpeg.c Originally …
(edit) @babe0e8   18 years takis.issaris Remove the GOP "g" OptionDef option from ffmpeg.c . Originally …
(edit) @a5515106   18 years takis.issaris Remove the "maxrate" and "minrate" OptionDef options from ffmpeg.c. …
(edit) @02c1592f   18 years diego Fix Indel --> Intel typo. Originally committed as revision 6260 to …
(edit) @1733fc4a   18 years gpoirier Add support for 8-bit grayscale to V4L grabber patch by Michael …
(edit) @3c0ba870   18 years takis.issaris Remove the "b" OptionDef option from the ffmpeg.c file. From now on …
(edit) @7df00a4e   18 years takis.issaris Rename the AVOption's names to the shorter OptionDef names. …
(edit) @8e453fc3   18 years baptiste.coudurier remove unused, uninitialized free format frame size Originally …
(edit) @3c619838   18 years gpoirier add support for grayscale rawvideo avi patch by Philippe De Muyter …
(edit) @93a319f1   18 years lorenm asm implementation of mid_pred. 20% faster huffyuv decoding, 4% faster …
(edit) @2a2311be   18 years Aurélien Jacobs disable vp3 mmx idct for theora files to avoid artifacts (see …
(edit) @0b97eea3   18 years takis.issaris Synchronize the defaults specified in the AVOptions[] array to the …
(edit) @66acccf0   18 years takis.issaris Make OFFSET() reuse offsetof Originally committed as revision 6251 to …
(edit) @5894991f   18 years takis.issaris Remove a redundant memset from libavformat. Originally committed as …
(edit) @a41e9d68   18 years takis.issaris Allow parameter values (AVOptions) to use the 'k', 'M', 'G' and 'B' …
(edit) @7f889a76   18 years diego Remove the LGPL exception clause as discussed on ffmpeg-devel and move …
(edit) @fbb9d104   18 years diego Fix vhook build on Cygwin, shared builds only. patch by Víctor Paesa, …
(edit) @1839e854   18 years diego Proper armv5te instructions support detection. patch by Siarhei …
(edit) @a8678a3a   18 years Aurélien Jacobs replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) …
(edit) @7facadb0   18 years gpoirier corrects the type of the AVOption parameter "bugs", patch by Takis …
(edit) @5cc9b87f   18 years gpoirier adds descriptions to the libavcodec AVOptions array, taken from the …
(edit) @496cfa3c   18 years mans ffmpeg, ffplay, ffserver need version.h Originally committed as …
(edit) @1dac8fea   18 years Aurélien Jacobs Enables back the mmx/sse optimized version of the vp3 idct. It …
(edit) @d0702de9   18 years michaelni 10l typo Originally committed as revision 6240 to …
(edit) @dc8cd49   18 years diego Remove superfluous ifeq. Originally committed as revision 6239 to …
(edit) @691c480   18 years diego Fix 'make depend' for libpostproc. Originally committed as revision …
(edit) @e179fbc8   18 years kostya.shishkov Swap back and forward motion vectors to achieve correct picture …
(edit) @1884a48b   18 years kostya.shishkov Set motion vectors used in B-frames to zero by default Originally …
(edit) @c8868640   18 years kostya.shishkov Use h264_chroma funcs in B-frames MC too Originally committed as …
(edit) @b116cc7f   18 years kostya.shishkov Fix edge emulation for bicubic MC in B frames Originally committed as …
(edit) @f9942ba9   18 years kostya.shishkov 2989l: Set avctx->has_b_frames value in header and don't change it …
(edit) @aa8f4cee   18 years Aurélien Jacobs add a VP6F fourcc for apps which rely on fourcc Originally committed …
(edit) @0dd5866a   18 years Aurélien Jacobs don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts …
(edit) @d70e3ff4   18 years baptiste.coudurier workaround for files, mainly d-cinema, with 0 sized tags especially …
(edit) @9fe84b53   18 years diego Remove nonexistent option -hq from the documentation. patch by …
(edit) @024da4b1   18 years diego armv5 optimizations patch by Siarhei Siamashka siarhei.siamashka at …
(edit) @8c3dd5dc   18 years gpoirier Use and set sane AVOption defaults Patch by Takis Original thread: …
(edit) @493f7857   18 years gpoirier adds doxygen docs to av_opt_set_defaults. Patch by Takis Originally …
(edit) @abade142   18 years gpoirier allow ffmpeg to read mp3s beginning with partial frames Patch by …
(edit) @73a8ceaa   18 years gpoirier make AVOptions default value field work. Patch by Panagiotis Issaris % …
(edit) @b7cff9ce   18 years diego Remove unused variable. Originally committed as revision 6223 to …
(edit) @aaf78bde   18 years diego fprintf/perror --> av_log patch by Gustavo Sverzut Barbieri, barbieri …
(edit) @8faf5443   18 years lu_zero Cleanup, from Emanuele Giaquinta <exg@gentoo.org> Originally …
(edit) @f3cd195a   18 years mans add our -L flags before any other linker flags Originally committed …
(edit) @04d7f601   18 years diego Add official LGPL license headers to the files that were missing them. …
(edit) @dc43482b   18 years kostya.shishkov Disable B-frames decoding until they produce correct picture …
(edit) @d120e402   18 years Aurélien Jacobs rename vector to vect to avoid clash with Apple gcc Originally …
(edit) @9a8e6f8   18 years diego Add proper GPL headers. Originally committed as revision 6216 to …
(edit) @2111440a   18 years diego Add proper GPL headers. Originally committed as revision 19772 to …
(edit) @380b2da7   18 years diego Replace informal GPL notice by official header. Originally committed …
(edit) @3acc68b4   18 years mans fix out of tree builds Originally committed as revision 6214 to …
Note: See TracRevisionLog for help on using the revision log.