]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-02-19 alexcRe-indent after last commit
2009-02-19 alexcAAC in ASF does not need parsing.
2009-02-19 alexcAdd Divio MPEG-4 FOURCC (M4CC)
2009-02-19 alexcReindent after last commit
2009-02-19 cehoyosSilence two warnings:
2009-02-19 alexcSome buffer checks for indeo3
2009-02-19 aurelmatroskadec: fix seek regression tests according to...
2009-02-19 aurelmatroskadec: return AVERROR_EOF upon detection of end...
2009-02-19 michaelA try to fix the regressions.
2009-02-19 prossFFplay: Stop processing input file when AVERROR_EOF...
2009-02-19 prossFLV demuxer: return AVERROR_EOF upon detection of end...
2009-02-19 prossAVI demuxer: return AVERROR_EOF upon detection of end...
2009-02-19 prossAdd AVERROR_EOF.
2009-02-19 diegoMark functions only used within the test programs as...
2009-02-19 iiveAdd more paranoid checks of xvmc token.
2009-02-19 iiveExit with error if MPV_common_init() is called with...
2009-02-19 diegoOnly enable SSE/3DNOW optimizations when they have...
2009-02-19 diegoDirectly #include required X11/XvMC header.
2009-02-19 romanshtransitioning dv_guess_dct_mode to dsputil cmp function
2009-02-19 romanshAdding 2 intra 8x8 cmp functions: vsad, vsse
2009-02-19 jbrAllow AC-3 parser to modify codec_id.
2009-02-19 romanshMaking the arrays accomodate an extra intra 8x8 cmp...
2009-02-19 aurelfix missing dependencies
2009-02-19 stefanoFix typo: explixitly -> explicitly.
2009-02-19 diegoprettyprinting whitespace cosmetics
2009-02-18 cehoyosAdd key_frame to AVCodecParserContext, used in libavformat.
2009-02-18 cehoyosParse buffering period (H.264, D.1.1).
2009-02-18 diegoThe 3DNow! and SSE FFT optimizations depend on the...
2009-02-18 cehoyosStore CPB count in the context.
2009-02-18 stefanoUse const qualifier for the variable "tbp", fix warning.
2009-02-18 stefanoUse parentheses aroung assignment used as truth value...
2009-02-18 stefanoAssign const qualifier to the font variable, fix warning.
2009-02-18 stefanoAdd const qualifier to the error var, fix warnings.
2009-02-18 benoitMove debug trace to the new compute_frame_delay() function.
2009-02-18 benoitCosmetics: reindent after previous commit.
2009-02-18 benoitDo not force last delay value to its own value.
2009-02-18 benoitExtract into its own function the code to compute frame...
2009-02-18 benoitav_alloc_format_context has been renamed, update AVForm...
2009-02-18 michaelClarify get_ue_golomb_31() behavior with >31.
2009-02-18 benoitMake outpu_example use av_interleaved_write_frame(...
2009-02-18 cehoyosInstead of crashing, return from ff_vdpau_mpeg_picture_...
2009-02-18 cehoyosAdd myself as vdpau maintainer.
2009-02-18 benoitSet global header flag for every container that require...
2009-02-18 bcoudurierfix partition index byte count
2009-02-18 bcoudurieralways use multi track since timecode track is present
2009-02-18 andomaav_write_trailer() must be done before closing codecs.
2009-02-18 bcoudurierfix preface version
2009-02-18 bcouduriercheck fifo size and realloc if needed
2009-02-18 bcoudurierstart counting track number from 0
2009-02-18 bcoudurierremove redundant comment
2009-02-18 bcoudurierdo not write slice count when muxing cbr
2009-02-18 bcoudurierflush pending write in mxf_write_footer
2009-02-18 bcoudurieruse index 0 for timecode track and write it in source...
2009-02-18 bcoudurierfix rip body sid when muxing cbr
2009-02-18 cehoyosParse cbp_removal_delay in SEI picture structure.
2009-02-18 cehoyosParse dpb_output_delay in SEI picture structure.
2009-02-18 cehoyosParse initial_cpb_removal_delay_length.
2009-02-18 bcouduriersimplify descriptor size computation logic
2009-02-18 diegoHandle conditional compilation of CPU-specific FFT...
2009-02-18 diegoAdd support for enabling/disabling AMD 3DNow! extended...
2009-02-18 aureluse new metadata API in nsv demuxer
2009-02-18 aureluse new metadata API in mpegts muxer
2009-02-17 diegompegvideo_xvmc.o depends on mpegvideo.o.
2009-02-17 diegoReplace sizeof(short) by the more robust sizeof(*s...
2009-02-17 diegosmall Doxygen comment grammar fix
2009-02-17 diegoRevert converting two asserts into if checks and error...
2009-02-17 cehoyosFix MBAFF/PAFF samples.
2009-02-17 diegospelling/grammar/wording fixes for the Doxygen comments
2009-02-17 andomaGopher protocol should depend on networking being enabled.
2009-02-17 diegoAdd missing #includes to fix 'make checkheaders'.
2009-02-17 aurelremove now useless get_str16() from rmdec.c
2009-02-17 aureluse new metadata API in rm (de)muxer
2009-02-17 michaelFix @param[in/out] handling
2009-02-17 aurelapedec: display a warning when truncating a metadata tag
2009-02-17 benoitMove initialization of {luma,chroma}_weight_flag[] up,
2009-02-17 diegocosmetics: 'void/int inline' --> 'inline void/int'...
2009-02-17 diegocosmetics: 'const static' --> 'static const' to avoid...
2009-02-17 lucabeRemame rtp_get_codec_info() to ff_rtp_get_codec_info...
2009-02-17 lucabeMove to rtp.h the prototypes of all the functions defin...
2009-02-17 aureluse new metadata API in ape demuxer
2009-02-16 iiveThoroughly check all fields set by the application...
2009-02-16 jbrflacdec: Silence false positive warning about uninitial...
2009-02-16 mruavidec: fix error introduced in r17382
2009-02-16 iiveMinor clarification of xvmc field description.
2009-02-16 iiveImprovements in xvmc structure fields descriptions.
2009-02-16 benoitAdd a context to av_log() calls and modify a function...
2009-02-16 rbultjeRename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_...
2009-02-16 benoitAdd a context to av_log() call and update the trace...
2009-02-16 rbultjeDon't install rtsp.h. It is intended to be private...
2009-02-16 benoitChange av_log() calls to fprintf() to stderr calls.
2009-02-16 benoitAdd a context to av_log() calls.
2009-02-16 benoitAdd a context to av_log() call.
2009-02-16 benoitAdd a context to av_log() calls.
2009-02-16 benoitAdd a context to av_log() calls.
2009-02-16 benoitAdd a context to av_log() call.
2009-02-16 benoitAdd a context to av_log() calls and extend ape_dumpinfo...
2009-02-16 bcoudurierfetch display aspect ratio from mpeg-2 essence
2009-02-16 diegowhitespace cosmetics: Reindent a few lines after the...
2009-02-16 diegoGet rid of some '#if CONFIG_MPEG_XVMC_DECODER' preproce...
2009-02-16 diegowhitespace cosmetics: Place spaces around += for better...
next