]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-02-23 diegoCheck if -lrt is required for nanosleep, as is the...
2009-02-23 diegoDocument 'ffmpeg -formats', patch by Daniel Verkamp...
2009-02-23 diegoUpdates notes about which files are GPL.
2009-02-22 diegoFix xvmc object dependencies.
2009-02-22 michaelFix vc1 split().
2009-02-22 kostyaBetter parsing of i263 picture header
2009-02-22 michaelCompact repeated messages to "Last message repeated...
2009-02-22 stefangmention raw Chinese AVS video demuxer
2009-02-22 michaelSearch for things like "int *src" without const.
2009-02-22 stefanoSplit avutil.h, move all the pixel format definitions...
2009-02-22 stefangconsistent naming of Chinese AVS raw demuxer
2009-02-22 stefanoAdd missing av_cold in static init/close functions.
2009-02-22 michaelAdd note about big vs. little endian.
2009-02-22 darkshikariConvert x264 asm files to proper unix line breaks
2009-02-22 darkshikariRemove (incorrect) filenames from x264 asm files, add...
2009-02-22 diegoFix gcc detection: Not all gcc versions have "(GCC...
2009-02-22 bcouduriermention MXF D-10 Mapping muxer in documentation
2009-02-22 reimarCheck return value of frame_start(), this avoids a...
2009-02-22 reimarSupport playback of incorrectly cut DV files where...
2009-02-22 kostyaUpdate regressions for YUV2RGB table generator change...
2009-02-22 iiveChange the type of pblocks from pointers to short array...
2009-02-22 bcoudurieradd bandwidth before failing if feed is already being...
2009-02-22 bcoudurierdo not set if unknown parameter if config file, just...
2009-02-22 bcouduriercheck av_get_packet return value
2009-02-22 prossIncrease ffmpeg intermediate conversion buffer size...
2009-02-22 prossIncrease ffmpeg intermediate conversion buffer size...
2009-02-22 prossSupport 48-bit RGB PPM image.
2009-02-22 prossAdd PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
2009-02-22 bcoudurierreturn AVERROR(ENOMEM) if alloc failed, set count after...
2009-02-22 mruAvoid warnings from AV_GCC_VERSION_AT_LEAST with some...
2009-02-22 mruconfigure: detect ccc compiler (Alpha) and set required...
2009-02-21 bcoudurierparse aac extradata to fetch channels and sample rate...
2009-02-21 michaelWaste less space for printing timebases.
2009-02-21 rbultjeRename RTSPHeader to RTSPMessageHeader to reflect more...
2009-02-21 mruconfigure: indent
2009-02-21 michaelPrint all timebases (idea from netgem)
2009-02-21 diegoCheck the return values of a few functions to avoid...
2009-02-21 mruPass sysroot argument to gcc
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.
next