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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-02fix typoBaptiste Coudurier
2007-03-01fix frame size option, patch by Limin Wang, lance lmwang gmail comLimin Wang
2007-02-22add support for more pixel format (yuv422p, yuv444p, etc instead of yuv420 on...Limin Wang
2007-02-09fix rawvideoMichael Niedermayer
2007-02-08Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2007-02-07Fix to loss of sync in ffplay when paused patch by (Michael McConnell /// sor...Michael McConnell
2007-01-30trigger for the audio scope vissualizationMichael Niedermayer
2007-01-23seek based on currently active stream fixes seeking in ffwma2_broken.wma whic...Michael Niedermayer
2007-01-23command line option to select the audio streamMichael Niedermayer
2006-12-31remember the size after switching back from fullscreenMichael Niedermayer
2006-12-31dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work reliably if a ...Michael Niedermayer
2006-12-31check x/y validityMichael Niedermayer
2006-12-31cosmetic (move video_open() up to avoid prototype)Michael Niedermayer
2006-12-3110l (fix segfault with audio only files)Michael Niedermayer
2006-12-30remove code duplicationMichael Niedermayer
2006-12-301st attempt to fix width/heightMichael Niedermayer
2006-11-16remove broken decoder locking codeMichael Niedermayer
2006-11-14call AVCodec.flush() for audio tooMichael Niedermayer
2006-11-08add "seek by bytes" support to ffplaySteve L'Homme
2006-11-03kill AVImageFormatBaptiste Coudurier
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-01Update copyright year and mention other copyright holders.Diego Biurrun
2006-09-07Better tag support:Panagiotis Issaris
2006-08-31Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato
2006-08-03Move output_example.c and ffplay.c to the swscale interfaceLuca Abeni
2006-07-12CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-07-06100l to whoever write thisMichael Niedermayer
2006-06-25Make debug work early on ffplayLuca Barbato
2006-06-20Use Subversion revision for FFMPEG_VERSION.Diego Biurrun
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-06-15check for SDL_VideoInfo.current_[wh] availability in configure, andMåns Rullgård
2006-06-10don't use xlib in ffplay, and bump required sdl versionMåns Rullgård
2006-05-19Fix segfault on Mac OS X, patch by Earl Levine elevine**@**gmail**.**com.Earl Levine
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-20doxygenize a few commentsMichael Niedermayer
2005-09-12CAREFULL --> CAREFUL typo fixDiego Biurrun
2005-08-15support fixing missing pts by parsing future framesMichael Niedermayer
2005-08-14subtitles support for ffplay patch by (Ian Caulfield, imc25 : cam ac uk)Ian Caulfield
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-07-17make error concealment related options accessable from ffplays command lineMichael Niedermayer
2005-07-15skip_idctMichael Niedermayer
2005-06-28ffplay seeking because url_feof() not working patch by (Andy Parkins: andypar...Andy Parkins
2005-06-24ffplay crashes patch by (Ivan Wong: email, ivanwong info)Ivan Wong
2005-06-08set log level to AV_LOG_DEBUG if -debug ... is usedMichael Niedermayer
2005-05-01switch to native time basesMichael Niedermayer
2005-04-25os2.diff by (Paul Smedley // paul smedley info)Michael Niedermayer