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