45 Commits (50827fcf44f34521df4708cdb633809b56fb9df3)

Author SHA1 Message Date
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Diego Biurrun d156a7b7f1 typo: viedo --> video 19 years ago
Michael Niedermayer 4325ffd0a2 lowres support 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
Aurelien Jacobs a965c478b2 drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Michael Niedermayer eb1bde3e10 fix nonsense timestamp mess 20 years ago
Roman Shaposhnik 664f583665 * static allocation for audio packets. This will make it a little bit 20 years ago
Michael Niedermayer 8bcb147f54 generic cur_dts update 20 years ago
Michael Niedermayer 83582de4c1 flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>) 20 years ago
Roman Shaposhnik 5088363247 * experimental dynamic audio stream allocation for DV demuxer. This 20 years ago
Roman Shaposhnik 96319c3922 * let DV muxer generate audioless DV streams. This might not be 100% 20 years ago
Roman Shaposhnik 457c649ac4 * fixing a regression introduced by the last seek-support patch 20 years ago
Michael Niedermayer aace1f9b86 gcc 2.95 compile fix by (Jan Knutar <jknutar at nic dot fi>) 20 years ago
Roman Shaposhnik f520cf1ba9 * a couple of silly defaults to make everybody happy. 20 years ago
Roman Shaposhnik c4e554701e * misc. fixes and hacks to improve timing detection in raw DV 20 years ago
Nathan Kurz 0bf4e2b8a3 * seek in raw DV patch by Nathan Kurz (nate at verse dot com) 20 years ago
Roman Shaposhnik 0c9fc6e187 * replacing calls to not-always-available gmtime_r with our own code. 20 years ago
Roman Shaposhnik d8665b1274 * fixing a bug in DV timestamp generation. Now libavtest doesn't 20 years ago
Roman Shaposhnik 3ea1ce2146 * fixing a small quirk with DV audio muxing 20 years ago
Mike Melanson 0bd586c50d sweeping change from -EIO -> AVERROR_IO 21 years ago
Michael Niedermayer e928649b0b pass AVPacket into av_write_frame() 21 years ago
Michael Niedermayer 9ee91c2f53 move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
Roman Shaposhnik 12cccabd0f * IEC DV seems to accept SMPTE way of tagging 16:9 too. 21 years ago
Roman Shaposhnik 4568325a18 * making it possible to specify recording date and time in a stream 21 years ago
Michael Niedermayer 5e9b83f5d7 antitime 21 years ago
Roman Shaposhnik 490c735d1b * turns out raw DV files can have .dif extension 21 years ago
Roman Shaposhnik 8066e59fa4 * enabling seek in raw DV files 21 years ago
Ronald S. Bultje c3775e542f fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) 21 years ago
Michel Bardiaux bc874daea8 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Roman Shaposhnik ec26a167ee * turns out write_packet is supposed to return 0 on success, not 21 years ago
Roman Shaposhnik ddaae6a9d1 * DV demuxer is now capable of decoding auxilary audio stream. So, 21 years ago
Michael Niedermayer 5ff85f1d8b AVRational 21 years ago
Roman Shaposhnik a686caf03d * fixing bug that prevented resampling the picture and 21 years ago
Roman Shaposhnik 4fa1c4fa8d * preAlpha DV encoding support -- there's still a truckload 21 years ago
Roman Shaposhnik 7458ccbb02 * DV handling was streamlined for both muxing/demuxing and 21 years ago
Fabrice Bellard 490579042a 64 bit pts for writing - more const usage 21 years ago
Roman Shaposhnik 118e91f3d8 * Phase 1 for DV encoding support. Muxing/demuxing of DV streams is now 21 years ago
Roman Shaposhnik e738cee9c4 Complete support for OpenDML AVIs and AVIs > 2Gb. 22 years ago
Roman Shaposhnik 3e2937bef3 dv file format support patch by (Roman Shaposhnick <rvs at sun dot com>) 22 years ago
Michael Niedermayer 6aafe463e5 support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>) 22 years ago
Fabrice Bellard ec82011340 DV packet copy fix by Roman Shaposhnick 22 years ago
Fabrice Bellard 425ed6e223 DV audio decoder by Roman Shaposhnick 22 years ago
Fabrice Bellard 2a6874fd24 removed warnings 22 years ago
Fabrice Bellard abac617591 renamed libav to libavformat 22 years ago
Zdenek Kabelac c18a2692d2 * cleanup statics & const 22 years ago
Fabrice Bellard 92391c6c89 use C99 syntax for field init 22 years ago
Fabrice Bellard f20dca4020 added raw DV demux (audio is currently not handled) 22 years ago