1522 Commits (7ad8d3bf0c02ecb34d257451fe84be9d60d06472)

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