summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* typosDiego Biurrun2007-04-071-2/+2
* typoMichael Niedermayer2007-04-031-1/+1
* FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil NowosadKamil Nowosad2007-04-031-0/+3
* indentionMichael Niedermayer2007-04-011-6/+6
* make AVCodec.init() optionalMichael Niedermayer2007-04-011-0/+2
* Fix H.264 8x8 transform selectionLimin Wang2007-03-241-1/+1
* kill 3 more av_mallocz_static()Michael Niedermayer2007-03-141-0/+2
* add a -ab with default of 64kMichael Niedermayer2007-03-071-1/+2
* add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take Cod...Michael Niedermayer2007-03-071-4/+19
* change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet2007-03-051-1/+1
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-041-1/+1
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-041-0/+1
* remove ps option and rename rtp_payload_size AVOption to psBaptiste Coudurier2007-03-011-1/+1
* get rid of rtp_mode field after next major bumpBaptiste Coudurier2007-02-281-0/+2
* enable rtp payload size AVOption for video encodingBaptiste Coudurier2007-02-281-1/+1
* dont check buffer size if the decode function wont be called at allMichael Niedermayer2007-02-231-11/+12
* av_realloc_static() is an internal function and therefore should use the ff_ ...Panagiotis Issaris2007-02-231-1/+1
* Move the Doxygen function documentation unaltered from libavcodec/utils.c toPanagiotis Issaris2007-02-221-20/+0
* Add more Doxygen documentation.Panagiotis Issaris2007-02-221-69/+0
* Fix typo.Panagiotis Issaris2007-02-221-1/+1
* simplify release_buffer using FFSWAPAurelien Jacobs2007-02-211-4/+2
* Add some more Doxygen documentation to libavcodec/utils.c.Panagiotis Issaris2007-02-201-4/+44
* Spelling fixMichel Bardiaux2007-02-151-3/+3
* doxy for avcodec_encode_video()Michael Niedermayer2007-02-141-1/+8
* Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni2007-02-081-1/+1
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-2/+2
* Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux,Michel Bardiaux2007-02-011-2/+8
* avcodec_decode_audio2()Michael Niedermayer2007-01-141-3/+25
* er and strict also apply to audio theoreticallyMichael Niedermayer2007-01-141-2/+2
* skiprd doxygen comment from avcodec.h -> AVOption commentMichael Niedermayer2006-12-261-1/+1
* skiprdMichael Niedermayer2006-12-231-0/+1
* bt 0 is invalid, setting min to 1Baptiste Coudurier2006-12-221-1/+1
* vqmin/vqmax --> qmin/qmax in the option descriptionDiego Biurrun2006-12-131-2/+2
* Improve option description.Diego Biurrun2006-12-111-1/+1
* Add "mixed_refs" description suggested by Loren Merritt and update accompanyingPanagiotis Issaris2006-12-061-1/+1
* Add more descriptions to the AVOption array taken from the avcodec.h AVCodec ...Panagiotis Issaris2006-12-061-30/+30
* Fix some obvious mistakes in the option descriptions.Diego Biurrun2006-12-041-2/+2
* Fill in some missing AVOption descriptions.Víctor Paesa2006-12-021-70/+70
* revert bad checkinMåns Rullgård2006-11-141-1/+1
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-141-1/+1
* add low delay forcing option for mpeg1/2 encodingBaptiste Coudurier2006-11-131-1/+1
* add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flagBaptiste Coudurier2006-11-071-0/+2
* Correct description of mblmin and mblmax.Corey Hickey2006-11-021-2/+2
* 16-bit grayscale supportKostya Shishkov2006-10-241-0/+2
* Make ffmpeg work with x264 r592Luca Barbato2006-10-161-1/+1
* fix AC3 5.1 being decoded as monoAndrea Gianarro2006-10-091-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* 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
OpenPOWER on IntegriCloud