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
2003-09-05fixing copyright header (the code is from strptime.c so the copyright header ↵Michael Niedermayer
should be from there too instead of strptime.h) Originally committed as revision 2207 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-04Compile fix when no CONFIG_ENCODERS by (Glenn Maynard <g_sf at zewt dot org>)Michael Niedermayer
Originally committed as revision 2206 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-04case insensitive codec_get_id()Michael Niedermayer
Originally committed as revision 2205 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-04localtime_r patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard
Originally committed as revision 2204 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-04MingW patches by (Glenn Maynard <g_sf at zewt dot org>)Michael Niedermayer
Originally committed as revision 2203 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-02initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson
Originally committed as revision 2195 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-01fix MPEG-TS missdetected as MPEG-PSMichael Niedermayer
Originally committed as revision 2194 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-01first pass at PSX STR demuxer; does not yet interact correctly with MDECMike Melanson
video decoder Originally committed as revision 2190 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-01asv2 regression testMichael Niedermayer
Originally committed as revision 2188 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-30stdin patch by (Charles Yates <charles dot yates at pandora dot be>)Charles Yates
* removes use of read_key and getchar when input is received on stdin (this was corrupting the packet reading) * terminates av_encode when a termination signal is received (use of ctrl-c issued a term_exit and subsequent uses of q failed) * specific correction to yuv4mpeg pipe reading - the defined header was too short to allow for extended yuv4mpeg flags [as used by smil2yuv and y4mscaler and accepted by mjpeg tools] Originally committed as revision 2183 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-30libavformat/avio.h compilation problem in VisualC++ by (lethean at realtime ↵Michael Niedermayer
dot ssu dot ac dot kr) Originally committed as revision 2182 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-29 1000l in abbrv. tableRoman Shaposhnik
Originally committed as revision 2179 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-29 * making resolution abbreviations rightRoman Shaposhnik
* introducing sntsc/spal for square pixel ntsc/pal Originally committed as revision 2177 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-28 * Phase 1 for DV encoding support. Muxing/demuxing of DV streams is nowRoman Shaposhnik
possible. For example you can do: ffmpeg -i i.dv -i audio_track.mp3 -map 0.0 -map 1.0 \ -vcodec copy -acodec pcm_s16le out.dv * Preparations for getting rid of DVAUDIO codec, DV stream really contains PCM audio, so there's no codec needed if we have a decent demuxer. * Providing entry points for dv1394 write support. Originally committed as revision 2174 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-27naughty, forbidden variable declarationsMike Melanson
Originally committed as revision 2171 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-27mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>)Michael Niedermayer
Originally committed as revision 2168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-25accepts pgmyuv extensionFabrice Bellard
Originally committed as revision 2152 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-25suppressed frame number modulus hack - added loop_input hack which I find ↵Fabrice Bellard
easier to understand Originally committed as revision 2151 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-24win32 compile fixFabrice Bellard
Originally committed as revision 2139 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-22 all human-readable output should go into stderr for now. We reallyRoman Shaposhnik
need a generic logging facility in ffmpeg, but this will suffice for now. Originally committed as revision 2131 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-18use codec_tag for encoding tooMichael Niedermayer
Originally committed as revision 2125 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-12 * fixing a regression in mpeg encoder (not setting pix_fmt),Roman Shaposhnik
this is hardly the right way to do things, but it'll suffice for now. * patch from Gildas Bazin gbazin at altern dot org * fix for a 10l in configure * gcc 2.95.3 and Solaris build in general are not ready for -Werror in libavformat/Makefile Originally committed as revision 2123 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-11support for older real audio files (<= version 3)Fabrice Bellard
Originally committed as revision 2119 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-08no default bit rate if decodingFabrice Bellard
Originally committed as revision 2117 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-08initial duration/start_time generic support - displays stream duration and ↵Fabrice Bellard
average total bitrate when using an input file Originally committed as revision 2115 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-08update duration and start_timeFabrice Bellard
Originally committed as revision 2113 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-08exports mpegps_demuxFabrice Bellard
Originally committed as revision 2112 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-08update duration and start_timeFabrice Bellard
Originally committed as revision 2111 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-08update duration and start_time - add av_new_stream() usageFabrice Bellard
Originally committed as revision 2110 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-08add av_new_stream() usageFabrice Bellard
Originally committed as revision 2109 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-08added stream start time and duration API - AV_NOPTS_VALUE is no longer zeroFabrice Bellard
Originally committed as revision 2108 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-06patch for DV capturing by Dan Dennedy <dan at dennedy dot org>Roman Shaposhnik
Originally committed as revision 2105 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-05yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias ↵D Richard Felker III
at aerifal dot cx>) Originally committed as revision 2102 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-25ATI VCR2Michael Niedermayer
Originally committed as revision 2080 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-24OSX and BeOS networking fix (socklen_t)François Revol
Originally committed as revision 2077 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-24ATI VCR1 decoderMichael Niedermayer
Originally committed as revision 2076 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-17support aborting in TCPFabrice Bellard
Originally committed as revision 2061 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-17suppressed RTSP abort hack - added PLAY/PAUSEFabrice Bellard
Originally committed as revision 2060 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-17removed warningsFabrice Bellard
Originally committed as revision 2059 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-17added primitive aborting systemFabrice Bellard
Originally committed as revision 2058 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-17warnings are errorsFabrice Bellard
Originally committed as revision 2057 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-16fix fmt == NULL caseFabrice Bellard
Originally committed as revision 2050 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-16Write correct MPEG2-PS streams patch by (mru at users dot sourceforge dot ↵Måns Rullgård
net (Måns Rullgård)) Originally committed as revision 2048 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-15fixed NTP generation for mpegFabrice Bellard
Originally committed as revision 2046 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-15fixed RTP/TCP client supportFabrice Bellard
Originally committed as revision 2045 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-15BeOS fix: NOT every ld likes undefined syms, include C++ objs, and link to ↵François Revol
libs needed for audio in. Originally committed as revision 2044 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-15cosmetic change in resync code - added PAT scanning code if no SDT is found ↵Fabrice Bellard
(in the futur it would be interesting to give an API to change channel - also useful for DV input number or TV grab tunning Originally committed as revision 2043 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-1210lMichael Niedermayer
Originally committed as revision 2037 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-12 * First round of AV sync fixes.Roman Shaposhnik
* -r now does the right thing. * frame rate and frame sizes now share same abbv. table and you can do -r ntsc as well as -s ntsc Originally committed as revision 2035 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-12Shared library for libavformat support patch by (Tim Allen <tim at proximity ↵Tim Allen
dot com dot au>) Originally committed as revision 2033 to svn://svn.ffmpeg.org/ffmpeg/trunk