summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* 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
* Send context to the opt_* functions in ffplay.cStefano Sabatini2008-03-22
* Make ffplay use parse_number_or_die instead of atoi.Diego Biurrun2008-03-08
* Fix ;;Michael Niedermayer2008-02-19
* fix playing of multichannel audio for codecs without downmixingJustin Ruggles2008-01-06
* Drop RTSP default protocol.Ronald S. Bultje2008-01-02
* SDL does not seem to support more than two channels.Andreas Öman2007-12-15
* use av_log_get/set_level()Måns Rullgård2007-12-12
* Introduce libavdeviceLuca Abeni2007-11-22
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* ffplay currently needs special handling for pausing in some protocols.Björn Axelsson2007-11-06
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-29
* Remove unnecessary copyright notice from ffplay.c:show_help.Stefano Sabatini2007-09-27
* Make ffplay show a banner at startup.Stefano Sabatini2007-09-27
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-19
* rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs2007-09-10
* fix 1fps videosMichael Niedermayer2007-08-31
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-27
* Corrected pause handling when using the 's' step by frame key.Craig Nicol2007-08-27
* Reindent the code after the last commitLuca Abeni2007-08-24
* Remove RTSP special casing in ffplay startupLuca Abeni2007-08-24
* Stray commit revertedLuca Barbato2007-08-23
* PowerPC/CELL/Altivec pointersLuca Barbato2007-08-23
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
* Rename parse_arg_file function to opt_input_file for consistency.Stefano Sabatini2007-08-14
* cosmetics: indentation fixDiego Biurrun2007-08-14
* Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini2007-08-13
* 100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrectReimar Döffinger2007-08-09
* Revert r10021, it was committed by accident and is a bit ugly anyway.Reimar Döffinger2007-08-09
* Scale subtitle positionReimar Döffinger2007-08-09