1416 Commits (836096aa7a2acb1bba591519b822351955c03a41)

Author SHA1 Message Date
Kostya Shishkov 79f7c32ffb Register .tga and .tiff image extensions 19 years ago
Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 19 years ago
Aurelien Jacobs ec996a6303 fix flvdec.c file description comment 19 years ago
Aurelien Jacobs 246f86a4d6 document the extradata protocol for VP6F 19 years ago
Aurelien Jacobs fa73604f61 don't use ast before checking it's not NULL 19 years ago
Aurelien Jacobs 9e2424ce60 use the adjustment value present in FLV to crop VP6 video 19 years ago
Baptiste Coudurier 20da94e8c5 activate gif decoder, seems to work fine on showdown2.mov 19 years ago
Baptiste Coudurier 6f9e492acf add gif support 19 years ago
Baptiste Coudurier 14f283d849 disable annoying debug messages 19 years ago
Luca Abeni 7c7e7464e3 Make read_packet fail is the v4l2 driver returns an unexpected frame size 19 years ago
Andreas Öman 71bd023da5 avoid crashing when trying to parse invalid files, patch by Andreas Oman, andreas at olebyn dot nu 19 years ago
Andreas Öman 487240b026 fix probe, patch by Andreas Oman, andreas at olebyn dot nu 19 years ago
Baptiste Coudurier d966b2f0db warn about zlib support needed if file has compressed moov atom 19 years ago
Michael Niedermayer 942f3bb528 move memory reading ByteIOContext init from mov.c to avobuf.c 19 years ago
Michael Niedermayer 143bf7d7c3 dont mess with ByteIOContext internal variables (fixes showdown2.mov) 19 years ago
Baptiste Coudurier 99fd05cbdd use AVFormatContext to log 19 years ago
Diego Biurrun 3d1eed611b Fix license header error notice by Steve LHomme. 19 years ago
Baptiste Coudurier 708e3e7d2d simplify pcm read seek, use av_get_bits_per_sample 19 years ago
Baptiste Coudurier 5b9d79bd77 avoid overwriting pkt 19 years ago
Aurelien Jacobs 595da759de 10l inverted condition check generated an endless loop 19 years ago
Baptiste Coudurier 4d6ac1a47b skip packet if no stream index is found, fix proxy_pal030926.mxf 19 years ago
Baptiste Coudurier ee71ef5cf4 skip run in sequence, fix C0023S01.mxf 19 years ago
Roman Shaposhnik d1bc38f34a * Simplifying the setting of STYPE for AAUX AS 19 years ago
Diego Biurrun 39051d5d6e Replace FLAC FourCC by TwoCC. 19 years ago
Diego Biurrun 14f29f795d Revert putting EXTRALIBS in common.mak, linking fails on MinGW. 19 years ago
Diego Biurrun 827f056124 Remove unused variable. 19 years ago
Diego Biurrun 07a1b05e66 Consistently use $(BUILD_ROOT). 19 years ago
Kostya Shishkov a8789714ba Ignore blocks with no samples and flags (but usually with MD5 sum) 19 years ago
Dominik Mierzejewski ccd3228e54 Use proper PRI?64 macros for %ll? format to fix printf format warnings: 19 years ago
Kostya Shishkov 4ec0beaa59 Move block size check to decoder 19 years ago
Michael Niedermayer 03bb9ae58c 10l CODEC vs. FORMAT 19 years ago
Roberto Togni 12b6992b6f flv files from myspace with mp3 audio require need_parsing because the 19 years ago
Kostya Shishkov a991b1fecb TIFF decoder 19 years ago
Diego Biurrun 6ae177aa3b Add a note about illegal codec IDs. 19 years ago
Diego Biurrun 7e547cb4c3 Add codec ID for Shorten audio. 19 years ago
Baptiste Coudurier 29f86228a0 support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% 19 years ago
Reynaldo H. Verdejo Pinochet 28146a8c7a new mtv demuxer 19 years ago
Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 19 years ago
Baptiste Coudurier 72450e50a5 support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net% 19 years ago
Baptiste Coudurier 777f46493d fix bit rate 19 years ago
Baptiste Coudurier d50756cdf9 use av_get_bits_per_sample 19 years ago
Baptiste Coudurier e27d92773e use av_get_bits_per_sample, compute block align if not set 19 years ago
Baptiste Coudurier 8d41fe285b simplify by not writing unneeded codec name to fix segfault when stream copy 19 years ago
Diego Biurrun dadb850a50 Move CFLAGS handling to common.mak. 19 years ago
Kostya Shishkov 3689cf1649 Targa image decoder 19 years ago
Michael Niedermayer d95442c03e unused #define 19 years ago
Michael Niedermayer ab2c12ec90 remove dummy amr_read_close() 19 years ago
Michael Niedermayer b49638928b more factoriztaion and a FIXME note 19 years ago
Michael Niedermayer d84fd5d153 factorze another 2 lines 19 years ago
Michael Niedermayer ce2f3c8b0c set duration and timebase (based on a patch by Simon Morlat simon.morlat linphone org) 19 years ago