| Commit message (Expand) | Author | Age | Files | Lines |
* | lavd/vfwcap: Pass pointers to int instead of long to av_parse_video_size(). | Carl Eugen Hoyos | 2018-04-18 | 1 | -1/+4 |
* | avdevice: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -2/+2 |
* | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' | Clément Bœsch | 2017-03-31 | 1 | -2/+1 |
|\ |
|
| * | Use avpriv_report_missing_feature() where appropriate | Diego Biurrun | 2016-11-08 | 1 | -2/+1 |
* | | Merge commit '5afb94c817abffad030c6b94d7003dca8aace3d5' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\| |
|
| * | Mark read-only tables as static | Diego Biurrun | 2016-05-05 | 1 | -1/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -17/+18 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -17/+18 |
* | | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
|\| |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -1/+1 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '4f373a5111f900af54301907132942f95276285c' | Michael Niedermayer | 2015-04-11 | 1 | -0/+3 |
|\| |
|
| * | vfwcap: Unbreak building after c201069fa | Martin Storsjö | 2015-04-11 | 1 | -3/+6 |
* | | avdevice/vfwcap: revert header reordering from c201069fac9a76e6604f9d84d76a17... | Michael Niedermayer | 2015-04-10 | 1 | -3/+3 |
* | | avdevice/vfwcap: put the headers back in the order in which they need to be | Michael Niedermayer | 2015-04-09 | 1 | -1/+1 |
* | | Merge commit 'c201069fac9a76e6604f9d84d76a172434d62200' | Michael Niedermayer | 2015-04-09 | 1 | -3/+7 |
|\| |
|
| * | avdevice: Add missing header for NULL_IF_CONFIG_SMALL | Diego Biurrun | 2015-04-09 | 1 | -4/+7 |
* | | Merge commit 'ab56fabe6294524e99815451ad01e4ff50c6d734' | Michael Niedermayer | 2014-08-26 | 1 | -0/+5 |
|\| |
|
| * | vfwcap: Add fallback define for HWND_MESSAGE | Diego Biurrun | 2014-08-25 | 1 | -0/+5 |
* | | Merge commit '8bc52dbd9dffb1b2fa4a6aeed2d298d036b619b2' | Michael Niedermayer | 2014-08-19 | 1 | -6/+0 |
|\| |
|
| * | vfwcap: Drop fallback VfW defines | Diego Biurrun | 2014-08-19 | 1 | -8/+0 |
* | | Merge commit 'a6a27fede94efe48aad1dcc9d5e000d2de71c7b2' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | vfwcap: Replace deprecated av_destruct_packet() by av_free_packet() | Diego Biurrun | 2014-08-15 | 1 | -1/+1 |
* | | lavd: add categories to device implementations | Lukasz Marek | 2014-03-03 | 1 | -0/+1 |
* | | avdevice/vfwcap: make constant arrays static | Michael Niedermayer | 2013-08-03 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -12/+12 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -12/+12 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -6/+6 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -6/+6 |
* | | Replace various inlined inverse AVRational with av_inv_q(). | Clément Bœsch | 2012-08-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -1/+1 |
|\| |
|
| * | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -1/+2 |
|\| |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -1/+1 |
|\| |
|
| * | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -2/+2 |
|\| |
|
| * | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-24 | 1 | -9/+8 |
|\| |
|
| * | Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. | Diego Biurrun | 2011-09-24 | 1 | -9/+8 |
* | | vfwcap: actually use framerate option | Ramiro Polla | 2011-09-06 | 1 | -0/+5 |
* | | Do not free BITMAPINFOHEADER before we are done using it. | Reimar Döffinger | 2011-09-01 | 1 | -17/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-15 | 1 | -11/+0 |
|\| |
|
| * | lavf,lavd: remove all usage of AVFormatParameters from demuxers. | Anton Khirnov | 2011-08-15 | 1 | -11/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-24 | 1 | -4/+4 |
|\| |
|
| * | vfwcap: prefer "framerate_q" over "fps" in vfw_read_header() | Stefano Sabatini | 2011-06-23 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-06 | 1 | -3/+0 |
|\| |
|
| * | lavf,lavc: free avoptions in a generic way. | Anton Khirnov | 2011-06-05 | 1 | -3/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -9/+11 |
|\| |
|