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 (Collapse)Author
2009-01-20Remove detection of mmsh protocol in ffplay.Aurelien Jacobs
This is useless as long as mmsh is not implemented in libavformat. This is a revert of r10936. Originally committed as revision 16687 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-11fix warning: assignment makes pointer from integer without a castAurelien Jacobs
Originally committed as revision 16523 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-10fix segv, always set audio_buf to audio_buf1 if decoding failBaptiste Coudurier
Originally committed as revision 16512 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-07Inject NULL packets into the video packet que at EOF to force all delayedMichael Niedermayer
frames to be output. Originally committed as revision 16484 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-03Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer
Originally committed as revision 16416 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-03Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer
when the size of AVSubtitleRect changes. Originally committed as revision 16412 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-03Display subtitles within the display area.Michael Niedermayer
Fixes dvd-subtitle-problem.vob. (problem likely is that the video resolution is smaller than what the subtitles expect) Originally committed as revision 16411 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-14Fix files with fps between 0.5 and 0.1.Michael Niedermayer
Fixes issue749 Originally committed as revision 16123 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-18Remove unnecessary calls to show_help(), make ffmpeg/ffplay print aStefano Sabatini
specific error message instead. Originally committed as revision 15868 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-04Mark ffplay internal variables static. Patch by Diego PettenòDiego Pettenò
Originally committed as revision 15546 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-28AVOptions support for ffplay.Michael Niedermayer
Originally committed as revision 15451 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
Originally committed as revision 15270 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-03Fix round to even for aspect ratio correction.Michael Niedermayer
Originally committed as revision 15173 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-24Ensure that SDL_AddTimer() is never called with a delay of 0 becauseMichael Niedermayer
this leads to a runaway creation of timers. We never pass 0 currently but it is safer to check for it explicitly as changes to the code can easily lead to 0 being used. Originally committed as revision 14934 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-24export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs
that the one read by the decoder. Originally committed as revision 14932 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21Simplify timestamp reordering by using the new API.Michael Niedermayer
Originally committed as revision 14872 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-18Set AVStream.discard, so that demuxers can choose which stream to select if ↵Ronald S. Bultje
that is a serverside option (as is the case for RTSP). See "Realmedia patch" thread on mailinglist. Originally committed as revision 14825 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-15Simplify by using FFMAX.Michael Niedermayer
Originally committed as revision 14776 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-02Add sample format converter to FFplay.Peter Ross
Originally committed as revision 14508 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-02Simplify AVCodecContext usage within FFplay audio_decode_frame()Peter Ross
Originally committed as revision 14503 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-12Change opt_sync function behavior to print an error message.Stefano Sabatini
Patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 13757 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-29Remove unnecessary header #includes.Erik Hovland
Extracted from a patch by Erik Hovland, erik hovland org. Originally committed as revision 13531 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-29Simplify show_banner() so that it does not require arguments, similarStefano Sabatini
to what was previously done with show_version(). patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13526 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-23Add -formats option to ffplay.Stefano Sabatini
Patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 13246 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-22Implement ffplay -L.Stefano Sabatini
Patch by: Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13235 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-22Get rid of more senseless wrapper functions and use OPT_EXIT instead.Michael Niedermayer
Originally committed as revision 13233 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-22Do not pass program_name as argument to show_version(), this allows someMichael Niedermayer
future simplifications. Originally committed as revision 13232 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-21Let ffplay support "-version".Stefano Sabatini
Patch by: Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13208 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-09Use full path for #includes from another directory.Diego Biurrun
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-01Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail comDiego Pettenò
Originally committed as revision 13025 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-01Send context to ffplay.c:opt_seekStefano Sabatini
Patch by Stefano Sabatini (stefano sabatini-lala poste it) Originally committed as revision 12663 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-31Make ffplay.c:opt_seek use parse_time_or_dieStefano Sabatini
Patch by Stefano Sabatini (stefano sabatini-lala poste it) Originally committed as revision 12653 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-22Send context to the opt_* functions in ffplay.cStefano Sabatini
Patch by Stefano Sabatini ( stefano sabatini-lala poste it ) Originally committed as revision 12559 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-08Make ffplay use parse_number_or_die instead of atoi.Diego Biurrun
Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 12366 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-20Fix ;;Michael Niedermayer
Originally committed as revision 12153 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-06fix playing of multichannel audio for codecs without downmixingJustin Ruggles
Originally committed as revision 11431 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-02Drop RTSP default protocol.Ronald S. Bultje
patch by Ronald S. Bultje, rsbultje gmail com Originally committed as revision 11377 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-15SDL does not seem to support more than two channels.Andreas Öman
So, if this is the case, ask for downmixing by the codec. Originally committed as revision 11223 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-13use av_log_get/set_level()Måns Rullgård
Originally committed as revision 11209 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-22Introduce libavdeviceLuca Abeni
Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-06ffplay currently needs special handling for pausing in some protocols.Björn Axelsson
Patch by Björn Axelsson: bjorn ; axelsson § intinor : se Original thread: [FFmpeg-devel] [PATCH] MMSH pause support for ffplay Date: 11/02/2007 11:47 AM Originally committed as revision 10936 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-29Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni
explicitly include such headers where needed Originally committed as revision 10871 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-27Remove unnecessary copyright notice from ffplay.c:show_help.Stefano Sabatini
patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 10604 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-27Make ffplay show a banner at startup.Stefano Sabatini
patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 10603 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-19Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini
Patch by Stefano Sabatini: [stefano sabatini-lala poste it] Original thread: [FFmpeg-devel] [PATCH] Enhace documentation forlibavformat/utils.c:parse_date Date: 08/17/2007 09:40 PM Originally committed as revision 10533 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-11rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs
Originally committed as revision 10474 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-01fix 1fps videosMichael Niedermayer
Originally committed as revision 10276 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun
to Mac OS X rather than to Darwin. Originally committed as revision 10247 to svn://svn.ffmpeg.org/ffmpeg/trunk