Mercurial > libavcodec.hg
graph
-
add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter libavcodec2007-03-07, by michael
-
add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags match a user specified & mask = flags libavcodec2007-03-07, by michael
-
make av_find_opt() available to the public and add a mask+flags parameter to search for specific AVOptions libavcodec2007-03-07, by michael
-
change management of "ab" option in ffmpeg.c, so that it works as "b" option. libavcodec2007-03-05, by gpoirier
-
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" libavcodec2007-03-04, by takis
-
imx dump header bitstream filter, modifies bitstream to fit in mov and be decoded by final cut pro decoder libavcodec2007-03-04, by bcoudurier
-
Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2. libavcodec2007-03-03, by diego
-
support feeding individual NAL units to the decoder instead of just complete frames libavcodec2007-03-02, by michael
-
Add documentation to some avcodec.h's pix_fmt related functions and defines. libavcodec2007-03-01, by takis
-
define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bump libavcodec2007-03-01, by bcoudurier
-
Move the unaltered documentation of the functions which are part of the public libavcodec2007-02-25, by takis
-
Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. libavcodec2007-02-24, by diego
-
h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com) libavcodec2007-02-24, by michael
-
add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c libavcodec2007-02-23, by gpoirier
-
fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr) libavcodec2007-02-23, by michael
-
dont check buffer size if the decode function wont be called at all libavcodec2007-02-23, by michael
-
av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_. libavcodec2007-02-23, by takis
-
Move the av_realloc_static() declaration out of avcodec.h into bitstream.c. libavcodec2007-02-22, by takis