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
2009-01-20Remove detection of mmsh protocol in ffplay.Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-11fix warning: assignment makes pointer from integer without a castAurelien Jacobs
2009-01-10fix 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-18Remove 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-24export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs
2008-08-21Simplify 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-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