summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* add valid statistics for the RTCP receiver report.Ryan Martell2006-11-03
* kill AVImageFormatBaptiste Coudurier2006-11-02
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-01
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-01
* clean, always write major brand for debugBaptiste Coudurier2006-11-01
* remove useless mp4 fieldBaptiste Coudurier2006-11-01
* simplifyBaptiste Coudurier2006-11-01
* mov vfr muxingBaptiste Coudurier2006-11-01
* cosmetics: Restore alphabetical order.Diego Biurrun2006-10-31
* remove gcc warning about void * used in arithmeticBaptiste Coudurier2006-10-30
* 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