Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-10-23vfwcap: add option to print list of supported driversRamiro Polla
2010-04-29vfwcap: flip RGB rawvideo.Ramiro Polla
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-17vfwcap: Free remaining packets on vfw_read_close().Ramiro Polla
2010-03-17Do not store a copy of AVFormatContext *s in vfw_ctx.Ramiro Polla
2010-03-13Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini
2010-03-10vfwcap: Add support for UYVY pixel format.Ramiro Polla
2010-02-23vfwcap: support MJPG compressed streams.Nash Tsai
2010-01-23vfwcap: Include windows.h before vfw.h since the latter requires defineskemuri
2009-09-04Indent.Ramiro Polla
2009-09-04Use if(0){} instead of #if 0 to prevent debug code to rot.Ramiro Polla
2009-08-02vfwcap: Move vfw_read_close to avoid forward declaration.Diego Biurrun
2009-07-30vfwcap: Indent.Ramiro Polla
2009-07-30vfwcap: Support compressed streams.Ramiro Polla
2009-07-30vfwcap: Reorder some code to simplify next patch.Ramiro Polla
2009-07-30vfwcap: Return PIX_FMT_NONE instead of -1 on error.Ramiro Polla
2009-07-30vfwcap: Update error message:Ramiro Polla
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-07mingw: update w32api to 3.13Ramiro Polla
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-09-26sync to latest mingw api, remove unneeded struct definitionsBaptiste Coudurier
2008-09-09set bits_per_coded_sample according to new lavc apiBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-14typoRamiro Polla
2008-04-14Add #if 0 code to test for yet unsupported compressionsRamiro Polla
2008-04-14Support biCompression I420Ramiro Polla
2008-04-14Cosmetics: remove {}s over one-lined ifs.Ramiro Polla
2008-04-14Simplify more errors by using gotoRamiro Polla
2008-04-14Simplify returning errors by using gotoRamiro Polla
2008-03-09Correctly handle case where buffer is 100% fullRamiro Polla
2008-03-09VFW capture supportRamiro Polla