Mercurial > libavcodec.hg
graph
-
Reorder nut specific codec tags and add a comment for marking them as libavcodec2010-05-09, by stefano
-
Add support to the Y411 codec tag, corresponding to the rawvideo pixel libavcodec2010-05-09, by stefano
-
Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>. libavcodec2010-05-08, by rbultje
-
Add intra refresh and crf-max support to the libavcodec libx264 wrapper. libavcodec2010-05-06, by darkshikari
-
Make the faac inspired quantizer search make sense for a slightly narrower definition of "make sense." libavcodec2010-05-06, by alexc
-
schroenc: Use constant quality for constant quality, not noise threshold libavcodec2010-05-05, by conrad
-
schroenc: Don't touch gop_structure by default, it should be left adaptive libavcodec2010-05-05, by conrad
-
Revert r22974 int->unsigned parts that don't have any meaningful effect. libavcodec2010-05-03, by rbultje
-
10l: The SBR refactor requires the use of 2 independent output X buffers. libavcodec2010-05-03, by alexc
-
amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder output libavcodec2010-05-03, by mstorsjo
-
Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...). libavcodec2010-05-01, by rbultje
-
Add version to AVClass so we can add to and use fields of AVClass without ABI issues. libavcodec2010-04-28, by michael
-
Move some branches outside looped code. Should improve the generated asm (and libavcodec2010-04-26, by rbultje
-
Switch some ints to unsigned (they can only have positive values, this allows libavcodec2010-04-26, by rbultje
-
Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 libavcodec2010-04-25, by stefano
-
ac3dec: return smaller of buf_size and frame_size instead of always returning libavcodec2010-04-22, by jbr
-
Move clipping of audio samples (for those codecs outputting float) from decoder libavcodec2010-04-21, by rbultje
-
Make the Sipr16k postfilter function write data into the target/output buffer. libavcodec2010-04-21, by rbultje
-
Split input/output data arguments to ff_acelp_apply_order_2_transfer_function(). libavcodec2010-04-21, by rbultje
-
Split the input/output data arguments to ff_adaptive_gain_control(). libavcodec2010-04-21, by rbultje
-
theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens) libavcodec2010-04-21, by conrad
-
H.264: move avctx->{profile,level} init before AVCodecContext.get_format(). libavcodec2010-04-15, by gb
-
Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565, libavcodec2010-04-12, by stefano
-
Change constness for func[12]_name parameters of ff_parse_expr() and libavcodec2010-04-12, by stefano
-
Move AVEvalExpr declaration at the beginning of the file, where it is libavcodec2010-04-11, by stefano
-
Print an error and skip PS when PS is found but explicitly found but libavcodec2010-04-08, by alexc