89 Commits (ed4e1e58332d3162881fea063615b6700b38bbb9)

Author SHA1 Message Date
Reimar Döffinger fe9d2edbdb DV: use data_offset to fix seeking in badly cut files where the first 14 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Tomas Härdin d40a999a1c Fix seeking in DV when filesize is unknown. 15 years ago
Reimar Döffinger c76911bd65 Split parts of dvdata.h into dvdata.c, this ensures that things like 15 years ago
Reimar Döffinger f6765f3f04 Extend DV autodetection to also reliably detect single-frame DVs with 15 years ago
Reimar Döffinger 6377de611a Try harder to avoid false positives for DV probe. 15 years ago
Brian Brice 8a4ea200e1 fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bbrice at gmail dot com 15 years ago
Baptiste Coudurier 7060667580 fix probing and demuxing of pond.dv, issue #887 15 years ago
Baptiste Coudurier d509c743b7 check if frame size matches old sys and assumes corrupted input, fixes #1192 15 years ago
Baptiste Coudurier e34a5996b9 dv probe 16 years ago
Reimar Döffinger 67d44b84c1 Support playback of incorrectly cut DV files where the headers do not 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Roman Shaposhnik 6d8b21f3e8 additional recovery for the badly broken streams 16 years ago
Diego Biurrun f94036f159 prettyprinting cosmetics 16 years ago
Diego Biurrun 75f2c20983 spelling cosmetics 16 years ago
Michael Niedermayer 51f4155fef Make gcc 2.95 happy. 16 years ago
Roman Shaposhnik 4e92dabf60 replacing frame_rate and frame_rate_base with an AVRational time_base 16 years ago
Roman Shaposhnik a53621fca8 simplifying code as per Michael's suggestion 16 years ago
Roman Shaposhnik c9b0b38f45 simplifying the code as per Michael's suggestion 16 years ago
Diego Biurrun 910f02a054 spelling cosmetics 16 years ago
Roman Shaposhnik f8007a1473 Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as 16 years ago
Roman Shaposhnik 34fab90f18 Two cosmetic changes for improved readability and ease of HDVCPRO HD integration 16 years ago
Aurelien Jacobs 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 16 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
Maksym Veremeyenko 05ce0f11e4 * clarifying the AVInputFormat::read_seek return value 17 years ago
Roman Shaposhnik 6eb2de748d * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Panagiotis Issaris d4fc91b449 Split the DV demuxer and muxer into separate files (as suggested by Diego 18 years ago
Roman Shaposhnik 3c8f30a745 * Restructuring the division of labor between DV codec and DV format 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Stefan Huehner a97c1e93aa Add (mostly) const to variable and parameter declaration, where a char* was 19 years ago
Roman Shaposhnik c4e7baa85c * fixing DV-in-AVI type1 packet production bug 19 years ago
Daniel Maas 0b297700b7 DVCPRO50 support. 19 years ago
Diego Biurrun 064cf25155 typo 19 years ago
Diego Biurrun 8228bff5c6 Put muxer-specific code parts in #ifdef CONFIG_MUXERS. 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
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