Mercurial > libavcodec.hg
graph
-
bitrate sanity check (fixes assertion failure) libavcodecThu, 08 Mar 2007 10:25:06 +0000, by michael
-
Remove useless casts as recommended by Mns Rullgrd. libavcodecThu, 08 Mar 2007 10:21:35 +0000, by takis
-
Move the initialization on context definition. In amr.c, only the libavcodecThu, 08 Mar 2007 10:06:59 +0000, by takis
-
add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter libavcodecWed, 07 Mar 2007 09:29:44 +0000, by michael
-
add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags match a user specified & mask = flags libavcodecWed, 07 Mar 2007 02:21:35 +0000, by michael
-
make av_find_opt() available to the public and add a mask+flags parameter to search for specific AVOptions libavcodecWed, 07 Mar 2007 02:03:44 +0000, by michael
-
change management of "ab" option in ffmpeg.c, so that it works as "b" option. libavcodecMon, 05 Mar 2007 10:04:53 +0000, by gpoirier
-
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" libavcodecSun, 04 Mar 2007 11:53:11 +0000, by takis
-
imx dump header bitstream filter, modifies bitstream to fit in mov and be decoded by final cut pro decoder libavcodecSun, 04 Mar 2007 02:59:11 +0000, by bcoudurier
-
partial avid meridien uncompressed support libavcodecSat, 03 Mar 2007 14:11:45 +0000, by bcoudurier
-
Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2. libavcodecSat, 03 Mar 2007 08:33:07 +0000, by diego
-
support feeding individual NAL units to the decoder instead of just complete frames libavcodecFri, 02 Mar 2007 23:35:26 +0000, by michael
-
support for mjpeg bottom field first in mov libavcodecFri, 02 Mar 2007 12:26:07 +0000, by bcoudurier
-
remove ps option and rename rtp_payload_size AVOption to ps libavcodecThu, 01 Mar 2007 16:36:38 +0000, by bcoudurier
-
Add documentation to some avcodec.h's pix_fmt related functions and defines. libavcodecThu, 01 Mar 2007 15:27:26 +0000, by takis
-
get rid of CODEC_FLAG_H263P_AIC with next major bump libavcodecThu, 01 Mar 2007 10:29:03 +0000, by bcoudurier
-
define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bump libavcodecThu, 01 Mar 2007 10:24:07 +0000, by bcoudurier
-
get rid of rtp_mode field after next major bump libavcodecWed, 28 Feb 2007 17:56:45 +0000, by bcoudurier
-
enable rtp payload size AVOption for video encoding libavcodecWed, 28 Feb 2007 17:40:31 +0000, by bcoudurier
-
The Snow DEcoding routines should be under CONFIG_SNOW_DECODER. libavcodecTue, 27 Feb 2007 00:24:49 +0000, by diego
-
Move the unaltered documentation of the functions which are part of the public libavcodecSun, 25 Feb 2007 07:53:44 +0000, by takis
-
Only compile snowdsp_mmx.c if the Snow decoder is enabled. libavcodecSat, 24 Feb 2007 11:59:26 +0000, by diego
-
Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. libavcodecSat, 24 Feb 2007 11:58:52 +0000, by diego
-
cosmetics: Fix another common typo, dependAnt --> dependEnt. libavcodecSat, 24 Feb 2007 09:41:43 +0000, by diego
-
h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com) libavcodecSat, 24 Feb 2007 00:58:28 +0000, by michael
-
reorder a few more paddws to reduce dependancy chains libavcodecFri, 23 Feb 2007 15:44:56 +0000, by michael
-
add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c libavcodecFri, 23 Feb 2007 15:19:29 +0000, by gpoirier
-
fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr) libavcodecFri, 23 Feb 2007 14:29:13 +0000, by michael
-
use av_noinline instead of __attribute((noinline)) libavcodecFri, 23 Feb 2007 10:23:45 +0000, by aurel
-
dont check buffer size if the decode function wont be called at all libavcodecFri, 23 Feb 2007 00:47:21 +0000, by michael