summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* add another data definition ulBaptiste Coudurier2006-09-29
| | | | Originally committed as revision 6381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use a data definition uls table to fetch codec typeBaptiste Coudurier2006-09-29
| | | | Originally committed as revision 6380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add string param to PRINT_KEY for debugBaptiste Coudurier2006-09-29
| | | | Originally committed as revision 6379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shut up gcc about incompatible pointer typeBaptiste Coudurier2006-09-29
| | | | Originally committed as revision 6378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless castsBaptiste Coudurier2006-09-29
| | | | Originally committed as revision 6377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove gcc warnings about void * used in arithmeticBaptiste Coudurier2006-09-29
| | | | Originally committed as revision 6376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove extraneous #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-28
| | | | Originally committed as revision 6375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -interlace -> -ilme This has been wrong in the docs for years,Benjamin Larsson2006-09-28
| | | | | | the description might not be totally correct though. Originally committed as revision 6374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move sample size adjusting code after audio stsd v2 parsing to let v2 set ↵Baptiste Coudurier2006-09-28
| | | | | | correct channel number, fix Sony-hdv2.mov Originally committed as revision 6373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add lpcm fourccBaptiste Coudurier2006-09-28
| | | | Originally committed as revision 6372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.movBaptiste Coudurier2006-09-28
| | | | Originally committed as revision 6371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "mblmax" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-28
| | | | | | | function. A unit change is involved, but as AVOption parameters are now parsed with ff_eval2(), you can use the QP2LAMBDA constant to ease the change. Originally committed as revision 6370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "mblmin" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-28
| | | | | | | function. A unit change is involved, but as AVOption parameters are now parsed with ff_eval2(), you can use the QP2LAMBDA constant to ease the change. Originally committed as revision 6369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "lmin" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris2006-09-28
| | | | | | | | A unit change is involved, but as AVOption parameters are now parsed with ff_eval2(), you can use the QP2LAMBDA constant to ease the change, f.e.: ffmpeg -i src.ext -lmin 21*QP2LAMBDA dst.ext Originally committed as revision 6368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "lmax" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris2006-09-28
| | | | | | | | A unit change is involved, but as AVOption parameters are now parsed with ff_eval2(), you can use the QP2LAMBDA constant to ease the change: ffmpeg -i src.ext -lmax 21*QP2LAMBDA dst.ext Originally committed as revision 6367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8%Siarhei Siamashka2006-09-28
| | | | | | | | | Patch by Siarhei Siamashka %siarhei P siamashka A gmail P com% Original thread: Date: Sep 28, 2006 2:26 AM Subject: [Ffmpeg-devel] [PATCH] ARM implementation of FASTDIV Originally committed as revision 6366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle case of get_bits(0)Kostya Shishkov2006-09-28
| | | | Originally committed as revision 6365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dc_val should be signedMåns Rullgård2006-09-27
| | | | Originally committed as revision 6364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return 0 from encode_picture() and estimate_qp() on successMåns Rullgård2006-09-27
| | | | Originally committed as revision 6363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make sure we can create and execute files in $TMPDIRMåns Rullgård2006-09-27
| | | | Originally committed as revision 6362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent infinite loop with VORC012.WMAMichael Niedermayer2006-09-27
| | | | Originally committed as revision 6361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put ARM feature tests next to other CPU testsMåns Rullgård2006-09-27
| | | | Originally committed as revision 6360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to stop people blindly using --cross-compileMåns Rullgård2006-09-27
| | | | Originally committed as revision 6359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Break compatibility only when first part of version number changes, in thisPanagiotis Issaris2006-09-27
| | | | | | specific case for ff_eval deprecation. Originally committed as revision 6358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVOption parsign code use ff_eval2()Panagiotis Issaris2006-09-27
| | | | Originally committed as revision 6357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
| | | | Originally committed as revision 6356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some signedness warningsMåns Rullgård2006-09-27
| | | | Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ratecontrol use ff_eval2().Panagiotis Issaris2006-09-27
| | | | Originally committed as revision 6354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless memset()Måns Rullgård2006-09-27
| | | | Originally committed as revision 6353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for YUVJ formatsLuca Abeni2006-09-27
| | | | Originally committed as revision 19993 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix compilation by postponing deprecation of ff_eval() until the next versionPanagiotis Issaris2006-09-27
| | | | | | increment. Originally committed as revision 6352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free memory before returnKostya Shishkov2006-09-27
| | | | Originally committed as revision 6351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bump lavc version for WavPack decoderKostya Shishkov2006-09-27
| | | | Originally committed as revision 6350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)Michael Niedermayer2006-09-26
| | | | Originally committed as revision 6349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce ff_eval2 which is equivalent to ff_eval but does not log anything.Panagiotis Issaris2006-09-26
| | | | | | Instead, error messages are passed upward by means of a struct member variable. Originally committed as revision 6348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv5TE optimized IDCTMåns Rullgård2006-09-26
| | | | Originally committed as revision 6347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000)Michael Niedermayer2006-09-26
| | | | Originally committed as revision 6346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix r_frame_rate init code for groundhog.vobMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix MUL16 macroMåns Rullgård2006-09-26
| | | | Originally committed as revision 6344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop broken telecine detection codeMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont ignore MAX_READ_SIZEMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support forward seeking in non seekable streamsMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify seek() failure checkMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle possible failure of ff_eval.Panagiotis Issaris2006-09-26
| | | | Originally committed as revision 6338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 b_strategy=2 segfault fixMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WavPack lossless audio decoderKostya Shishkov2006-09-26
| | | | Originally committed as revision 6336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove get_le16 and get_le32, get_bits and get_bits_long can just be used ↵Reimar Döffinger2006-09-25
| | | | | | directly. Originally committed as revision 6335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the ↵Reimar Döffinger2006-09-25
| | | | | | same way. Originally committed as revision 6334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Changes needed due to show_bits_long behaviour changes/fixesReimar Döffinger2006-09-25
| | | | Originally committed as revision 6333 to svn://svn.ffmpeg.org/ffmpeg/trunk