Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-13Make 'ffmpeg -formats' print codec long names.Stefano Sabatini
2008-05-11sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo telus netDave Yeo
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-08Check for sys/resource.h and include it conditionally.Ramiro Polla
2008-05-01Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail comDiego Pettenò
2008-04-23Send context to some ffmpeg.c opt* functionStefano Sabatini
2008-04-21Make some ffmpeg opts use parse-number-or-die.Stefano Sabatini
2008-04-21Fix bug introduced by r12827.Ramiro Polla
2008-04-15Use av_exit() instead of exit() for a minimal cleanupRamiro Polla
2008-04-15Move av_exit() so it can be used by more functionsRamiro Polla
2008-04-08Complete argument information in ffmpeg.c:options for non-number argumentsStefano Sabatini
2008-03-31Export parse_time_or_die from ffmpeg.c to cmdutils.cStefano Sabatini
2008-03-22Make option time parsing functions take argument from optionsStefano Sabatini
2008-03-17Provide a context to parse_time_or_die().Stefano Sabatini
2008-03-07Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov
2008-03-05sws_flags is unsigned.Michael Niedermayer
2008-03-02Remove INFINITY.Michael Niedermayer
2008-02-25Clarify the documentation for 'ffmpeg -v'.Stefano Sabatini
2008-02-24Reduce initial fifo size, so as not to senselessly waste memory.Michael Niedermayer
2008-02-24realloc fifoMichael Niedermayer
2008-02-18Remove a superfluous call to atoi in ffmpeg.c:opt_verboseStefano Sabatini
2008-02-18Add notes where known timestamp issues remain.Michael Niedermayer
2008-02-17Set initial next_pts to unknown, this avoids the nonsense timestampMichael Niedermayer
2008-02-17Print a warning if a decoder produces more than 1 frame of output forMichael Niedermayer
2008-02-17Set next_pts to pts if it is unknown and pkt->dts is not known either. ThisMichael Niedermayer
2008-02-17simplify (next_)pts codeMichael Niedermayer
2008-02-17Use next_pts if pkt->dts is unknown. In an ideal world this would not be neededMichael Niedermayer
2008-02-16Update ist->pts after decoding a codec frame not after decoding a containerMichael Niedermayer
2008-02-14-vsync 2 (drop frames if there are too many but do not duplicate any)Michael Niedermayer
2008-02-09Remove pointless #if.Diego Biurrun
2008-02-04constMichael Niedermayer
2008-02-02non-const 2nd parameter for strtol/strtodAurelien Jacobs
2008-02-01Do not print quality when stream copy,Baptiste Coudurier
2008-01-29Add sbsf option for subtitle bitstream filterReimar Döffinger
2008-01-27Add support for Matroska attachments.Evgeniy Stepanov
2008-01-22cosmetics: Fix Benoit's ugly formatting.Diego Biurrun
2008-01-21Inform user when bitstream filter fails.Benoit Fouet
2008-01-10Add "genre" command line optionkweiner@spamcop.net
2008-01-09Correctly use output format stream index for bitstream filter when doing stre...Andreas Öman
2008-01-07Dont crash if resampling is requested but no audio packets are ever processed.Andreas Öman
2008-01-02Fix prototype and return value of opt_bitrate and opt_bsf.Morten Hustveit
2008-01-02Define rc override string as const.Morten Hustveit
2007-12-27Do not force fps unless the user actually specified one.Michael Niedermayer
2007-12-26fix pts and keyframe flags for yuv4mpegMichael Niedermayer
2007-12-25Prevent silent overwriting of files on windows.Michael Niedermayer
2007-12-21Fix "suggest parentheses around assignment used as truth value" warnings.Diego Biurrun
2007-12-21reset manually selected codecs at the end of opt_input_file, to avoid propaga...Baptiste Coudurier
2007-12-19Allow overriding codec_ids.Michael Niedermayer
2007-12-15Notify the input coder about the number of requested channels.Andreas Öman
2007-12-13use av_log_get/set_level()Måns Rullgård