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
2009-07-14Remove unnecessary rtsp.h #include.Diego Biurrun
2009-05-24Remove duplicated RGB_TO_[YUV]_CCIR macros, directly use those definedStefano Sabatini
2009-05-23fix mouse seeking when start time is not set, fix #1083Baptiste Coudurier
2009-05-16Move img_convert_ctx to VideoState and free it in stream_close().Martin Storsjö
2009-05-16Add missing frees to stream_close() and do_exit().Martin Storsjö
2009-04-28Reset eof state on seeking.Michael Niedermayer
2009-04-20indentMichael Niedermayer
2009-04-20Only insert null packets into the video que if there is a video stream.Michael Niedermayer
2009-04-20Avoid 100% CPU useage at EOF.Michael Niedermayer
2009-04-20Make sure that video frames are flushed at EOF.Michael Niedermayer
2009-04-10Use the new avcodec_decode_* API.Thilo Borgmann
2009-03-23Move declaration of 'pict' closer to where it is used and initialize it.avcoder
2009-03-14Switch ffplay to new seeking API.Michael Niedermayer
2009-03-04Rename avctx_opts to avcodec_opts.Stefano Sabatini
2009-03-01Document ffplay -ast, -vst, and -sst options.Stefano Sabatini
2009-03-01Apply the same logic used for subtitle stream selection to audio and videoStefano Sabatini
2009-03-01Simplify the logic for the subtitle stream selection.Stefano Sabatini
2009-03-01Fix subtitle selection logic, make ffplay select the subtitle stream NStefano Sabatini
2009-03-01convert ffplay to new metadata APIAurelien Jacobs
2009-02-21Take account of struct size in total packet queue size tracking.Aurelien Jacobs
2009-02-19FFplay: Stop processing input file when AVERROR_EOF is returned from av_read_...Peter Ross
2009-02-18Move debug trace to the new compute_frame_delay() function.Tomer Barletz
2009-02-18Cosmetics: reindent after previous commit.Benoit Fouet
2009-02-18Do not force last delay value to its own value.Tomer Barletz
2009-02-18Extract into its own function the code to compute frame delay.Tomer Barletz
2009-02-09Add ffplay subtitle stream selection command-line parameterBjörn Axelsson
2009-02-09Fix blend_subrect for even-width subrects positioned on odd columnsBjörn Axelsson
2009-02-08Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini
2009-02-06Fix blend_subrect for some subrects positioned on odd rows.Björn Axelsson
2009-02-06Fix blend_subrect for subrects positioned on odd rows.Björn Axelsson
2009-02-03Fix vertical resolution of subtitles.Björn Axelsson
2009-01-20Remove detection of mmsh protocol in ffplay.Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-11fix warning: assignment makes pointer from integer without a castAurelien Jacobs
2009-01-10fix segv, always set audio_buf to audio_buf1 if decoding failBaptiste Coudurier
2009-01-07Inject NULL packets into the video packet que at EOF to force all delayedMichael Niedermayer
2009-01-03Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer
2009-01-03Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer
2009-01-03Display subtitles within the display area.Michael Niedermayer
2008-12-14Fix files with fps between 0.5 and 0.1.Michael Niedermayer
2008-11-18Remove unnecessary calls to show_help(), make ffmpeg/ffplay print aStefano Sabatini
2008-10-04Mark ffplay internal variables static. Patch by Diego PettenòDiego Pettenò
2008-09-28AVOptions support for ffplay.Michael Niedermayer
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
2008-09-03Fix round to even for aspect ratio correction.Michael Niedermayer
2008-08-24Ensure that SDL_AddTimer() is never called with a delay of 0 becauseMichael Niedermayer
2008-08-24export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs
2008-08-21Simplify timestamp reordering by using the new API.Michael Niedermayer
2008-08-18Set AVStream.discard, so that demuxers can choose which stream to select if t...Ronald S. Bultje
2008-08-15Simplify by using FFMAX.Michael Niedermayer