source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f457965c   18 years michaelni ignore sub_id Originally committed as revision 6392 to …
(edit) @fb3d155c   18 years michaelni big endian fix Originally committed as revision 6391 to …
(edit) @113533a5   18 years michaelni support resolution switching, fixes rv20errors.rm Originally …
(edit) @78a5ec27   18 years michaelni simplify Originally committed as revision 6389 to …
(edit) @6d312496   18 years michaelni fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x …
(edit) @b2f86c17   18 years takis.issaris Add forgotten eval.h... Originally committed as revision 6387 to …
(edit) @0de9926f   18 years takis.issaris Move the ratecontrol related code from mpegvideo.h to a separate …
(edit) @d70ef6d7   18 years takis.issaris Reformat the output of the list of available AVOptions, by indenting …
(edit) @6d6f42d2   18 years takis.issaris Remove the override of lmin and lmax, so the actual option value …
(edit) @4d7b4613   18 years takis.issaris Pull out the ff_eval* from the mpegvideo header, as it doesn't belong …
(edit) @3a6ccf4   18 years baptiste.coudurier rudimentary binary seek Originally committed as revision 6382 to …
(edit) @1159f634   18 years baptiste.coudurier add another data definition ul Originally committed as revision 6381 …
(edit) @dd202ff6   18 years baptiste.coudurier use a data definition uls table to fetch codec type Originally …
(edit) @996c9ad0   18 years baptiste.coudurier add string param to PRINT_KEY for debug Originally committed as …
(edit) @94c12d4   18 years baptiste.coudurier shut up gcc about incompatible pointer type Originally committed as …
(edit) @9a630c25   18 years baptiste.coudurier remove useless casts Originally committed as revision 6377 to …
(edit) @626a8fe7   18 years baptiste.coudurier remove gcc warnings about void * used in arithmetic Originally …
(edit) @f28748e6   18 years mans remove extraneous #ifdef CONFIG_ENCODERS/DECODERS Originally …
(edit) @3841e813   18 years banan -interlace -> -ilme This has been wrong in the docs for years, the …
(edit) @9770089d   18 years baptiste.coudurier move sample size adjusting code after audio stsd v2 parsing to let v2 …
(edit) @e6f4c806   18 years baptiste.coudurier add lpcm fourcc Originally committed as revision 6372 to …
(edit) @0299a87c   18 years baptiste.coudurier change codec id if sample size field is set to 24 in stsd, fix …
(edit) @72044298   18 years takis.issaris Remove the "mblmax" OptionDef. The equally named AVOption takes over …
(edit) @93b26b63   18 years takis.issaris Remove the "mblmin" OptionDef. The equally named AVOption takes over …
(edit) @0eba70ac   18 years takis.issaris Remove the "lmin" OptionDef. The equally named AVOption takes over its …
(edit) @494cf837   18 years takis.issaris Remove the "lmax" OptionDef. The equally named AVOption takes over its …
(edit) @eeebe6ad   18 years gpoirier add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8% …
(edit) @8db0c25d   18 years kostya.shishkov Handle case of get_bits(0) Originally committed as revision 6365 to …
(edit) @b86216de   18 years mans dc_val should be signed Originally committed as revision 6364 to …
(edit) @bca99b47   18 years mans return 0 from encode_picture() and estimate_qp() on success …
(edit) @be0d52ab   18 years mans make sure we can create and execute files in $TMPDIR Originally …
(edit) @5b11e081   18 years michaelni prevent infinite loop with VORC012.WMA Originally committed as …
(edit) @854fdb51   18 years mans put ARM feature tests next to other CPU tests Originally committed as …
(edit) @c7ae634   18 years mans try to stop people blindly using --cross-compile Originally committed …
(edit) @0ec6065a   18 years takis.issaris Break compatibility only when first part of version number changes, in …
(edit) @95c99430   18 years takis.issaris Make AVOption parsign code use ff_eval2() Originally committed as …
(edit) @62bb489b   18 years mans add some #ifdef CONFIG_ENCODERS/DECODERS Originally committed as …
(edit) @191e8ca7   18 years mans fix some signedness warnings Originally committed as revision 6355 to …
(edit) @d80f243a   18 years takis.issaris Make ratecontrol use ff_eval2(). Originally committed as revision …
(edit) @0c630922   18 years mans remove useless memset() Originally committed as revision 6353 to …
(edit) @44cdb423   18 years lucabe72 Add support for YUVJ formats Originally committed as revision 19993 …
(edit) @a2eb288a   18 years takis.issaris Fix compilation by postponing deprecation of ff_eval() until the next …
(edit) @050b60b2   18 years kostya.shishkov free memory before return Originally committed as revision 6351 to …
(edit) @1dbb339d   18 years kostya.shishkov bump lavc version for WavPack decoder Originally committed as …
(edit) @c38a29a4   18 years michaelni fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000) …
(edit) @ae41e29b   18 years takis.issaris Introduce ff_eval2 which is equivalent to ff_eval but does not log …
(edit) @a040300   18 years mans ARMv5TE optimized IDCT Originally committed as revision 6347 to …
(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 …
Note: See TracRevisionLog for help on using the revision log.