summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAge
* consistency with other files: av_cold static ---> static av_coldIvo van Poorten2009-11-29
* Add nomouse option to not record the mouse cursor.Michael Niedermayer2009-11-27
* Remove unused stuff.Michael Niedermayer2009-11-27
* Real cursor support in x11grab.Roxis2009-11-27
* Do not invent error codes but pass the error code on.Michael Niedermayer2009-11-27
* Replace very odd and completely broken oss read_packet() by the obvious way toMichael Niedermayer2009-11-27
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Split avdevice.c off from alldevices.c.Diego Biurrun2009-11-18
* Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun2009-11-16
* cosmetics: Break overly long lines.Diego Biurrun2009-10-18
* Fix compilation of beosaudio.cpp, not tested if it actually works though.Reimar Döffinger2009-09-30
* Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org.Diego Biurrun2009-09-22
* Add missing strings.h include needed for strcasecmp.Reimar Döffinger2009-09-19
* Do not do free AVStream in case of error, this is not supposed to beVitor Sessak2009-09-12
* Indent.Ramiro Polla2009-09-04
* Use if(0){} instead of #if 0 to prevent debug code to rot.Ramiro Polla2009-09-04
* Skip headers requiring external libs not present in checkheadersMåns Rullgård2009-08-23
* vfwcap: Move vfw_read_close to avoid forward declaration.Diego Biurrun2009-08-02
* vfwcap: Indent.Ramiro Polla2009-07-30
* vfwcap: Support compressed streams.Ramiro Polla2009-07-30
* vfwcap: Reorder some code to simplify next patch.Ramiro Polla2009-07-30
* vfwcap: Return PIX_FMT_NONE instead of -1 on error.Ramiro Polla2009-07-30
* vfwcap: Update error message:Ramiro Polla2009-07-30
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* x11grab: remove unnecessary #includes and senseless #defineMåns Rullgård2009-07-21
* Make the configure script select the input/output devices usingStefano Sabatini2009-06-29
* Change codec_id type to enum CodecID, fix warning.Daniel Verkamp2009-05-06
* Cosmetics: Split long line.Carl Eugen Hoyos2009-04-14
* Fix two icc warnings #188: enumerated type mixed with another type.Carl Eugen Hoyos2009-04-14
* Fix icc warning #188: enumerated type mixed with another type.Carl Eugen Hoyos2009-04-14
* Fix icc warning #188: enumerated type mixed with another type.Carl Eugen Hoyos2009-04-14
* Implement JACK input device.Olivier Guilyardi2009-04-02
* Fix AVFMT_FLAG_NONBLOCK in alsaLuca Abeni2009-03-07
* Cast a __u64 variable to uint64_t so that it can be printed without warningsLuca Abeni2009-02-15
* Remove file name from file headers.Diego Biurrun2009-02-09
* Add necessary #includes to pass 'make checkheaders'.Diego Biurrun2009-02-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* If AVPacket->data == NULL, the packet does not contain any buffer toLuca Abeni2009-01-30
* Add ALSA support in libavdevice.Nicolas George2009-01-26
* Rename audio.c to oss_audio.c in libavdevice.Benoit Fouet2009-01-21
* Use avf context in av_log, instead of NULL.Benoit Fouet2009-01-20
* Pass avf context to audio_open().Benoit Fouet2009-01-20
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Remove the frame rate from struct video_data, and allow using a variableLuca Abeni2009-01-07
* Use avcodec_check_dimensions() for checking the frame size validity.Stefano Sabatini2008-12-28
* Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.Stefano Sabatini2008-12-27
* Add missing check on the return value of the VIDIOCSWIN ioctl.Stefano Sabatini2008-12-27
* Use more descriptive long_names for Video4Linux input devices.Stefano Sabatini2008-12-26