Mercurial > libavcodec.hg
graph
-
Move functions that are only used when libswscale is not compiled in below libavcodec2008-03-16, by diego
-
log aspect ratio forbidden value, and fail if error resilience is high libavcodec2008-03-14, by bcoudurier
-
do not fail badly if aspect ratio is 0/forbidden, fix issue 369 libavcodec2008-03-13, by bcoudurier
-
This file does not use size_t, so no need to #include <sys/types.h>. libavcodec2008-03-13, by diego
-
Rename --enable-swscaler --> enable-swscale to be consistent with the libavcodec2008-03-10, by diego
-
These video decoders do not need to include and initialize the DSP libavcodec2008-03-10, by melanson
-
downmix before imdct unless different size transforms are used. about 20% libavcodec2008-03-09, by jbr
-
huffman: pass hnode_first as a flag instead of as an argument on its own libavcodec2008-03-08, by aurel
-
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. libavcodec2008-03-08, by diego
-
Make av_class a pointer to a const AVClass. Addresses one warning in libavcodec2008-03-06, by takis
-
Detect and prevent reading over the end of counts_*. We pass the error libavcodec2008-03-04, by michael
-
use scale factor instead of sum for downmix level adjustment. avoids division libavcodec2008-03-01, by jbr
-
pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing. libavcodec2008-03-01, by jbr
-
Use 24-bit fixed-point transform coefficients until just before MDCT. This libavcodec2008-03-01, by jbr
-
Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but libavcodec2008-02-28, by reimar
-
Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself), libavcodec2008-02-26, by michael
-
Allow use of my AAN DCT under BSD, AMD has agreed to write and contribute libavcodec2008-02-25, by michael
-
__asm __volatile -> asm volatile, improves code consistency and works libavcodec2008-02-24, by reimar
-
Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers. libavcodec2008-02-23, by banan
-
Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2 libavcodec2008-02-20, by michael
-
10l: fix always false test: Binary & has lower precedence than == libavcodec2008-02-19, by gpoirier
-
fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't check mm_flags libavcodec2008-02-18, by gpoirier
-
FLAT objects cannot have multiple sections, so using the L1 attributes breaks libavcodec2008-02-16, by diego
-
silence wmaenc.c:181: warning:suggestparentheses around assignment used as truth value libavcodec2008-02-15, by banan
-
Remove useless buffering of input data, so that avcodec_decode_audio never libavcodec2008-02-13, by superdump
-
Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may libavcodec2008-02-11, by andoma
-
Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg. libavcodec2008-02-09, by diego
-
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3. libavcodec2008-02-06, by lorenm
-
put loop counter in a register if possible. makes some of the qpel functions 3% faster. libavcodec2008-02-06, by lorenm
-
add qpel rounder once during hv rather than twice during hv and whatever it's averaged with libavcodec2008-02-05, by lorenm
-
clean up an ugliness introduced in r11826. this syntax will require fewer changes when adding future sse2 code. libavcodec2008-02-05, by lorenm
-
mpegvideo.h has two function declarations with the 'inline' specifier libavcodec2008-02-03, by diego
-
remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2. libavcodec2008-02-03, by lorenm
-
"swap first two elements of L1 if L0 and L1 are identical" applies after splitting the lists into fields libavcodec2008-02-02, by lorenm
-
Revert r11689 and r11690 (uninitalized warning fix) as its theoretically libavcodec2008-01-31, by michael
-
add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses around && within || libavcodec2008-01-31, by bcoudurier
-
add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses around && within || libavcodec2008-01-31, by bcoudurier
-
cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 of 's->dsp.bswap_buf' from incompatible pointer type libavcodec2008-01-31, by bcoudurier
-
init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used uninitialized in this function libavcodec2008-01-31, by bcoudurier
-
cast to dest type, fix warning: 4xm.c:304: warning: initialization from incompatible pointer type libavcodec2008-01-31, by bcoudurier
-
cast to dest type, fix warning imgconvert.c:1958: warning: assignment from incompatible pointer type libavcodec2008-01-31, by bcoudurier
-
add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_reformat_buffer32' discards qualifiers from pointer target type libavcodec2008-01-30, by bcoudurier
-
add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest parentheses around arithmetic in operand of | libavcodec2008-01-30, by bcoudurier
-
fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment from incompatible pointer type libavcodec2008-01-30, by bcoudurier
-
Add bitstream filter to convert between mov and plain text subtitles libavcodec2008-01-28, by reimar
-
Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated libavcodec2008-01-28, by heydowns
-
Add and use DECLARE_ASM_CONST for constants used in assembler code. libavcodec2008-01-27, by reimar
-
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. libavcodec2008-01-27, by reimar
-
Fix crash for CAVLC->CABAC switch caused by writing into NULL tables. libavcodec2008-01-24, by michael
-
Add #undef printf and disable non-functional code to make test program compile. libavcodec2008-01-23, by diego
-
Fix test program compilation: Add missing #include and update the call libavcodec2008-01-23, by diego
-
Put some disabled functions that are only used in the test program in cabac.c libavcodec2008-01-23, by diego
-
Add #undef random and call the right function to fix test program compilation. libavcodec2008-01-23, by diego
-
Consistently use TEST as the preprocessor condition to enable test code. libavcodec2008-01-20, by diego
-
Replace idiotic (what moron wrote that code?) "buffer overflow" message by libavcodec2008-01-17, by michael
-
Rename illegal identifiers, _ followed by capital is reserved for the system. libavcodec2008-01-16, by diego
-
Add const qualifiers to unmodified function parameters, fixes the warning: libavcodec2008-01-16, by diego
-
gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpark___no libavcodec2008-01-13, by lu_zero
-
Add variable alpha and size of half window for Kaiser-Bessel Derived window libavcodec2008-01-13, by superdump
-
Factorize some code into functions, had this in my tree and will be libavcodec2008-01-11, by michael
-
Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com. libavcodec2008-01-11, by michael
-
Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com. libavcodec2008-01-11, by michael
-
Factorize some duplicated code from CAVS and H.264 into a common file. libavcodec2008-01-11, by diego
-
Move wmv1_scantable to .rodata section by making it an array of arrays. libavcodec2008-01-07, by benoit
-
split out init of downmix coeffs into a separate function that can be called libavcodec2008-01-07, by jbr
-
make sure that the last coupling band stops at the end of the coupling range libavcodec2008-01-06, by jbr
-
fix phase flag processing for the case when coupling coordinates are reused libavcodec2008-01-06, by jbr
-
Rename two structures, identifiers starting with _[A-Z] are reserved. libavcodec2008-01-06, by diego
-
Fractional parts of motion vectors should be accounted separately too libavcodec2008-01-06, by kostya
-
adjust output channels based on AVCodecContext.request_channels in AC3 parser libavcodec2008-01-05, by jbr
-
Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net libavcodec2008-01-04, by banan
-
Direct blocks should use motion vectors from the second reference frame libavcodec2007-12-31, by kostya
-
pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments libavcodec2007-12-30, by jbr
-
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) libavcodec2007-12-29, by aurel
-
Check for avcodec_open codec parameter == NULL and return error in that case libavcodec2007-12-25, by reimar
-
Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventually libavcodec2007-12-22, by lu_zero
-
add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding. libavcodec2007-12-21, by gpoirier
-
~15% faster h264_chroma_mc2/4_c() these also prevent some possible out libavcodec2007-12-21, by michael
-
30% faster h264_chroma_mc8_c(), this also prevents a possible out of libavcodec2007-12-21, by michael
-
Document a few more structure change rules with relation to ABI/API. libavcodec2007-12-20, by michael
-
Add option for user to scale the amount of dynamic range compression which is libavcodec2007-12-20, by jbr
-
Correct spatial prediction mode in RV30/40 for vertical left direction libavcodec2007-12-17, by kostya
-
Skip dialog normalization. It shouldn't be used by the decoder, and there is libavcodec2007-12-17, by jbr
-
Revert commit made in revision 11228. I'm getting some strange results in the libavcodec2007-12-17, by jbr
-
Add 'l' suffix where it is necessary because type can not always be libavcodec2007-12-15, by reimar
-
Make DCA decoder honor avctx->request_channels in a more advisory way. libavcodec2007-12-15, by andoma
-
Ensure that our total reference frame count does not exceed the SPS libavcodec2007-12-14, by heydowns
-
Actually return with an error condition if we're being asked to deal with too libavcodec2007-12-14, by heydowns
-
Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start. libavcodec2007-12-14, by heydowns
-
Add a missing break, before av_set_number would always return NULL for libavcodec2007-12-13, by reimar
-
Show which bitstreamfilters were compiled in, similar to the protocols etc libavcodec2007-12-12, by takis