aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* make ffmpeg able to send back a RTCP receiver report.Thijs2006-10-274-8/+83
* indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %Ryan Martell2006-10-272-14/+14
* fflags can/will be used for muxing tooBaptiste Coudurier2006-10-271-1/+1
* Last fix of licence headerGuillaume Poirier2006-10-271-1/+1
* move licence header fixesGuillaume Poirier2006-10-261-1/+3
* Fix licence header (aka <pedantic mode='on' /> )Guillaume Poirier2006-10-261-2/+2
* Add support for H264 over RTPRyan Martell2006-10-266-49/+164
* remove mov_read_leaf and remove useless reading function table, mov_read_defa...Baptiste Coudurier2006-10-251-52/+1
* fix mp3 in swf decodingAurelien Jacobs2006-10-251-1/+3
* 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