]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-02-23 Kenan GilletChange sign in ff_celp_lp_synthesis_filterf(). This...
2009-02-23 Baptiste Coudurierstart track id at 2, track id 1 for timecode
2009-02-23 Alex ConverseClose the AAC parse context, discovered by Netgem.
2009-02-23 Zuxy MengRemove CPUID availability check on AMD64 as it's archit...
2009-02-23 Reimar DöffingerCheck return value of ff_fill_pointer in avcodec_defaul...
2009-02-23 Reimar Döffinger100l, always declare variables at the top of a block...
2009-02-23 Gwenole BeauchesneMore approved hunks for VAAPI & our new and cleaner...
2009-02-23 Michael NiedermayerApproved hunks for VAAPI / our new shiny hwaccel API
2009-02-23 Michael NiedermayerAllow av_find_stream_info() to be aborted.
2009-02-23 Diego BiurrunCheck if -lrt is required for nanosleep, as is the...
2009-02-23 Daniel VerkampDocument 'ffmpeg -formats', patch by Daniel Verkamp...
2009-02-23 Diego BiurrunUpdates notes about which files are GPL.
2009-02-22 Diego BiurrunFix xvmc object dependencies.
2009-02-22 Michael NiedermayerFix vc1 split().
2009-02-22 Kostya ShishkovBetter parsing of i263 picture header
2009-02-22 Michael NiedermayerCompact repeated messages to "Last message repeated...
2009-02-22 Stefan Gehrermention raw Chinese AVS video demuxer
2009-02-22 Michael NiedermayerSearch for things like "int *src" without const.
2009-02-22 Stefano SabatiniSplit avutil.h, move all the pixel format definitions...
2009-02-22 Stefan Gehrerconsistent naming of Chinese AVS raw demuxer
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-22 Michael NiedermayerAdd note about big vs. little endian.
2009-02-22 Jason Garrett... Convert x264 asm files to proper unix line breaks
2009-02-22 Jason Garrett... Remove (incorrect) filenames from x264 asm files, add...
2009-02-22 Diego BiurrunFix gcc detection: Not all gcc versions have "(GCC...
2009-02-22 Baptiste Couduriermention MXF D-10 Mapping muxer in documentation
2009-02-22 Reimar DöffingerCheck return value of frame_start(), this avoids a...
2009-02-22 Reimar DöffingerSupport playback of incorrectly cut DV files where...
2009-02-22 Kostya ShishkovUpdate regressions for YUV2RGB table generator change...
2009-02-22 Kostya ShishkovNew LGPLed YUV2RGB table generator for SwScaler
2009-02-22 Ivan KalvachevChange the type of pblocks from pointers to short array...
2009-02-22 Baptiste Coudurieradd bandwidth before failing if feed is already being...
2009-02-22 Baptiste Coudurierdo not set error if an unknown parameter is in config...
2009-02-22 Baptiste Couduriercheck av_get_packet return value
2009-02-22 Peter RossIncrease ffmpeg intermediate conversion buffer size...
2009-02-22 Peter RossIncrease ffmpeg intermediate conversion buffer size...
2009-02-22 Peter RossSupport 48-bit RGB PPM image.
2009-02-22 Peter RossAdd PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
2009-02-22 Baptiste Coudurierreturn AVERROR(ENOMEM) if alloc failed, set count after...
2009-02-22 Måns RullgårdAvoid warnings from AV_GCC_VERSION_AT_LEAST with some...
2009-02-22 Måns Rullgårdconfigure: detect ccc compiler (Alpha) and set required...
2009-02-21 Baptiste Coudurierparse aac extradata to fetch channels and sample rate...
2009-02-21 Michael NiedermayerWaste less space for printing timebases.
2009-02-21 Ronald S. BultjeRename RTSPHeader to RTSPMessageHeader to reflect more...
2009-02-21 Måns Rullgårdconfigure: indent
2009-02-21 Michael NiedermayerPrint all timebases (idea from netgem)
2009-02-21 Patrik KullmanCheck the return values of a few functions to avoid...
2009-02-21 Måns RullgårdPass sysroot argument to gcc
2009-02-21 Måns RullgårdAdd --sysroot and --sysinclude configure options
2009-02-21 Måns Rullgårdconfigure: move detection of compiler type to single...
2009-02-21 Michael NiedermayerCheck for alloc failures.
2009-02-21 Michael NiedermayerCheck for EOF during index reading.
2009-02-21 Patrik KullmanCheck return value of posix_memalign and explicitly...
2009-02-21 Patrik KullmanUse av_strdup to allocate string, prevents the warning:
2009-02-21 Diego BiurrunRevert adding av_uninit to out_width/out_height variables.
2009-02-21 Ivan SchreterUse context variable repeat_pict for frame duration...
2009-02-21 Michael NiedermayerHandle chunks with the MSB in size set correctly that...
2009-02-21 Ivan SchreterSet context variable picture_structure in H264 parser.
2009-02-21 Ivan SchreterSet context variable key_frame in H264 parser.
2009-02-21 Ivan SchreterParse NAL units in H264 parser.
2009-02-21 Ivan SchreterMake the following H264 functions available to the...
2009-02-21 Diego BiurrunBail out if regtest-flashsv is run but zlib is not...
2009-02-21 Diego BiurrunFix swscale-error vs. swscale_error typo; it is marked...
2009-02-21 Måns RullgårdRemove special treatment of version.h in DEPEND_CMD
2009-02-21 Måns RullgårdDeclare version.h dependencies explicitly
2009-02-21 Michael NiedermayerBe less noisy with invalid pts/dts.
2009-02-21 Michael Niedermayerindent
2009-02-21 Måns RullgårdCorrect, portable definition of INT_BIT
2009-02-21 Måns Rullgårdconfigure: add (empty) avr32 arch case
2009-02-21 Måns Rullgårdconfigure: sort cases in arch section
2009-02-21 Måns RullgårdAlpha: fix inline asm with DEC/Compaq/HP compiler
2009-02-21 Aurelien JacobsTake account of struct size in total packet queue size...
2009-02-21 Michael NiedermayerFix raw rgb/bgr vertical flip in avi based on info...
2009-02-21 Cédric SchieliFactorize some code in yuv2rgb_template.c to ease furth...
2009-02-21 Ronald S. BultjeChange sizeof(struct_type) to sizeof(variable).
2009-02-21 Cédric Schielimove zeroing of alpha channel register out of YSCALEYUV...
2009-02-21 Cédric Schielisplits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,
2009-02-21 Cédric Schielimake MMX registers parametrized in the WRITEBGR32 macro,
2009-02-21 Stefan Gehreradd raw demuxer for Chinese AVS elementary streams
2009-02-20 Justin RugglesSet the correct number of samples for E-AC-3 in the...
2009-02-20 Ivan SchreterUse last decoded SPS as current SPS in order to parse...
2009-02-20 Peter RossAdd myself as maintainer for American Laser Games and...
2009-02-20 Roman ShaposhnikFixing a value returning issue
2009-02-19 Ivan SchreterAdd convergence_duration to AVCodecParserContext.
2009-02-19 Alex ConverseRe-indent after last commit
2009-02-19 Alex ConverseAAC in ASF does not need parsing.
2009-02-19 Alex ConverseAdd Divio MPEG-4 FOURCC (M4CC)
2009-02-19 Alex ConverseReindent after last commit
2009-02-19 Ivan SchreterSilence two warnings:
2009-02-19 Alex ConverseSome buffer checks for indeo3
2009-02-19 Aurelien Jacobsmatroskadec: fix seek regression tests according to...
2009-02-19 Aurelien Jacobsmatroskadec: return AVERROR_EOF upon detection of end...
2009-02-19 Michael NiedermayerA try to fix the regressions.
2009-02-19 Peter RossFFplay: Stop processing input file when AVERROR_EOF...
2009-02-19 Peter RossFLV demuxer: return AVERROR_EOF upon detection of end...
2009-02-19 Peter RossAVI demuxer: return AVERROR_EOF upon detection of end...
2009-02-19 Peter RossAdd AVERROR_EOF.
2009-02-19 Diego BiurrunMark functions only used within the test programs as...
2009-02-19 Ivan KalvachevAdd more paranoid checks of xvmc token.
2009-02-19 Ivan KalvachevExit with error if MPV_common_init() is called with...
next