Mercurial > libavcodec.hg
graph
-
Only enable SSE/3DNOW optimizations when they have been enabled at compilation. libavcodec2009-02-19, by diego
-
The 3DNow! and SSE FFT optimizations depend on the yasm optimizations in libavcodec2009-02-18, by diego
-
Handle conditional compilation of CPU-specific FFT code in the Makefile. libavcodec2009-02-18, by diego
-
Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset and libavcodec2009-02-17, by diego
-
cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the type libavcodec2009-02-17, by diego
-
cosmetics: 'const static' --> 'static const' to avoid warnings of the type libavcodec2009-02-17, by diego
-
flacdec: Silence false positive warning about uninitialized variables in libavcodec2009-02-16, by jbr
-
Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around if libavcodec2009-02-16, by diego
-
whitespace cosmetics: Place spaces around += for better readability. libavcodec2009-02-16, by diego
-
Make BMP decoder try to decode files with incorrect filesize field value libavcodec2009-02-16, by kostya
-
Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similar libavcodec2009-02-15, by diego
-
Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR. libavcodec2009-02-15, by diego
-
Remove redundant assert(render) in ff_xvmc_init_block(). The immediately libavcodec2009-02-15, by diego
-
Remove asserts that are immediately followed by a check and error return. libavcodec2009-02-15, by diego
-
Drop struct members display_flags and state with the next major version bump. libavcodec2009-02-15, by diego
-
Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined. libavcodec2009-02-14, by diego
-
Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end(). libavcodec2009-02-14, by diego
-
Attempt to clarify draw_horiz_band description and fix two random typos. libavcodec2009-02-14, by diego
-
Add xvmc_internal.h that contains all internal xvmc function declarations. libavcodec2009-02-14, by diego
-
Document that ff_draw_horiz_band() could be used as hwaccell callback. libavcodec2009-02-14, by iive
-
whitespace cosmetics: Put some spaces around operators for better readability. libavcodec2009-02-14, by diego
-
Rename some forward declarations that were missed, fixes the warnings: libavcodec2009-02-14, by diego
-
clarify xvmc struct fields usage distribution (internal communication) libavcodec2009-02-14, by iive
-
Replace useless X11 #includes by the one that actually provides the required libavcodec2009-02-14, by diego
-
Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined. libavcodec2009-02-14, by diego
-
Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x. libavcodec2009-02-14, by diego
-
Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices. libavcodec2009-02-14, by diego
-
Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently switched CCE. libavcodec2009-02-13, by alexc
-
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