]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-01-31 Michael Niedermayerdecoder reorder pts auto detection.
2010-01-31 Michael NiedermayerFix indention.
2010-01-31 Michael NiedermayerIncrease search range if no end timestamp could be...
2010-01-31 Stefano SabatiniFix grammar: write to DST THING -> write THING to DST.
2010-01-31 Stefano SabatiniAvoid usage of avcodec_get_pix_fmt_name() and
2010-01-31 Kostya ShishkovBink video codec id is there, demuxer can use it
2010-01-31 Daniel VerkampUpdate binkaudio to new DECLARE_ALIGNED syntax
2010-01-31 Daniel Verkamplibavcodec version bump for Bink codec IDs (r21536)
2010-01-31 Peter RossLatent libavformat version bump for Bink demuxer (r21569)
2010-01-31 Peter RossBink Audio decoder
2010-01-31 Peter RossBink demuxer
2010-01-31 Reimar DöffingerAdd include to fix implicit declaration of ff_mpeg4_ini...
2010-01-31 Peter RossAdd v210x decoder long name
2010-01-31 Stefano SabatiniDeclare support for the pixel formats:
2010-01-31 Michael NiedermayerGet rid of a check in one direction that cant be true...
2010-01-31 Måns RullgårdBlackfin: use SRAM only when CONFIG_SRAM is set
2010-01-31 Måns RullgårdBlackfin: use SRAM only when CONFIG_SRAM is set
2010-01-31 Måns RullgårdAdd CONFIG_SRAM to allow use of on-chip SRAM on some...
2010-01-30 Michael NiedermayerFix seeking by bytes with the mouse and do so by defaul...
2010-01-30 Michael NiedermayerFlag to ignore dts on frames that contain pts.
2010-01-30 Michael NiedermayerFix AVFormat AVOprions.
2010-01-30 Reimar DöffingerStore strings directly in mov_mdhd_language_map instead...
2010-01-30 Stefano SabatiniReindent.
2010-01-30 Stefano SabatiniUse a consistent convention for the names of the intern...
2010-01-30 Michael NiedermayerFlush the bitreservour.
2010-01-30 Reimar DöffingerAlways consider the mov language code as 4 bytes fixed...
2010-01-30 Reimar DöffingerSimplify conversion to 5-bit ASCII.
2010-01-30 Måns RullgårdSeparate audio-only tests so they are only run once
2010-01-30 Michael NiedermayerRedesign packet queue full check to be more robust.
2010-01-30 Michael NiedermayerBump up MAX_VIDEOQ_SIZE to fix stuttering of oddly...
2010-01-30 Stefano SabatiniRemove duplicated empty line.
2010-01-30 Michael NiedermayerSplit first reference list comparission from mv compari...
2010-01-30 Reimar DöffingerMake the jump-table section-relative for x86_64 with...
2010-01-30 Stefano SabatiniUse av_get_pix_fmt() instead of the deprecated avcodec_...
2010-01-30 Stefano SabatiniRemove duplicated word in av_strlcat() doxy.
2010-01-30 Stefano SabatiniAdd missing '()' at the end of a function name.
2010-01-30 Stefano SabatiniAdd mention to the av_get_pix_fmt() addition.
2010-01-30 Carl Eugen... Disable Altivec for processors older than G4.
2010-01-30 Stefano SabatiniImplement av_get_pix_fmt(), and deprecate avcodec_get_p...
2010-01-30 Ancoron LuciferisPPC: allow --cpu=E500[v2]
2010-01-30 Måns Rullgårdconfigure: match PPC CPU types case insensitively
2010-01-30 Måns RullgårdSet target_path to $(CURDIR)
2010-01-30 Michael NiedermayerReplace h->left_type[0] by the local variable for it...
2010-01-30 Michael Niedermayerslightly faster bit trickery.
2010-01-30 Michael NiedermayerReplace ?: by branchless code.
2010-01-30 Stefano SabatiniFix randomness of the swscale-test output.
2010-01-30 Daniel VerkampSet duration in Smacker demuxer
2010-01-30 Daniel VerkampDemux Bink audio in Smacker files
2010-01-30 Daniel VerkampAdd Bink codec IDs
2010-01-30 Kostya Shishkovanother 10l: forgot to change parent condition as well
2010-01-30 Kostya Shishkov10l trocadero: now return value of ff_rtmp_packet_read...
2010-01-30 Kostya ShishkovMake RTMP send/receive packet functions report number...
2010-01-30 Kostya Shishkovcosmetics: add an empty line between variable declarati...
2010-01-30 Kostya ShishkovIndeo Video Interactive 4 and 5 common code and DSP...
2010-01-29 Ramiro PollaRevert commits 21227, 21441, and 21442. None of this...
2010-01-29 Reimar DöffingerMake VP5 and VP6 decoders output a qscale table to...
2010-01-29 Ronald S. BultjeAdd no_repeat_mask option, so that single-pulse vectors...
2010-01-29 Robert SwainAdd support for vorbis 6.1 and 7.1 channel configuratio...
2010-01-29 Baptiste CoudurierRemove MAX_STREAMS usage in ogg and mxf muxers
2010-01-29 Måns RullgårdSet target_path to $(PWD) by default
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...
next