source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e2887363   18 years michaelni fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000) …
(edit) @730ba406   18 years michaelni fix r_frame_rate init code for groundhog.vob Originally committed as …
(edit) @89cba1bd   18 years mans fix MUL16 macro Originally committed as revision 6344 to …
(edit) @6c17a956   18 years michaelni drop broken telecine detection code Originally committed as revision …
(edit) @35eab0c0   18 years michaelni reindent Originally committed as revision 6342 to …
(edit) @5fb83c38   18 years michaelni dont ignore MAX_READ_SIZE Originally committed as revision 6341 to …
(edit) @398f5d3f   18 years michaelni support forward seeking in non seekable streams Originally committed …
(edit) @3b9a913   18 years michaelni simplify seek() failure check Originally committed as revision 6339 …
(edit) @4156a436   18 years takis.issaris Handle possible failure of ff_eval. Originally committed as revision …
(edit) @327409d   18 years michaelni mpeg1 b_strategy=2 segfault fix Originally committed as revision 6337 …
(edit) @730581f3   18 years kostya.shishkov WavPack lossless audio decoder Originally committed as revision 6336 …
(edit) @1a174c28   18 years Reimar.Doeffinger remove get_le16 and get_le32, get_bits and get_bits_long can just be …
(edit) @544c449d   18 years Reimar.Doeffinger Get rid of get_bits_long_le, get_bits_long was fixed and now behaves …
(edit) @6831406   18 years Reimar.Doeffinger Changes needed due to show_bits_long behaviour changes/fixes …
(edit) @d1121caa   18 years Reimar.Doeffinger Fix get_bits_long to work with ALT_BITSTREAM_READER_LE. Gives the same …
(edit) @4fde5060   18 years Aurélien Jacobs rename vector to vect to avoid clash with Apple gcc Originally …
(edit) @79e47000   18 years lu_zero move memory functions from avcodec to avutil Originally committed as …
(edit) @10aa27db   18 years diego Remove 404 link. Originally committed as revision 6329 to …
(edit) @0e3cb7a1   18 years ods15 fix to vorbis decoder for book==0 Originally committed as revision …
(edit) @97a9195f   18 years takis.issaris Missing extern declaration for av_strtod. Originally committed as …
(edit) @b8100438   18 years michaelni cosmetic Originally committed as revision 6326 to …
(edit) @e6b12001   18 years michaelni segfault fix thanks to takis for finding the cause of this Originally …
(edit) @87656472   18 years lucabe72 Improve swscale-example to test conversions between all the possible …
(edit) @79ca4de3   18 years takis.issaris Define NAN -if not already defined- as 0.0/0.0 Originally committed …
(edit) @004390a6   18 years lu_zero Use mathops Originally committed as revision 6323 to …
(edit) @22565f5d   18 years takis.issaris Remove the "error" OptionDef. The equally named AVOption takes over …
(edit) @cccb4c96   18 years takis.issaris Remove the "mepc" OptionDef. The equally named AVOption takes over its …
(edit) @f4ea01dc   18 years takis.issaris Remove the "skip_exp" OptionDef. The equally named AVOption takes over …
(edit) @f17ec19b   18 years takis.issaris Remove the "skip_factor" OptionDef. The equally named AVOption takes …
(edit) @7c1d662a   18 years takis.issaris Remove the "skip_threshold" OptionDef. The equally named AVOption …
(edit) @bf080813   18 years takis.issaris Remove the "mb_threshold" OptionDef. The equally named AVOption takes …
(edit) @f40d173   18 years michaelni simplify url_fseek() Originally committed as revision 6316 to …
(edit) @8e06f20a   18 years lorenm remove a division from STOP_TIMER Originally committed as revision …
(edit) @7e611a0e   18 years lorenm simplify asm mid_pred, as suggested by michaelni. Originally …
(edit) @a4eb118   18 years lorenm cosmetics (indentation) Originally committed as revision 6313 to …
(edit) @f469094   18 years lorenm tweak ff_imdct_calc_3dn2 Originally committed as revision 6312 to …
(edit) @ebbafcb4   18 years lorenm sse implementation of imdct. patch mostly by Zuxy Meng (zuxy dot meng …
(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 …
Note: See TracRevisionLog for help on using the revision log.