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-11-18Split avdevice.c off from alldevices.c.Diego Biurrun
alldevices.c is not a good place for avdevice_version(). Originally committed as revision 20546 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-16Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun
Originally committed as revision 20544 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-18cosmetics: Break overly long lines.Diego Biurrun
Originally committed as revision 20276 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-30Fix compilation of beosaudio.cpp, not tested if it actually works though.Reimar Döffinger
Originally committed as revision 20098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-22Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org.Diego Biurrun
Originally committed as revision 19965 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-19Add missing strings.h include needed for strcasecmp.Reimar Döffinger
Originally committed as revision 19920 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-12Do not do free AVStream in case of error, this is not supposed to beVitor Sessak
done by the demuxer. Fix issue 1378. Originally committed as revision 19825 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-04Indent.Ramiro Polla
Originally committed as revision 19757 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-04Use if(0){} instead of #if 0 to prevent debug code to rot.Ramiro Polla
Originally committed as revision 19756 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-23Skip headers requiring external libs not present in checkheadersMåns Rullgård
Originally committed as revision 19685 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-02vfwcap: Move vfw_read_close to avoid forward declaration.Diego Biurrun
Patch by Diego. Originally committed as revision 19567 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-30vfwcap: Indent.Ramiro Polla
Originally committed as revision 19545 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-30vfwcap: Support compressed streams.Ramiro Polla
Originally committed as revision 19544 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-30vfwcap: Reorder some code to simplify next patch.Ramiro Polla
Originally committed as revision 19543 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-30vfwcap: Return PIX_FMT_NONE instead of -1 on error.Ramiro Polla
Originally committed as revision 19542 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-30vfwcap: Update error message:Ramiro Polla
- Verbose debug information is at max -v 9 now; - Add an empty space for readability. Originally committed as revision 19541 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
Originally committed as revision 19508 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-21x11grab: remove unnecessary #includes and senseless #defineMåns Rullgård
Originally committed as revision 19479 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-29Make the configure script select the input/output devices usingStefano Sabatini
--enable-indev, --enable-outdev rather than --enable-demuxer, --enable-muxer as before, same for disabling them. Originally committed as revision 19293 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-07Change codec_id type to enum CodecID, fix warning.Daniel Verkamp
Patch by Daniel Verkamp daniel @ drv @ nu. Originally committed as revision 18768 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-15Cosmetics: Split long line.Carl Eugen Hoyos
Originally committed as revision 18516 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-15Fix two icc warnings #188: enumerated type mixed with another type.Carl Eugen Hoyos
Originally committed as revision 18515 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-15Fix icc warning #188: enumerated type mixed with another type.Carl Eugen Hoyos
Originally committed as revision 18514 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-15Fix icc warning #188: enumerated type mixed with another type.Carl Eugen Hoyos
Originally committed as revision 18513 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-03Implement JACK input device.Olivier Guilyardi
Patch by Olivier Guilyardi list samalyse com. See the thread: "[FFmpeg-devel] [PATCH] libavdevice: JACK demuxer". Originally committed as revision 18322 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-07Fix AVFMT_FLAG_NONBLOCK in alsaLuca Abeni
Originally committed as revision 17863 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-15Cast a __u64 variable to uint64_t so that it can be printed without warningsLuca Abeni
Originally committed as revision 17325 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-09Remove file name from file headers.Diego Biurrun
It provides no useful information and breaks on renames. Originally committed as revision 17097 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-02Add necessary #includes to pass 'make checkheaders'.Diego Biurrun
Originally committed as revision 16933 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-30If AVPacket->data == NULL, the packet does not contain any buffer toLuca Abeni
be freed. This fixes a double free on exit. Originally committed as revision 16857 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-26Add ALSA support in libavdevice.Nicolas George
Patch by Nicolas George: name surname normalesup org Original thread: [FFmpeg-devel] [PATCH] ALSA for libavdevice Date: 12/09/2008 07:17 PM Originally committed as revision 16800 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-21Rename audio.c to oss_audio.c in libavdevice.Benoit Fouet
Originally committed as revision 16707 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-20Use avf context in av_log, instead of NULL.Benoit Fouet
Originally committed as revision 16695 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-20Pass avf context to audio_open().Benoit Fouet
Originally committed as revision 16694 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
and remove all ENABLE_ definitions. Originally committed as revision 16600 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-07Remove the frame rate from struct video_data, and allow using a variableLuca Abeni
frame rate for video4linux2 input Originally committed as revision 16464 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-28Use avcodec_check_dimensions() for checking the frame size validity.Stefano Sabatini
The v4l.c check is moved after the eventual automatic size detection, so the check in that case is performed on the new set values. Originally committed as revision 16370 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-27Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.Stefano Sabatini
Originally committed as revision 16361 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-27Add missing check on the return value of the VIDIOCSWIN ioctl.Stefano Sabatini
Originally committed as revision 16360 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Use more descriptive long_names for Video4Linux input devices.Stefano Sabatini
Originally committed as revision 16322 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Check that the device is a capture device immediately after openingStefano Sabatini
the device. Originally committed as revision 16318 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Remove unnecessary temporary variable "frame_size" fromStefano Sabatini
grab_read_header(). Originally committed as revision 16317 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Add missing check on the result of a VIDIOCCAPTURE ioctl.Stefano Sabatini
Originally committed as revision 16316 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Cosmetics: put a space after each comma, improve consistency andStefano Sabatini
readability. Originally committed as revision 16315 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-18Implement size autodetection if one of the width and heightStefano Sabatini
AVFormatParameters for grab_read_header() is non-positive. Originally committed as revision 16199 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-18Replace the width and height fields in VideoData with a structStefano Sabatini
video_window video_win field. Originally committed as revision 16198 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-18Replace frame_rate and frame_rate_base fields in VideoData with anStefano Sabatini
AVRational time_base field. Originally committed as revision 16197 to svn://svn.ffmpeg.org/ffmpeg/trunk