log

age author description
Thu, 17 Dec 2009 18:56:56 +0000 reimar Add decoder for R210 (uncompressed 10-bit RGB) codec. libavcodec
Thu, 17 Dec 2009 17:25:31 +0000 vitor CD+G demuxer and decoder libavcodec
Wed, 16 Dec 2009 20:46:48 +0000 reimar Set bits_per_raw_sample appropriately in dpx decoder. libavcodec
Wed, 16 Dec 2009 17:15:57 +0000 vitor Cosmetics: make celp_filters.* formatting more consistent with the rest of libavcodec
Wed, 16 Dec 2009 17:09:33 +0000 vitor Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests. libavcodec
Wed, 16 Dec 2009 11:39:14 +0000 cehoyos Undo r20874: It broke AAC decoding. libavcodec
Tue, 15 Dec 2009 15:57:18 +0000 cehoyos Use enum and constant to avoid three icc warnings. libavcodec
Tue, 15 Dec 2009 13:46:42 +0000 ramiro Fix a typo in documentation. libavcodec
Mon, 14 Dec 2009 11:57:33 +0000 michael Merge init & declaration of buf_end. libavcodec
Mon, 14 Dec 2009 11:42:17 +0000 michael Set reordered_opaque in default_reget_buffer() with internal buffers. libavcodec
Mon, 14 Dec 2009 11:34:46 +0000 michael Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding. libavcodec
Mon, 14 Dec 2009 11:18:28 +0000 cehoyos Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warnings). libavcodec
Sun, 13 Dec 2009 15:40:26 +0000 thilo.borgmann Read and decode block data in separate functions to prepare support for libavcodec
Sat, 12 Dec 2009 20:18:49 +0000 conrad Clarify comment: although still hacky, it is correct for existing libtheora libavcodec
Sat, 12 Dec 2009 20:18:46 +0000 conrad libtheoraenc.c: mark keyframes libavcodec
Sat, 12 Dec 2009 19:44:01 +0000 michael Be less picky on invalid frame_pred_frame_dct values. libavcodec
Sat, 12 Dec 2009 17:10:05 +0000 jai_menon SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation. libavcodec
Sat, 12 Dec 2009 13:58:07 +0000 vitor Commit functions used by both AMRNB and SIPR libavcodec
Fri, 11 Dec 2009 23:56:49 +0000 cehoyos Fail earlier for unsupported resolutions or pixel formats when encoding libavcodec
Fri, 11 Dec 2009 21:50:08 +0000 michael indent libavcodec
Fri, 11 Dec 2009 21:49:30 +0000 michael Make sure av_new_packet() initializes the data and destruct pointers. libavcodec
Thu, 10 Dec 2009 23:06:23 +0000 cehoyos (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611. libavcodec
Thu, 10 Dec 2009 22:29:21 +0000 cehoyos Do not print 'faac:' when using libfaad. libavcodec
Thu, 10 Dec 2009 20:05:04 +0000 michael Cosmetic (restructure RGB ljpeg check to be more readable) libavcodec
Thu, 10 Dec 2009 19:41:47 +0000 michael 10l, Fix YUV ljpeg that i just broke by mistake. libavcodec
Thu, 10 Dec 2009 19:40:15 +0000 michael Correct a forgotten RGB32. libavcodec
Thu, 10 Dec 2009 18:18:57 +0000 michael Flip red and blue in rct-less lossless jpeg. libavcodec
Thu, 10 Dec 2009 18:14:26 +0000 michael Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on libavcodec
Thu, 10 Dec 2009 18:07:35 +0000 michael Fix RGB LJPEG encoding. libavcodec
Wed, 09 Dec 2009 14:05:39 +0000 michael Improve time_increment_bits guessing code. libavcodec
Wed, 09 Dec 2009 12:49:59 +0000 michael End startcode prefix search at the end of a AVC unit. libavcodec
Wed, 09 Dec 2009 00:38:22 +0000 lorenm revert r20775, because equivalent code has been committed to x264 instead libavcodec
Wed, 09 Dec 2009 00:24:33 +0000 darkshikari Minor version bump for mbtree addition. libavcodec
Tue, 08 Dec 2009 21:24:01 +0000 lorenm fix a crash in ape decoding on x86_32 sse2 libavcodec
Tue, 08 Dec 2009 20:35:01 +0000 darkshikari Boolify options passed to x264. libavcodec
Tue, 08 Dec 2009 20:01:46 +0000 darkshikari Add MBtree support for libx264 libavcodec
Tue, 08 Dec 2009 19:20:36 +0000 andoma aac: Set sample rate in avctx from ADTS header (if not already set by some libavcodec
Tue, 08 Dec 2009 17:38:02 +0000 michael Reduce warnings about too few consumed bytes to debug level. libavcodec
Mon, 07 Dec 2009 21:06:51 +0000 reimar Make sure that compilation fails if functions like ff_put_string are used in code libavcodec
Mon, 07 Dec 2009 00:35:38 +0000 michael Print error messages on errors. libavcodec
Sun, 06 Dec 2009 23:51:51 +0000 michael Fix apparent 10l typos introduced in r8627. libavcodec
Sun, 06 Dec 2009 15:39:25 +0000 cehoyos Cosmetics: Fix indentation after r20751. libavcodec
Sun, 06 Dec 2009 15:38:05 +0000 cehoyos Simplified deblocking checks. libavcodec
Sun, 06 Dec 2009 15:33:48 +0000 cehoyos Faster checks in reverse_dc_prediction. libavcodec
Sun, 06 Dec 2009 15:31:58 +0000 cehoyos Check transform==15 first, since it's more common than 13. libavcodec
Sun, 06 Dec 2009 15:30:53 +0000 cehoyos Revert r20747: It mixed functional and cosmetical changes. libavcodec
Sun, 06 Dec 2009 12:48:09 +0000 darkshikari Various VP3 optimizations. libavcodec
Sat, 05 Dec 2009 17:53:11 +0000 lorenm slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on conroe libavcodec
Sat, 05 Dec 2009 17:51:57 +0000 lorenm r20739 broke compilation on systems without yasm libavcodec
Sat, 05 Dec 2009 15:09:10 +0000 lorenm refactor and optimize scalarproduct libavcodec
Sat, 05 Dec 2009 09:41:23 +0000 cehoyos Cosmetics: Reindent after r20679. libavcodec
Sat, 05 Dec 2009 09:36:32 +0000 cehoyos Cosmetics: Reindent after r20736. libavcodec
Sat, 05 Dec 2009 03:53:12 +0000 michael Make sure the parsers do not overwrite width/height as this can interfere libavcodec
Fri, 04 Dec 2009 23:16:27 +0000 stefano Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo libavcodec
Fri, 04 Dec 2009 15:12:09 +0000 lorenm 1-13% faster apply_filter, 1-3% faster ape decoding on core2 libavcodec
Fri, 04 Dec 2009 08:18:13 +0000 kostya 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder libavcodec
Thu, 03 Dec 2009 21:38:10 +0000 michael Make sure ff_init_qscale_tab() is called one way or another when libavcodec
Thu, 03 Dec 2009 21:36:58 +0000 michael Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific. libavcodec
Thu, 03 Dec 2009 19:19:57 +0000 bcoudurier lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though libavcodec
Thu, 03 Dec 2009 19:17:39 +0000 bcoudurier use lzw compression in gif encoder libavcodec