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
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-24Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun
2011-09-06vfwcap: actually use framerate optionRamiro Polla
2011-09-02Do not free BITMAPINFOHEADER before we are done using it.Reimar Döffinger
2011-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-23vfwcap: prefer "framerate_q" over "fps" in vfw_read_header()Stefano Sabatini
2011-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-05lavf,lavc: free avoptions in a generic way.Anton Khirnov
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-06-02vfwcap: add a framerate private option.Anton Khirnov
2011-05-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-27lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini
2011-05-27vfwcap: add video_size private option.Anton Khirnov
2011-05-21DirectShow capture supportRamiro Polla
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix 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