]> git.sesse.net Git - ffmpeg/history - libavcodec/utils.c
Add useful Altivec types, taken from with permission from x264 authors
[ffmpeg] / libavcodec / utils.c
2006-11-14 Måns Rullgårdrevert bad checkin
2006-11-14 Måns Rullgårdmove some CFLAGS settings away from config.* writing...
2006-11-13 Baptiste Coudurieradd low delay forcing option for mpeg1/2 encoding
2006-11-07 Baptiste Coudurieradd option to set mpeg1/2 gop timecode start, and drop...
2006-11-02 Corey HickeyCorrect description of mblmin and mblmax.
2006-10-24 Kostya Shishkov16-bit grayscale support
2006-10-16 Luca BarbatoMake ffmpeg work with x264 r592
2006-10-09 Andrea Gianarrofix AC3 5.1 being decoded as mono
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-02 Diego BiurrunFix quantiSer --> quantiZer typo.
2006-09-29 Panagiotis IssarisRemove the override of lmin and lmax, so the actual...
2006-09-28 Panagiotis IssarisRemove the "mblmax" OptionDef. The equally named AVOpti...
2006-09-28 Panagiotis IssarisRemove the "mblmin" OptionDef. The equally named AVOpti...
2006-09-26 Måns RullgårdARMv5TE optimized IDCT
2006-09-26 Michael Niedermayermpeg1 b_strategy=2 segfault fix
2006-09-25 Luca Barbatomove memory functions from avcodec to avutil
2006-09-22 Panagiotis IssarisRemove the "error" OptionDef. The equally named AVOptio...
2006-09-22 Panagiotis IssarisRemove the "mepc" OptionDef. The equally named AVOption...
2006-09-22 Panagiotis IssarisRemove the "mb_threshold" OptionDef. The equally named...
2006-09-20 Panagiotis IssarisRemove the "qsquish" OptionDef. The AVOption min/max...
2006-09-20 Panagiotis IssarisRemove the "qmax" OptionDef.
2006-09-20 Panagiotis IssarisRemove the "qmin" OptionDef.
2006-09-20 Panagiotis IssarisRemove the "bf" OptionDef parameter so the equally...
2006-09-20 Panagiotis IssarisCorrect the constraints of some AVOptions. These had...
2006-09-15 Panagiotis IssarisCorrect the i_qfactor minimum, which was current set...
2006-09-15 Panagiotis IssarisRename the AVOption's names to the shorter OptionDef...
2006-09-14 Panagiotis IssarisSynchronize the defaults specified in the AVOptions...
2006-09-14 Panagiotis IssarisMake OFFSET() reuse offsetof
2006-09-13 Panagiotis Issariscorrects the type of the AVOption parameter "bugs"...
2006-09-13 Panagiotis Issarisadds descriptions to the libavcodec AVOptions array...
2006-09-10 Panagiotis IssarisUse and set sane AVOption defaults
2006-09-10 Panagiotis Issarismake AVOptions default value field work.
2006-09-09 Panagiotis Issarisundefines a few temporary defines which were not undefi...
2006-09-02 Måns Rullgårdremove redundant declarations
2006-07-18 Luca AbeniMove av_log() & friends to libavutil
2006-07-11 Diego BiurrunCONFIG_WIN32 implies MinGW and Cygwin and possibly...
2006-07-08 Justin Rugglesallows user-settable block size and fixes related typo
2006-07-08 Aurelien Jacobsset proper bits_per_sample value for ADPCM codecs
2006-07-07 Aurelien Jacobssimplify the voc demuxer using av_get_bits_per_sample()
2006-07-07 Baptiste Coudurierav_get_bits_per_sample and due simplifications
2006-07-06 Stefan HuehnerMark some read-only datastructures as const.
2006-07-02 Justin Rugglesflac-lpc patch by (Justin Ruggles jruggle earthlink...
2006-06-30 Diego PettenòDisable w53 and w97 cmp methods when snow encoder is...
2006-06-30 Reynaldo H. Verdej... anothe useless sizeof(char)
2006-06-03 Loren MerrittADPCM: trellis quantization
2006-06-03 Corey HickeyMake B-frame reduction sensitivity by b_strategy/vb_str...
2006-05-13 Baptiste Coudurieradd MPEG-2 intra vlc support
2006-05-07 Michael Niedermayermake zero motion vector threshold user setable
2006-03-30 Corey Hickey- Add new file internal.h for common internal-use-only...
2006-03-06 Michael Niedermayerswitch flac to av_crc
2006-03-06 Michael Niedermayerswitch ac3enc to av_crc
2006-03-06 Michael Niedermayergeneric crc calculation code
2006-03-03 Michael Niedermayerfix segfault with BLUR8.AVI
2006-02-21 Alex Beregszasziadded none/8bit/24bit audio formats and defaulting...
2006-01-30 Dieteradd static keyword to some functions
2006-01-22 Corey Hickeysc_factor support for encoding.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-10 Luca AbeniParameter added for user to set the cutoff frequency...
2005-12-29 Robert Swainupdate x264 wrapper.
2005-12-25 Michael Niedermayersupport downscaling frames for dynamic b frame decission
2005-12-25 Michael Niedermayer10l (didnt remove option from old ones after converting...
2005-12-23 Michael Niedermayerbidir refine support
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-18 Michael Niedermayertypo
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-02 Michael Niedermayerdefault_get_buffer() cleanup
2005-11-02 Guillaume PoirierTypo fix
2005-09-20 Michael Niedermayerchanging a few options to AVOptions
2005-09-18 Michael Niedermayerprint more time_base fps stuff if av_log level is at...
2005-09-12 Michael Niedermayerthe people want lower case ...
2005-09-12 Michael Niedermayerdont include opt.h in avcodec.h
2005-09-12 Diego BiurrunCAREFULL --> CAREFUL typo fix
2005-09-12 Michael Niedermayerconverting a few more options to AVOptions
2005-09-12 Michael Niedermayerconvert some options in ffmpeg.c to AVOptions
2005-09-11 Michael Niedermayerflags and named constants with type checking of course...
2005-09-11 Michael NiedermayerAVOption API improvments
2005-09-06 Michael NiedermayerAVOption first try
2005-09-03 Michael Niedermayerprint fourcc in a readable form if possible
2005-09-02 Reimar DöffingerSupport de-/encoding of 24 and 32 bit PCM (from and...
2005-08-21 Burkhard PlaumCall av_free_static automatically before DLL unload...
2005-08-01 Alexander Strasserlibavutil: Utility code from libavcodec moved to a...
2005-07-25 Michael Niedermayerthread mess check for avcodec_open/close()
2005-07-19 Michael Niedermayerportable IEEE float/double read/write functions
2005-07-14 Michael Niedermayercheck for CODEC_CAP_DELAY in audio decoders too
2005-06-17 Diego Biurrunspelling fixes
2005-06-03 Fabrice Bellardsubtitle codec type support
2005-05-26 Michael NiedermayerAV_LOG_DEBUG is not a good default ...
2005-05-13 Måns Rullgårdchange extradata format for vorbis
2005-05-07 Roine Gustafssonff_reverse to utils.c patch by (Roine Gustafsson )roine...
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-25 Michael Niedermayerprint pix_fmt if its known instead of if the raw codec...
2005-04-25 Michael NiedermayerPIX_FMT_NONE and related fixes
2005-03-27 Michael Niedermayermotion estimation bitrate penalty compensation
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-02-02 Michael Niedermayermb_lmin/max to limit the per mb quality for the ratecon...
2005-02-01 Michael Niedermayermake keyframe default for AVFrames
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-12 Kurosuav_malloc vs av_mallocz patch by (Kurosu <kurosu infore...
2005-01-12 Michael Niedermayerdissallow sprintf
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
next