summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* Document ffplay -ast, -vst, and -sst options.Stefano Sabatini2009-03-01
* Apply the same logic used for subtitle stream selection to audio and videoStefano Sabatini2009-03-01
* Simplify the logic for the subtitle stream selection.Stefano Sabatini2009-03-01
* Fix subtitle selection logic, make ffplay select the subtitle stream NStefano Sabatini2009-03-01
* convert ffplay to new metadata APIAurelien Jacobs2009-03-01
* Take account of struct size in total packet queue size tracking.Aurelien Jacobs2009-02-21
* FFplay: Stop processing input file when AVERROR_EOF is returned from av_read_...Peter Ross2009-02-19
* Move debug trace to the new compute_frame_delay() function.Tomer Barletz2009-02-18
* Cosmetics: reindent after previous commit.Benoit Fouet2009-02-18
* Do not force last delay value to its own value.Tomer Barletz2009-02-18
* Extract into its own function the code to compute frame delay.Tomer Barletz2009-02-18
* Add ffplay subtitle stream selection command-line parameterBjörn Axelsson2009-02-09
* Fix blend_subrect for even-width subrects positioned on odd columnsBjörn Axelsson2009-02-09
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-08
* Fix blend_subrect for some subrects positioned on odd rows.Björn Axelsson2009-02-05
* Fix blend_subrect for subrects positioned on odd rows.Björn Axelsson2009-02-05
* Fix vertical resolution of subtitles.Björn Axelsson2009-02-02
* Remove detection of mmsh protocol in ffplay.Aurelien Jacobs2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* fix warning: assignment makes pointer from integer without a castAurelien Jacobs2009-01-10
* fix segv, always set audio_buf to audio_buf1 if decoding failBaptiste Coudurier2009-01-09
* Inject NULL packets into the video packet que at EOF to force all delayedMichael Niedermayer2009-01-07
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-03
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-03
* Display subtitles within the display area.Michael Niedermayer2009-01-03
* Fix files with fps between 0.5 and 0.1.Michael Niedermayer2008-12-14
* Remove unnecessary calls to show_help(), make ffmpeg/ffplay print aStefano Sabatini2008-11-17
* Mark ffplay internal variables static. Patch by Diego PettenòDiego Pettenò2008-10-04
* AVOptions support for ffplay.Michael Niedermayer2008-09-28
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* Fix round to even for aspect ratio correction.Michael Niedermayer2008-09-03
* Ensure that SDL_AddTimer() is never called with a delay of 0 becauseMichael Niedermayer2008-08-24
* export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs2008-08-23
* Simplify timestamp reordering by using the new API.Michael Niedermayer2008-08-20
* Set AVStream.discard, so that demuxers can choose which stream to select if t...Ronald S. Bultje2008-08-18
* Simplify by using FFMAX.Michael Niedermayer2008-08-15
* Add sample format converter to FFplay.Peter Ross2008-08-02
* Simplify AVCodecContext usage within FFplay audio_decode_frame()Peter Ross2008-08-02
* Change opt_sync function behavior to print an error message.Stefano Sabatini2008-06-12
* Remove unnecessary header #includes.Erik Hovland2008-05-29
* Simplify show_banner() so that it does not require arguments, similarStefano Sabatini2008-05-29
* Add -formats option to ffplay.Stefano Sabatini2008-05-23
* Implement ffplay -L.Stefano Sabatini2008-05-22
* Get rid of more senseless wrapper functions and use OPT_EXIT instead.Michael Niedermayer2008-05-21
* Do not pass program_name as argument to show_version(), this allows someMichael Niedermayer2008-05-21
* Let ffplay support "-version".Stefano Sabatini2008-05-21
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail comDiego Pettenò2008-05-01
* Send context to ffplay.c:opt_seekStefano Sabatini2008-04-01
* Make ffplay.c:opt_seek use parse_time_or_dieStefano Sabatini2008-03-31