log

age author description
Tue, 13 Feb 2007 18:26:14 +0000 mmu_man This fixes error handling for BeOS, removing the need for some ifdefs. libavcodec
Tue, 13 Feb 2007 16:06:50 +0000 mbardiaux Change some dprintf to av_log libavcodec
Tue, 13 Feb 2007 07:48:23 +0000 kostya Intensity compensation for B-frames in AP was missing libavcodec
Mon, 12 Feb 2007 23:23:05 +0000 diego consistency renaming: yuv422 --> yuyv422 libavcodec
Mon, 12 Feb 2007 23:15:38 +0000 diego consistency renaming: uyvy411 --> uyyvyy411 libavcodec
Mon, 12 Feb 2007 23:07:17 +0000 diego consistency renaming: rgba32 --> rgb32 libavcodec
Mon, 12 Feb 2007 10:05:19 +0000 diego Restore the possibility to link liba52 instead of dlopening. libavcodec
Sun, 11 Feb 2007 19:02:59 +0000 diego Rename ac3 decoder to liba52 to prepare for native decoder. libavcodec
Sun, 11 Feb 2007 16:39:09 +0000 mru rename HAVE_GPROF to CONFIG_GPROF libavcodec
Sun, 11 Feb 2007 16:29:00 +0000 diego Remove internal liba52; external lib still works, native decoder coming up. libavcodec
Sun, 11 Feb 2007 12:27:11 +0000 diego Remove unused libac3 AC3 decoding interface. libavcodec
Sat, 10 Feb 2007 13:33:08 +0000 reimar Minor AMD64 compilation fix libavcodec
Sat, 10 Feb 2007 03:56:49 +0000 michael maybe fix x86_64 (untested) libavcodec
Fri, 09 Feb 2007 22:25:29 +0000 gpoirier always decode extradata when of non-avc stream (like RTSP) libavcodec
Fri, 09 Feb 2007 13:57:14 +0000 michael packets with half pcm samples are invalid libavcodec
Fri, 09 Feb 2007 12:37:38 +0000 michael factor out common subexprssion (gcc of course is too stupid to do this ...) libavcodec
Fri, 09 Feb 2007 12:24:22 +0000 michael merge asm fragments in H264_CHROMA_MC2_TMPL() libavcodec
Fri, 09 Feb 2007 02:25:23 +0000 michael sanity check libavcodec
Fri, 09 Feb 2007 02:21:34 +0000 michael fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily) libavcodec
Fri, 09 Feb 2007 02:02:09 +0000 jbr fix parsing of RealAudio AC-3/DolbyNet libavcodec
Thu, 08 Feb 2007 18:55:36 +0000 lucabe Directly access av_log_level instead of calling av_log_{set, get}_level() libavcodec
Wed, 07 Feb 2007 17:35:36 +0000 reimar Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian. libavcodec
Wed, 07 Feb 2007 16:59:10 +0000 michael vorbis suffers from the same sign flip issue as wma (so this lame workaround, though it arguably doesnt matter much where the sign is fliped back) libavcodec
Wed, 07 Feb 2007 14:53:25 +0000 michael doxygenize libavcodec
Wed, 07 Feb 2007 14:10:50 +0000 diego Add a comment about swapped numerator and denominator. libavcodec
Wed, 07 Feb 2007 12:38:47 +0000 diego missing spaces libavcodec
Wed, 07 Feb 2007 01:48:09 +0000 diego Replace deprecated PIX_FMT names by the newer variants. libavcodec
Tue, 06 Feb 2007 23:58:02 +0000 michael workaround sign bug libavcodec
Tue, 06 Feb 2007 22:20:55 +0000 michael 10l use of uninitalized var libavcodec
Tue, 06 Feb 2007 21:12:48 +0000 michael kill debuging code libavcodec
Tue, 06 Feb 2007 20:19:04 +0000 michael wma encoder libavcodec
Tue, 06 Feb 2007 19:14:16 +0000 michael Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) libavcodec
Tue, 06 Feb 2007 19:10:17 +0000 michael simplify and remove useless index in AV_W* libavcodec
Tue, 06 Feb 2007 07:16:52 +0000 kostya Progressive frames disguised as interlaced are supported libavcodec
Tue, 06 Feb 2007 07:11:20 +0000 kostya B-frames could not be determined from broken_link/closed_entry, use fixed value libavcodec
Tue, 06 Feb 2007 07:07:29 +0000 kostya Wrong flag tested libavcodec
Tue, 06 Feb 2007 00:35:51 +0000 aurel ensure that data[0] is set to NULL for next frame libavcodec
Mon, 05 Feb 2007 21:18:11 +0000 mru oops, revert accidental checkin libavcodec
Mon, 05 Feb 2007 21:16:31 +0000 mru fix multichannel decoding libavcodec
Mon, 05 Feb 2007 20:17:02 +0000 mru move static variables to private context struct libavcodec
Mon, 05 Feb 2007 19:56:31 +0000 mru remove preprocessor cruft libavcodec
Mon, 05 Feb 2007 19:55:15 +0000 mru cosmetics: don't needlessly open new blocks libavcodec
Mon, 05 Feb 2007 19:35:36 +0000 mru cosmetic: indent sensibly so code can be read at all libavcodec
Mon, 05 Feb 2007 15:05:29 +0000 diego BMP encoder by Michel Bardiaux, mbardiaux mediaxim be libavcodec
Mon, 05 Feb 2007 11:57:36 +0000 faust3 fix use of uninitialized variables libavcodec
Mon, 05 Feb 2007 09:11:10 +0000 diego Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com. libavcodec
Mon, 05 Feb 2007 06:58:02 +0000 kostya Set codec dimensions in extradata parsing libavcodec
Mon, 05 Feb 2007 06:56:49 +0000 kostya table fix libavcodec
Sun, 04 Feb 2007 11:20:32 +0000 michael useless as this file wont be compiled if this is not true libavcodec
Sun, 04 Feb 2007 10:46:28 +0000 kostya Save frame header info in context variables libavcodec
Sun, 04 Feb 2007 10:45:01 +0000 kostya Set frame rate from extradata libavcodec
Sat, 03 Feb 2007 13:15:55 +0000 michael factorize switch_buffer() libavcodec
Sat, 03 Feb 2007 12:42:12 +0000 michael fix decoding of takethat.mp3 libavcodec
Sat, 03 Feb 2007 06:43:06 +0000 kostya These messages are just for debug purposes libavcodec
Sat, 03 Feb 2007 06:41:14 +0000 kostya Set codec dimensions if provided by extradata libavcodec
Sat, 03 Feb 2007 06:39:50 +0000 kostya VC-1 parser libavcodec
Fri, 02 Feb 2007 15:14:13 +0000 kostya 0x00000103 is not an escape marker libavcodec
Fri, 02 Feb 2007 10:25:30 +0000 michael add FIXME libavcodec
Fri, 02 Feb 2007 06:45:21 +0000 kostya General approach to parsing chunks in VC-1 AP libavcodec
Fri, 02 Feb 2007 02:58:01 +0000 michael some (probably exploitable) out of array write fixes libavcodec