Mercurial > libavcodec.hg
graph
-
In RV3/4 nonzero MB offset for the first slice also indicates error libavcodec2009-02-13, by kostya
-
Give an error message when returning due to an unallocated channel element libavcodec2009-02-12, by superdump
-
Remove bogus coupling_point assignment for non-CCE as this value is not checked libavcodec2009-02-12, by superdump
-
Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format libavcodec2009-02-12, by diego
-
Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h as libavcodec2009-02-12, by diego
-
Fix wrong file name in header, noticed by David DeHaven, dave sagetv com. libavcodec2009-02-11, by diego
-
Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit libavcodec2009-02-11, by diego
-
Add check whether the compiler/assembler supports 10 or more operands. libavcodec2009-02-11, by diego
-
H264: Change left_block_options to uint8_t from int, saving a little space. libavcodec2009-02-11, by astrange
-
introduce a macroblock index to avoid a few x*width+y calculations libavcodec2009-02-10, by stefang
-
Add a default (error) for the switch in case of an unsupported PIX_FMT. libavcodec2009-02-10, by gpoirier
-
Fix (with av_uninit()) false positive warning about uninitialized variable: libavcodec2009-02-10, by gpoirier
-
move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil libavcodec2009-02-09, by aurel
-
Add SEI recovery point frame counter to H264Context and use it when libavcodec2009-02-09, by cehoyos
-
Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninitialized in this function libavcodec2009-02-09, by michael
-
Try to doxyfy av_resample_init(). I hope I did not misremember anything as I libavcodec2009-02-09, by michael
-
remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu libavcodec2009-02-09, by bcoudurier
-
remove dead rgb24 code, gif encoder now directly takes palette, patch by Daniel Verkamp, daniel at drv dot nu libavcodec2009-02-09, by bcoudurier
-
remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp, daniel at drv dot nu libavcodec2009-02-09, by bcoudurier
-
Check that there are subtitle rects to encode in avcodec_encode_subtitle() libavcodec2009-02-09, by superdump
-
fix typo in h264dsp_mmx (no effect currently as the function is not used), approved by Dark Shikari on IRC libavcodec2009-02-08, by bcoudurier
-
Remove 'const' qualifier from variable in av_parse_video_frame_size(). libavcodec2009-02-08, by bcoudurier
-
remove useless cast, it does not remove warning, encode prototype must be changed libavcodec2009-02-08, by bcoudurier
-
Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too. libavcodec2009-02-07, by kostya
-
Replace the calls to the deprecated function register_avcodec() with libavcodec2009-02-06, by stefano
-
Rename register_avcodec() as avcodec_register() and deprecate the old libavcodec2009-02-06, by stefano
-
Fix list of input pix_fmts supported by GIF. This makes it work with swscale. libavcodec2009-02-06, by michael
-
don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is required for the Electronic Arts TQI decoder. libavcodec2009-02-05, by pross
-
Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm / issue809 libavcodec2009-02-03, by michael
-
Add av_ prefix to LZO stuff and thus make it officially part of the public API. libavcodec2009-02-02, by reimar
-
Doxygen defgroups throw a warning if they don't have a title as well as a name libavcodec2009-02-02, by superdump
-
Make TM2 decoder byteswap input into separate buffer instead of doing it in-place. libavcodec2009-02-01, by kostya
-
Silence useless compiler warning when passing AVFrame* instead of AVPicture* libavcodec2009-02-01, by kostya
-
assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decadent dot org dot uk libavcodec2009-01-31, by bcoudurier
-
Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil. libavcodec2009-01-30, by alexc