]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2009-02-19 Diego BiurrunOnly enable SSE/3DNOW optimizations when they have...
2009-02-19 Diego BiurrunDirectly #include required X11/XvMC header.
2009-02-19 Roman Shaposhniktransitioning dv_guess_dct_mode to dsputil cmp function
2009-02-19 Roman ShaposhnikAdding 2 intra 8x8 cmp functions: vsad, vsse
2009-02-19 Joakim PlateAllow AC-3 parser to modify codec_id.
2009-02-19 Roman ShaposhnikMaking the arrays accomodate an extra intra 8x8 cmp...
2009-02-19 Aurelien Jacobsfix missing dependencies
2009-02-19 Stefano SabatiniFix typo: explixitly -> explicitly.
2009-02-19 Diego Biurrunprettyprinting whitespace cosmetics
2009-02-18 Ivan SchreterAdd key_frame to AVCodecParserContext, used in libavformat.
2009-02-18 Ivan SchreterParse buffering period (H.264, D.1.1).
2009-02-18 Diego BiurrunThe 3DNow! and SSE FFT optimizations depend on the...
2009-02-18 Ivan SchreterStore CPB count in the context.
2009-02-18 Stefano SabatiniRename the "src" parameter in the sws_scale() declarati...
2009-02-18 Stefano SabatiniDocument sws_scale().
2009-02-18 Stefano SabatiniUse const qualifier for the variable "tbp", fix warning.
2009-02-18 Stefano SabatiniUse parentheses around assignment used as truth value...
2009-02-18 Stefano SabatiniAssign const qualifier to the font variable, fix warning.
next