log

age author description
Sat, 28 Nov 2009 22:51:53 +0000 michael Check order of startcodes, ignore some obviously wrong ones. libavcodec
Sat, 28 Nov 2009 21:32:33 +0000 michael Move mpeg_decode_postinit() out of bitstream decoding functions, it does not libavcodec
Sat, 28 Nov 2009 18:57:12 +0000 michael Inline mpeg_decode_extension, will simplify future changes. libavcodec
Sat, 28 Nov 2009 14:17:28 +0000 michael Simplify mpeg_decode_user_data() libavcodec
Sat, 28 Nov 2009 10:58:07 +0000 stefano Fix put_bits32() doxy. libavcodec
Sat, 28 Nov 2009 10:21:10 +0000 stefano Consistently put braces for function definitions. libavcodec
Sat, 28 Nov 2009 10:17:43 +0000 stefano Fix typo, "Write" -> "Writes". libavcodec
Sat, 28 Nov 2009 01:13:43 +0000 stefano Use pixel formats names defined in av_pix_fmt_descriptors rather than libavcodec
Sat, 28 Nov 2009 00:53:15 +0000 stefano Remove unused PixFmtInfo.is_hwaccel field. libavcodec
Thu, 26 Nov 2009 21:20:28 +0000 reimar Add support for hardcoding the motionpixels rgb to yuv table. libavcodec
Thu, 26 Nov 2009 21:15:06 +0000 reimar 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. libavcodec
Thu, 26 Nov 2009 21:04:33 +0000 stefano Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than libavcodec
Thu, 26 Nov 2009 20:46:13 +0000 jai_menon Allow decoders to correctly set the sample format by defaulting to libavcodec
Thu, 26 Nov 2009 20:00:03 +0000 stefano Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use libavcodec
Thu, 26 Nov 2009 10:06:41 +0000 mru Revert "Add required header #include to fix 'make checkheaders'." libavcodec
Thu, 26 Nov 2009 09:59:10 +0000 diego cosmetics: K&R style, prettyprinting libavcodec
Thu, 26 Nov 2009 09:55:03 +0000 diego Mark apply_mdct() function as static; it is only used within the file. libavcodec
Thu, 26 Nov 2009 00:33:19 +0000 stefano Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather libavcodec
Wed, 25 Nov 2009 23:52:20 +0000 stefano Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than libavcodec
Wed, 25 Nov 2009 23:29:36 +0000 diego -DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho. libavcodec
Wed, 25 Nov 2009 23:24:09 +0000 diego Add required header #include to fix 'make checkheaders'. libavcodec
Wed, 25 Nov 2009 17:14:48 +0000 ramiro Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma libavcodec
Wed, 25 Nov 2009 16:00:14 +0000 conrad Support compiling against libtheora older than 1.1 libavcodec
Tue, 24 Nov 2009 16:58:50 +0000 vitor Make lsp2polyf() function non-static for upcoming usage in SIPR libavcodec
Tue, 24 Nov 2009 15:49:34 +0000 darkshikari Add weightp support in API for libx264. libavcodec
Tue, 24 Nov 2009 15:13:47 +0000 cehoyos Call ff_find_hwaccel() after calling avcodec_set_dimensions(). libavcodec
Tue, 24 Nov 2009 10:10:39 +0000 mru WMA: extend exponent range to 95 libavcodec
Tue, 24 Nov 2009 06:05:41 +0000 kostya Call avcodec_set_dimensions() instead of simply setting avctx->width/height libavcodec
Mon, 23 Nov 2009 22:28:45 +0000 vitor Add missing include. Fix the following compiler warnings: libavcodec
Mon, 23 Nov 2009 22:22:16 +0000 mru WMA: extend exponent table up to 75 libavcodec
Mon, 23 Nov 2009 19:45:40 +0000 michael Use avcodec_set_dimensions() libavcodec
Mon, 23 Nov 2009 19:24:17 +0000 michael Correct order of arguments for avcodec_check_dimensions(). libavcodec
Mon, 23 Nov 2009 19:22:19 +0000 michael Make sure avcodec_set_dimensions() is used when rv20 changes resolution. libavcodec
Sun, 22 Nov 2009 22:25:58 +0000 vitor Make sorting function used in TwinVQ a shared function libavcodec
Sun, 22 Nov 2009 21:08:46 +0000 conrad Set colorspace for libtheora encoding libavcodec
Sun, 22 Nov 2009 21:08:43 +0000 conrad Support 4:2:2 and 4:4:4 subsampling in libtheora encoding libavcodec
Sun, 22 Nov 2009 21:08:40 +0000 conrad Add support for two pass encoding in libtheora libavcodec
Sun, 22 Nov 2009 21:08:37 +0000 conrad Update libtheora wrapper to use the 1.0 API libavcodec
Sun, 22 Nov 2009 07:48:35 +0000 kostya Update dimensions in AVCodecContext when RV3/4 frame dimensions change libavcodec
Sat, 21 Nov 2009 20:56:46 +0000 alexc 10l: Fix inverted if-condition from r20448. Fixes issue 1562. libavcodec
Sat, 21 Nov 2009 09:58:15 +0000 cehoyos Factorize av_get_bit_rate (for future use outside of libavcodec). libavcodec
Fri, 20 Nov 2009 22:14:37 +0000 michael Allocate pictures with enough padding for jpeg. libavcodec
Fri, 20 Nov 2009 21:08:26 +0000 reimar In win32 thread implementation do not access jobnr if the thread is asked libavcodec
Fri, 20 Nov 2009 19:16:42 +0000 daniel Add codec id for Flash screen codec v2 and hook it up in FLV demuxer libavcodec
Fri, 20 Nov 2009 11:38:37 +0000 ramiro Indent libavcodec
Fri, 20 Nov 2009 07:49:53 +0000 kostya Implement missing case for decoding samples with large pivot value in APE libavcodec
Fri, 20 Nov 2009 07:26:17 +0000 kostya cosmetics: break some long lines and insert few spaces libavcodec
Fri, 20 Nov 2009 07:22:41 +0000 kostya 10l trocadero: ZMBV encoder used zero score to detect whether block should be libavcodec
Fri, 20 Nov 2009 00:13:34 +0000 bcoudurier avoid integer overflow in dnxhd encoder, fixes #1557 libavcodec
Thu, 19 Nov 2009 23:28:21 +0000 bcoudurier clarify why the encoder is failing libavcodec
Thu, 19 Nov 2009 22:56:57 +0000 stefano Fix name for PIX_FMT_NV21 PixFmtInfo entry. libavcodec
Thu, 19 Nov 2009 11:49:03 +0000 reimar Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set libavcodec
Thu, 19 Nov 2009 00:05:30 +0000 bcoudurier Revert r20548, it was a dream. It seems faad does not ouput the last frame libavcodec
Wed, 18 Nov 2009 21:01:42 +0000 bcoudurier faad needs CODEC_CAP_DELAY, otherwise you miss last frame libavcodec
Wed, 18 Nov 2009 17:15:17 +0000 diego Add functions to return library license and library configuration. libavcodec
Mon, 16 Nov 2009 17:42:43 +0000 rbultje Use get_bits_left() instead of size_in_bits - get_bits_count(). libavcodec
Mon, 16 Nov 2009 01:56:47 +0000 cehoyos Cosmetics: Fix indentation. libavcodec
Sun, 15 Nov 2009 19:40:44 +0000 alexc Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter. libavcodec
Sun, 15 Nov 2009 10:41:46 +0000 vitor Implement ff_decode_pitch_lag() that is used by both AMR and SIPR. libavcodec
Sat, 14 Nov 2009 11:49:48 +0000 thilo.borgmann Merge data tables from als_data.h with the decoder source to reduce libavcodec
Sat, 14 Nov 2009 06:29:19 +0000 thilo.borgmann Add long-term prediction to the ALS decoder. libavcodec
Sat, 14 Nov 2009 00:25:48 +0000 jbr ac3dec: apply dynamic range compression to correct channels in dual-mono mode. libavcodec
Fri, 13 Nov 2009 18:33:28 +0000 benoit Reset rbsp buffer size when freeing its data buffer. libavcodec
Thu, 12 Nov 2009 20:21:38 +0000 vitor Bump minor version after MPEG-4 Lossless commit libavcodec
Thu, 12 Nov 2009 20:08:17 +0000 cehoyos Bump minor version after applying ALS decoder. libavcodec
Thu, 12 Nov 2009 05:22:51 +0000 alexc Mark AOT_ALS as a supported MPEG-4 audio object type. libavcodec
Thu, 12 Nov 2009 01:45:04 +0000 alexc Cosmetics: Re-indent libavcodec
Thu, 12 Nov 2009 01:44:38 +0000 alexc Fix a __warn_memset_zero_len gcc-4.4 warning. libavcodec
Wed, 11 Nov 2009 22:36:17 +0000 cehoyos Add MPEG-4 Audio Lossless Coding (ALS) decoder. libavcodec
Wed, 11 Nov 2009 22:16:54 +0000 alexc Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificConfig. Patch by Thilo Borgmann libavcodec
Wed, 11 Nov 2009 20:36:42 +0000 alexc Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum. libavcodec
Wed, 11 Nov 2009 20:33:56 +0000 alexc AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not the libavcodec
Wed, 11 Nov 2009 20:24:23 +0000 alexc Add a channels field to MPEG4AudioConfig. libavcodec
Wed, 11 Nov 2009 11:00:50 +0000 vitor Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this libavcodec
Wed, 11 Nov 2009 01:04:08 +0000 alexc Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types. libavcodec
Tue, 10 Nov 2009 21:53:22 +0000 jbr Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codec libavcodec
Tue, 10 Nov 2009 21:00:46 +0000 michael indent libavcodec
Tue, 10 Nov 2009 20:55:45 +0000 cehoyos Cosmetics: Fix indentation after r20505. libavcodec
Tue, 10 Nov 2009 20:55:00 +0000 cehoyos Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test libavcodec
Tue, 10 Nov 2009 20:24:41 +0000 michael Try to fix has_b_frame calculation for open gop files. libavcodec
Tue, 10 Nov 2009 19:36:58 +0000 vitor Fix palette copying in av_picture_copy(). Previous code worked only if libavcodec
Tue, 10 Nov 2009 18:52:39 +0000 cehoyos Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used libavcodec
Tue, 10 Nov 2009 14:48:32 +0000 jai_menon Handle JPEG2000 frames stored in the Quicktime container. libavcodec
Tue, 10 Nov 2009 14:37:42 +0000 jai_menon cosmetics : fix indentation. libavcodec
Tue, 10 Nov 2009 04:17:18 +0000 vitor Avoid variable-length array use in ff_acelp_lspd2lpc() libavcodec
Tue, 10 Nov 2009 02:51:47 +0000 michael Add a NULL pointer check to avcodec_close() this should prevent a segfault libavcodec
Mon, 09 Nov 2009 22:10:43 +0000 rbultje Make get_bits_left() available for use in libavcodec (was previously held libavcodec
Mon, 09 Nov 2009 22:04:03 +0000 rbultje And on the sixth day, God gave us the <= operand, which makes the loop libavcodec
Mon, 09 Nov 2009 12:06:19 +0000 vitor Do not hardcode filter order in ff_acelp_lspd2lpc() libavcodec
Mon, 09 Nov 2009 09:11:35 +0000 cehoyos Move ff_reverse in libavcodec to av_reverse in libavutil. libavcodec
Sun, 08 Nov 2009 23:37:59 +0000 cehoyos Use enum FrameType as parameter to construct_perm_table(). libavcodec
Sun, 08 Nov 2009 14:54:43 +0000 michael Remove unused variable. libavcodec
Sun, 08 Nov 2009 03:06:05 +0000 jbr ac3dec: revert r20089. The change was just wrong. 10l for me. libavcodec
Sat, 07 Nov 2009 20:10:02 +0000 michael Simpliy exp*table init, based on patch by reimar. libavcodec
Thu, 05 Nov 2009 18:29:06 +0000 reimar Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the libavcodec
Thu, 05 Nov 2009 01:10:27 +0000 reynaldo Correct double include introduced by r20450 libavcodec
Wed, 04 Nov 2009 23:33:08 +0000 vitor Reduce stack memory allocation in MP3 decoder libavcodec
Wed, 04 Nov 2009 19:29:29 +0000 reynaldo Implement ff_scale_vector_to_given_sum_of_squares() libavcodec
Wed, 04 Nov 2009 17:30:23 +0000 reimar Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. libavcodec
Tue, 03 Nov 2009 22:50:02 +0000 alexc Don't lock the channel output configuration based on the first value seen for libavcodec
Tue, 03 Nov 2009 16:17:21 +0000 compn add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov libavcodec
Tue, 03 Nov 2009 03:26:26 +0000 jbr Simplify AC-3 critical band end calculation (correctly this time). libavcodec
Tue, 03 Nov 2009 02:59:18 +0000 jbr Revert r20050, which caused decoding errors with at least one valid AC-3 file. libavcodec
Mon, 02 Nov 2009 14:12:25 +0000 michael Avoid huge array for rgb ljpeg on the stack. libavcodec
Mon, 02 Nov 2009 00:10:10 +0000 compn map VYUY fourcc to rawcodec libavcodec
Sun, 01 Nov 2009 16:48:05 +0000 jbr Set sample format in flac_decode_init() rather than in libavcodec
Sun, 01 Nov 2009 15:08:49 +0000 jbr Set the sample format for Smacker audio in the decoder rather than in the libavcodec
Sat, 31 Oct 2009 02:02:30 +0000 vitor Implement AMR gain function that is used by both AMR and SIPR. libavcodec
Thu, 29 Oct 2009 10:58:59 +0000 michael Change whitespace placement a little to improve readabiliy slightly. libavcodec
Thu, 29 Oct 2009 10:46:29 +0000 michael Multiple inclusion guards for synth_filter.h. libavcodec
Thu, 29 Oct 2009 10:46:16 +0000 cehoyos Support demuxing teletext in DVB streams. libavcodec
Thu, 29 Oct 2009 10:43:56 +0000 michael Vertically align function arguments. libavcodec
Thu, 29 Oct 2009 00:55:35 +0000 mru Add generic rules for building helpers with HOSTCC libavcodec
Wed, 28 Oct 2009 22:41:45 +0000 reimar vorbis_dec: factor out duplicated code for index reading, bounds checking and libavcodec
Wed, 28 Oct 2009 20:02:40 +0000 reimar Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwin gcc 4.2.4. libavcodec
Wed, 28 Oct 2009 19:49:19 +0000 mru Makefile cosmetics libavcodec
Wed, 28 Oct 2009 19:49:16 +0000 mru Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set libavcodec
Wed, 28 Oct 2009 19:38:31 +0000 reimar Fix out-of-tree builds with --enable-hardcoded-tables libavcodec
Wed, 28 Oct 2009 19:15:42 +0000 reimar Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one. libavcodec
Wed, 28 Oct 2009 19:05:45 +0000 reimar Better formatting for 2D tables in tableprint code. libavcodec