]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-01-29 Måns RullgårdAdd AV_COPY32
2010-01-29 Måns RullgårdDefine av_alias if supported by compiler
2010-01-29 Måns RullgårdCheck for may_alias gcc attribute support
2010-01-28 Laurent Aimarvp56: check buffer size to fix a potential segfault
2010-01-28 Måns RullgårdMove ECFLAGS so it doesn't get added multiple times
2010-01-28 Justin RugglesSimplify error handling by processing header errors...
2010-01-28 Reimar DöffingerMove variable declaration to block where it is used...
2010-01-28 Rafaël CarréExport H264 profile and level in AVCodecContext.
2010-01-28 Reimar DöffingerExtract duplicated code into a separate function.
2010-01-28 Måns RullgårdAppend ECFLAGS to CFLAGS
2010-01-28 Michael Niedermayerfactorize first filter call out, this makes the code...
2010-01-28 Jai Menonffmpeg.c : Don't set AVFormatParameters::[audio|video...
2010-01-28 Ronald S. BultjeAdd RTP/H.263 depacketizer by Martin Storsjö <$firstnam...
2010-01-28 Jai MenonAvoid using deprecated AVFormatParameters::[audio|video...
2010-01-28 Ronald S. BultjeSimplify. See "[PATCH] simplify ff_set_fixed_vector...
2010-01-28 Måns RullgårdAdd --malloc-prefix to apply a prefix to malloc, free etc
2010-01-28 Rafaël CarréInitialize thread_context[0] with h264 parser context.
2010-01-28 Michael NiedermayerChange wraper functions to always inline, they are...
2010-01-28 Michael Niedermayerindent
2010-01-28 Michael NiedermayerRestructure check_mv()
2010-01-28 Michael NiedermayerRestructure if() in check_mv()
2010-01-28 Michael NiedermayerUnroll loops in check_mv()
2010-01-28 Michael NiedermayerFactor mv/ref compare code out.
2010-01-28 Daniel KristjanssonUse av_mallocz in url_open_protocol for URLContext.
2010-01-28 Michael NiedermayerRemove last MAX_STREAMS from avienc.c
2010-01-28 Måns Rullgårdconfigure: consolidate compiler-specific optimisation...
2010-01-28 Michael NiedermayerIntroduce AVIStream struct and move stream based variab...
2010-01-28 Michael NiedermayerSimplify first edge filter condition.
2010-01-28 Michael NiedermayerCosmetics, mostly indention, 2 or so new fixme comments...
2010-01-28 Michael NiedermayerMake the fast loop filter path work with unavailable...
2010-01-28 Michael Niedermayerget rid of the start variable.
2010-01-28 Michael NiedermayerUnroll main loop so the edge==0 case is seperate.
2010-01-27 Stefano SabatiniDeclare variable "version" in the PRINT_LIB_VERSION...
2010-01-27 Carl Eugen... Support demuxing Blu-ray subtitles in matroska files.
2010-01-27 Ronald S. BultjeFix BSD compile (PF_UNSPEC is not a standard define...
2010-01-27 Rafaël CarréFix svq3_* function declarations.
2010-01-27 Måns RullgårdSVQ1: 4-byte-align codebook tables
2010-01-27 Reimar DöffingerFix possible crashes in mlp parser, it tries to go...
2010-01-27 Reimar DöffingerReduce log level of "Extracting .. channel downmix...
2010-01-27 Michael NiedermayerFix duration calculation in the presence of a single...
2010-01-27 Jai MenonSchedule an increase in the maximum number of streams
2010-01-27 Jai Menonffmpeg.c : Increase static limit on the maximum number of
2010-01-27 Måns RullgårdAdd macro AV_JOIN() for joining two tokens into one
2010-01-27 Michael NiedermayerRevert Revision: 21362
2010-01-27 Michael NiedermayerPrint "Multiple frames in a packet" warning independant...
2010-01-27 Michael NiedermayerUpdate comment.
2010-01-27 Michael NiedermayerRevert Revision: 21473
2010-01-27 Måns RullgårdPrettify PRINT_LIB_VERSION macro
2010-01-27 Måns RullgårdGet rid of ifdeffery for printing library versions...
2010-01-27 Måns RullgårdEmit CONFIG_AVUTIL for completeness
2010-01-27 Michael NiedermayerUse table to speedup access to non_zero_count in MBAFF...
2010-01-27 Stefano SabatiniFix misc typos, patch by
2010-01-27 Måns Rullgård10l: fix linking
2010-01-27 Stefano SabatiniRename swscale-example to swscale-test, to better refle...
2010-01-27 Stefano SabatiniDocument av_register_protocol(), not that it really...
2010-01-27 Michael NiedermayerSimplify left_xy init
2010-01-26 Michael NiedermayerSplit fill_caches() between loopfilter & decode, the...
2010-01-26 Måns RullgårdAllow disabling of lavc, lavf, lavd, and lsws
2010-01-26 Michael NiedermayerOptimize loop filtering of the left edge in MBAFF.
2010-01-26 Ramiro PollaRevert r21226, it was a joke:
2010-01-26 Michael Niedermayeruse left_xy[1] in mbaff QP loop filter check, this...
2010-01-26 Michael NiedermayerOptimize mv/ref cache init for left MB.
2010-01-26 Måns RullgårdAdd UMULH()
2010-01-26 Loren Merrittoptimize h264_loop_filter_strength_mmx2
2010-01-26 Jeremy MortonDon't use tcp_fd if we're not using TCP-based connectio...
2010-01-26 Michael Niedermayerremove unneeded check
2010-01-26 Michael NiedermayerUse left_mb_xy from fill_caches instead of recalculatin...
2010-01-26 Michael NiedermayerSimplify left_xy content for the loop filter, this...
2010-01-26 Michael NiedermayerSimplify loop filter a little by using top/left_type.
2010-01-26 Michael NiedermayerSet top & left types for deblock in fill_caches().
2010-01-26 Michael Niedermayer100l typo fix, mixed up +-1 forcing the loop filter...
2010-01-26 Michael Niedermayercosmetic
2010-01-26 Michael NiedermayerFix qp_thres loop filter check for MBAFF.
2010-01-26 Michael NiedermayerOptimize mb neighbor initialization for MBAFF in fill_c...
2010-01-26 Carl Eugen... Metasoft MJPEG codec has Cb and Cr swapped, fixes issue...
2010-01-26 Michael NiedermayerUse isAnyRGB() where possible
2010-01-26 Michael NiedermayerAdd 3 more RGB makros that allow specifying RGB in...
2010-01-26 Michael NiedermayerRename isRGB() and isBGR() as their meaning is confusing.
2010-01-25 Stefano SabatiniMerge two "if (flags & SWS_PRINT_INFO) { ... }" blocks...
2010-01-25 Michael NiedermayerFix heap overflow due to lack of nb_components check.
2010-01-25 Carl Eugen... Release buffer when decoding is finished.
2010-01-25 Måns RullgårdPrint config of each lib if different from that of...
2010-01-25 Michael NiedermayerOptimize decode_cabac_field_decoding_flag().
2010-01-25 Måns Rullgårdconfigure: fix --cpu=nocona
2010-01-25 Alexander Strange100l, correct wrong H.264+adaptive MBAFF decoding
2010-01-25 Ramiro PollaCheck if dxva2api.h is recent enough to compile vc1_dxv...
2010-01-25 Martin StorsjöLoad the proper getaddrinfo functions from ws2_32.dll...
2010-01-25 Martin StorsjöCheck for getaddrinfo in the winsock headers.
2010-01-25 Martin StorsjöOnly define _WIN32_WINNT=0x0501 if $target_os = "mingw32".
2010-01-25 Alexander StrangeH.264: Use 64-/128-bit write-combining macros for copies
2010-01-24 Justin RugglesOnly check frame size if the header is valid.
2010-01-24 Carl Eugen... Fix decoding ATI VCR2 codec, sample in
2010-01-24 Stefano SabatiniDoxument url_open().
2010-01-24 Carl Eugen... Force codec_tag I420 for Quicktime Planar Y'CbCr 8...
2010-01-24 Stefano SabatiniFix mis-computation of the needsDither variable erroneo...
2010-01-24 Michael NiedermayerBranchless setting of MB_TYPE_8x8DCT.
2010-01-24 Michael NiedermayerRemove cruft.
2010-01-24 Michael NiedermayerMark index as unsigend so gcc knows it doesnt need...
2010-01-24 Michael Niedermayera[b-1] -> (a-1)[b].
2010-01-24 Michael NiedermayerOptimize suffix_length computation, 1 cpu cycle speedup.
next