summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Register .tga and .tiff image extensionsKostya Shishkov2006-10-23
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* fix flvdec.c file description commentAurelien Jacobs2006-10-23
* document the extradata protocol for VP6FAurelien Jacobs2006-10-23
* don't use ast before checking it's not NULLAurelien Jacobs2006-10-22
* use the adjustment value present in FLV to crop VP6 videoAurelien Jacobs2006-10-22
* activate gif decoder, seems to work fine on showdown2.movBaptiste Coudurier2006-10-22
* add gif supportBaptiste Coudurier2006-10-22
* disable annoying debug messagesBaptiste Coudurier2006-10-22
* Make read_packet fail is the v4l2 driver returns an unexpected frame sizeLuca Abeni2006-10-22
* avoid crashing when trying to parse invalid files, patch by Andreas Oman, and...Andreas Öman2006-10-21
* fix probe, patch by Andreas Oman, andreas at olebyn dot nuAndreas Öman2006-10-21
* warn about zlib support needed if file has compressed moov atomBaptiste Coudurier2006-10-20
* move memory reading ByteIOContext init from mov.c to avobuf.cMichael Niedermayer2006-10-20
* dont mess with ByteIOContext internal variables (fixes showdown2.mov)Michael Niedermayer2006-10-19
* use AVFormatContext to logBaptiste Coudurier2006-10-18
* Fix license header error notice by Steve LHomme.Diego Biurrun2006-10-18
* simplify pcm read seek, use av_get_bits_per_sampleBaptiste Coudurier2006-10-18
* avoid overwriting pktBaptiste Coudurier2006-10-17
* 10l inverted condition check generated an endless loopAurelien Jacobs2006-10-17
* skip packet if no stream index is found, fix proxy_pal030926.mxfBaptiste Coudurier2006-10-17
* skip run in sequence, fix C0023S01.mxfBaptiste Coudurier2006-10-17
* * Simplifying the setting of STYPE for AAUX ASRoman Shaposhnik2006-10-16
* Replace FLAC FourCC by TwoCC.Diego Biurrun2006-10-16
* Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun2006-10-15
* Remove unused variable.Diego Biurrun2006-10-15
* Consistently use $(BUILD_ROOT).Diego Biurrun2006-10-15
* Ignore blocks with no samples and flags (but usually with MD5 sum)Kostya Shishkov2006-10-15
* Use proper PRI?64 macros for %ll? format to fix printf format warnings:Dominik Mierzejewski2006-10-14
* Move block size check to decoderKostya Shishkov2006-10-14
* 10l CODEC vs. FORMATMichael Niedermayer2006-10-13
* flv files from myspace with mp3 audio require need_parsing because theRoberto Togni2006-10-13
* TIFF decoderKostya Shishkov2006-10-13
* Add a note about illegal codec IDs.Diego Biurrun2006-10-13
* Add codec ID for Shorten audio.Diego Biurrun2006-10-13
* support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %c...Baptiste Coudurier2006-10-12
* new mtv demuxerReynaldo H. Verdejo Pinochet2006-10-12
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* support for Delphine Software .cin files demuxing / audio and video decoding,...Baptiste Coudurier2006-10-11
* fix bit rateBaptiste Coudurier2006-10-11
* use av_get_bits_per_sampleBaptiste Coudurier2006-10-11
* use av_get_bits_per_sample, compute block align if not setBaptiste Coudurier2006-10-11
* simplify by not writing unneeded codec name to fix segfault when stream copyBaptiste Coudurier2006-10-11
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
* Targa image decoderKostya Shishkov2006-10-11
* unused #defineMichael Niedermayer2006-10-10
* remove dummy amr_read_close()Michael Niedermayer2006-10-10
* more factoriztaion and a FIXME noteMichael Niedermayer2006-10-10
* factorze another 2 linesMichael Niedermayer2006-10-10
* set duration and timebase (based on a patch by Simon Morlat simon.morlat linp...Michael Niedermayer2006-10-10