aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Collapse)AuthorAgeFilesLines
...
* vqmin/vqmax --> qmin/qmax in the option descriptionDiego Biurrun2006-12-131-2/+2
| | | | Originally committed as revision 7316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve option description.Diego Biurrun2006-12-111-1/+1
| | | | Originally committed as revision 7276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "mixed_refs" description suggested by Loren Merritt and update accompanyingPanagiotis Issaris2006-12-061-1/+1
| | | | | | comment in the code. Originally committed as revision 7235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more descriptions to the AVOption array taken from the avcodec.h AVCodec ↵Panagiotis Issaris2006-12-061-30/+30
| | | | | | structure member comments. Originally committed as revision 7233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some obvious mistakes in the option descriptions.Diego Biurrun2006-12-041-2/+2
| | | | Originally committed as revision 7220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fill in some missing AVOption descriptions.Víctor Paesa2006-12-021-70/+70
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 7213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert bad checkinMåns Rullgård2006-11-141-1/+1
| | | | Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-141-1/+1
| | | | Originally committed as revision 7043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add low delay forcing option for mpeg1/2 encodingBaptiste Coudurier2006-11-131-1/+1
| | | | Originally committed as revision 7008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flagBaptiste Coudurier2006-11-071-0/+2
| | | | Originally committed as revision 6933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct description of mblmin and mblmax.Corey Hickey2006-11-021-2/+2
| | | | Originally committed as revision 6873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16-bit grayscale supportKostya Shishkov2006-10-241-0/+2
| | | | Originally committed as revision 6778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg work with x264 r592Luca Barbato2006-10-161-1/+1
| | | | Originally committed as revision 6711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix AC3 5.1 being decoded as monoAndrea Gianarro2006-10-091-1/+1
| | | | | | | | | patch by Andrea Gianarro % giandrea AH gmail P com % Original thread: Date: Oct 9, 2006 11:55 AM Subject: [Ffmpeg-devel] AC3 5:1 decoding as mono Originally committed as revision 6598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix quantiSer --> quantiZer typo.Diego Biurrun2006-10-021-8/+8
| | | | Originally committed as revision 6523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the override of lmin and lmax, so the actual option value provided willPanagiotis Issaris2006-09-291-2/+0
| | | | | | be used. Originally committed as revision 6384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "mblmax" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-281-1/+1
| | | | | | | 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-281-1/+1
| | | | | | | 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-261-0/+1
| | | | Originally committed as revision 6347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 b_strategy=2 segfault fixMichael Niedermayer2006-09-261-1/+1
| | | | Originally committed as revision 6337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move memory functions from avcodec to avutilLuca Barbato2006-09-251-34/+0
| | | | 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-221-1/+1
| | | | | | 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-221-1/+1
| | | | 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-221-1/+1
| | | | | | 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-201-1/+1
| | | | | | 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-201-1/+1
| | | | Originally committed as revision 6298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "qmin" OptionDef.Panagiotis Issaris2006-09-201-1/+1
| | | | 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-201-1/+1
| | | | | | | 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-201-10/+10
| | | | | | 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-151-1/+1
| | | | | | 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-151-26/+26
| | | | 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-141-7/+7
| | | | | | | 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-141-1/+1
| | | | 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-131-1/+1
| | | | | | | | 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-131-39/+39
| | | | | | | | | | 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-101-70/+30
| | | | | | | | | 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-101-0/+3
| | | | | | | | | 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-091-0/+4
| | | | | | Patch by Panagiotis Issaris Originally committed as revision 6205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant declarationsMåns Rullgård2006-09-021-2/+0
| | | | Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_log() & friends to libavutilLuca Abeni2006-07-181-52/+0
| | | | 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-111-3/+3
| | | | | | 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-081-1/+1
| | | | Originally committed as revision 5674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-081-2/+4
| | | | 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-071-0/+5
| | | | Originally committed as revision 5663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-071-0/+28
| | | | Originally committed as revision 5661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark some read-only datastructures as const.Stefan Huehner2006-07-061-1/+1
| | | | | | 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-021-0/+15
| | | | | | 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-301-0/+2
| | | | | | | | | 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-301-1/+1
| | | | Originally committed as revision 5555 to svn://svn.ffmpeg.org/ffmpeg/trunk