summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix blend_subrect for some subrects positioned on odd rows.Björn Axelsson2009-02-051-2/+2
* Fix blend_subrect for subrects positioned on odd rows.Björn Axelsson2009-02-051-0/+2
* Fix vertical resolution of subtitles.Björn Axelsson2009-02-021-2/+2
* Remove detection of mmsh protocol in ffplay.Aurelien Jacobs2009-01-191-4/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* fix warning: assignment makes pointer from integer without a castAurelien Jacobs2009-01-101-1/+1
* fix segv, always set audio_buf to audio_buf1 if decoding failBaptiste Coudurier2009-01-091-0/+1
* Inject NULL packets into the video packet que at EOF to force all delayedMichael Niedermayer2009-01-071-2/+9
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-031-7/+7
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-031-6/+7
* Display subtitles within the display area.Michael Niedermayer2009-01-031-4/+4
* Fix files with fps between 0.5 and 0.1.Michael Niedermayer2008-12-141-1/+1
* Remove unnecessary calls to show_help(), make ffmpeg/ffplay print aStefano Sabatini2008-11-171-1/+1
* Mark ffplay internal variables static. Patch by Diego PettenòDiego Pettenò2008-10-041-2/+2
* AVOptions support for ffplay.Michael Niedermayer2008-09-281-1/+13
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-081-3/+3
* Fix round to even for aspect ratio correction.Michael Niedermayer2008-09-031-2/+2
* Ensure that SDL_AddTimer() is never called with a delay of 0 becauseMichael Niedermayer2008-08-241-0/+1
* export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs2008-08-231-6/+7
* Simplify timestamp reordering by using the new API.Michael Niedermayer2008-08-201-21/+3
* Set AVStream.discard, so that demuxers can choose which stream to select if t...Ronald S. Bultje2008-08-181-0/+3
* Simplify by using FFMAX.Michael Niedermayer2008-08-151-3/+1
* Add sample format converter to FFplay.Peter Ross2008-08-021-5/+46
* Simplify AVCodecContext usage within FFplay audio_decode_frame()Peter Ross2008-08-021-4/+5
* Change opt_sync function behavior to print an error message.Stefano Sabatini2008-06-121-3/+4
* Remove unnecessary header #includes.Erik Hovland2008-05-291-1/+0
* Simplify show_banner() so that it does not require arguments, similarStefano Sabatini2008-05-291-2/+2
* Add -formats option to ffplay.Stefano Sabatini2008-05-231-0/+1
* Implement ffplay -L.Stefano Sabatini2008-05-221-0/+1
* Get rid of more senseless wrapper functions and use OPT_EXIT instead.Michael Niedermayer2008-05-211-14/+2
* Do not pass program_name as argument to show_version(), this allows someMichael Niedermayer2008-05-211-2/+2
* Let ffplay support "-version".Stefano Sabatini2008-05-211-0/+7
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-5/+5
* Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail comDiego Pettenò2008-05-011-5/+5
* Send context to ffplay.c:opt_seekStefano Sabatini2008-04-011-3/+4
* Make ffplay.c:opt_seek use parse_time_or_dieStefano Sabatini2008-03-311-5/+1
* Send context to the opt_* functions in ffplay.cStefano Sabatini2008-03-221-15/+20
* Make ffplay use parse_number_or_die instead of atoi.Diego Biurrun2008-03-081-13/+5
* Fix ;;Michael Niedermayer2008-02-191-1/+1
* fix playing of multichannel audio for codecs without downmixingJustin Ruggles2008-01-061-15/+20
* Drop RTSP default protocol.Ronald S. Bultje2008-01-021-11/+0
* SDL does not seem to support more than two channels.Andreas Öman2007-12-151-4/+6
* use av_log_get/set_level()Måns Rullgård2007-12-121-1/+1
* Introduce libavdeviceLuca Abeni2007-11-221-0/+3
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-5/+6
* ffplay currently needs special handling for pausing in some protocols.Björn Axelsson2007-11-061-2/+4
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-291-0/+1
* Remove unnecessary copyright notice from ffplay.c:show_help.Stefano Sabatini2007-09-271-2/+1
* Make ffplay show a banner at startup.Stefano Sabatini2007-09-271-0/+5
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-191-0/+4
OpenPOWER on IntegriCloud