log

age author description
2007-03-03 diego Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2. libavcodec
2007-03-03 diego Clarify that this decoder uses liba52. libavcodec
2007-03-02 michael support feeding individual NAL units to the decoder instead of just complete frames libavcodec
2007-03-02 bcoudurier support for mjpeg bottom field first in mov libavcodec
2007-03-02 bcoudurier fix adpcm swf decoding libavcodec
2007-03-01 bcoudurier remove ps option and rename rtp_payload_size AVOption to ps libavcodec
2007-03-01 takis Add documentation to some avcodec.h's pix_fmt related functions and defines. libavcodec
2007-03-01 bcoudurier quicktime 'raw ' support libavcodec
2007-03-01 bcoudurier get rid of CODEC_FLAG_H263P_AIC with next major bump libavcodec
2007-03-01 bcoudurier define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bump libavcodec
2007-02-28 bcoudurier get rid of rtp_mode field after next major bump libavcodec
2007-02-28 bcoudurier enable rtp payload size AVOption for video encoding libavcodec
2007-02-28 bcoudurier free faac extradata libavcodec
2007-02-28 kostya Looks like I'll work on it this year too libavcodec
2007-02-28 kostya WMV3 Complex Profile initial support libavcodec
2007-02-28 aurel enable some 64bit optimized code on 64bit arch libavcodec
2007-02-27 diego Fix wrong license header. libavcodec
2007-02-27 mbardiaux Rename WMADecodeContext to WMACodecContext libavcodec
2007-02-27 mbardiaux Supply context to tprintf libavcodec
2007-02-27 kostya DCA decoder libavcodec
2007-02-27 diego The Snow DEcoding routines should be under CONFIG_SNOW_DECODER. libavcodec
2007-02-27 diego Remove useless conditional. libavcodec
2007-02-25 aurel cleanup setting of returned data frame libavcodec
2007-02-25 aurel Use pointers to avoid copying AVFrame. libavcodec
2007-02-25 reimar Add av_ prefix to clip functions libavcodec
2007-02-25 takis Move the unaltered documentation of the functions which are part of the public libavcodec
2007-02-25 michael rewrite find_frame_end() libavcodec
2007-02-25 aurel use FFMIN libavcodec
2007-02-24 diego Only compile snowdsp_mmx.c if the Snow decoder is enabled. libavcodec
2007-02-24 diego Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. libavcodec
2007-02-24 diego cosmetics: Fix another common typo, dependAnt --> dependEnt. libavcodec
2007-02-24 michael h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com) libavcodec
2007-02-24 aurel Use pointers to avoid copying AVFrame. libavcodec
2007-02-23 michael reorder a few more paddws to reduce dependancy chains libavcodec
2007-02-23 michael reorder paddws to reduce dependancy chain libavcodec
2007-02-23 gpoirier add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c libavcodec
2007-02-23 michael shortening dependancy chain in chroma mc2 libavcodec
2007-02-23 michael remove now wrong comment libavcodec
2007-02-23 michael fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr) libavcodec
2007-02-23 aurel use av_noinline instead of __attribute((noinline)) libavcodec
2007-02-23 michael dont check buffer size if the decode function wont be called at all libavcodec
2007-02-23 takis av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_. libavcodec
2007-02-22 takis Move the av_realloc_static() declaration out of avcodec.h into bitstream.c. libavcodec
2007-02-22 takis Doxygenize the existing amr.c documentation. libavcodec
2007-02-22 takis Doxygenize the comments for the av_fast_realloc() function. libavcodec
2007-02-22 takis Doxygenize the comments for the av_free_static() function. libavcodec
2007-02-22 takis Doxygenize the comments for the av_mallocz_static() function. libavcodec
2007-02-22 takis Doxygenize the comments for the av_realloc_static() function. libavcodec
2007-02-22 takis Doxygenize the comments for the av_get_bits_per_sample() function. libavcodec
2007-02-22 takis Doxygenize the comments for the av_get_pict_type_char() function. libavcodec
2007-02-22 takis Doxygenize the comments for the avpicture_free() function. libavcodec
2007-02-22 takis Move the Doxygen function documentation unaltered from libavcodec/utils.c to libavcodec
2007-02-22 takis Add more Doxygen documentation. libavcodec
2007-02-22 takis Fix spelling. libavcodec
2007-02-22 takis The memsetting of the end of buffer is not needed for audio. libavcodec
2007-02-22 takis Stray comment, probably copy & pasted from audio_encode_example(). libavcodec
2007-02-22 takis Fix typo. libavcodec
2007-02-22 diego cosmetics: aswell --> as well typo fix libavcodec
2007-02-22 michael gcc 2.95 fix libavcodec
2007-02-21 takis Correct typo. libavcodec