summaryrefslogtreecommitdiffstats
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
...
* Split avdevice.c off from alldevices.c.Diego Biurrun2009-11-183-7/+25
* Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun2009-11-161-0/+2
* cosmetics: Break overly long lines.Diego Biurrun2009-10-181-2/+4
* Fix compilation of beosaudio.cpp, not tested if it actually works though.Reimar Döffinger2009-09-301-3/+5
* Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org.Diego Biurrun2009-09-221-1/+1
* Add missing strings.h include needed for strcasecmp.Reimar Döffinger2009-09-191-0/+1
* Do not do free AVStream in case of error, this is not supposed to beVitor Sessak2009-09-121-1/+0
* Indent.Ramiro Polla2009-09-041-9/+9
* Use if(0){} instead of #if 0 to prevent debug code to rot.Ramiro Polla2009-09-041-2/+2
* Skip headers requiring external libs not present in checkheadersMåns Rullgård2009-08-231-0/+2
* vfwcap: Move vfw_read_close to avoid forward declaration.Diego Biurrun2009-08-021-18/+16
* vfwcap: Indent.Ramiro Polla2009-07-301-9/+8
* vfwcap: Support compressed streams.Ramiro Polla2009-07-301-0/+15
* vfwcap: Reorder some code to simplify next patch.Ramiro Polla2009-07-301-6/+5
* vfwcap: Return PIX_FMT_NONE instead of -1 on error.Ramiro Polla2009-07-301-2/+2
* vfwcap: Update error message:Ramiro Polla2009-07-301-2/+2
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-264-5/+5
* x11grab: remove unnecessary #includes and senseless #defineMåns Rullgård2009-07-211-6/+0
* Make the configure script select the input/output devices usingStefano Sabatini2009-06-293-32/+32
* Change codec_id type to enum CodecID, fix warning.Daniel Verkamp2009-05-061-1/+1
* Cosmetics: Split long line.Carl Eugen Hoyos2009-04-141-1/+2
* Fix two icc warnings #188: enumerated type mixed with another type.Carl Eugen Hoyos2009-04-142-4/+4
* Fix icc warning #188: enumerated type mixed with another type.Carl Eugen Hoyos2009-04-141-1/+1
* Fix icc warning #188: enumerated type mixed with another type.Carl Eugen Hoyos2009-04-141-1/+1
* Implement JACK input device.Olivier Guilyardi2009-04-024-1/+329
* Fix AVFMT_FLAG_NONBLOCK in alsaLuca Abeni2009-03-071-1/+1
* Cast a __u64 variable to uint64_t so that it can be printed without warningsLuca Abeni2009-02-151-1/+1
* Remove file name from file headers.Diego Biurrun2009-02-091-1/+1
* Add necessary #includes to pass 'make checkheaders'.Diego Biurrun2009-02-021-0/+4
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-015-5/+5
* If AVPacket->data == NULL, the packet does not contain any buffer toLuca Abeni2009-01-301-0/+4
* Add ALSA support in libavdevice.Nicolas George2009-01-266-0/+556
* Rename audio.c to oss_audio.c in libavdevice.Benoit Fouet2009-01-212-2/+2
* Use avf context in av_log, instead of NULL.Benoit Fouet2009-01-201-5/+5
* Pass avf context to audio_open().Benoit Fouet2009-01-201-3/+4
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-196-7/+7
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-142-9/+9
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-134-13/+13
* Remove the frame rate from struct video_data, and allow using a variableLuca Abeni2009-01-071-13/+3
* Use avcodec_check_dimensions() for checking the frame size validity.Stefano Sabatini2008-12-282-9/+4
* Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.Stefano Sabatini2008-12-271-1/+1
* Add missing check on the return value of the VIDIOCSWIN ioctl.Stefano Sabatini2008-12-271-1/+4
* Use more descriptive long_names for Video4Linux input devices.Stefano Sabatini2008-12-262-2/+2
* Check that the device is a capture device immediately after openingStefano Sabatini2008-12-261-8/+8
* Remove unnecessary temporary variable "frame_size" fromStefano Sabatini2008-12-261-4/+3
* Add missing check on the result of a VIDIOCCAPTURE ioctl.Stefano Sabatini2008-12-261-1/+4
* Cosmetics: put a space after each comma, improve consistency andStefano Sabatini2008-12-261-5/+5
* Implement size autodetection if one of the width and heightStefano Sabatini2008-12-171-4/+8
* Replace the width and height fields in VideoData with a structStefano Sabatini2008-12-171-24/+15
* Replace frame_rate and frame_rate_base fields in VideoData with anStefano Sabatini2008-12-171-13/+8
OpenPOWER on IntegriCloud