log

age author description
Wed, 02 Dec 2009 23:51:15 +0000 cehoyos Revert r20095: Allow compiling to vorbis again. libavcodec
Wed, 02 Dec 2009 21:25:28 +0000 bcoudurier pass avctx as argument instead of width and height libavcodec
Wed, 02 Dec 2009 21:05:06 +0000 bcoudurier remove useless params libavcodec
Wed, 02 Dec 2009 21:04:23 +0000 bcoudurier remove useless params libavcodec
Wed, 02 Dec 2009 21:01:12 +0000 bcoudurier move private context declaration at the top libavcodec
Wed, 02 Dec 2009 20:07:23 +0000 michael Fix 1 pass RC in snow. libavcodec
Wed, 02 Dec 2009 17:21:43 +0000 mru ARM: 1l c&p fix: do not set pred16x16_plane for rv40 libavcodec
Wed, 02 Dec 2009 14:56:45 +0000 mru ARM: NEON optimised H264 16x16, 8x8 pred libavcodec
Wed, 02 Dec 2009 09:12:05 +0000 alexc AAC: Add a global header but output not locked output configuration status. libavcodec
Wed, 02 Dec 2009 09:07:32 +0000 alexc Set the SBR mode to implicit on ADTS frames occurring before the output is locked. libavcodec
Wed, 02 Dec 2009 04:06:27 +0000 melanson Small refactoring: Instead of 4 loops for decoding AC coefficients based libavcodec
Wed, 02 Dec 2009 02:30:15 +0000 melanson Use a list to track which fragments coded in this frame still have libavcodec
Wed, 02 Dec 2009 00:37:39 +0000 mru ARM: small tweak of NEON H264 IDCT libavcodec
Wed, 02 Dec 2009 00:37:36 +0000 mru ARM: NEON 2xN chroma MC libavcodec
Wed, 02 Dec 2009 00:37:33 +0000 mru ARM: NEON 16x16 and 8x8 avg qpel MC libavcodec
Tue, 01 Dec 2009 22:35:25 +0000 bcoudurier fix typo, ALT_BITSTREAM_WRITER_LE does not exist libavcodec
Tue, 01 Dec 2009 22:30:03 +0000 michael Store original width/height so that rv20 does not get stuck with some libavcodec
Tue, 01 Dec 2009 21:10:37 +0000 michael Make rv1/2 decoder use the next slice if needed. libavcodec
Tue, 01 Dec 2009 16:56:13 +0000 michael Support ASCII pnms. libavcodec
Tue, 01 Dec 2009 11:38:37 +0000 jai_menon pngdec.c : release allocated buffers. libavcodec
Tue, 01 Dec 2009 02:07:46 +0000 michael slif aka "SoftLab MPEG-2 I-frames Codec" support. libavcodec
Tue, 01 Dec 2009 01:01:37 +0000 michael 4:2:2 4:4:4 bugfix for the error concealment code. libavcodec
Mon, 30 Nov 2009 23:52:28 +0000 stefano Rename parameters of put_sbits() to make them consistent with those of libavcodec
Mon, 30 Nov 2009 23:08:25 +0000 michael Move "slice below image" check from mpeg_decode_slice to its caller. libavcodec
Mon, 30 Nov 2009 21:22:01 +0000 michael Move dummy picture allocation code from mpeg1/2 to mpegvideo. libavcodec
Mon, 30 Nov 2009 19:15:19 +0000 michael Disable error resilience for field pictures, this was never supported, libavcodec
Mon, 30 Nov 2009 19:14:00 +0000 michael Set mb_y in mpeg2 field pictures like h264 does. libavcodec
Mon, 30 Nov 2009 17:29:21 +0000 michael Make ""MPEG motion vector out of boundary" message more verbose. libavcodec
Mon, 30 Nov 2009 10:25:20 +0000 attila Fix an issue uncovered by commit 20623: libavcodec
Mon, 30 Nov 2009 03:32:43 +0000 michael Start decoding from seq/gop too, not just I frames. libavcodec
Mon, 30 Nov 2009 02:37:03 +0000 michael Fix dual prime motion compensation in field pictures. libavcodec
Sun, 29 Nov 2009 23:01:29 +0000 stefano Use more consistent / meaningful parameter names for the libavcodec
Sun, 29 Nov 2009 15:15:53 +0000 mru nellymoser: use constant seed for dithering RNG libavcodec
Sun, 29 Nov 2009 15:15:50 +0000 mru cook: use constant seed for dithering RNG libavcodec
Sun, 29 Nov 2009 14:31:40 +0000 michael Print errors instead of just ignoring contradictionary values in mpeg2 silently. libavcodec
Sun, 29 Nov 2009 03:32:30 +0000 michael Override a few values read so as to ensure that things are not inconsistent. libavcodec
Sun, 29 Nov 2009 03:05:11 +0000 michael Restructure dummy frame allocation. libavcodec
Sun, 29 Nov 2009 01:50:43 +0000 michael Make sure field_select is not set to nonsensical values even if unused. libavcodec
Sat, 28 Nov 2009 23:17:46 +0000 michael Factorize "s->first_slice = 1" out. libavcodec
Sat, 28 Nov 2009 23:05:06 +0000 michael Also check the location of the picture start code and picture coding libavcodec
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