Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-04Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris
2007-03-04dummy support for mpeg2 non linear quantBaptiste Coudurier
2007-03-01remove ps option and rename rtp_payload_size AVOption to psBaptiste Coudurier
2007-02-28get rid of rtp_mode field after next major bumpBaptiste Coudurier
2007-02-28enable rtp payload size AVOption for video encodingBaptiste Coudurier
2007-02-23dont check buffer size if the decode function wont be called at allMichael Niedermayer
2007-02-23av_realloc_static() is an internal function and therefore should use the ff_ ...Panagiotis Issaris
2007-02-22Move the Doxygen function documentation unaltered from libavcodec/utils.c toPanagiotis Issaris
2007-02-22Add more Doxygen documentation.Panagiotis Issaris
2007-02-22Fix typo.Panagiotis Issaris
2007-02-22simplify release_buffer using FFSWAPAurelien Jacobs
2007-02-20Add some more Doxygen documentation to libavcodec/utils.c.Panagiotis Issaris
2007-02-15Spelling fixMichel Bardiaux
2007-02-14doxy for avcodec_encode_video()Michael Niedermayer
2007-02-08Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2007-02-01Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux,Michel Bardiaux
2007-01-15avcodec_decode_audio2()Michael Niedermayer
2007-01-15er and strict also apply to audio theoreticallyMichael Niedermayer
2006-12-26skiprd doxygen comment from avcodec.h -> AVOption commentMichael Niedermayer
2006-12-23skiprdMichael Niedermayer
2006-12-22bt 0 is invalid, setting min to 1Baptiste Coudurier
2006-12-13vqmin/vqmax --> qmin/qmax in the option descriptionDiego Biurrun
2006-12-11Improve option description.Diego Biurrun
2006-12-06Add "mixed_refs" description suggested by Loren Merritt and update accompanyingPanagiotis Issaris
2006-12-06Add more descriptions to the AVOption array taken from the avcodec.h AVCodec ...Panagiotis Issaris
2006-12-04Fix some obvious mistakes in the option descriptions.Diego Biurrun
2006-12-02Fill in some missing AVOption descriptions.Víctor Paesa
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård
2006-11-13add low delay forcing option for mpeg1/2 encodingBaptiste Coudurier
2006-11-07add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flagBaptiste Coudurier
2006-11-03Correct description of mblmin and mblmax.Corey Hickey
2006-10-2416-bit grayscale supportKostya Shishkov
2006-10-16Make ffmpeg work with x264 r592Luca Barbato
2006-10-09fix AC3 5.1 being decoded as monoAndrea Gianarro
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-02Fix quantiSer --> quantiZer typo.Diego Biurrun
2006-09-29Remove the override of lmin and lmax, so the actual option value provided willPanagiotis Issaris
2006-09-28Remove the "mblmax" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-28Remove the "mblmin" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-27ARMv5TE optimized IDCTMåns Rullgård
2006-09-26mpeg1 b_strategy=2 segfault fixMichael Niedermayer
2006-09-25move memory functions from avcodec to avutilLuca Barbato
2006-09-22Remove the "error" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-22Remove the "mepc" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris
2006-09-22Remove the "mb_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-20Remove the "qsquish" OptionDef. The AVOption min/max value is changed to matchPanagiotis Issaris
2006-09-20Remove the "qmax" OptionDef.Panagiotis Issaris
2006-09-20Remove the "qmin" OptionDef.Panagiotis Issaris