| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -12/+12 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -6/+6 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -2/+2 |
* | Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. | Diego Biurrun | 2011-09-24 | 1 | -9/+8 |
* | lavf,lavd: remove all usage of AVFormatParameters from demuxers. | Anton Khirnov | 2011-08-15 | 1 | -11/+0 |
* | vfwcap: prefer "framerate_q" over "fps" in vfw_read_header() | Stefano Sabatini | 2011-06-23 | 1 | -4/+4 |
* | lavf,lavc: free avoptions in a generic way. | Anton Khirnov | 2011-06-05 | 1 | -3/+0 |
* | Replace custom DEBUG preprocessor trickery by the standard one. | Diego Biurrun | 2011-06-03 | 1 | -3/+1 |
* | vfwcap: add a framerate private option. | Anton Khirnov | 2011-06-02 | 1 | -6/+10 |
* | vfwcap: add video_size private option. | Anton Khirnov | 2011-05-27 | 1 | -8/+38 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | vfwcap: add option to print list of supported drivers | Ramiro Polla | 2010-10-23 | 1 | -0/+16 |
* | vfwcap: flip RGB rawvideo. | Ramiro Polla | 2010-04-29 | 1 | -1/+7 |
* | Replace all remaining occurrences of AVERROR_NOMEM with | Stefano Sabatini | 2010-04-03 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | vfwcap: Free remaining packets on vfw_read_close(). | Ramiro Polla | 2010-03-17 | 1 | -0/+9 |
* | Do not store a copy of AVFormatContext *s in vfw_ctx. | Ramiro Polla | 2010-03-17 | 1 | -10/+9 |
* | Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark | Stefano Sabatini | 2010-03-13 | 1 | -3/+3 |
* | vfwcap: Add support for UYVY pixel format. | Ramiro Polla | 2010-03-10 | 1 | -0/+2 |
* | vfwcap: support MJPG compressed streams. | Nash Tsai | 2010-02-23 | 1 | -0/+3 |
* | vfwcap: Include windows.h before vfw.h since the latter requires defines | kemuri | 2010-01-23 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | mingw: update w32api to 3.13 | Ramiro Polla | 2008-12-07 | 1 | -12/+0 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 1 | -1/+1 |
* | sync to latest mingw api, remove unneeded struct definitions | Baptiste Coudurier | 2008-09-26 | 1 | -36/+0 |
* | set bits_per_coded_sample according to new lavc api | Baptiste Coudurier | 2008-09-09 | 1 | -1/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | typo | Ramiro Polla | 2008-04-14 | 1 | -1/+1 |
* | Add #if 0 code to test for yet unsupported compressions | Ramiro Polla | 2008-04-14 | 1 | -0/+12 |
* | Support biCompression I420 | Ramiro Polla | 2008-04-14 | 1 | -0/+2 |
* | Cosmetics: remove {}s over one-lined ifs. | Ramiro Polla | 2008-04-14 | 1 | -8/+4 |
* | Simplify more errors by using goto | Ramiro Polla | 2008-04-14 | 1 | -4/+5 |
* | Simplify returning errors by using goto | Ramiro Polla | 2008-04-14 | 1 | -18/+13 |
* | Correctly handle case where buffer is 100% full | Ramiro Polla | 2008-03-08 | 1 | -1/+1 |
* | VFW capture support | Ramiro Polla | 2008-03-08 | 1 | -0/+460 |