]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-02-11 vitorDocument ols scaler as deprecated
2009-02-11 diegoGopher protocol, patch by Toshimitsu Kimura, lovesyao...
2009-02-11 diegoFix wrong file name in header, noticed by David DeHaven...
2009-02-11 diegoAdd av_uninit macro to variable to avoid false positive...
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 benoitAllow demuxing of audio substreams stored as 0x06 type.
2009-02-11 bcoudurierparse mpeg2 gop header time code and use it
2009-02-11 bcoudurierwrite timecode track
2009-02-11 astrangeH264: Change left_block_options to uint8_t from int...
2009-02-11 bcoudurieradjust time rate according to elst time offset
2009-02-11 bcoudurierfix last keyframe index accross body partitions
2009-02-11 bcoudurierfix body offset
2009-02-11 stefanoCosmetics: vertical align "*" for consistency with...
2009-02-11 stefanoRemove @depreated notice on AVFrac, it is not anymore...
2009-02-11 diegoUse av_strlcpy instead of snprintf without formatting.
2009-02-10 bcoudurierfix partition offset when only one stream present
2009-02-10 bcoudurierfix timecode value
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-10 cehoyosSilence one icc warning:
2009-02-10 bcoudurierwrite body partitions
2009-02-10 bcouduriercompute index byte count in mxf_write_partition
2009-02-10 bcoudurierremove check, mxf muxer does not have track number...
2009-02-10 bcoudurierretrieve flags from mxf_parse_mpeg2_frame using a param
2009-02-10 bcoudurier10l, edit unit offset is after klv fill
2009-02-10 bcouduriercosmetics, associate mxf_write_klv_fill to aligned...
2009-02-10 bcoudurierwrite component depth and horizontal subsampling best...
2009-02-10 bcoudurierfix header byte count
2009-02-10 bcouduriermove up mxf_write_klv_fill and align index, rip and...
2009-02-10 bcoudurierfix primer pack local tags uls
2009-02-10 bcouduriercorrectly set multi track operational pattern
2009-02-10 bcoudurierfix compilation with DEBUG defined, field does not...
2009-02-10 diegoUse AV_GCC_VERSION_AT_LEAST instead of complicated...
2009-02-10 aurelremove now useless av_set_program_name() function
2009-02-10 aureluse new metadata API in mpegts demuxer
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 michaelav_flatten to make the similarly named attribute available.
2009-02-09 michaelav_uninit() to suppress false uninitialized warnings...
2009-02-09 bcoudurierrename ff_audio_interleave to ff_audio_rechunk_interleave
2009-02-09 michaelTry to clarify doxy of avformat_seek_file().
2009-02-09 michaelCheck for duplicate const/static/inline.
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 alexcIncrease the number of packets required to identify...
2009-02-09 alexcVP3: Do not ignore error from read_huffman_tree().
2009-02-09 superdumpAdd ffplay subtitle stream selection command-line parameter
2009-02-09 superdumpFix blend_subrect for even-width subrects positioned...
2009-02-09 cehoyosFix timestamp parsing in XSUB decoder.
2009-02-09 bcoudurierremove no more needed comment, declaration is in intern...
2009-02-08 diegocosmetics: typo/grammar fixes in doxygen and other...
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 diegoRemove rendering column from list of supported subtitle...
2009-02-08 diegoAdd missing ffplay subtitle cycling keybinding.
2009-02-08 diegocosmetics: comment grammar/spelling fixes
2009-02-08 superdumpAdd the ability to set the timestamp to the current...
2009-02-08 vitor10l: fix compiler warning
2009-02-08 stefanoDocument the av_base64_encode/decode functions.
2009-02-08 superdumpFix a const related warning
2009-02-08 stefanoCosmetics: "* out" -> "*out" for consistency with the...
2009-02-08 stefanoCosmetics: rename the "size" parameter of av_base64_enc...
2009-02-08 bcouduriermove declaration to internal.h
2009-02-08 stefanoCosmetics: prefer out/in over buf/src for the parameter...
2009-02-08 bcoudurieradd static, function unused outside
2009-02-08 stefanoCosmetics: consistently prefer "size" over "len"/"lengt...
2009-02-08 bcoudurierdocument ff_audio_interleave
2009-02-08 stefanoMake av_base64_encode() do not require the user to...
2009-02-08 superdumpReplace hard-coded SEI type constants with symbolic...
2009-02-08 michaelClarify has_b_frames doxy.
2009-02-08 vitorNC camera demuxer
2009-02-08 michaelClarify that avformat_seek_file() is not part of the...
next