]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Add a warning log when trying to encode into a container requiring global
[frescor/ffmpeg.git] / libavcodec /
2009-02-12 diegoSet AVSubtitle format to 0. Neither dvdsubdec nor xsubd...
2009-02-12 diego10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile...
2009-02-12 diegoRename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h...
2009-02-12 michaelLet rgb32 pass for ljpeg.
2009-02-11 bcoudurierextend resampling API, add S16 internal conversion
2009-02-11 vitorDocument ols scaler as deprecated
2009-02-11 diegoFix wrong file name in header, noticed by David DeHaven...
2009-02-11 diegoAdd av_uninit macro to variables to avoid false positiv...
2009-02-11 diegoAdd av_uninit macro to variable to avoid false positive...
2009-02-11 diegoAdd av_uninit macro to variable to avoid false positive...
2009-02-11 kostyaInitialize s->gob_index for Intel variant of H.263 too
2009-02-11 diegoRename vdpauvideo.c --> vdpau.c and xvmcvideo.c --...
2009-02-11 diegoAdd check whether the compiler/assembler supports 10...
2009-02-11 astrangeH264: Change left_block_options to uint8_t from int...
2009-02-10 stefangintroduce a macroblock index to avoid a few x*width...
2009-02-10 stefangfix multiple slices per frame
2009-02-10 stefangfix parsing of pic_structure
2009-02-10 stefangavoid duplicating dsputil's clear_block
2009-02-10 stefangtime_code has 24 bits, not 16
2009-02-10 stefangdo not check for minimum slice start code, 0x00000100...
2009-02-10 diegoFix crash when encoding using libschroedinger.
2009-02-10 superdumpCheck sampling index validity for AAC decoding
2009-02-10 gpoirierAdd a default (error) for the switch in case of an...
2009-02-10 diegoUse default system include path for an installed OpenJP...
2009-02-10 gpoirierFix (with av_uninit()) false positive warning about...
2009-02-09 aurelmove vp6_filter_diag4() to a new vp6dsp.c file and...
2009-02-09 cehoyosReplace snprintf() with av_strlcpy().
2009-02-09 cehoyosAdd SEI recovery point frame counter to H264Context...
2009-02-09 aurelvp56: alpha_offset is uninitialized on purpose
2009-02-09 jbrlibvorbis: Use 0-10 range for audio quality.
2009-02-09 michaelFix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir...
2009-02-09 michaelTry to doxyfy av_resample_init(), i hope i didnt misrem...
2009-02-09 michaelMove doxy for public resample2 functions to the public...
2009-02-09 diegoRemove svn:executable property from source file.
2009-02-09 diegoRemove file name from file headers.
2009-02-09 bcoudurierremove no more needed fields in GIFContext, patch by...
2009-02-09 bcoudurierremove dead rgb24 code, gif encoder now directly takes...
2009-02-09 bcoudurierremove dead netscape loop header code in gif encoder...
2009-02-09 superdumpCheck that there are subtitle rects to encode in avcode...
2009-02-09 superdumpCheck that start_display_time is 0 in avcodec_encode_su...
2009-02-09 alexcVP3: Do not ignore error from read_huffman_tree().
2009-02-09 cehoyosFix timestamp parsing in XSUB decoder.
2009-02-08 diegocosmetics: Fix a few typos and use a consistent codec...
2009-02-08 diegoRemove unused variables.
2009-02-08 diegoAdd av_cold attribute to init function.
2009-02-08 diegoRemove unused variables.
2009-02-08 diegotypo: CODEC_ID_cljr --> CODEC_ID_CLJR
2009-02-08 superdumpFix a const related warning
2009-02-08 superdumpReplace hard-coded SEI type constants with symbolic...
2009-02-08 michaelClarify has_b_frames doxy.
2009-02-08 lorenmff_add_hfyu_median_prediction_mmx2
2009-02-08 lorenmre-enable mid_pred asm on x86_64. (broke in r16681)
2009-02-08 bcoudurierfix typo in h264dsp_mmx (no effect currently as the...
2009-02-08 bcoudurierremove only one warning
2009-02-08 bcoudurierremove useless cast, it does not remove warning, encode...
2009-02-08 bcoudurierremove warning about incompatible pointer
2009-02-07 kostyaMove RV3/4 frame type check upper, so 1-slice unanchore...
2009-02-07 kostyaAdd decoder flush after seeking for RV3/4 decoders
2009-02-06 stefanoDrop the deprecated function register_avcodec() at...
2009-02-06 stefanoReplace the calls to the deprecated function register_a...
2009-02-06 stefanoRename register_avcodec() as avcodec_register() and...
2009-02-06 michaelFix gifs list of supported input pix_fmts, this makes...
2009-02-06 michaelEnsure that the palette is set in data[1] for all 8bit...
2009-02-06 cehoyosUse libopenjpeg for jpeg2k decoding.
2009-02-05 michaelAdd size_in_bits to PutBitContext
2009-02-05 prossElectronic Arts TQI decoder
2009-02-05 prossdon't assume quant_matrix[0]==8 in ff_mpeg1_decode_bloc...
2009-02-05 prossconvert mpeg1_decode_block_intra() to inline global
2009-02-04 mruRemove CONFIG_H264_ENCODER references
2009-02-04 diegoRemove documentation of non-existing function parameters.
2009-02-04 diegoRemove unused CONFIG_H264_ENCODER #define.
2009-02-04 diegoRemove pointless '#if CONFIG_ENCODERS' around forward...
2009-02-04 romanshNo need to compute stype
2009-02-03 alexcAdd av_cold attributes to *_init and *_end functions.
2009-02-03 alexcVP3: Prevent stack corruption from an unset custom...
2009-02-03 cehoyosAdd fields to H264Context and SPS for upcoming VA API...
2009-02-03 stefangcheck validity of pointer srcC
2009-02-03 michaelFix unknown header 10001000 / http://samples.mplayerhq...
2009-02-02 reimarAdd av_ prefix to LZO stuff and thus make it officially...
2009-02-02 bananAllocate trellis tables on heap only when needed.
2009-02-02 superdumpDoxygen defgroups throw a warning if they don't have...
2009-02-02 diegocosmetics: Place all subtitle entries together.
2009-02-02 jbrflacdec: set default sample_fmt before parsing extradata
2009-02-02 diegoAdd av_unused to conditionally used variable, fixes...
2009-02-01 kostyaSilence compiler warnings for XL decoder
2009-02-01 kostyaMake WNV1 decoder use temporary buffer for bit-reversed...
2009-02-01 diegocosmetics: Remove period after copyright statement...
2009-02-01 kostyaMake TM2 decoder byteswap input into separate buffer...
2009-02-01 kostyaFactorize stream reading in TM2 decoder
2009-02-01 kostyaSilence two pointer assignment compiler warnings in...
2009-02-01 kostyaSilence useless compiler warning when passing AVFrame...
2009-02-01 diegoRemove H.264 encoder initialization.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-02-01 diegoFix filenames in doxygen comments.
2009-01-31 bcoudurierremove some warnings due to avctx->execute
2009-01-31 mrushorten: trivial simplification of signature check
2009-01-31 bcoudurierassume widescreen when ratio also > 17, patch by Ben...
2009-01-31 bcoudurierfix decoding 720p50 audio samples
2009-01-31 jbrcosmetics: change comment type and vertical alignment
2009-01-31 jbrcosmetics: add some documentation to FLACContext
next