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
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-22Get rid of more senseless wrapper functions and use OPT_EXIT instead.Michael Niedermayer
2008-05-22Do 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
2008-03-22Send context to the opt_* functions in ffplay.cStefano Sabatini
2008-03-08Make ffplay use parse_number_or_die instead of atoi.Diego Biurrun
2008-02-20Fix ;;Michael Niedermayer
2008-01-06fix playing of multichannel audio for codecs without downmixingJustin Ruggles
2008-01-02Drop RTSP default protocol.Ronald S. Bultje
2007-12-15SDL does not seem to support more than two channels.Andreas Öman
2007-12-13use av_log_get/set_level()Måns Rullgård
2007-11-22Introduce libavdeviceLuca Abeni
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-06ffplay currently needs special handling for pausing in some protocols.Björn Axelsson
2007-10-29Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni
2007-09-27Remove unnecessary copyright notice from ffplay.c:show_help.Stefano Sabatini
2007-09-27Make ffplay show a banner at startup.Stefano Sabatini
2007-09-19Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini
2007-09-11rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs
2007-09-01fix 1fps videosMichael Niedermayer
2007-08-27Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun
2007-08-27Corrected pause handling when using the 's' step by frame key.Craig Nicol
2007-08-24Reindent the code after the last commitLuca Abeni
2007-08-24Remove RTSP special casing in ffplay startupLuca Abeni
2007-08-23Stray commit revertedLuca Barbato
2007-08-23PowerPC/CELL/Altivec pointersLuca Barbato
2007-08-23Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun
2007-08-14Rename parse_arg_file function to opt_input_file for consistency.Stefano Sabatini
2007-08-14cosmetics: indentation fixDiego Biurrun
2007-08-14Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini
2007-08-09100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrectReimar Döffinger
2007-08-09Revert r10021, it was committed by accident and is a bit ugly anyway.Reimar Döffinger
2007-08-09Scale subtitle positionReimar Döffinger
2007-08-09Fix blend_subrect to respect the boundaries of the destination imageReimar Döffinger
2007-08-09Make ffmpeg and ffplay exit 0 after displaying helpStefano Sabatini
2007-08-03cosmetics: be sure all lines fit into 79 charactersAlex Beregszaszi
2007-08-03cosmetics: indent correctlyAlex Beregszaszi
2007-08-03Use getCachedContext instead getContext to support resolution change. Patch b...Glenn A. Serre