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
2009-02-09 michael Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninitialized in this function libavcodec
2009-02-09 michael Try to doxyfy av_resample_init(). I hope I did not misremember anything as I libavcodec
2009-02-09 michael Move doxy for public resample2 functions to the public header. libavcodec
2009-02-09 diego Remove svn:executable property from source file. libavcodec
2009-02-09 diego Remove file name from file headers. libavcodec
2009-02-09 bcoudurier remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu libavcodec
2009-02-09 bcoudurier remove dead rgb24 code, gif encoder now directly takes palette, patch by Daniel Verkamp, daniel at drv dot nu libavcodec
2009-02-09 bcoudurier remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp, daniel at drv dot nu libavcodec
2009-02-09 superdump Check that there are subtitle rects to encode in avcodec_encode_subtitle() libavcodec
2009-02-09 superdump Check that start_display_time is 0 in avcodec_encode_subtitle() libavcodec
2009-02-09 alexc VP3: Do not ignore error from read_huffman_tree(). libavcodec
2009-02-09 cehoyos Fix timestamp parsing in XSUB decoder. libavcodec
2009-02-08 diego cosmetics: Fix a few typos and use a consistent codec long name. libavcodec
2009-02-08 diego Remove unused variables. libavcodec
2009-02-08 diego Add av_cold attribute to init function. libavcodec
2009-02-08 diego Remove unused variables. libavcodec
2009-02-08 diego typo: CODEC_ID_cljr --> CODEC_ID_CLJR libavcodec
2009-02-08 superdump Fix a const related warning libavcodec
2009-02-08 superdump Replace hard-coded SEI type constants with symbolic names libavcodec
2009-02-08 michael Clarify has_b_frames doxy. libavcodec
2009-02-08 lorenm ff_add_hfyu_median_prediction_mmx2 libavcodec
2009-02-08 lorenm re-enable mid_pred asm on x86_64. (broke in r16681) libavcodec
2009-02-08 bcoudurier fix typo in h264dsp_mmx (no effect currently as the function is not used), approved by Dark Shikari on IRC libavcodec
2009-02-08 bcoudurier Remove 'const' qualifier from variable in av_parse_video_frame_size(). libavcodec
2009-02-08 bcoudurier remove useless cast, it does not remove warning, encode prototype must be changed libavcodec
2009-02-08 bcoudurier remove warning about incompatible pointer libavcodec
2009-02-07 kostya Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too. libavcodec
2009-02-07 kostya Add decoder flush after seeking for RV3/4 decoders libavcodec
2009-02-06 stefano Drop the deprecated function register_avcodec() at the next major libavcodec
2009-02-06 stefano Replace the calls to the deprecated function register_avcodec() with libavcodec
2009-02-06 stefano Rename register_avcodec() as avcodec_register() and deprecate the old libavcodec
2009-02-06 michael Fix list of input pix_fmts supported by GIF. This makes it work with swscale. libavcodec
2009-02-06 michael Ensure that the palette is set in data[1] for all 8bit formats. libavcodec
2009-02-06 cehoyos Use libopenjpeg for jpeg2k decoding. libavcodec
2009-02-05 michael Add size_in_bits to PutBitContext libavcodec
2009-02-05 pross Electronic Arts TQI decoder libavcodec