Mercurial > libavcodec.hg
graph
-
Also check the location of the picture start code and picture coding libavcodecSat, 28 Nov 2009 23:05:06 +0000, by michael
-
Check order of startcodes, ignore some obviously wrong ones. libavcodecSat, 28 Nov 2009 22:51:53 +0000, by michael
-
Move mpeg_decode_postinit() out of bitstream decoding functions, it does not libavcodecSat, 28 Nov 2009 21:32:33 +0000, by michael
-
Inline mpeg_decode_extension, will simplify future changes. libavcodecSat, 28 Nov 2009 18:57:12 +0000, by michael
-
Consistently put braces for function definitions. libavcodecSat, 28 Nov 2009 10:21:10 +0000, by stefano
-
Use pixel formats names defined in av_pix_fmt_descriptors rather than libavcodecSat, 28 Nov 2009 01:13:43 +0000, by stefano
-
Add support for hardcoding the motionpixels rgb to yuv table. libavcodecThu, 26 Nov 2009 21:20:28 +0000, by reimar
-
10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. libavcodecThu, 26 Nov 2009 21:15:06 +0000, by reimar
-
Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than libavcodecThu, 26 Nov 2009 21:04:33 +0000, by stefano
-
Allow decoders to correctly set the sample format by defaulting to libavcodecThu, 26 Nov 2009 20:46:13 +0000, by jai_menon
-
Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use libavcodecThu, 26 Nov 2009 20:00:03 +0000, by stefano
-
Revert "Add required header #include to fix 'make checkheaders'." libavcodecThu, 26 Nov 2009 10:06:41 +0000, by mru
-
Mark apply_mdct() function as static; it is only used within the file. libavcodecThu, 26 Nov 2009 09:55:03 +0000, by diego
-
Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather libavcodecThu, 26 Nov 2009 00:33:19 +0000, by stefano
-
Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than libavcodecWed, 25 Nov 2009 23:52:20 +0000, by stefano
-
-DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho. libavcodecWed, 25 Nov 2009 23:29:36 +0000, by diego
-
Add required header #include to fix 'make checkheaders'. libavcodecWed, 25 Nov 2009 23:24:09 +0000, by diego
-
Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma libavcodecWed, 25 Nov 2009 17:14:48 +0000, by ramiro
-
Support compiling against libtheora older than 1.1 libavcodecWed, 25 Nov 2009 16:00:14 +0000, by conrad
-
Make lsp2polyf() function non-static for upcoming usage in SIPR libavcodecTue, 24 Nov 2009 16:58:50 +0000, by vitor
-
Call ff_find_hwaccel() after calling avcodec_set_dimensions(). libavcodecTue, 24 Nov 2009 15:13:47 +0000, by cehoyos
-
Call avcodec_set_dimensions() instead of simply setting avctx->width/height libavcodecTue, 24 Nov 2009 06:05:41 +0000, by kostya
-
Add missing include. Fix the following compiler warnings: libavcodecMon, 23 Nov 2009 22:28:45 +0000, by vitor
-
Correct order of arguments for avcodec_check_dimensions(). libavcodecMon, 23 Nov 2009 19:24:17 +0000, by michael
-
Make sure avcodec_set_dimensions() is used when rv20 changes resolution. libavcodecMon, 23 Nov 2009 19:22:19 +0000, by michael
-
Make sorting function used in TwinVQ a shared function libavcodecSun, 22 Nov 2009 22:25:58 +0000, by vitor
-
Support 4:2:2 and 4:4:4 subsampling in libtheora encoding libavcodecSun, 22 Nov 2009 21:08:43 +0000, by conrad
-
Add support for two pass encoding in libtheora libavcodecSun, 22 Nov 2009 21:08:40 +0000, by conrad
-
Update dimensions in AVCodecContext when RV3/4 frame dimensions change libavcodecSun, 22 Nov 2009 07:48:35 +0000, by kostya
-
10l: Fix inverted if-condition from r20448. Fixes issue 1562. libavcodecSat, 21 Nov 2009 20:56:46 +0000, by alexc
-
Factorize av_get_bit_rate (for future use outside of libavcodec). libavcodecSat, 21 Nov 2009 09:58:15 +0000, by cehoyos
-
Allocate pictures with enough padding for jpeg. libavcodecFri, 20 Nov 2009 22:14:37 +0000, by michael
-
In win32 thread implementation do not access jobnr if the thread is asked libavcodecFri, 20 Nov 2009 21:08:26 +0000, by reimar
-
Add codec id for Flash screen codec v2 and hook it up in FLV demuxer libavcodecFri, 20 Nov 2009 19:16:42 +0000, by daniel
-
Implement missing case for decoding samples with large pivot value in APE libavcodecFri, 20 Nov 2009 07:49:53 +0000, by kostya
-
cosmetics: break some long lines and insert few spaces libavcodecFri, 20 Nov 2009 07:26:17 +0000, by kostya
-
10l trocadero: ZMBV encoder used zero score to detect whether block should be libavcodecFri, 20 Nov 2009 07:22:41 +0000, by kostya
-
avoid integer overflow in dnxhd encoder, fixes #1557 libavcodecFri, 20 Nov 2009 00:13:34 +0000, by bcoudurier
-
Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set libavcodecThu, 19 Nov 2009 11:49:03 +0000, by reimar
-
Revert r20548, it was a dream. It seems faad does not ouput the last frame libavcodecThu, 19 Nov 2009 00:05:30 +0000, by bcoudurier
-
faad needs CODEC_CAP_DELAY, otherwise you miss last frame libavcodecWed, 18 Nov 2009 21:01:42 +0000, by bcoudurier
-
Add functions to return library license and library configuration. libavcodecWed, 18 Nov 2009 17:15:17 +0000, by diego