115 Commits (95ce961d886668bb713094bd0f71b40925cf680f)

Author SHA1 Message Date
Reimar Döffinger 58f873dded Fix compilation of beosaudio.cpp, not tested if it actually works though. 15 years ago
Diego Biurrun 71e4218054 Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org. 15 years ago
Reimar Döffinger 31fe12a9fe Add missing strings.h include needed for strcasecmp. 15 years ago
Vitor Sessak 600b9c5c8c Do not do free AVStream in case of error, this is not supposed to be 15 years ago
Ramiro Polla 315fa33f29 Indent. 15 years ago
Ramiro Polla a9decf0041 Use if(0){} instead of #if 0 to prevent debug code to rot. 15 years ago
Måns Rullgård 95f2c769c3 Skip headers requiring external libs not present in checkheaders 15 years ago
Diego Biurrun c959c6ee3d vfwcap: Move vfw_read_close to avoid forward declaration. 15 years ago
Ramiro Polla 155b0f00d4 vfwcap: Indent. 15 years ago
Ramiro Polla 1c0b9215ac vfwcap: Support compressed streams. 15 years ago
Ramiro Polla 42477de59e vfwcap: Reorder some code to simplify next patch. 15 years ago
Ramiro Polla d40b45e8b0 vfwcap: Return PIX_FMT_NONE instead of -1 on error. 15 years ago
Ramiro Polla 189230ad67 vfwcap: Update error message: 15 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 15 years ago
Måns Rullgård 62a0525d3b x11grab: remove unnecessary #includes and senseless #define 15 years ago
Stefano Sabatini 38e54a75ab Make the configure script select the input/output devices using 15 years ago
Daniel Verkamp cf6bae6883 Change codec_id type to enum CodecID, fix warning. 16 years ago
Carl Eugen Hoyos 08982bb466 Cosmetics: Split long line. 16 years ago
Carl Eugen Hoyos 899f38df62 Fix two icc warnings #188: enumerated type mixed with another type. 16 years ago
Carl Eugen Hoyos 34bcada424 Fix icc warning #188: enumerated type mixed with another type. 16 years ago
Carl Eugen Hoyos 5c463aacb2 Fix icc warning #188: enumerated type mixed with another type. 16 years ago
Olivier Guilyardi 80ff8a16f5 Implement JACK input device. 16 years ago
Luca Abeni 3cac2f1301 Fix AVFMT_FLAG_NONBLOCK in alsa 16 years ago
Luca Abeni 1c787b1043 Cast a __u64 variable to uint64_t so that it can be printed without warnings 16 years ago
Diego Biurrun b17e0f065c Remove file name from file headers. 16 years ago
Diego Biurrun f8a32581fa Add necessary #includes to pass 'make checkheaders'. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Luca Abeni 5449a787c9 If AVPacket->data == NULL, the packet does not contain any buffer to 16 years ago
Nicolas George 35fd81224a Add ALSA support in libavdevice. 16 years ago
Benoit Fouet 33054e35e3 Rename audio.c to oss_audio.c in libavdevice. 16 years ago
Benoit Fouet 0c26e964e9 Use avf context in av_log, instead of NULL. 16 years ago
Benoit Fouet d99b81664b Pass avf context to audio_open(). 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Luca Abeni e7b987dc2f Remove the frame rate from struct video_data, and allow using a variable 16 years ago
Stefano Sabatini 5d91e92853 Use avcodec_check_dimensions() for checking the frame size validity. 16 years ago
Stefano Sabatini df77a6daab Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones. 16 years ago
Stefano Sabatini faf67322dc Add missing check on the return value of the VIDIOCSWIN ioctl. 16 years ago
Stefano Sabatini df2a3f2714 Use more descriptive long_names for Video4Linux input devices. 16 years ago
Stefano Sabatini 7274a48035 Check that the device is a capture device immediately after opening 16 years ago
Stefano Sabatini f233d34821 Remove unnecessary temporary variable "frame_size" from 16 years ago
Stefano Sabatini fd867ffd43 Add missing check on the result of a VIDIOCCAPTURE ioctl. 16 years ago
Stefano Sabatini c40432d30c Cosmetics: put a space after each comma, improve consistency and 16 years ago
Stefano Sabatini 7bbacf9a0c Implement size autodetection if one of the width and height 16 years ago
Stefano Sabatini 406c580854 Replace the width and height fields in VideoData with a struct 16 years ago
Stefano Sabatini 9580ba2676 Replace frame_rate and frame_rate_base fields in VideoData with an 16 years ago
Diego Biurrun 616deed28f Do not invade _t POSIX namespace. 16 years ago
Reimar Döffinger eb857782e7 Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. typedefs, 16 years ago
Stefano Sabatini b9f382c8ef Remove unnecessary ret variable. 16 years ago