log

age author description
Sat, 16 Jan 2010 16:14:32 +0000 michael Another microopt, 4 cpu cycles for avoidance of FFABS(). libavcodec
Sat, 16 Jan 2010 15:54:01 +0000 mru Add missing guards and includes to arm/aac.h libavcodec
Sat, 16 Jan 2010 15:19:05 +0000 michael Minor (2 cpu cycles) optimization ||->|. libavcodec
Sat, 16 Jan 2010 13:13:49 +0000 cehoyos Support decoding of SoftLab-NSK VideoTizer. libavcodec
Sat, 16 Jan 2010 13:12:11 +0000 michael Consider slice_beta_offet in qp_thresh. libavcodec
Sat, 16 Jan 2010 11:55:35 +0000 michael Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh. libavcodec
Sat, 16 Jan 2010 10:46:45 +0000 cehoyos Correctly decode some Avid AV1x samples, fixes issue 1684. libavcodec
Sat, 16 Jan 2010 10:41:52 +0000 cehoyos Support lowres 3 when decoding MPEG video. libavcodec
Sat, 16 Jan 2010 05:41:33 +0000 michael Replace cabac checks in inline functions from h264.h with constants. libavcodec
Sat, 16 Jan 2010 04:49:02 +0000 mru Add symbol versioning for shared libraries libavcodec
Sat, 16 Jan 2010 03:54:55 +0000 vitor SIPR16k decoder libavcodec
Sat, 16 Jan 2010 03:44:17 +0000 vitor Allow a SIPR table to be used by the upcoming SIPR16k decoder libavcodec
Sat, 16 Jan 2010 03:40:25 +0000 vitor Split some SIPR structs to a header file for the upcoming SIPR16k commit libavcodec
Sat, 16 Jan 2010 00:32:09 +0000 cehoyos Support 2Vuy in mov, fixes issue 1690. libavcodec
Fri, 15 Jan 2010 20:48:34 +0000 mru Fix out of tree build with hardcoded tables libavcodec
Fri, 15 Jan 2010 14:02:52 +0000 mru AAC: optimise bitstream reading in decode_spectrum_and_dequant() libavcodec
Fri, 15 Jan 2010 11:03:40 +0000 cehoyos Support decoding of Avid uncompressed mov files, fixes issue 1685. libavcodec
Fri, 15 Jan 2010 10:55:31 +0000 cehoyos Support decoding Avid 1:1x codec, (partially) fixes issue1684. libavcodec
Fri, 15 Jan 2010 03:42:56 +0000 michael Add forgotten include of h264_mvpred.h to h264.h. libavcodec
Fri, 15 Jan 2010 03:41:28 +0000 michael Add forgotton multiple inclusion guards to h264_mvpred.h. libavcodec
Fri, 15 Jan 2010 02:58:24 +0000 mru AAC: ARM/NEON asm for VMUL2/4 functions libavcodec
Fri, 15 Jan 2010 00:45:47 +0000 cehoyos Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c libavcodec
Thu, 14 Jan 2010 17:50:33 +0000 reimar Change code so it uses 2 adds instead of one FFABS. libavcodec
Thu, 14 Jan 2010 01:32:49 +0000 astrange Implement alpha channel decoding for BGR HuffYUV. libavcodec
Wed, 13 Jan 2010 16:46:39 +0000 mru AAC: Reduce depth of vlc_spectral tables to 2 libavcodec
Wed, 13 Jan 2010 16:46:35 +0000 mru AAC: Unswitch loop over window groups in decode_spectrum_and_dequant() libavcodec
Wed, 13 Jan 2010 16:46:32 +0000 mru AAC: simplify some calculations in decode_spectrum_and_dequant() libavcodec
Wed, 13 Jan 2010 16:46:28 +0000 mru AAC: Compress codebook tables and optimise sign bit handling libavcodec
Wed, 13 Jan 2010 04:35:19 +0000 vitor Remove needless use of log2f() libavcodec
Wed, 13 Jan 2010 04:29:55 +0000 vitor Remove the struct SiprModeParam of the context. This will simplify splitting libavcodec
Wed, 13 Jan 2010 03:11:02 +0000 mru SIPR: kill variable-length arrays libavcodec
Wed, 13 Jan 2010 02:44:38 +0000 michael remove unused variable libavcodec
Wed, 13 Jan 2010 02:35:36 +0000 michael Split cabac decoding code out of h264.c. libavcodec
Wed, 13 Jan 2010 02:17:16 +0000 michael Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them. libavcodec
Wed, 13 Jan 2010 02:16:00 +0000 zuxy More av_cold for infrequently called functions. libavcodec
Wed, 13 Jan 2010 01:59:19 +0000 michael Split cavlc out of h264.c. libavcodec
Tue, 12 Jan 2010 23:02:07 +0000 reimar Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel Atom. libavcodec
Tue, 12 Jan 2010 21:36:26 +0000 michael Split motion vector prediction off h264.c/h. libavcodec
Tue, 12 Jan 2010 21:17:26 +0000 michael Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just libavcodec
Tue, 12 Jan 2010 20:59:00 +0000 michael Split all the reference picture handling off h264.c. libavcodec
Tue, 12 Jan 2010 20:37:56 +0000 thilo.borgmann Reindent after last commit. libavcodec
Tue, 12 Jan 2010 20:35:22 +0000 thilo.borgmann Replace variable length array with an allocated buffer libavcodec
Tue, 12 Jan 2010 19:33:45 +0000 michael Split (picture|seq) parameter set decoding out of h264.c. libavcodec
Tue, 12 Jan 2010 18:54:40 +0000 michael Split SEI code off h264.c. libavcodec
Tue, 12 Jan 2010 14:32:58 +0000 michael Split direct mode (macro)block decoding off h264.c. libavcodec
Tue, 12 Jan 2010 13:54:35 +0000 michael Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert(). libavcodec
Tue, 12 Jan 2010 09:13:32 +0000 zuxy Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer libavcodec
Tue, 12 Jan 2010 06:01:55 +0000 michael Split h264 loop filter off h264.c. libavcodec
Tue, 12 Jan 2010 05:34:10 +0000 michael Move svq3.o to the correct spot. libavcodec
Tue, 12 Jan 2010 05:30:31 +0000 michael Get rid of #include "svq3.c" libavcodec
Tue, 12 Jan 2010 04:49:18 +0000 michael Better title for the file. libavcodec
Tue, 12 Jan 2010 00:29:26 +0000 cehoyos Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. libavcodec
Mon, 11 Jan 2010 20:21:26 +0000 mru AAC: use table for cbrtf(n)*n libavcodec
Mon, 11 Jan 2010 18:02:00 +0000 mru AAC: escape_sequence is 21 bits max libavcodec
Mon, 11 Jan 2010 16:41:03 +0000 alexc fft-test: Add RDFT/IRDFT support. libavcodec
Mon, 11 Jan 2010 16:40:01 +0000 alexc fft-test: Replace do_mdct with a tf_transform enum and switch on it. libavcodec
Mon, 11 Jan 2010 14:21:53 +0000 kostya Fix two RLE buffer size calculations in TSCC decoder. libavcodec
Mon, 11 Jan 2010 10:54:59 +0000 cehoyos 10l: Fix forgotten variable rename from r14893 (fixes issue 1675). libavcodec
Mon, 11 Jan 2010 04:57:04 +0000 astrange Add missing internal.h to files calling ff_match_2uint16(). libavcodec
Mon, 11 Jan 2010 02:52:50 +0000 michael Optimize ff_snow_horizontal_compose97i. libavcodec