log

age author description
Wed, 05 May 2010 21:02:37 +0000 conrad schroenc: Don't touch gop_structure by default, it should be left adaptive libavcodec
Wed, 05 May 2010 17:02:55 +0000 cehoyos Align plane size to word-boundary. libavcodec
Mon, 03 May 2010 22:08:31 +0000 rbultje Revert r22974 int->unsigned parts that don't have any meaningful effect. libavcodec
Mon, 03 May 2010 19:21:35 +0000 alexc 10l: The SBR refactor requires the use of 2 independent output X buffers. libavcodec
Mon, 03 May 2010 05:57:48 +0000 mstorsjo amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder output libavcodec
Sun, 02 May 2010 21:52:25 +0000 rbultje Another buffer overflow, fixes issue1758. libavcodec
Sun, 02 May 2010 16:07:29 +0000 reimar Clarify how allocation works for the picture argument for libavcodec
Sat, 01 May 2010 18:45:02 +0000 rbultje Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...). libavcodec
Fri, 30 Apr 2010 23:32:42 +0000 alexc Enforce time border monotonicity. libavcodec
Fri, 30 Apr 2010 23:08:44 +0000 alexc Move the SBR patch count check to prevent overwrites. libavcodec
Fri, 30 Apr 2010 22:42:52 +0000 alexc Increase size of patch_borders[]. libavcodec
Fri, 30 Apr 2010 22:09:42 +0000 michael avi bgr24 padding fix. libavcodec
Fri, 30 Apr 2010 21:43:29 +0000 alexc Reindent libavcodec
Fri, 30 Apr 2010 21:43:23 +0000 alexc Rewrite ff_sbr_apply in a manner more friendly to PS. libavcodec
Fri, 30 Apr 2010 21:30:27 +0000 mru ARM: NEON optimised VP6 edge filter libavcodec
Fri, 30 Apr 2010 21:30:22 +0000 mru VP56: move vp56_edge_filter to new VP56DSPContext libavcodec
Wed, 28 Apr 2010 20:00:23 +0000 michael Add version to AVClass so we can add to and use fields of AVClass without ABI issues. libavcodec
Mon, 26 Apr 2010 22:39:08 +0000 rbultje Reidnent after r22795. libavcodec
Mon, 26 Apr 2010 22:38:41 +0000 rbultje Move some branches outside looped code. Should improve the generated asm (and libavcodec
Mon, 26 Apr 2010 22:37:13 +0000 rbultje Switch some ints to unsigned (they can only have positive values, this allows libavcodec
Mon, 26 Apr 2010 22:00:57 +0000 cehoyos Make two functions out of #define hackery. libavcodec
Sun, 25 Apr 2010 15:05:16 +0000 stefano Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 libavcodec
Fri, 23 Apr 2010 16:45:38 +0000 rbultje Add acelp_filters.o as QCELP decoder object file. libavcodec
Fri, 23 Apr 2010 16:28:10 +0000 mru Workaround for missing llrintf() libavcodec
Thu, 22 Apr 2010 21:43:36 +0000 jbr ac3dec: return smaller of buf_size and frame_size instead of always returning libavcodec
Thu, 22 Apr 2010 21:19:32 +0000 mru ARM: fix build for darwin/iphone libavcodec
Thu, 22 Apr 2010 09:41:45 +0000 michael Set .supported_samplerates for mpeg audio encoders. libavcodec
Wed, 21 Apr 2010 18:01:34 +0000 rbultje WMAVoice postfilter. libavcodec
Wed, 21 Apr 2010 17:57:48 +0000 rbultje Move clipping of audio samples (for those codecs outputting float) from decoder libavcodec
Wed, 21 Apr 2010 17:51:37 +0000 jai_menon Fix typo. libavcodec