summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flagBaptiste Coudurier2006-11-07
* Correct description of mblmin and mblmax.Corey Hickey2006-11-02
* 16-bit grayscale supportKostya Shishkov2006-10-24
* Make ffmpeg work with x264 r592Luca Barbato2006-10-16
* fix AC3 5.1 being decoded as monoAndrea Gianarro2006-10-09
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Fix quantiSer --> quantiZer typo.Diego Biurrun2006-10-02
* Remove the override of lmin and lmax, so the actual option value provided willPanagiotis Issaris2006-09-29
* Remove the "mblmax" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-28
* Remove the "mblmin" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-28
* ARMv5TE optimized IDCTMåns Rullgård2006-09-26
* mpeg1 b_strategy=2 segfault fixMichael Niedermayer2006-09-26
* move memory functions from avcodec to avutilLuca Barbato2006-09-25
* Remove the "error" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
* Remove the "mepc" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris2006-09-22
* Remove the "mb_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
* Remove the "qsquish" OptionDef. The AVOption min/max value is changed to matchPanagiotis Issaris2006-09-20
* Remove the "qmax" OptionDef.Panagiotis Issaris2006-09-20
* Remove the "qmin" OptionDef.Panagiotis Issaris2006-09-20
* Remove the "bf" OptionDef parameter so the equally named AVOption will takePanagiotis Issaris2006-09-20
* Correct the constraints of some AVOptions. These had a default value of zero,Panagiotis Issaris2006-09-20
* Correct the i_qfactor minimum, which was current set higher then the defaultPanagiotis Issaris2006-09-15
* Rename the AVOption's names to the shorter OptionDef names.Panagiotis Issaris2006-09-15
* Synchronize the defaults specified in the AVOptions[] array to the defaultsPanagiotis Issaris2006-09-14
* Make OFFSET() reuse offsetofPanagiotis Issaris2006-09-14
* corrects the type of the AVOption parameter "bugs", patch by TakisPanagiotis Issaris2006-09-13
* adds descriptions to the libavcodec AVOptions array, taken from thePanagiotis Issaris2006-09-13
* Use and set sane AVOption defaultsPanagiotis Issaris2006-09-10
* make AVOptions default value field work.Panagiotis Issaris2006-09-10
* undefines a few temporary defines which were not undefined after their usage.Panagiotis Issaris2006-09-09
* remove redundant declarationsMåns Rullgård2006-09-02
* Move av_log() & friends to libavutilLuca Abeni2006-07-18
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
* allows user-settable block size and fixes related typoJustin Ruggles2006-07-08
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-08
* simplify the voc demuxer using av_get_bits_per_sample()Aurelien Jacobs2006-07-07
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-07
* Mark some read-only datastructures as const.Stefan Huehner2006-07-06
* flac-lpc patch by (Justin Ruggles jruggle earthlink net)Justin Ruggles2006-07-02
* Disable w53 and w97 cmp methods when snow encoder is disabledDiego Pettenò2006-06-30
* anothe useless sizeof(char)Reynaldo H. Verdejo Pinochet2006-06-30
* ADPCM: trellis quantizationLoren Merritt2006-06-03
* Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1Corey Hickey2006-06-03
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-13
* make zero motion vector threshold user setableMichael Niedermayer2006-05-07
* - Add new file internal.h for common internal-use-only functions.Corey Hickey2006-03-30
* switch flac to av_crcMichael Niedermayer2006-03-06
* switch ac3enc to av_crcMichael Niedermayer2006-03-06
* generic crc calculation codeMichael Niedermayer2006-03-06
* fix segfault with BLUR8.AVIMichael Niedermayer2006-03-03