summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Collapse)AuthorAge
* 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
* ARMv5TE optimized IDCTMåns Rullgård2006-09-26
| | | | Originally committed as revision 6347 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
* move memory functions from avcodec to avutilLuca Barbato2006-09-25
| | | | Originally committed as revision 6330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "error" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
| | | | | | function. Originally committed as revision 6322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "mepc" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris2006-09-22
| | | | Originally committed as revision 6321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "mb_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
| | | | | | function. Originally committed as revision 6317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "qsquish" OptionDef. The AVOption min/max value is changed to matchPanagiotis Issaris2006-09-20
| | | | | | the removed range check in ffmpeg.c. Originally committed as revision 6299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "qmax" OptionDef.Panagiotis Issaris2006-09-20
| | | | Originally committed as revision 6298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "qmin" OptionDef.Panagiotis Issaris2006-09-20
| | | | Originally committed as revision 6297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "bf" OptionDef parameter so the equally named AVOption will takePanagiotis Issaris2006-09-20
| | | | | | | over. Move over ffmpeg.c constraint checking, but allow value of zero to disable B-frame. Originally committed as revision 6296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct the constraints of some AVOptions. These had a default value of zero,Panagiotis Issaris2006-09-20
| | | | | | while the minimum allowed value was set to FLT_MIN. Originally committed as revision 6294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct the i_qfactor minimum, which was current set higher then the defaultPanagiotis Issaris2006-09-15
| | | | | | value. Originally committed as revision 6274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the AVOption's names to the shorter OptionDef names.Panagiotis Issaris2006-09-15
| | | | Originally committed as revision 6257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Synchronize the defaults specified in the AVOptions[] array to the defaultsPanagiotis Issaris2006-09-14
| | | | | | | specified in the ffmpeg.c global static variabels. This preserves the current behavior. Originally committed as revision 6252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make OFFSET() reuse offsetofPanagiotis Issaris2006-09-14
| | | | Originally committed as revision 6251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* corrects the type of the AVOption parameter "bugs", patch by TakisPanagiotis Issaris2006-09-13
| | | | | | | | Original thread: Date: Sep 11, 2006 1:43 PM Subject: [Ffmpeg-devel] [PATCH] Wrong AVOption type Originally committed as revision 6244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adds descriptions to the libavcodec AVOptions array, taken from thePanagiotis Issaris2006-09-13
| | | | | | | | | | OptionDef options[] array. Patch by Takis, Original thread: Date: Sep 11, 2006 3:39 PM Subject: [Ffmpeg-devel] [PATCH] AVOptions description sync Originally committed as revision 6243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use and set sane AVOption defaultsPanagiotis Issaris2006-09-10
| | | | | | | | | Patch by Takis Original thread: Date: Sep 8, 2006 3:26 PM Subject: [Ffmpeg-devel] [PATCH 2/2] Use and set sane AVOption defaults Originally committed as revision 6227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make AVOptions default value field work.Panagiotis Issaris2006-09-10
| | | | | | | | | Patch by Panagiotis Issaris % takis P issaris A uhasselt P be % Original thread: Date: Sep 8, 2006 3:22 PM Subject: [Ffmpeg-devel] [PATCH 1/2] Enable usage of AVOption default value Originally committed as revision 6224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* undefines a few temporary defines which were not undefined after their usage.Panagiotis Issaris2006-09-09
| | | | | | Patch by Panagiotis Issaris Originally committed as revision 6205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant declarationsMåns Rullgård2006-09-02
| | | | Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_log() & friends to libavutilLuca Abeni2006-07-18
| | | | Originally committed as revision 5781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
| | | | | | CONFIG_MINGW or __MINGW32__ instead. Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allows user-settable block size and fixes related typoJustin Ruggles2006-07-08
| | | | Originally committed as revision 5674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-08
| | | | Originally committed as revision 5666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify the voc demuxer using av_get_bits_per_sample()Aurelien Jacobs2006-07-07
| | | | Originally committed as revision 5663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-07
| | | | Originally committed as revision 5661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark some read-only datastructures as const.Stefan Huehner2006-07-06
| | | | | | patch by Stefan Huehner, stefan & at & huehner & dot & org Originally committed as revision 5639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac-lpc patch by (Justin Ruggles jruggle earthlink net)Justin Ruggles2006-07-02
| | | | | | tabs removed and regression.sh fixed (it was missing in the patch) by me Originally committed as revision 5572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable w53 and w97 cmp methods when snow encoder is disabledDiego Pettenò2006-06-30
| | | | | | | | | Patch by Diego 'Flameeyes' Petteno flameeyes AH gentoo PP org Original thread: Date: Jun 30, 2006 1:16 AM Subject: [Ffmpeg-devel] [PATCH] Disable w53 and w97 cmp methods when snow encoder is disabled Originally committed as revision 5558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* anothe useless sizeof(char)Reynaldo H. Verdejo Pinochet2006-06-30
| | | | Originally committed as revision 5555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ADPCM: trellis quantizationLoren Merritt2006-06-03
| | | | Originally committed as revision 5451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1Corey Hickey2006-06-03
| | | | | | user-tunable. Originally committed as revision 5450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make zero motion vector threshold user setableMichael Niedermayer2006-05-07
| | | | Originally committed as revision 5348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Add new file internal.h for common internal-use-only functions.Corey Hickey2006-03-30
| | | | | | | | - Add new function av_tempfile() for creating temporary files; contains workaround for MinGW. - Make XviD stuff use av_tempfile(). Originally committed as revision 5245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch flac to av_crcMichael Niedermayer2006-03-06
| | | | Originally committed as revision 5117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch ac3enc to av_crcMichael Niedermayer2006-03-06
| | | | Originally committed as revision 5116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic crc calculation codeMichael Niedermayer2006-03-06
| | | | Originally committed as revision 5115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with BLUR8.AVIMichael Niedermayer2006-03-03
| | | | Originally committed as revision 5104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added none/8bit/24bit audio formats and defaulting to s16 for now (once the ↵Alex Beregszaszi2006-02-21
| | | | | | system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE) Originally committed as revision 5045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add static keyword to some functionsDieter2006-01-30
| | | | | | patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sc_factor support for encoding.Corey Hickey2006-01-22
| | | | | | | | | | | | | | | | | Here's the description I'll add to the mplayer man page: --- Causes frames with higher quantizers to be more likely to trigger a scene change detection and make libavcodec use an I-frame (default: 1). 1-16 is a sane range. Values between 2 and 6 may yield increasing PSNR (up to approximately 0.04 dB) and better placement of I-frames in high-motion scenes. Higher values than 6 may give very slightly better PSNR (approximately 0.01 dB more than sc_factor=6), but noticably worse visual quality. --- Original idea from Michael; patch by me. Originally committed as revision 4883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parameter added for user to set the cutoff frequency when encoding with faac.Luca Abeni2006-01-10
| | | | | | Patch by Luca Abeni - lucabe72 at email dot it. Originally committed as revision 4837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update x264 wrapper.Robert Swain2005-12-29
| | | | | | patch by Robert Swain. Originally committed as revision 4784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support downscaling frames for dynamic b frame decissionMichael Niedermayer2005-12-25
| | | | Originally committed as revision 4776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (didnt remove option from old ones after converting to AVOption)Michael Niedermayer2005-12-25
| | | | Originally committed as revision 4775 to svn://svn.ffmpeg.org/ffmpeg/trunk