summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove unused variables.Diego Biurrun2006-10-01
| | | | Originally committed as revision 20012 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* prevent warning in vorbis_data.cOded Shimon2006-10-01
| | | | Originally committed as revision 6404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, broke ffmpeg compilation, ABS() and uint* types not defined in ↵Oded Shimon2006-10-01
| | | | | | vorbis_data.c Originally committed as revision 6403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some more functions global so they can be shared with vorbis_enc.cOded Shimon2006-10-01
| | | | Originally committed as revision 6402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make ready_floor1_list() shared for vorbis_enc.cOded Shimon2006-10-01
| | | | Originally committed as revision 6401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l: correct argument order in avcodec_check_dimensionsKostya Shishkov2006-10-01
| | | | Originally committed as revision 6400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* palette (if we memcpy it into AVFrame) must be uint32_tMichael Niedermayer2006-09-30
| | | | Originally committed as revision 6399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis.h -> vorbis_data.cOded Shimon2006-09-30
| | | | | | | move tables from vorbis.h to a C file so they can be used later in vorbis_enc.c Originally committed as revision 6398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* marking AVPaletteControl as deprecated due to thread saftey amongth other ↵Michael Niedermayer2006-09-30
| | | | | | issues (it doesnt work if theres any delay between demuxer and decoder) Originally committed as revision 6397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move things from my todo to the unassigned one so my lazyness doesnt prevent ↵Michael Niedermayer2006-09-30
| | | | | | others from working on them Originally committed as revision 6396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems only 3 bits are used for the number of resolutions, some rv30 files ↵Michael Niedermayer2006-09-30
| | | | | | have this set to 10 even though there are just 2 resolutions in the extradata Originally committed as revision 6395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* f*cking windows confuses itself by adding .exe to filenamesMåns Rullgård2006-09-30
| | | | Originally committed as revision 6394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont set sub_id as its completly redundant and sillyMichael Niedermayer2006-09-30
| | | | Originally committed as revision 6393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore sub_idMichael Niedermayer2006-09-30
| | | | Originally committed as revision 6392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* big endian fixMichael Niedermayer2006-09-30
| | | | Originally committed as revision 6391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support resolution switching, fixes rv20errors.rmMichael Niedermayer2006-09-30
| | | | Originally committed as revision 6390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-09-29
| | | | Originally committed as revision 6389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ↵Michael Niedermayer2006-09-29
| | | | | | ff_mpeg4_set_direct_mv) Originally committed as revision 6388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add forgotten eval.h...Panagiotis Issaris2006-09-29
| | | | Originally committed as revision 6387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the ratecontrol related code from mpegvideo.h to a separate header file.Panagiotis Issaris2006-09-29
| | | | Originally committed as revision 6386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reformat the output of the list of available AVOptions, by indenting thePanagiotis Issaris2006-09-29
| | | | | | | parameters of certain options and displaying them _right after_ the actual option taking the parameter. Originally committed as revision 6385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the override of lmin and lmax, so the actual option value provided willPanagiotis Issaris2006-09-29
| | | | | | be used. Originally committed as revision 6384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there andPanagiotis Issaris2006-09-29
| | | | | | put it in a separate file. Originally committed as revision 6383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rudimentary binary seekBaptiste Coudurier2006-09-29
| | | | Originally committed as revision 6382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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