Mercurial > libavcodec.hg
graph
-
Fix side channels when XCh extension is present. libavcodecMon, 12 Jul 2010 09:10:53 +0000, by benoit
-
vc1: Fix ordering of loop filter for I/B frames libavcodecSun, 11 Jul 2010 22:52:51 +0000, by conrad
-
vc1: ff_draw_horiz_band needs a one row delay when the loop filter is active libavcodecSun, 11 Jul 2010 22:52:47 +0000, by conrad
-
Set libvpx encoding profile to libavcodec's profile. libavcodecSun, 11 Jul 2010 17:46:44 +0000, by cehoyos
-
Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. libavcodecSun, 11 Jul 2010 16:56:20 +0000, by jbr
-
Do not try to decode less than one frame of data in TrueSpeech decoder. libavcodecSun, 11 Jul 2010 14:50:20 +0000, by kostya
-
100l, change avsubtitle_free to the actually tested and working version. libavcodecSun, 11 Jul 2010 07:53:39 +0000, by reimar
-
Set pix_fmt to the correct value for the format the PGS decoder actually uses. libavcodecSun, 11 Jul 2010 07:48:04 +0000, by reimar
-
Document that and why subtitle decoders do not support direct-rendering. libavcodecSat, 10 Jul 2010 23:35:15 +0000, by reimar
-
Make WMV3 decoder print more errors when decoding beta WMV9 files. libavcodecSat, 10 Jul 2010 14:36:53 +0000, by kostya
-
Change qmax/qmin limits to 63 instead of 51. libavcodecSat, 10 Jul 2010 06:34:57 +0000, by darkshikari
-
resample: check memory allocations in av_resample_init() libavcodecFri, 09 Jul 2010 16:05:52 +0000, by mru
-
Allow using libxvid RC without enabling encoding wrapper libavcodecFri, 09 Jul 2010 10:53:30 +0000, by mru
-
Add back previously removed non-existing function params in doxygen comments. libavcodecThu, 08 Jul 2010 22:57:27 +0000, by diego
-
Improve variable names in imlt_window_float() and mlt_compensate_output(). libavcodecThu, 08 Jul 2010 17:55:37 +0000, by diego
-
Restore array sizes in doxygen parameter names. libavcodecThu, 08 Jul 2010 13:35:46 +0000, by diego
-
ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3 libavcodecWed, 07 Jul 2010 23:52:24 +0000, by jbr
-
Add new decoder property max_lowres and do not init decoder if requested value is higher. libavcodecWed, 07 Jul 2010 21:23:36 +0000, by cehoyos
-
aacdec: remove checks for impossible error conditions libavcodecWed, 07 Jul 2010 20:23:56 +0000, by mru
-
Move ff_dct_init(context) out of if(one time init) libavcodecWed, 07 Jul 2010 10:36:26 +0000, by michael
-
Silence warning "new qualifiers in middle of multi-level libavcodecWed, 07 Jul 2010 10:24:34 +0000, by cehoyos
-
Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASM libavcodecTue, 06 Jul 2010 17:48:23 +0000, by vitor
-
Move av_tempfile() to libxvidff.c as only the xvid wrapper needs it libavcodecTue, 06 Jul 2010 13:04:21 +0000, by mru
-
Add av_unused to decode_mb_skip declaration to fix the following warning: libavcodecTue, 06 Jul 2010 07:40:35 +0000, by diego
-
Perform sliding window operation during frame gap handling. libavcodecMon, 05 Jul 2010 14:36:03 +0000, by michael
-
Factorize ff_generate_sliding_window_mmcos() out. libavcodecMon, 05 Jul 2010 12:42:19 +0000, by michael
-
DCA: Occasionally a false XCH sync word can turn up after the core DTS data, libavcodecMon, 05 Jul 2010 08:16:43 +0000, by banan
-
DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream parsing libavcodecMon, 05 Jul 2010 01:43:47 +0000, by banan