Ramiro Polla
|
cc58300e30
implement new grabbing interface, as described here:
|
18 лет назад |
Baptiste Coudurier
|
4abc097146
remove void * used in arithmetic warnings
|
18 лет назад |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 лет назад |
Måns Rullgård
|
ff70e60176
allow individual selection of muxers and demuxers
|
18 лет назад |
Måns Rullgård
|
d2a067d1d9
give AVInput/OutputFormat structs consistent names
|
18 лет назад |
Diego Biurrun
|
6c953a6af3
Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate.
|
19 лет назад |
Steve L'Homme
|
267f7edcd1
(f)printf --> av_log conversion
|
19 лет назад |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 лет назад |
Diego Biurrun
|
bb270c0896
COSMETICS: tabs --> spaces, some prettyprinting
|
19 лет назад |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 лет назад |
Mike Melanson
|
0bd586c50d
sweeping change from -EIO -> AVERROR_IO
|
21 лет назад |
Roman Shaposhnik
|
8066e59fa4
* enabling seek in raw DV files
|
21 лет назад |
Michel Bardiaux
|
bc874daea8
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
|
21 лет назад |
Roman Shaposhnik
|
ddaae6a9d1
* DV demuxer is now capable of decoding auxilary audio stream. So,
|
21 лет назад |
Roman Shaposhnik
|
7458ccbb02
* DV handling was streamlined for both muxing/demuxing and
|
21 лет назад |
Roman Shaposhnik
|
1fbe1a61b1
patch for DV capturing by Dan Dennedy <dan at dennedy dot org>
|
21 лет назад |
Alex Beregszaszi
|
e3ee328330
tv standard selection support for dv1394 and grab (v4l)
|
22 лет назад |
Alex Beregszaszi
|
cad6f6cdee
1000l
|
22 лет назад |
Roman Shaposhnik
|
e738cee9c4
Complete support for OpenDML AVIs and AVIs > 2Gb.
|
22 лет назад |
Michael Niedermayer
|
14bea432f1
per context frame_rate_base, this should finally fix frame_rate related av sync issues
|
22 лет назад |
Zdenek Kabelac
|
0c1a9edad4
* UINTX -> uintx_t INTX -> intx_t
|
22 лет назад |
Fabrice Bellard
|
6fa5a56c1b
zero copy packet handling for DV1394 by Max Krasnyansky
|
22 лет назад |
Fabrice Bellard
|
1501987b46
Audio support for DV1394 by Max Krasnyansky
|
22 лет назад |
Fabrice Bellard
|
a5df11ab1e
dv1394 channel selection by Max Krasnyansky - modified channel number to be in base 10 by default
|
22 лет назад |
Fabrice Bellard
|
7f172339fd
grab device is in AVFormatParameter (at least better than global variable)
|
22 лет назад |
Max Krasnyansky
|
8aa3ee32c2
dv patch by Max Krasnyansky (maxk at qualcomm dot com)
|
22 лет назад |