]> git.sesse.net Git - ffmpeg/history - libavformat/grab.c
revert simplification (broke 192 bit keys)
[ffmpeg] / libavformat / grab.c
2006-12-28 Mike Frysingerfall back mmap() call using MAP_PRIVATE for working...
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-15 Michael BenjaminAdd support for 8-bit grayscale to V4L grabber
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-28 Luca AbeniProperly set the image depth
2006-05-04 Flavio Pimentel... Fix v4l grabbing with some webcams, and simplify the...
2006-03-13 Luca AbeniTell the user why video capture is failing
2006-03-11 Michael Niedermayersimplify AVFormatParameters NULL checks
2006-02-01 Luca Abenivideo4linux2 input support
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-05 Diego BiurrunUnify include paths, -I.. is in CFLAGS.
2005-10-12 Alex Beregszaszilame bit_rate calculation
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-04-30 Michael Niedermayerswitch to native time bases
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-04-27 Luca Abenifix rounding errors with NTSC patch by (Luca Abeni...
2004-04-25 Michael Niedermayerring buffer fix by (Luca Abeni <lucabe72 at email dot...
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-09-09 Michael Niedermayerkernel header bug workaround by (Ronald Bultje <rbultje...
2003-06-25 Alex Beregszaszitv standard selection support for dv1394 and grab ...
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-23 Fabrice Bellardgrab device is in AVFormatParameter (at least better...
2003-01-22 Max Krasnyanskydv patch by Max Krasnyansky (maxk at qualcomm dot com)
2002-11-25 Fabrice Bellardrenamed libav to libavformat