source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3e66a740   18 years diego Update copyright year and mention other copyright holders. Originally …
(edit) @4336886   18 years gpoirier Fix wrong ASF duration of generated files Patch by Brian Brice % …
(edit) @eaa6d7b6   18 years diego make depend should recurse into libswscale as well. Originally …
(edit) @4054e245   18 years diego Remove bogus .PHONY declaration from version.h target. Should fix make …
(edit) @0fe89aca   18 years diego Remove unused variables. Originally committed as revision 20012 to …
(edit) @e8f42cc0   18 years ods15 prevent warning in vorbis_data.c Originally committed as revision …
(edit) @ded515b2   18 years ods15 100l, broke ffmpeg compilation, ABS() and uint* types not defined in …
(edit) @6c29d7c   18 years ods15 make some more functions global so they can be shared with …
(edit) @9f963af5   18 years ods15 make ready_floor1_list() shared for vorbis_enc.c Originally committed …
(edit) @429914a3   18 years kostya.shishkov 1l: correct argument order in avcodec_check_dimensions Originally …
(edit) @3129f3bd   18 years michaelni palette (if we memcpy it into AVFrame) must be uint32_t Originally …
(edit) @cc0ba5a5   18 years ods15 vorbis.h -> vorbis_data.c move tables from vorbis.h to a C file so …
(edit) @18239ed   18 years michaelni marking AVPaletteControl as deprecated due to thread saftey amongth …
(edit) @b8a2e120   18 years michaelni move things from my todo to the unassigned one so my lazyness doesnt …
(edit) @0d415b2d   18 years michaelni seems only 3 bits are used for the number of resolutions, some rv30 …
(edit) @0244f743   18 years mans f*cking windows confuses itself by adding .exe to filenames …
(edit) @cb37931d   18 years michaelni dont set sub_id as its completly redundant and silly Originally …
(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 …
Note: See TracRevisionLog for help on using the revision log.