]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/utils.c
typo fix: inited --> initialized
[frescor/ffmpeg.git] / libavcodec / utils.c
2008-02-13 diegotypo fix: inited --> initialized
2008-02-11 andomaAdd 'reservoir' flag to lavc's flags2 controlling wheth...
2008-02-02 michaelMake avcodec_decode_* functions take const input buffers.
2008-02-01 michaelone "cast discards qualifiers from pointer target type...
2008-01-27 aurelAdd support for Matroska attachments.
2008-01-04 aurelimprove CRC API
2007-12-25 reimarCheck for avcodec_open codec parameter == NULL and...
2007-12-20 jbrAdd option for user to scale the amount of dynamic...
2007-12-12 mruuse av_log_get/set_level()
2007-12-12 michaelav_*_next() API for libavcodec
2007-12-03 michaelmake rc_buffer_size apply to audio as well
2007-11-25 aureladd pcm_s16le_planar support for electronicarts files
2007-10-18 mbardiauxPrint pixel and screen aspect ratios
2007-09-27 lorenmoops, revert unrelated change
2007-09-27 lorenmunroll encode_residual_lpc(). speedup varies between...
2007-09-24 kostyaRemove check for input buffer size as it does not guara...
2007-09-24 aureladd support for yuva420p colorspace (yuv420p + alpha)
2007-08-23 reimarAdd request_channels member to AVCodecContext so we...
2007-08-19 reimarUse defines instead of raw hex numbers to specify CRC...
2007-08-13 ramiroAdd attribute that forces alignment of stack to functio...
2007-08-13 conradAdd av_get_bits_per_sample_format()
2007-08-10 michaelensure that default_get_buffer() doesnt reuse images...
2007-07-20 takisReturn AVERROR(EINVAL) when invalid width and/or height...
2007-07-20 takisReturn AVERROR(ENOMEM) on memory allocation failure...
2007-07-17 alexset codec_type on init
2007-07-11 ramiroRemove underscores before fcntl flags
2007-07-11 ramiroProper check for mkstemp().
2007-07-06 benoitfree thread context
2007-07-06 benoitme option implemented as an AVOption
2007-06-21 benoitsplit frame rate and frame size abbreviation into two...
2007-06-12 diegomisc spelling fixes
2007-06-12 benoitMove the video size and rate abbreviations system from...
2007-05-12 lorenmfix a crash with svq1 + sse2.
2007-05-02 benoitadd the possibility to choose aac profile
2007-04-07 diegotypos
2007-04-03 michaeltypo
2007-04-03 michaelFF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a...
2007-04-01 michaelindention
2007-04-01 michaelmake AVCodec.init() optional
2007-03-24 mruFix H.264 8x8 transform selection
2007-03-14 michaelkill 3 more av_mallocz_static()
2007-03-07 michaeladd a -ab with default of 64k
2007-03-07 michaeladd avcodec_get_context_defaults2() / avcodec_alloc_con...
2007-03-05 gpoirierchange management of "ab" option in ffmpeg.c, so that...
2007-03-04 takisAdd the prefix "av_" to img_crop(), img_copy() and...
2007-03-04 bcoudurierdummy support for mpeg2 non linear quant
2007-03-01 bcoudurierremove ps option and rename rtp_payload_size AVOption...
2007-02-28 bcoudurierget rid of rtp_mode field after next major bump
2007-02-28 bcoudurierenable rtp payload size AVOption for video encoding
2007-02-23 michaeldont check buffer size if the decode function wont...
2007-02-23 takisav_realloc_static() is an internal function and therefo...
2007-02-22 takisMove the Doxygen function documentation unaltered from...
2007-02-22 takisAdd more Doxygen documentation.
2007-02-22 takisFix typo.
2007-02-21 aurelsimplify release_buffer using FFSWAP
2007-02-20 takisAdd some more Doxygen documentation to libavcodec/utils.c.
2007-02-15 mbardiauxSpelling fix
2007-02-14 michaeldoxy for avcodec_encode_video()
2007-02-08 lucabeDirectly access av_log_level instead of calling av_log_...
2007-02-07 diegoReplace deprecated PIX_FMT names by the newer variants.
2007-02-01 takisActivate guards in avcodec_default_get_buffer. Patch...
2007-01-14 michaelavcodec_decode_audio2()
2007-01-14 michaeler and strict also apply to audio theoretically
2006-12-26 michaelskiprd doxygen comment from avcodec.h -> AVOption comment
2006-12-23 michaelskiprd
2006-12-22 bcoudurierbt 0 is invalid, setting min to 1
2006-12-13 diegovqmin/vqmax --> qmin/qmax in the option description
2006-12-11 diegoImprove option description.
2006-12-06 takisAdd "mixed_refs" description suggested by Loren Merritt...
2006-12-06 takisAdd more descriptions to the AVOption array taken from...
2006-12-04 diegoFix some obvious mistakes in the option descriptions.
2006-12-02 diegoFill in some missing AVOption descriptions.
2006-11-14 mrurevert bad checkin
2006-11-14 mrumove some CFLAGS settings away from config.* writing...
2006-11-13 bcoudurieradd low delay forcing option for mpeg1/2 encoding
2006-11-07 bcoudurieradd option to set mpeg1/2 gop timecode start, and drop...
2006-11-02 coreyCorrect description of mblmin and mblmax.
2006-10-24 kostya16-bit grayscale support
2006-10-16 lu_zeroMake ffmpeg work with x264 r592
2006-10-09 gpoirierfix AC3 5.1 being decoded as mono
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-02 diegoFix quantiSer --> quantiZer typo.
2006-09-29 takisRemove the override of lmin and lmax, so the actual...
2006-09-28 takisRemove the "mblmax" OptionDef. The equally named AVOpti...
2006-09-28 takisRemove the "mblmin" OptionDef. The equally named AVOpti...
2006-09-26 mruARMv5TE optimized IDCT
2006-09-26 michaelmpeg1 b_strategy=2 segfault fix
2006-09-25 lu_zeromove memory functions from avcodec to avutil
2006-09-22 takisRemove the "error" OptionDef. The equally named AVOptio...
2006-09-22 takisRemove the "mepc" OptionDef. The equally named AVOption...
2006-09-22 takisRemove the "mb_threshold" OptionDef. The equally named...
2006-09-20 takisRemove the "qsquish" OptionDef. The AVOption min/max...
2006-09-20 takisRemove the "qmax" OptionDef.
2006-09-20 takisRemove the "qmin" OptionDef.
2006-09-20 takisRemove the "bf" OptionDef parameter so the equally...
2006-09-20 takisCorrect the constraints of some AVOptions. These had...
2006-09-15 takisCorrect the i_qfactor minimum, which was current set...
2006-09-15 takisRename the AVOption's names to the shorter OptionDef...
2006-09-14 takisSynchronize the defaults specified in the AVOptions...
2006-09-14 takisMake OFFSET() reuse offsetof
next