log

age author description
2009-02-14 iive explain chroma_format field in xvmc struct libavcodec
2009-02-14 iive describe idct variable in xvmc struct libavcodec
2009-02-14 iive Describe the purpose of magic in xvmc structure. libavcodec
2009-02-14 diego whitespace cosmetics: vertical alignment libavcodec
2009-02-14 diego whitespace cosmetics: another round of formatting consistency fixes libavcodec
2009-02-14 diego whitespace cosmetics: consistent (more or less) K&R style libavcodec
2009-02-14 diego whitespace cosmetics: Fix indentation depth. libavcodec
2009-02-14 diego Remove commented-out code. libavcodec
2009-02-14 diego Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices. libavcodec
2009-02-14 diego Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan. libavcodec
2009-02-14 diego Make xvmc.h an installed header, applications like MPlayer need it. libavcodec
2009-02-14 diego Revert adding a _pixfmt to vdpau/xvmc header names. libavcodec
2009-02-14 diego cosmetics: alphabetical order libavcodec
2009-02-14 kostya Enable dropping frames for RV3/4 libavcodec
2009-02-13 jbr lpc: Remove false positive compilation warning about weight being libavcodec
2009-02-13 jbr Assert that ff_lpc_calc_coefs() is called with a valid LPC method. libavcodec
2009-02-13 jbr lpc: Document the use_lpc parameter to ff_lpc_calc_coefs(). libavcodec
2009-02-13 alexc Re-indent after last commit. libavcodec
2009-02-13 alexc Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently switched CCE. libavcodec
2009-02-13 kostya In RV3/4 nonzero MB offset for the first slice also indicates error libavcodec
2009-02-13 astrange Put dispatch_tab in the rodata section for macho64. libavcodec
2009-02-13 superdump Correctly map ADTS profile_ObjectType to MPEG-4 AOT libavcodec
2009-02-13 aurel add SSE2 version of vp6_filter_diag libavcodec
2009-02-12 aurel add MMX version of vp6_filter_diag libavcodec
2009-02-12 aurel convert ff_pw_64 into an xmm_reg for future use in vp6 sse code libavcodec
2009-02-12 reimar Fix compilation, there is no file vdpauvideo.c, only vdpau.c libavcodec
2009-02-12 superdump AAC: Cosmetic alterations after the last commit libavcodec
2009-02-12 superdump Give an error message when returning due to an unallocated channel element libavcodec
2009-02-12 superdump Add support for sample rate index 12, 7350 Hz libavcodec
2009-02-12 superdump Remove bogus coupling_point assignment for non-CCE as this value is not checked libavcodec
2009-02-12 diego Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format libavcodec
2009-02-12 diego 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well. libavcodec
2009-02-12 diego Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h as libavcodec
2009-02-12 michael Let rgb32 pass for ljpeg. libavcodec
2009-02-11 bcoudurier extend resampling API, add S16 internal conversion libavcodec
2009-02-11 vitor Document old scaler as deprecated libavcodec
2009-02-11 diego Fix wrong file name in header, noticed by David DeHaven, dave sagetv com. libavcodec
2009-02-11 diego Add av_uninit macro to variables to avoid false positive warnings: libavcodec
2009-02-11 diego Add av_uninit macro to variable to avoid false positive warning: libavcodec
2009-02-11 diego Add av_uninit macro to variable to avoid false positive warning: libavcodec
2009-02-11 kostya Initialize s->gob_index for Intel variant of H.263 too libavcodec
2009-02-11 diego Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit libavcodec
2009-02-11 diego Add check whether the compiler/assembler supports 10 or more operands. libavcodec
2009-02-11 astrange H264: Change left_block_options to uint8_t from int, saving a little space. libavcodec
2009-02-10 stefang introduce a macroblock index to avoid a few x*width+y calculations libavcodec
2009-02-10 stefang fix multiple slices per frame libavcodec
2009-02-10 stefang fix parsing of pic_structure libavcodec
2009-02-10 stefang avoid duplicating dsputil's clear_block libavcodec
2009-02-10 stefang time_code has 24 bits, not 16 libavcodec
2009-02-10 stefang do not check for minimum slice start code, 0x00000100 is valid libavcodec
2009-02-10 diego Fix crash when encoding using libschroedinger. libavcodec
2009-02-10 superdump Check sampling index validity for AAC decoding libavcodec
2009-02-10 gpoirier Add a default (error) for the switch in case of an unsupported PIX_FMT. libavcodec
2009-02-10 diego Use default system include path for an installed OpenJPEG library. libavcodec
2009-02-10 gpoirier Fix (with av_uninit()) false positive warning about uninitialized variable: libavcodec
2009-02-09 aurel move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil libavcodec
2009-02-09 cehoyos Replace snprintf() with av_strlcpy(). libavcodec
2009-02-09 cehoyos Add SEI recovery point frame counter to H264Context and use it when libavcodec
2009-02-09 aurel vp56: alpha_offset is uninitialized on purpose libavcodec
2009-02-09 jbr libvorbis: Use 0-10 range for audio quality. libavcodec