summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet2007-03-05
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-04
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-04
* remove ps option and rename rtp_payload_size AVOption to psBaptiste Coudurier2007-03-01
* get rid of rtp_mode field after next major bumpBaptiste Coudurier2007-02-28
* enable rtp payload size AVOption for video encodingBaptiste Coudurier2007-02-28
* dont check buffer size if the decode function wont be called at allMichael Niedermayer2007-02-23
* av_realloc_static() is an internal function and therefore should use the ff_ ...Panagiotis Issaris2007-02-23
* Move the Doxygen function documentation unaltered from libavcodec/utils.c toPanagiotis Issaris2007-02-22
* Add more Doxygen documentation.Panagiotis Issaris2007-02-22
* Fix typo.Panagiotis Issaris2007-02-22
* simplify release_buffer using FFSWAPAurelien Jacobs2007-02-21
* Add some more Doxygen documentation to libavcodec/utils.c.Panagiotis Issaris2007-02-20
* Spelling fixMichel Bardiaux2007-02-15
* doxy for avcodec_encode_video()Michael Niedermayer2007-02-14
* Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni2007-02-08
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux,Michel Bardiaux2007-02-01
* avcodec_decode_audio2()Michael Niedermayer2007-01-14
* er and strict also apply to audio theoreticallyMichael Niedermayer2007-01-14
* skiprd doxygen comment from avcodec.h -> AVOption commentMichael Niedermayer2006-12-26
* skiprdMichael Niedermayer2006-12-23
* bt 0 is invalid, setting min to 1Baptiste Coudurier2006-12-22
* vqmin/vqmax --> qmin/qmax in the option descriptionDiego Biurrun2006-12-13
* Improve option description.Diego Biurrun2006-12-11
* Add "mixed_refs" description suggested by Loren Merritt and update accompanyingPanagiotis Issaris2006-12-06
* Add more descriptions to the AVOption array taken from the avcodec.h AVCodec ...Panagiotis Issaris2006-12-06
* Fix some obvious mistakes in the option descriptions.Diego Biurrun2006-12-04
* Fill in some missing AVOption descriptions.Víctor Paesa2006-12-02
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* add low delay forcing option for mpeg1/2 encodingBaptiste Coudurier2006-11-13
* 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