Mercurial > libavcodec.hg
graph
-
Support DTS-ES extension (XCh) in dca: update and add channel mapping tables for DTS-ES mappings libavcodec2010-06-22, by mstorsjo
-
Support DTS-ES extension (XCh) in dca: move original code around to allow reused by DTS-ES code libavcodec2010-06-22, by mstorsjo
-
Support DTS-ES extension (XCh) in dca: move subband_samples into context structure libavcodec2010-06-22, by mstorsjo
-
mathematics.h no longer needs config.h, so update tablegen code and libavcodec2010-06-21, by reimar
-
psdec: IPD/OPD reset is no longer needed by the context initializer. libavcodec2010-06-20, by alexc
-
Fix breakage in compilation with --disable-mpegaudio-hp introduced in libavcodec2010-06-20, by vitor
-
Factorize the mpegaudio windowing code in a function and call it by a libavcodec2010-06-19, by vitor
-
Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263 libavcodec2010-06-15, by bcoudurier
-
nellymoserdec: Increase the log level of messages when failing to decode data libavcodec2010-06-14, by mstorsjo
-
Include float.h to provide FLT_MAX define. Should fix compilation on windows. libavcodec2010-06-11, by vitor
-
Move transform declarations out of IVIBandDesc so indeo4 can use them as well. libavcodec2010-06-11, by maxim
-
Split do_output_subblock() into common code and decoder specific parts libavcodec2010-06-11, by vitor
-
Split ra144.c in common code (to be shared with the future encoder) and libavcodec2010-06-11, by vitor
-
Quant changes only once per MB so move the corresponding scale factor assignment libavcodec2010-06-10, by maxim
-
avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may be set by the demuxer libavcodec2010-06-10, by thardin
-
Cosmetics: use and place braces correctly in if ... else statements. libavcodec2010-06-10, by benoit
-
Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those into uint16_t. libavcodec2010-06-08, by maxim
-
libvpx: Set the libvpx frame dropping threshold to frame_skip_threshold libavcodec2010-06-08, by mstorsjo
-
Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of the RDFT. libavcodec2010-06-07, by alexc
-
Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitable libavcodec2010-06-07, by vitor
-
aac: Move an initialization macro used only by the decoder out of the header. libavcodec2010-06-05, by alexc
-
Move eval.c and eval.h from libavcodec to libavutil, and make the eval libavcodec2010-06-05, by stefano
-
Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora libavcodec2010-06-04, by conrad
-
Clarify that get/release_buffer() overriding only works with CODEC_CAP_DR1 codecs. libavcodec2010-06-03, by michael
-
aacdec: Work around illegal files with all elem_id tags set to the same value. libavcodec2010-06-03, by alexc
-
ARM: remove some unnecessary ifdefs, fix implicit declaration warnings libavcodec2010-06-02, by mru
-
Avoid division by zero that caused noise, typically at the beginning or libavcodec2010-06-02, by cehoyos
-
Move get_buffer() calls from decode_init() to decode_frame(). Anything else is libavcodec2010-06-01, by rbultje
-
Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parameters: libavcodec2010-06-01, by stefano
-
Pass codec pixel format list to get_format, if present, fix vdpau decoding libavcodec2010-05-31, by bcoudurier
-
321l: do not use shifted s->linesize instead of correct s->uvlinesize. libavcodec2010-05-29, by kostya
-
In h264 decoder, use jpeg yuv pixel format when full range is set in vui libavcodec2010-05-28, by bcoudurier
-
vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to the libavcodec2010-05-28, by conrad
-
Some fields were incorrectly reset (to NULL) when calling avcodec_copy_context(). libavcodec2010-05-27, by cehoyos
-
Add support for the newly added Nut codec tags (added in Nut r669): libavcodec2010-05-26, by stefano
-
Bump minor version bump and add an APIchanges entry after addition of libavcodec2010-05-26, by stefano
-
Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once. libavcodec2010-05-26, by alexc
-
aacenc: Split find_max_val() from find_min_book() to eliminate duplicate searches. libavcodec2010-05-25, by alexc
-
Remove useless costly inf checks from the trellis scalefactor search. libavcodec2010-05-25, by alexc
-
aacenc: Trellis over scalefactors using an estimated codebook rather than every codebook. libavcodec2010-05-25, by alexc
-
aacenc: Only trellis over a column of 61 scalefactors (reduced from 256). libavcodec2010-05-25, by alexc
-
aacenc: Factor out find_min_book so it can be used by multiple coefficient coders. libavcodec2010-05-25, by alexc
-
theora: Don't read an excess bit for maximum length long bit runs if the run libavcodec2010-05-25, by conrad
-
Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction. libavcodec2010-05-23, by reimar
-
Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV to libavcodec2010-05-21, by stefano
-
Make aac_decode_frame() consume zero padding at the end of a packet. libavcodec2010-05-19, by alexc
-
Add missing rawvideo pixel formats to codec tags mappings for nut. libavcodec2010-05-16, by stefano
-
aacenc: Select the TLS (two-loop search) as the default scalefactor coder. libavcodec2010-05-14, by alexc
-
Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>. libavcodec2010-05-13, by rbultje
-
Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>. libavcodec2010-05-13, by rbultje
-
Add mpegaudiodec_float.o dependency on tables header with hardcoded tables libavcodec2010-05-13, by mru
-
1.0 and the resulting exactly representable value must be marked as float as well, libavcodec2010-05-13, by michael
-
Move handling of paletted data to the IFF demuxer. This allows future libavcodec2010-05-13, by rbultje
-
Handle palette underflows, fill remaining space with black (zero) data. libavcodec2010-05-13, by rbultje
-
mlpdec: Allocate channel decoding parameters for each substream. Some file libavcodec2010-05-11, by ramiro
-
Ensure that width and height are > 0. avcodec_open() itself only checks that libavcodec2010-05-10, by rbultje
-
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