log

age author description
Wed, 11 Jul 2007 23:13:30 +0000 iive remove file because of lincense issues libavcodec
Wed, 11 Jul 2007 22:05:43 +0000 iive Integrate reference mpeg IDCT into dsputil. libavcodec
Wed, 11 Jul 2007 22:05:25 +0000 michael simplify ff_h263_round_chroma() libavcodec
Wed, 11 Jul 2007 22:01:21 +0000 iive Inport the original intiger IDCT from MPEG2 reference decoder. libavcodec
Wed, 11 Jul 2007 21:04:53 +0000 mru move ff_h263_round_chroma() to mpegvideo.h as static inline libavcodec
Wed, 11 Jul 2007 15:21:24 +0000 ramiro Remove underscores before fcntl flags libavcodec
Wed, 11 Jul 2007 13:57:22 +0000 ramiro Proper check for mkstemp(). libavcodec
Wed, 11 Jul 2007 13:19:58 +0000 aurel comment explaining that text subtitle need to be UTF-8 for now libavcodec
Wed, 11 Jul 2007 13:13:20 +0000 aurel add support for Matroska subtitle tracks libavcodec
Wed, 11 Jul 2007 09:07:23 +0000 aurel conditional compilation of ratecontrol.c libavcodec
Wed, 11 Jul 2007 08:59:52 +0000 aurel conditional compilation of motion_est.c libavcodec
Tue, 10 Jul 2007 20:28:56 +0000 aurel makes compilation of h263.o and mpegvideo_enc.o conditional libavcodec
Tue, 10 Jul 2007 20:27:50 +0000 aurel cosmetics: indentation libavcodec
Tue, 10 Jul 2007 20:23:08 +0000 aurel Avoid linking with h263.c functions when the relevant codecs libavcodec
Tue, 10 Jul 2007 17:50:44 +0000 vitor Use proper bytestream functions libavcodec
Tue, 10 Jul 2007 17:31:17 +0000 aurel Better place to disable some mpeg4 code and ensure that libavcodec
Tue, 10 Jul 2007 17:17:42 +0000 aurel move init_vlc_rl from h263.c to mpegvideo.c libavcodec
Tue, 10 Jul 2007 14:37:33 +0000 aurel Split ff_set_mpeg4_time() and move the non mpeg4 specific part libavcodec
Tue, 10 Jul 2007 14:30:57 +0000 vitor Prepare to remove more duplicated code libavcodec
Tue, 10 Jul 2007 13:32:22 +0000 vitor Remove some duplicated code libavcodec
Tue, 10 Jul 2007 10:02:01 +0000 diego Add standard licensing header to files that lack it. libavcodec
Tue, 10 Jul 2007 09:58:38 +0000 diego cosmetics: typo libavcodec
Tue, 10 Jul 2007 08:40:00 +0000 aurel don't compile some mpeg4 encoder code when encoders are disabled libavcodec
Tue, 10 Jul 2007 03:40:37 +0000 vitor Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based) libavcodec
Mon, 09 Jul 2007 22:15:07 +0000 mru avoid deprecation warnings for ImgReSampleContext from avcodec.h libavcodec
Mon, 09 Jul 2007 21:07:24 +0000 aurel move ff_set_qscale from h263.c to mpegvideo.c libavcodec
Mon, 09 Jul 2007 16:26:11 +0000 aurel split rawvideo encoder and decoder in their own files libavcodec
Mon, 09 Jul 2007 15:57:13 +0000 aurel compile rangecoder.o only when needed libavcodec
Mon, 09 Jul 2007 07:51:54 +0000 benoit bring back h264 build libavcodec
Mon, 09 Jul 2007 00:08:47 +0000 mru use correct type for palette libavcodec
Sun, 08 Jul 2007 23:15:12 +0000 mru indent libavcodec
Sun, 08 Jul 2007 23:15:10 +0000 mru set sample rate in more logical place, kill warning libavcodec
Sun, 08 Jul 2007 23:15:08 +0000 mru trivial warning fixes libavcodec
Sun, 08 Jul 2007 23:15:04 +0000 mru kill warnings libavcodec
Sun, 08 Jul 2007 23:15:02 +0000 mru fix warning libavcodec
Sun, 08 Jul 2007 23:15:00 +0000 mru make arguments to ssd_int8_vs_int16() const libavcodec
Sun, 08 Jul 2007 23:14:54 +0000 mru trivial warning fixes libavcodec
Sun, 08 Jul 2007 13:34:02 +0000 kostya Pass modes as parameters instead of calculating them inplace. libavcodec
Sun, 08 Jul 2007 13:26:13 +0000 kostya Replace function declarations with macro libavcodec
Sun, 08 Jul 2007 13:23:44 +0000 kostya Drop ff_ prefix for static functions libavcodec
Sun, 08 Jul 2007 07:37:30 +0000 stefang split decoder-specific parts into their own file libavcodec
Sun, 08 Jul 2007 07:13:25 +0000 stefang prepare splitting decoder-only parts into own file: libavcodec
Sun, 08 Jul 2007 03:16:59 +0000 romansh * Getting rid of the use of GCC language extensions libavcodec
Sat, 07 Jul 2007 23:03:14 +0000 aurel simplify ff_copy_bits() when compiled with config-small libavcodec
Sat, 07 Jul 2007 20:50:29 +0000 mru whitespace cosmetics libavcodec
Sat, 07 Jul 2007 20:50:27 +0000 mru add 64-bit bytestream read/write functions libavcodec
Sat, 07 Jul 2007 07:35:18 +0000 stefang prepare splitting decoder-only parts into own file: libavcodec
Sat, 07 Jul 2007 07:14:58 +0000 stefang move dequantization into its own inline function libavcodec
Sat, 07 Jul 2007 06:49:20 +0000 stefang cosmetic: rename VLC tables to make clear they libavcodec
Sat, 07 Jul 2007 06:34:30 +0000 stefang setting special motion vectors in intra macroblocks libavcodec
Sat, 07 Jul 2007 06:27:44 +0000 stefang setting intra prediction modes to default values libavcodec
Sat, 07 Jul 2007 06:15:05 +0000 stefang move modification of intra prediction modes into libavcodec
Sat, 07 Jul 2007 05:27:59 +0000 stefang move preparation of chroma intra prediction into its libavcodec
Sat, 07 Jul 2007 05:03:22 +0000 stefang move existing inline functions from cavs.c to cavs.h libavcodec
Sat, 07 Jul 2007 04:58:54 +0000 stefang move context structure definition from cavs.c to cavs.h libavcodec
Sat, 07 Jul 2007 04:54:05 +0000 stefang make vector constants global libavcodec
Fri, 06 Jul 2007 15:24:08 +0000 benoit free thread context libavcodec
Fri, 06 Jul 2007 15:19:35 +0000 aurel split SVQ1 decoder and encoder in their own files libavcodec
Fri, 06 Jul 2007 15:17:52 +0000 benoit set thread_opaque to NULL when freeing it libavcodec
Fri, 06 Jul 2007 14:21:37 +0000 gpoirier Add support for streams with different chroma_qp_index_offset libavcodec