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