Michael Niedermayer
|
d5ee74e57d
Merge commit 'ab56fabe6294524e99815451ad01e4ff50c6d734'
|
10 years ago |
Diego Biurrun
|
ab56fabe62
vfwcap: Add fallback define for HWND_MESSAGE
|
10 years ago |
Michael Niedermayer
|
c18a3b3e8e
Merge commit '8bc52dbd9dffb1b2fa4a6aeed2d298d036b619b2'
|
10 years ago |
Diego Biurrun
|
8bc52dbd9d
vfwcap: Drop fallback VfW defines
|
10 years ago |
Michael Niedermayer
|
3eba0a9190
Merge commit 'a6a27fede94efe48aad1dcc9d5e000d2de71c7b2'
|
10 years ago |
Diego Biurrun
|
a6a27fede9
vfwcap: Replace deprecated av_destruct_packet() by av_free_packet()
|
10 years ago |
Lukasz Marek
|
f607767d93
lavd: add categories to device implementations
|
10 years ago |
Michael Niedermayer
|
c0ef5d6c16
avdevice/vfwcap: make constant arrays static
|
11 years ago |
Michael Niedermayer
|
ac627b3d38
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
|
12 years ago |
Anton Khirnov
|
716d413c13
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
Michael Niedermayer
|
7a72695c05
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
|
12 years ago |
Anton Khirnov
|
36ef5369ee
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
Clément Bœsch
|
16dc5f2050
Replace various inlined inverse AVRational with av_inv_q().
|
12 years ago |
Michael Niedermayer
|
e37f161e66
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Anton Khirnov
|
6e9651d106
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
|
13 years ago |
Michael Niedermayer
|
9d76cf0b18
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
c3f9ebf743
lavf: make av_set_pts_info private.
|
13 years ago |
Michael Niedermayer
|
d0492578c8
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
3b3bbdd3e6
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
|
13 years ago |
Michael Niedermayer
|
f884ef00de
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
145f741e11
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
|
13 years ago |
Michael Niedermayer
|
eae3cf06a5
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
30b4ee7901
Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.
|
13 years ago |
Ramiro Polla
|
0a333001a2
vfwcap: actually use framerate option
|
13 years ago |
Reimar Döffinger
|
177aec1257
Do not free BITMAPINFOHEADER before we are done using it.
|
13 years ago |
Michael Niedermayer
|
1a34478b71
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
c14fe6bc99
lavf,lavd: remove all usage of AVFormatParameters from demuxers.
|
13 years ago |
Michael Niedermayer
|
686959e87e
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Stefano Sabatini
|
a4bda40544
vfwcap: prefer "framerate_q" over "fps" in vfw_read_header()
|
13 years ago |
Michael Niedermayer
|
f9569249c2
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
367732832f
lavf,lavc: free avoptions in a generic way.
|
13 years ago |
Michael Niedermayer
|
99eb31e263
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
f190f676bc
Replace custom DEBUG preprocessor trickery by the standard one.
|
13 years ago |
Anton Khirnov
|
4078ed2631
vfwcap: add a framerate private option.
|
13 years ago |
Michael Niedermayer
|
8381ab1437
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Stefano Sabatini
|
6b899e16de
lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h
|
13 years ago |
Anton Khirnov
|
3e15ea2150
vfwcap: add video_size private option.
|
13 years ago |
Ramiro Polla
|
95eb2e3a38
DirectShow capture support
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Diego Elio Pettenò
|
66355be3c3
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 years ago |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 years ago |
Ramiro Polla
|
1973e1018e
vfwcap: add option to print list of supported drivers
|
14 years ago |
Ramiro Polla
|
faa2989e0f
vfwcap: flip RGB rawvideo.
|
14 years ago |
Stefano Sabatini
|
2874c81cc8
Replace all remaining occurrences of AVERROR_NOMEM with
|
14 years ago |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
14 years ago |
Ramiro Polla
|
ad8eede7b1
vfwcap: Free remaining packets on vfw_read_close().
|
14 years ago |
Ramiro Polla
|
ce03ed4df1
Do not store a copy of AVFormatContext *s in vfw_ctx.
|
14 years ago |
Stefano Sabatini
|
5ae092ee34
Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark
|
14 years ago |
Ramiro Polla
|
e24080f00e
vfwcap: Add support for UYVY pixel format.
|
14 years ago |
Nash Tsai
|
d7a4961e53
vfwcap: support MJPG compressed streams.
|
14 years ago |