| Commit message (Expand) | Author | Age | Files | Lines |
* | Include alsa headers before the internal FFmpeg headers. | Matthieu Castet | 2009-11-29 | 3 | -3/+3 |
* | consistency with other files: av_cold static ---> static av_cold | Ivo van Poorten | 2009-11-29 | 2 | -2/+2 |
* | Add nomouse option to not record the mouse cursor. | Michael Niedermayer | 2009-11-27 | 1 | -1/+3 |
* | Remove unused stuff. | Michael Niedermayer | 2009-11-27 | 1 | -29/+0 |
* | Real cursor support in x11grab. | Roxis | 2009-11-27 | 1 | -87/+29 |
* | Do not invent error codes but pass the error code on. | Michael Niedermayer | 2009-11-27 | 1 | -2/+2 |
* | Replace very odd and completely broken oss read_packet() by the obvious way to | Michael Niedermayer | 2009-11-27 | 1 | -24/+5 |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 2 | -0/+21 |
* | Split avdevice.c off from alldevices.c. | Diego Biurrun | 2009-11-18 | 3 | -7/+25 |
* | Add missing #includes for avutil.h, required for the AV_VERSION* macros. | Diego Biurrun | 2009-11-16 | 1 | -0/+2 |
* | cosmetics: Break overly long lines. | Diego Biurrun | 2009-10-18 | 1 | -2/+4 |
* | Fix compilation of beosaudio.cpp, not tested if it actually works though. | Reimar Döffinger | 2009-09-30 | 1 | -3/+5 |
* | Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org. | Diego Biurrun | 2009-09-22 | 1 | -1/+1 |
* | Add missing strings.h include needed for strcasecmp. | Reimar Döffinger | 2009-09-19 | 1 | -0/+1 |
* | Do not do free AVStream in case of error, this is not supposed to be | Vitor Sessak | 2009-09-12 | 1 | -1/+0 |
* | Indent. | Ramiro Polla | 2009-09-04 | 1 | -9/+9 |
* | Use if(0){} instead of #if 0 to prevent debug code to rot. | Ramiro Polla | 2009-09-04 | 1 | -2/+2 |
* | Skip headers requiring external libs not present in checkheaders | Måns Rullgård | 2009-08-23 | 1 | -0/+2 |
* | vfwcap: Move vfw_read_close to avoid forward declaration. | Diego Biurrun | 2009-08-02 | 1 | -18/+16 |
* | vfwcap: Indent. | Ramiro Polla | 2009-07-30 | 1 | -9/+8 |
* | vfwcap: Support compressed streams. | Ramiro Polla | 2009-07-30 | 1 | -0/+15 |
* | vfwcap: Reorder some code to simplify next patch. | Ramiro Polla | 2009-07-30 | 1 | -6/+5 |
* | vfwcap: Return PIX_FMT_NONE instead of -1 on error. | Ramiro Polla | 2009-07-30 | 1 | -2/+2 |
* | vfwcap: Update error message: | Ramiro Polla | 2009-07-30 | 1 | -2/+2 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 4 | -5/+5 |
* | x11grab: remove unnecessary #includes and senseless #define | Måns Rullgård | 2009-07-21 | 1 | -6/+0 |
* | Make the configure script select the input/output devices using | Stefano Sabatini | 2009-06-29 | 3 | -32/+32 |
* | Change codec_id type to enum CodecID, fix warning. | Daniel Verkamp | 2009-05-06 | 1 | -1/+1 |
* | Cosmetics: Split long line. | Carl Eugen Hoyos | 2009-04-14 | 1 | -1/+2 |
* | Fix two icc warnings #188: enumerated type mixed with another type. | Carl Eugen Hoyos | 2009-04-14 | 2 | -4/+4 |
* | Fix icc warning #188: enumerated type mixed with another type. | Carl Eugen Hoyos | 2009-04-14 | 1 | -1/+1 |
* | Fix icc warning #188: enumerated type mixed with another type. | Carl Eugen Hoyos | 2009-04-14 | 1 | -1/+1 |
* | Implement JACK input device. | Olivier Guilyardi | 2009-04-02 | 4 | -1/+329 |
* | Fix AVFMT_FLAG_NONBLOCK in alsa | Luca Abeni | 2009-03-07 | 1 | -1/+1 |
* | Cast a __u64 variable to uint64_t so that it can be printed without warnings | Luca Abeni | 2009-02-15 | 1 | -1/+1 |
* | Remove file name from file headers. | Diego Biurrun | 2009-02-09 | 1 | -1/+1 |
* | Add necessary #includes to pass 'make checkheaders'. | Diego Biurrun | 2009-02-02 | 1 | -0/+4 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 5 | -5/+5 |
* | If AVPacket->data == NULL, the packet does not contain any buffer to | Luca Abeni | 2009-01-30 | 1 | -0/+4 |
* | Add ALSA support in libavdevice. | Nicolas George | 2009-01-26 | 6 | -0/+556 |
* | Rename audio.c to oss_audio.c in libavdevice. | Benoit Fouet | 2009-01-21 | 2 | -2/+2 |
* | Use avf context in av_log, instead of NULL. | Benoit Fouet | 2009-01-20 | 1 | -5/+5 |
* | Pass avf context to audio_open(). | Benoit Fouet | 2009-01-20 | 1 | -3/+4 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 6 | -7/+7 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 2 | -9/+9 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 4 | -13/+13 |
* | Remove the frame rate from struct video_data, and allow using a variable | Luca Abeni | 2009-01-07 | 1 | -13/+3 |
* | Use avcodec_check_dimensions() for checking the frame size validity. | Stefano Sabatini | 2008-12-28 | 2 | -9/+4 |
* | Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones. | Stefano Sabatini | 2008-12-27 | 1 | -1/+1 |
* | Add missing check on the return value of the VIDIOCSWIN ioctl. | Stefano Sabatini | 2008-12-27 | 1 | -1/+4 |