summaryrefslogtreecommitdiff
path: root/ffplay.c
AgeCommit message (Expand)Author
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-05Fix blend_subrect for some subrects positioned on odd rows.Björn Axelsson
2009-02-05Fix blend_subrect for subrects positioned on odd rows.Björn Axelsson
2009-02-02Fix vertical resolution of subtitles.Björn Axelsson
2009-01-19Remove detection of mmsh protocol in ffplay.Aurelien Jacobs
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-10fix warning: assignment makes pointer from integer without a castAurelien Jacobs
2009-01-09fix 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-17Remove 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-23export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs
2008-08-20Simplify 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
2008-08-02Add sample format converter to FFplay.Peter Ross
2008-08-02Simplify AVCodecContext usage within FFplay audio_decode_frame()Peter Ross
2008-06-12Change opt_sync function behavior to print an error message.Stefano Sabatini
2008-05-29Remove unnecessary header #includes.Erik Hovland
2008-05-29Simplify show_banner() so that it does not require arguments, similarStefano Sabatini
2008-05-23Add -formats option to ffplay.Stefano Sabatini
2008-05-22Implement ffplay -L.Stefano Sabatini
2008-05-21Get rid of more senseless wrapper functions and use OPT_EXIT instead.Michael Niedermayer
2008-05-21Do not pass program_name as argument to show_version(), this allows someMichael Niedermayer
2008-05-21Let ffplay support "-version".Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-01Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail comDiego Pettenò
2008-04-01Send context to ffplay.c:opt_seekStefano Sabatini
2008-03-31Make ffplay.c:opt_seek use parse_time_or_dieStefano Sabatini