summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* IMC decoderKostya Shishkov2006-10-30
* dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer2006-10-30
* switch to common base64 routines in lavfRyan Martell2006-10-29
* fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell2006-10-29
* add support for all framerates specified by the standardJoakim Plate2006-10-28
* Fix A/V (de)sync with discontinuous NSV streams,Joakim Plate2006-10-28
* Make it possible to reuse UDP socket (optional, disabled by default)Thijs2006-10-28
* move up (in the file) AAC audio handling moved from belowRyan Martell2006-10-28
* Add base64 encoding and decoding routinesGuillaume Poirier2006-10-28
* make ffmpeg able to send back a RTCP receiver report.Thijs2006-10-27
* indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %Ryan Martell2006-10-27
* fflags can/will be used for muxing tooBaptiste Coudurier2006-10-27
* Last fix of licence headerGuillaume Poirier2006-10-27
* move licence header fixesGuillaume Poirier2006-10-26
* Fix licence header (aka <pedantic mode='on' /> )Guillaume Poirier2006-10-26
* Add support for H264 over RTPRyan Martell2006-10-26
* remove mov_read_leaf and remove useless reading function table, mov_read_defa...Baptiste Coudurier2006-10-25
* fix mp3 in swf decodingAurelien Jacobs2006-10-25
* 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