log

age author description
Tue, 19 Jan 2010 16:40:36 +0000 michael Fix h264_loop_filter_strength_mmx2() so it works with b frames. libavcodec
Tue, 19 Jan 2010 14:28:19 +0000 michael Remove -2 -> -1 remapping, its not needed anymore as we must remap all libavcodec
Tue, 19 Jan 2010 04:00:08 +0000 darkshikari Update libx264.c to use new libx264 features libavcodec
Tue, 19 Jan 2010 03:16:48 +0000 jai_menon Apply changes made in r21308 to svq3.c. libavcodec
Tue, 19 Jan 2010 03:14:45 +0000 michael Dont waste time initializing stuff for deblocking intra mbs, none of libavcodec
Tue, 19 Jan 2010 02:28:26 +0000 michael Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose. libavcodec
Tue, 19 Jan 2010 02:07:12 +0000 michael Move a few things into a deeper if() in fetch_diagonal_mv(). libavcodec
Tue, 19 Jan 2010 01:23:19 +0000 michael Remove code that handles the case of a MB pair to our right being available. libavcodec
Mon, 18 Jan 2010 23:55:19 +0000 michael Cosmetic, get rid of &x[0] libavcodec
Mon, 18 Jan 2010 23:41:12 +0000 michael Fix compilation with -O0. libavcodec
Mon, 18 Jan 2010 23:34:37 +0000 michael Fix accumulated indention errors. libavcodec
Mon, 18 Jan 2010 23:31:14 +0000 michael Optimize top non_zero_count_cache init. libavcodec
Mon, 18 Jan 2010 23:30:21 +0000 michael Dont init chroma elements of non_zero_count_cache for deblock. libavcodec
Mon, 18 Jan 2010 23:27:53 +0000 michael Remove unneeded for_deblock check, this code was alraedy under for_deblock. libavcodec
Mon, 18 Jan 2010 21:22:09 +0000 michael Rather call filter_mb_mbaff_edge*v() more often than do extra calculations libavcodec
Mon, 18 Jan 2010 20:19:19 +0000 michael Fix 10l segfault with threads. libavcodec
Mon, 18 Jan 2010 20:13:53 +0000 michael Use h->slice_num where possible. libavcodec
Mon, 18 Jan 2010 19:45:56 +0000 michael Enable filter_mb_fast for CAVLC P slices. libavcodec
Mon, 18 Jan 2010 19:45:02 +0000 michael filter_mb_fast needs cbp_table to be set. libavcodec
Mon, 18 Jan 2010 16:29:16 +0000 michael PAFF CABAC P slices seem to work as well, so enable them for ff_h264_filter_mb_fast() too. libavcodec
Mon, 18 Jan 2010 16:16:22 +0000 michael Reenable filter_mb_fast for I slices and progressive CABAC P slices. libavcodec
Mon, 18 Jan 2010 16:11:13 +0000 michael Set h->cbp for ff_h264_filter_mb_fast(). libavcodec
Mon, 18 Jan 2010 14:05:30 +0000 michael 10l for someone, Store chroma_qp_diff in the correct struct. libavcodec
Mon, 18 Jan 2010 13:52:20 +0000 gb Install <libavcodec/vaapi.h> header. libavcodec
Mon, 18 Jan 2010 13:09:53 +0000 michael Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_caches libavcodec
Mon, 18 Jan 2010 05:15:31 +0000 michael Perform reference remapping at fill_cache() time instead of in the libavcodec
Mon, 18 Jan 2010 00:34:28 +0000 michael Make qp check for loop filter skiping also work with MBAFF. libavcodec
Mon, 18 Jan 2010 00:21:58 +0000 michael Comment about a cornercase we ignore currently libavcodec
Mon, 18 Jan 2010 00:20:44 +0000 michael Move the qp check to skip the loop filter up. libavcodec
Sun, 17 Jan 2010 23:44:23 +0000 michael Reorganize how values are stored in h->non_zero_count. libavcodec
Sun, 17 Jan 2010 22:05:36 +0000 michael Disable a few things in fill_filter_caches() that arent needed. libavcodec
Sun, 17 Jan 2010 21:43:08 +0000 michael Split fill_caches() between filter and decoder. libavcodec
Sun, 17 Jan 2010 20:35:55 +0000 michael Rearchitecturing the stiched up goose part 1 libavcodec
Sun, 17 Jan 2010 08:24:45 +0000 astrange Add missing Makefile dependencies to CONFIG_SNOW_ENCODER. libavcodec
Sat, 16 Jan 2010 17:41:40 +0000 michael Comment for() ; out libavcodec
Sat, 16 Jan 2010 17:27:17 +0000 michael Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smaller libavcodec
Sat, 16 Jan 2010 16:21:12 +0000 michael Apply last 2 optimizations to similar code i forgot. libavcodec
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
Mon, 11 Jan 2010 01:00:50 +0000 michael Merge vertical_compose53iL0*() libavcodec
Mon, 11 Jan 2010 00:54:48 +0000 michael Optimize horizontal_compose53i() by inlining inv_lift() and optimizing the libavcodec
Mon, 11 Jan 2010 00:31:52 +0000 conrad Add support for dirac in ogg libavcodec
Mon, 11 Jan 2010 00:31:44 +0000 conrad Add a function to parse Dirac's sequence header libavcodec
Mon, 11 Jan 2010 00:31:39 +0000 conrad Export fullrange flag and color information for h.264 libavcodec
Sun, 10 Jan 2010 21:38:15 +0000 vitor SIPR decoder for modes 8k5, 6k5 and 5k0. libavcodec
Sun, 10 Jan 2010 05:41:36 +0000 pross Deluxe Paint Animation decoder libavcodec
Sun, 10 Jan 2010 04:06:34 +0000 michael Doxy for ff_match_2uint16(). libavcodec
Sun, 10 Jan 2010 04:04:51 +0000 michael Fix implicit declaration warning. libavcodec
Sat, 09 Jan 2010 18:33:21 +0000 michael Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 libavcodec
Sat, 09 Jan 2010 18:12:06 +0000 michael Make inter_level/run global again, msmpeg4 uses them. libavcodec
Sat, 09 Jan 2010 17:22:37 +0000 michael Make some tables static again, i mistakely thought they would be used in several libavcodec
Sat, 09 Jan 2010 16:20:41 +0000 ramiro Export get_slice_type() as ff_h264_get_slice_type(). libavcodec
Sat, 09 Jan 2010 14:59:06 +0000 michael Split H263 encoder and decoder from common code. libavcodec
Sat, 09 Jan 2010 13:28:04 +0000 reimar Add support for hard-coded MDCT-related ff_sine_windows tables. libavcodec
Sat, 09 Jan 2010 07:57:26 +0000 jai_menon Always initialize bit_depth_luma and bit_depth_chroma in the H264 libavcodec
Sat, 09 Jan 2010 03:31:13 +0000 pross update my email address libavcodec
Fri, 08 Jan 2010 19:59:51 +0000 michael Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c. libavcodec
Fri, 08 Jan 2010 19:53:42 +0000 thilo.borgmann Change local variable type from unsigned int to int in order to libavcodec
Fri, 08 Jan 2010 19:40:10 +0000 michael Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. libavcodec
Fri, 08 Jan 2010 19:10:11 +0000 michael Use h263 tables in msmpeg4v1 dont duplicate them halfway. libavcodec
Fri, 08 Jan 2010 18:54:52 +0000 daniel Release cyuv/aura decoder buffer libavcodec
Fri, 08 Jan 2010 17:52:54 +0000 mru AAC: add a const to decode_spectrum_and_dequant() args libavcodec
Fri, 08 Jan 2010 17:51:48 +0000 michael Rename most non static h263 tables so their name contains h263. libavcodec
Fri, 08 Jan 2010 17:41:14 +0000 michael Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability libavcodec
Fri, 08 Jan 2010 17:28:43 +0000 michael Rename DCtab_*, its a global variable and it helps understanding if mpeg4 libavcodec
Fri, 08 Jan 2010 16:37:32 +0000 jai_menon Snow : re-indent after r21093. libavcodec
Fri, 08 Jan 2010 16:34:50 +0000 jai_menon Snow : remove pointless 'if(1)'. libavcodec
Fri, 08 Jan 2010 16:26:44 +0000 michael Remove useless line. libavcodec
Fri, 08 Jan 2010 16:04:45 +0000 michael Fix indention. libavcodec
Fri, 08 Jan 2010 15:50:26 +0000 andoma Log unknown NAL code from correct context libavcodec
Fri, 08 Jan 2010 14:45:24 +0000 jai_menon Snow : use non-NULL context for av_log. libavcodec
Fri, 08 Jan 2010 14:33:35 +0000 jai_menon Cosmetics : remove duplicated comment. libavcodec
Fri, 08 Jan 2010 10:00:56 +0000 diego Explain why the level variable is magically inceased in mpeg4_encode_dc(). libavcodec
Fri, 08 Jan 2010 06:11:56 +0000 alexc fft-test: whitespace cosmetics libavcodec
Fri, 08 Jan 2010 05:09:17 +0000 jai_menon Snow : release buffers allocated using avctx->get_buffer. libavcodec
Fri, 08 Jan 2010 05:08:02 +0000 jai_menon Set bits_per_coded_sample in the raw video encoder. libavcodec
Fri, 08 Jan 2010 04:00:06 +0000 michael Add a few CONFIG_MPEG4_DECODER that should be there. libavcodec
Thu, 07 Jan 2010 23:53:49 +0000 michael Split the mpeg4 encoder and decoder off h263.c libavcodec
Thu, 07 Jan 2010 22:48:58 +0000 thilo.borgmann Add multi-channel correlation support for ALS. libavcodec
Thu, 07 Jan 2010 22:33:26 +0000 cehoyos Fix red/blue swap for 4xa files. libavcodec
Thu, 07 Jan 2010 22:23:28 +0000 thilo.borgmann Optimize short-term prediction by reducing index arithmetic. libavcodec
Thu, 07 Jan 2010 15:46:45 +0000 michael Add some const qualifiers. libavcodec
Thu, 07 Jan 2010 15:43:49 +0000 michael Document decide_ac_pred() and restore_ac_coeffs(). libavcodec
Thu, 07 Jan 2010 15:31:54 +0000 michael Move restore_ac_coeffs() call into decode_ac_pred(). libavcodec
Thu, 07 Jan 2010 15:24:50 +0000 michael Move restore_ac_coeffs() up so its declared before its use. libavcodec
Thu, 07 Jan 2010 15:12:31 +0000 michael More doxy libavcodec
Thu, 07 Jan 2010 14:56:40 +0000 michael Document ff_h263_show_pict_info(). libavcodec
Thu, 07 Jan 2010 14:55:11 +0000 michael Factorize if() surrounding every ff_h263_show_pict_info() call. libavcodec
Thu, 07 Jan 2010 06:32:34 +0000 michael 2 more if(CONFIG_*_DECODER) libavcodec
Thu, 07 Jan 2010 06:25:41 +0000 michael Split out intel H263 decoder. libavcodec
Thu, 07 Jan 2010 06:20:57 +0000 michael flv.h should ideally be included in flvdec.c libavcodec
Thu, 07 Jan 2010 05:41:49 +0000 michael Move forgotton "AVCodec flv_encoder" over to flvenc.c. libavcodec
Thu, 07 Jan 2010 05:36:45 +0000 michael Split flv decoding out. libavcodec
Thu, 07 Jan 2010 04:42:39 +0000 michael Split out flv encoding. libavcodec
Thu, 07 Jan 2010 04:01:19 +0000 michael Document aspect_to_info(). libavcodec
Thu, 07 Jan 2010 03:58:12 +0000 michael Cleanup aspect_to_info(). libavcodec
Thu, 07 Jan 2010 03:54:10 +0000 michael Document several more things. libavcodec
Thu, 07 Jan 2010 03:40:41 +0000 michael Document *VLC_BITS. libavcodec
Thu, 07 Jan 2010 03:36:46 +0000 michael Simplify h263_get_picture_format(). libavcodec
Thu, 07 Jan 2010 03:34:30 +0000 michael Mark h263_get_picture_format() av_const to indicate that it has no funny libavcodec
Thu, 07 Jan 2010 03:30:45 +0000 michael Document h263_get_picture_format(). libavcodec
Wed, 06 Jan 2010 23:15:33 +0000 cehoyos 100l: Fix compilation after r21037. libavcodec
Wed, 06 Jan 2010 22:40:52 +0000 michael Stop the approximation in bessel() once it does no longer improve. libavcodec
Wed, 06 Jan 2010 21:51:20 +0000 daniel Handle more ADPCM codecs in av_get_bits_per_sample(). libavcodec
Tue, 05 Jan 2010 16:25:41 +0000 vitor Use correct context for av_log(), should prevent a crash for malformed files. libavcodec
Tue, 05 Jan 2010 10:18:01 +0000 diego Add a few explanatory comments to cornercase workarounds. libavcodec
Tue, 05 Jan 2010 01:16:02 +0000 thilo.borgmann Replace array operator [] with direct access via pointer. libavcodec
Tue, 05 Jan 2010 01:14:38 +0000 cehoyos Cosmetics: Fix indentation and comment after r21027. libavcodec
Tue, 05 Jan 2010 01:11:45 +0000 cehoyos Support decoding raw 2bpp in mov, fixes issue 1528. libavcodec
Tue, 05 Jan 2010 00:41:29 +0000 cehoyos Improve readability of 4bpp raw decoder and prepare for supporting 2bpp. libavcodec
Mon, 04 Jan 2010 19:26:08 +0000 vitor Reindent after last commit libavcodec
Mon, 04 Jan 2010 19:25:44 +0000 vitor Add missing "static" qualifier libavcodec
Mon, 04 Jan 2010 13:21:18 +0000 diego The H.263 wrong_run table is only for encoding; only enable it in such cases. libavcodec
Mon, 04 Jan 2010 09:23:24 +0000 gb VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line. libavcodec
Mon, 04 Jan 2010 09:19:32 +0000 gb Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks, libavcodec
Sun, 03 Jan 2010 21:21:41 +0000 stefano Document avcodec_pix_fmt_to_codec_tag(). libavcodec
Sun, 03 Jan 2010 14:31:25 +0000 stefano Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and libavcodec
Sat, 02 Jan 2010 17:48:08 +0000 reimar Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since it libavcodec
Sat, 02 Jan 2010 12:15:09 +0000 vitor Small ELBG optimization: use last pixel as a initial guess for the codebook libavcodec
Fri, 01 Jan 2010 21:32:48 +0000 michael Adjust threshold for xvid packed b frame detection. libavcodec
Fri, 01 Jan 2010 21:07:52 +0000 michael It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert. libavcodec
Fri, 01 Jan 2010 12:28:18 +0000 stefano Remove residual use of the doxygen markup which is deprecated, libavcodec
Thu, 31 Dec 2009 01:27:47 +0000 diego Remove unused function msmpeg4_memsetw(). libavcodec
Thu, 31 Dec 2009 01:08:10 +0000 cehoyos Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian. libavcodec
Wed, 30 Dec 2009 22:58:49 +0000 cehoyos Support raw black&white in mov, fixes issue 1654. libavcodec
Wed, 30 Dec 2009 16:10:52 +0000 diego cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations. libavcodec
Wed, 30 Dec 2009 16:08:47 +0000 diego 10l: Move ff_mpeg4_pred_dc() to an appropriate place. libavcodec
Wed, 30 Dec 2009 14:51:46 +0000 diego cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations. libavcodec
Wed, 30 Dec 2009 14:34:14 +0000 diego cosmetics: Move H.263-related functions around to avoid forward declarations. libavcodec
Wed, 30 Dec 2009 14:15:12 +0000 diego cosmetics: Reorder functions to avoid forward declarations. libavcodec
Wed, 30 Dec 2009 13:48:03 +0000 diego Remove unnecessary forward declaration for msmpeg4_memsetw(). libavcodec
Wed, 30 Dec 2009 11:33:59 +0000 diego Get rid of pointless CONFIG_ANY_H263 preprocessor definition. libavcodec
Wed, 30 Dec 2009 11:22:41 +0000 diego Add required header #includes for mpegvideo.h and config.h. libavcodec
Wed, 30 Dec 2009 11:07:04 +0000 diego Eliminate CONFIG_ANY_H263_DECODER preprocessor definition. libavcodec
Wed, 30 Dec 2009 02:09:51 +0000 diego Get rid of pointless CONFIG_WMV_DECODER definition. libavcodec
Wed, 30 Dec 2009 02:08:25 +0000 diego Get rid of pointless CONFIG_WMV2 definition. libavcodec
Wed, 30 Dec 2009 02:01:19 +0000 diego Simplify CONFIG_ANY_H263_DECODER preprocessor definition: libavcodec
Tue, 29 Dec 2009 18:26:31 +0000 diego Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER. libavcodec
Tue, 29 Dec 2009 17:20:19 +0000 diego Remove pointless CONFIG_MLP_DECODER preprocessor check. libavcodec
Tue, 29 Dec 2009 17:16:07 +0000 diego Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser. libavcodec
Tue, 29 Dec 2009 14:18:27 +0000 diego The MLP decoder depends on the MLP parser. libavcodec
Tue, 29 Dec 2009 13:48:48 +0000 diego Enable the TrueHD decoder when the MLP decoder is enabled. libavcodec
Tue, 29 Dec 2009 13:14:41 +0000 diego Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure. libavcodec
Tue, 29 Dec 2009 12:00:28 +0000 cehoyos Fix colours for QT JPEG2000, fixes issue 1540. libavcodec
Tue, 29 Dec 2009 11:53:51 +0000 cehoyos Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630. libavcodec
Tue, 29 Dec 2009 11:42:16 +0000 diego Declare AAC parser dependencies in configure. libavcodec
Tue, 29 Dec 2009 11:33:51 +0000 diego The S/P-DIF muxer depends on mpeg4audio.o. libavcodec
Tue, 29 Dec 2009 11:11:07 +0000 diego Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure. libavcodec
Tue, 29 Dec 2009 08:48:18 +0000 gb Add H.264 bitstream decoding through VAAPI. libavcodec
Tue, 29 Dec 2009 02:51:38 +0000 diego vc1_parser.o does not depend on h263dec.o and intrax8.o. libavcodec
Mon, 28 Dec 2009 18:05:34 +0000 diego Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure. libavcodec
Mon, 28 Dec 2009 18:00:07 +0000 diego Declare dependencies for H.263 family decoders in configure. libavcodec
Mon, 28 Dec 2009 17:45:31 +0000 diego Declare the dependency of the H.263 decoder on the H.263 parser in configure. libavcodec
Mon, 28 Dec 2009 17:36:03 +0000 diego Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER. libavcodec
Mon, 28 Dec 2009 15:27:49 +0000 diego cosmetics: Remove pointless '#if 1' preprocessor directives. libavcodec
Mon, 28 Dec 2009 15:19:36 +0000 gb Use VA_INVALID_ID instead of hard coded values. libavcodec
Mon, 28 Dec 2009 09:03:09 +0000 gb Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param(). libavcodec
Mon, 28 Dec 2009 09:02:16 +0000 gb Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id(). libavcodec
Sun, 27 Dec 2009 14:32:23 +0000 diego Remove commented-out debug console output. libavcodec
Sun, 27 Dec 2009 14:28:43 +0000 diego cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef. libavcodec
Sun, 27 Dec 2009 14:07:21 +0000 kostya 16-bit Interplay video does not need palette control libavcodec
Sun, 27 Dec 2009 09:12:50 +0000 kostya Add missing opcodes for 16-bit Interplay Video decoding and finally enable it libavcodec
Sun, 27 Dec 2009 09:03:31 +0000 kostya 16-bit Interplay Video stores motion vector data at the end of frame, libavcodec
Sun, 27 Dec 2009 08:56:06 +0000 kostya 10l trocadero: forgot one case where picture linesize should be used libavcodec
Sun, 27 Dec 2009 08:53:02 +0000 kostya cosmetics: reindent and break long lines after last commits libavcodec
Sun, 27 Dec 2009 08:49:32 +0000 kostya Add 16-bit image data handling (but not decoding yet) to Interplay Video libavcodec
Sun, 27 Dec 2009 08:38:07 +0000 kostya Use frame linesize in Interplay Video block copying function libavcodec
Sun, 27 Dec 2009 08:31:39 +0000 kostya Make CHECK_STREAM_PTR macro in Interplay Video decoder usable with libavcodec
Sun, 27 Dec 2009 08:21:40 +0000 kostya Recognize 16-bit Interplay Video variant libavcodec
Sun, 27 Dec 2009 08:15:19 +0000 kostya Change main loop in Interplay Video decoder, so variables x and y really mean libavcodec
Sat, 26 Dec 2009 11:07:47 +0000 reimar Fix cdg reference and buffer_hints value: libavcodec
Fri, 25 Dec 2009 17:13:05 +0000 kostya cosmetics: reindent libavcodec
Thu, 24 Dec 2009 12:13:03 +0000 diego cosmetics: Reformat some function declarations. libavcodec
Wed, 23 Dec 2009 16:01:15 +0000 kostya Auravision Aura 2 decoder libavcodec
Wed, 23 Dec 2009 13:04:57 +0000 kostya Add Auravision Aura decoding support libavcodec
Wed, 23 Dec 2009 09:10:40 +0000 kostya There is no need to print FFmpeg or codec name in error message libavcodec
Wed, 23 Dec 2009 09:04:57 +0000 kostya cosmetics: correct formatting a bit libavcodec
Tue, 22 Dec 2009 08:09:46 +0000 mru ARM: use ALT_BITSTREAM_READER on cores with fast unaligned access libavcodec
Sun, 20 Dec 2009 16:31:21 +0000 gb Add new fields for the VDPAU/MPEG-4 back-end. libavcodec
Sat, 19 Dec 2009 18:41:03 +0000 diego Add long_name for Xxan codec. libavcodec
Sat, 19 Dec 2009 17:04:30 +0000 kostya Improve handling allocated buffers in Xan decoder libavcodec
Sat, 19 Dec 2009 16:39:21 +0000 kostya cosmetics: reindent a bit libavcodec