]> git.sesse.net Git - ffmpeg/history - libavcodec/utils.c
Chinese AVS decoder
[ffmpeg] / libavcodec / utils.c
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
2005-01-09 Roberto TogniCheck pointers before writing to memory, fix possible...
2004-12-29 Michael Niedermayercommon.c -> bitstream.c (and the single non bitstream...
2004-11-27 Burkhard PlaumMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-11-21 François RevolBeOS threading support. changed some "if FOO_THREAD...
2004-10-26 Michael Niedermayerstride align cleanup
2004-10-22 Roman Shaposhnik * Introducing IIDC1394 grabbing interface.
2004-10-18 Michael Niedermayerinfinte recursion fix
2004-10-01 Michael Niedermayerdo not call (av_)abort()
2004-09-27 Michael Niedermayerlowres width/height cleanup 3rd try
2004-09-19 Michael Niedermayerav_rescale with user specified rounding
2004-09-15 Michael Niedermayerchanging size segfault fix
2004-08-13 Michael NiedermayerMinor Patch for shared libs on Mac OSX by (Bill May...
2004-08-13 Michael Niedermayeruser overrideable level & profile
2004-07-25 Todd KirbyUYVY support patch by ("Todd.Kirby" <doubleshot at...
2004-07-14 Michael Niedermayersimplify
2004-06-27 Roberto TogniForce alignement for rpza and smc
2004-06-22 Michael Niedermayerflush audio encoder buffers at the end
2004-05-25 Michael Niedermayeravcodec_find is in no header file, and appearently...
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-05-10 Michael Niedermayerdummy avcodec_thread_init() to avoid linking issues
2004-05-04 Michael Niedermayeruse AVInteger in av_rescale() so it can finally do...
2004-04-30 Michael Niedermayersimplify
2004-04-30 Michael Niedermayercleanup & memleak fix
2004-03-22 Michael Niedermayer1000l in av_mallocz_static()
2004-03-21 Michael Niedermayerstatic allocation rewrite (old code was plain a broken...
2004-03-04 Ivan Kalvachevsilence warnings
2004-03-03 Michael Niedermayerav_log() cleanup
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2004-03-03 Michael Niedermayermacrofree av_freep()
2004-02-25 Michael Niedermayeruse AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
2004-02-22 Michael Niedermayer(f)printf() is disallowed in libavcodec, compilation...
2004-02-13 Michael Niedermayermultithreaded/SMP motion estimation
2004-02-12 Michael Niedermayerppc chroma mess workaround (real bug is that the motion...
2004-02-01 Falk Hüffnertiny warning fix
2004-01-23 Michael Niedermayersegfault fix
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2004-01-05 Michael Niedermayer10l
2003-11-26 Roberto Togni- Add reget_buffer() function to AVCodecContext
2003-11-07 Roberto TogniAdd cr codec capability and buffer hints
2003-11-03 Michael Niedermayeronly add prefix after \n
next