]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-02-21 mruAdd --sysroot and --sysinclude configure options
2009-02-21 mruconfigure: move detection of compiler type to single...
2009-02-21 michaelCheck for alloc failures.
2009-02-21 michaelCheck for EOF during index reading.
2009-02-21 diegoCheck return value of posix_memalign and explicitly...
2009-02-21 diegoUse av_strdup to allocate string, prevents the warning:
2009-02-21 diegoRevert adding av_uninit to out_width/out_height variables.
2009-02-21 cehoyosUse context variable repeat_pict for frame duration...
2009-02-21 michaelHandle chunks with the MSB in size set correctly that...
2009-02-21 cehoyosSet context variable picture_structure in H264 parser.
2009-02-21 cehoyosSet context variable key_frame in H264 parser.
2009-02-21 cehoyosParse NAL units in H264 parser.
2009-02-21 cehoyosMake the following H264 functions available to the...
2009-02-21 diegoBail out if regtest-flashsv is run but zlib is not...
2009-02-21 diegoFix swscale-error vs. swscale_error typo; it is marked...
2009-02-21 mruRemove special treatment of version.h in DEPEND_CMD
2009-02-21 mruDeclare version.h dependencies explicitly
2009-02-21 michaelBe less noisy with invalid pts/dts.
2009-02-21 michaelindent
2009-02-21 mruCorrect, portable definition of INT_BIT
2009-02-21 mruconfigure: add (empty) avr32 arch case
2009-02-21 mruconfigure: sort cases in arch section
2009-02-21 mruAlpha: fix inline asm with DEC/Compaq/HP compiler
2009-02-21 aurelTake account of struct size in total packet queue size...
2009-02-21 michaelFix raw rgb/bgr vertical flip in avi based on info...
2009-02-21 rbultjeChange sizeof(struct_type) to sizeof(variable).
2009-02-21 stefangadd raw demuxer for Chinese AVS elementary streams
2009-02-20 jbrSet the correct number of samples for E-AC-3 in the...
2009-02-20 cehoyosUse last decoded SPS as current SPS in order to parse...
2009-02-20 prossAdd myself as maintainer for American Laser Games and...
2009-02-20 romanshFixing a value returning issue
2009-02-19 cehoyosAdd convergence_duration to AVCodecParserContext.
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
next