Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Wed, 14 Feb 2007 17:01:32 +0000 |
gpoirier |
implement new grabbing interface, as described here:
libavformat
|
Fri, 26 Jan 2007 12:32:23 +0000 |
bcoudurier |
remove void * used in arithmetic warnings
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Mon, 10 Jul 2006 21:14:37 +0000 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
Sun, 09 Jul 2006 23:40:53 +0000 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|
Wed, 08 Mar 2006 21:51:39 +0000 |
diego |
Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate.
libavformat
|
Wed, 08 Mar 2006 11:43:10 +0000 |
diego |
(f)printf --> av_log conversion
libavformat
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Sat, 19 Jun 2004 03:59:34 +0000 |
melanson |
sweeping change from -EIO -> AVERROR_IO
libavformat
|
Tue, 23 Mar 2004 05:35:10 +0000 |
romansh |
* enabling seek in raw DV files
libavformat
|
Wed, 03 Mar 2004 15:41:21 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavformat
|
Fri, 31 Oct 2003 22:26:26 +0000 |
romansh |
* DV demuxer is now capable of decoding auxilary audio stream. So,
libavformat
|
Mon, 29 Sep 2003 17:54:07 +0000 |
romansh |
* DV handling was streamlined for both muxing/demuxing and
libavformat
|
Wed, 06 Aug 2003 05:40:38 +0000 |
romansh |
patch for DV capturing by Dan Dennedy <dan at dennedy dot org>
libavformat
|
Wed, 25 Jun 2003 10:21:45 +0000 |
al3x |
tv standard selection support for dv1394 and grab (v4l)
libavformat
|
Fri, 20 Jun 2003 15:51:24 +0000 |
al3x |
1000l
libavformat
|
Wed, 23 Apr 2003 02:04:40 +0000 |
romansh |
Complete support for OpenDML AVIs and AVIs > 2Gb.
libavformat
|
Wed, 12 Mar 2003 15:16:19 +0000 |
michaelni |
per context frame_rate_base, this should finally fix frame_rate related av sync issues
libavformat
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavformat
|
Mon, 03 Feb 2003 22:58:29 +0000 |
bellard |
zero copy packet handling for DV1394 by Max Krasnyansky
libavformat
|
Mon, 27 Jan 2003 22:59:42 +0000 |
bellard |
Audio support for DV1394 by Max Krasnyansky
libavformat
|
Thu, 23 Jan 2003 18:44:26 +0000 |
bellard |
dv1394 channel selection by Max Krasnyansky - modified channel number to be in base 10 by default
libavformat
|
Thu, 23 Jan 2003 10:33:16 +0000 |
bellard |
grab device is in AVFormatParameter (at least better than global variable)
libavformat
|
Wed, 22 Jan 2003 22:40:52 +0000 |
bellard |
dv patch by Max Krasnyansky (maxk at qualcomm dot com)
libavformat
|