summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Fix quantiSer --> quantiZer typo.Diego Biurrun2006-10-021-8/+8
* Remove the override of lmin and lmax, so the actual option value provided willPanagiotis Issaris2006-09-291-2/+0
* Remove the "mblmax" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-281-1/+1
* Remove the "mblmin" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-281-1/+1
* ARMv5TE optimized IDCTMåns Rullgård2006-09-261-0/+1
* mpeg1 b_strategy=2 segfault fixMichael Niedermayer2006-09-261-1/+1
* move memory functions from avcodec to avutilLuca Barbato2006-09-251-34/+0
* Remove the "error" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-221-1/+1
* Remove the "mepc" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris2006-09-221-1/+1
* Remove the "mb_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-221-1/+1
* Remove the "qsquish" OptionDef. The AVOption min/max value is changed to matchPanagiotis Issaris2006-09-201-1/+1
* Remove the "qmax" OptionDef.Panagiotis Issaris2006-09-201-1/+1
* Remove the "qmin" OptionDef.Panagiotis Issaris2006-09-201-1/+1
* Remove the "bf" OptionDef parameter so the equally named AVOption will takePanagiotis Issaris2006-09-201-1/+1
* Correct the constraints of some AVOptions. These had a default value of zero,Panagiotis Issaris2006-09-201-10/+10
* Correct the i_qfactor minimum, which was current set higher then the defaultPanagiotis Issaris2006-09-151-1/+1
* Rename the AVOption's names to the shorter OptionDef names.Panagiotis Issaris2006-09-151-26/+26
* Synchronize the defaults specified in the AVOptions[] array to the defaultsPanagiotis Issaris2006-09-141-7/+7
* Make OFFSET() reuse offsetofPanagiotis Issaris2006-09-141-1/+1
* corrects the type of the AVOption parameter "bugs", patch by TakisPanagiotis Issaris2006-09-131-1/+1
* adds descriptions to the libavcodec AVOptions array, taken from thePanagiotis Issaris2006-09-131-39/+39
* Use and set sane AVOption defaultsPanagiotis Issaris2006-09-101-70/+30
* make AVOptions default value field work.Panagiotis Issaris2006-09-101-0/+3
* undefines a few temporary defines which were not undefined after their usage.Panagiotis Issaris2006-09-091-0/+4
* remove redundant declarationsMåns Rullgård2006-09-021-2/+0
* Move av_log() & friends to libavutilLuca Abeni2006-07-181-52/+0
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-111-3/+3
* allows user-settable block size and fixes related typoJustin Ruggles2006-07-081-1/+1
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-081-2/+4
* simplify the voc demuxer using av_get_bits_per_sample()Aurelien Jacobs2006-07-071-0/+5
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-071-0/+28
* Mark some read-only datastructures as const.Stefan Huehner2006-07-061-1/+1
* flac-lpc patch by (Justin Ruggles jruggle earthlink net)Justin Ruggles2006-07-021-0/+15
* Disable w53 and w97 cmp methods when snow encoder is disabledDiego Pettenò2006-06-301-0/+2
* anothe useless sizeof(char)Reynaldo H. Verdejo Pinochet2006-06-301-1/+1
* ADPCM: trellis quantizationLoren Merritt2006-06-031-1/+1
* Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1Corey Hickey2006-06-031-0/+2
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-131-0/+1
* make zero motion vector threshold user setableMichael Niedermayer2006-05-071-0/+2
* - Add new file internal.h for common internal-use-only functions.Corey Hickey2006-03-301-0/+39
* switch flac to av_crcMichael Niedermayer2006-03-061-0/+2
* switch ac3enc to av_crcMichael Niedermayer2006-03-061-0/+2
* generic crc calculation codeMichael Niedermayer2006-03-061-0/+7
* fix segfault with BLUR8.AVIMichael Niedermayer2006-03-031-3/+4
* added none/8bit/24bit audio formats and defaulting to s16 for now (once the s...Alex Beregszaszi2006-02-211-0/+1
* add static keyword to some functionsDieter2006-01-301-2/+2
* sc_factor support for encoding.Corey Hickey2006-01-221-0/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* Parameter added for user to set the cutoff frequency when encoding with faac.Luca Abeni2006-01-101-0/+1
* update x264 wrapper.Robert Swain2005-12-291-1/+31
OpenPOWER on IntegriCloud