Mercurial > libavcodec.hg
graph
-
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
-
thank you for your efforts to keep my code clean, but i would like to libavcodec2007-12-06, by michael
-
Initialize function pointers used by error resilience code before any libavcodec2007-12-05, by heydowns