]> git.sesse.net Git - ffmpeg/history - libavcodec
Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from incompatible point...
[ffmpeg] / libavcodec /
2009-02-14 Diego BiurrunRemove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_D...
2009-02-14 Diego BiurrunRename xvmc.c --> mpegvideo_xvmc.c as suggested by...
2009-02-14 Diego BiurrunMake xvmc.h an installed header, applications like...
2009-02-14 Diego BiurrunRevert adding a _pixfmt to vdpau/xvmc header names.
2009-02-14 Diego Biurruncosmetics: alphabetical order
2009-02-14 Kostya ShishkovEnable dropping frames for RV3/4
2009-02-13 Patrik Kullmanlpc: Remove false positive compilation warning about...
2009-02-13 Patrik KullmanAssert that ff_lpc_calc_coefs() is called with a valid...
2009-02-13 Patrik Kullmanlpc: Document the use_lpc parameter to ff_lpc_calc_coefs().
2009-02-13 Alex ConverseRe-indent after last commit.
2009-02-13 Alex ConverseMake set coup.gain[c][0] aand only coup.gain[c][0]...
2009-02-13 Kostya ShishkovIn RV3/4 nonzero MB offset for the first slice also...
2009-02-13 Alexander StrangePut dispatch_tab in the rodata section for macho64.
2009-02-13 Alex ConverseCorrectly map ADTS profile_ObjectType to MPEG-4 AOT
2009-02-13 Zuxy Mengadd SSE2 version of vp6_filter_diag
2009-02-12 Sebastien Lucasadd MMX version of vp6_filter_diag
2009-02-12 Aurelien Jacobsconvert ff_pw_64 into an xmm_reg for future use in...
2009-02-12 Reimar DöffingerFix compilation, there is no file vdpauvideo.c, only...
2009-02-12 Robert SwainAAC: Cosmetic alterations after the last commit
2009-02-12 Alex ConverseGive an error message when returning due to an unalloca...
2009-02-12 Alex ConverseAdd support for sample rate index 12, 7350 Hz
2009-02-12 Alex ConverseRemove bogus coupling_point assignment for non-CCE...
2009-02-12 Björn AxelssonSet AVSubtitle format to 0. Neither dvdsubdec nor xsubd...
2009-02-12 Diego Biurrun10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile...
2009-02-12 Diego BiurrunRename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h...
2009-02-12 Michael NiedermayerLet rgb32 pass for ljpeg.
2009-02-11 Baptiste Coudurierextend resampling API, add S16 internal conversion
2009-02-11 Vitor SessakDocument old scaler as deprecated
2009-02-11 Diego BiurrunFix wrong file name in header, noticed by David DeHaven...
2009-02-11 Diego BiurrunAdd av_uninit macro to variables to avoid false positiv...
2009-02-11 Diego BiurrunAdd av_uninit macro to variable to avoid false positive...
2009-02-11 Diego BiurrunAdd av_uninit macro to variable to avoid false positive...
2009-02-11 Kostya ShishkovInitialize s->gob_index for Intel variant of H.263 too
2009-02-11 Diego BiurrunRename vdpauvideo.c --> vdpau.c and xvmcvideo.c --...
2009-02-11 Diego BiurrunAdd check whether the compiler/assembler supports 10...
2009-02-11 Alexander StrangeH264: Change left_block_options to uint8_t from int...
2009-02-10 Stefan Gehrerintroduce a macroblock index to avoid a few x*width...
2009-02-10 Stefan Gehrerfix multiple slices per frame
2009-02-10 Stefan Gehrerfix parsing of pic_structure
2009-02-10 Stefan Gehreravoid duplicating dsputil's clear_block
2009-02-10 Stefan Gehrertime_code has 24 bits, not 16
2009-02-10 Stefan Gehrerdo not check for minimum slice start code, 0x00000100...
2009-02-10 Anuradha SuraparajuFix crash when encoding using libschroedinger.
2009-02-10 Jai MenonCheck sampling index validity for AAC decoding
2009-02-10 Patrik KullmanAdd a default (error) for the switch in case of an...
2009-02-10 Mathieu MalaterreUse default system include path for an installed OpenJP...
2009-02-10 Patrik KullmanFix (with av_uninit()) false positive warning about...
2009-02-09 Aurelien Jacobsmove vp6_filter_diag4() to a new vp6dsp.c file and...
2009-02-09 PatrikReplace snprintf() with av_strlcpy().
2009-02-09 Ivan SchreterAdd SEI recovery point frame counter to H264Context...
2009-02-09 Aurelien Jacobsvp56: alpha_offset is uninitialized on purpose
2009-02-09 Nicolas Georgelibvorbis: Use 0-10 range for audio quality.
2009-02-09 Michael NiedermayerFix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir...
2009-02-09 Michael NiedermayerTry to doxyfy av_resample_init(). I hope I did not...
2009-02-09 Michael NiedermayerMove doxy for public resample2 functions to the public...
2009-02-09 Diego BiurrunRemove svn:executable property from source file.
2009-02-09 Diego BiurrunRemove file name from file headers.
2009-02-09 Daniel Verkampremove no more needed fields in GIFContext, patch by...
2009-02-09 Daniel Verkampremove dead rgb24 code, gif encoder now directly takes...
2009-02-09 Daniel Verkampremove dead netscape loop header code in gif encoder...
2009-02-09 Björn AxelssonCheck that there are subtitle rects to encode in avcode...
2009-02-09 Björn AxelssonCheck that start_display_time is 0 in avcodec_encode_su...
2009-02-09 Alex ConverseVP3: Do not ignore error from read_huffman_tree().
2009-02-09 Björn AxelssonFix timestamp parsing in XSUB decoder.
2009-02-08 Diego Biurruncosmetics: Fix a few typos and use a consistent codec...
2009-02-08 Diego BiurrunRemove unused variables.
2009-02-08 Diego BiurrunAdd av_cold attribute to init function.
2009-02-08 Diego BiurrunRemove unused variables.
2009-02-08 Diego Biurruntypo: CODEC_ID_cljr --> CODEC_ID_CLJR
2009-02-08 Ivan SchreterFix a const related warning
2009-02-08 Ivan SchreterReplace hard-coded SEI type constants with symbolic...
2009-02-08 Michael NiedermayerClarify has_b_frames doxy.
2009-02-08 Loren Merrittff_add_hfyu_median_prediction_mmx2
2009-02-08 Loren Merrittre-enable mid_pred asm on x86_64. (broke in r16681)
2009-02-08 Baptiste Coudurierfix typo in h264dsp_mmx (no effect currently as the...
2009-02-08 Baptiste CoudurierRemove 'const' qualifier from variable in av_parse_vide...
2009-02-08 Baptiste Coudurierremove useless cast, it does not remove warning, encode...
2009-02-08 Baptiste Coudurierremove warning about incompatible pointer
2009-02-07 Kostya ShishkovMove RV3/4 frame type check up so 1-slice unanchored...
2009-02-07 Kostya ShishkovAdd decoder flush after seeking for RV3/4 decoders
2009-02-06 Stefano SabatiniDrop the deprecated function register_avcodec() at...
2009-02-06 Stefano SabatiniReplace the calls to the deprecated function register_a...
2009-02-06 Stefano SabatiniRename register_avcodec() as avcodec_register() and...
2009-02-06 Michael NiedermayerFix list of input pix_fmts supported by GIF. This makes...
2009-02-06 Michael NiedermayerEnsure that the palette is set in data[1] for all 8bit...
2009-02-06 Jai MenonUse libopenjpeg for jpeg2k decoding.
2009-02-05 Michael NiedermayerAdd size_in_bits to PutBitContext
2009-02-05 Peter RossElectronic Arts TQI decoder
2009-02-05 Peter Rossdon't assume quant_matrix[0]==8 in ff_mpeg1_decode_bloc...
2009-02-05 Peter Rossconvert mpeg1_decode_block_intra() to inline global
2009-02-04 Måns RullgårdRemove CONFIG_H264_ENCODER references
2009-02-04 Diego BiurrunRemove documentation of non-existing function parameters.
2009-02-04 Diego BiurrunRemove unused CONFIG_H264_ENCODER #define.
2009-02-04 Diego BiurrunRemove pointless '#if CONFIG_ENCODERS' around forward...
2009-02-04 Roman ShaposhnikNo need to compute stype
2009-02-03 Alex ConverseAdd av_cold attributes to *_init and *_end functions.
2009-02-03 Alex ConverseVP3: Prevent stack corruption from an unset custom...
2009-02-03 Gwenole BeauchesneAdd fields to H264Context and SPS for upcoming VA API...
2009-02-03 Stefan Gehrercheck validity of pointer srcC
2009-02-03 Michael NiedermayerFix unknown header 10001000 / http://samples.mplayerhq...
next