summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Remove illegal FourCC values.Diego Biurrun2006-11-081-4/+0
* mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)Thijs Vermeir2006-11-081-1/+31
* utf8 title support for psp (untested)Michael Niedermayer2006-11-081-15/+30
* allow spaces in source and build directory namesMåns Rullgård2006-11-081-1/+1
* add support for rtp/h264 streamingRyan Martell2006-11-074-10/+447
* Allow reading matroska title.Aurelien Jacobs2006-11-071-0/+11
* cosmetics: reindent after last commitAurelien Jacobs2006-11-061-8/+8
* Don't need to check for NULL before av_free().Aurelien Jacobs2006-11-061-10/+0
* Add support for block duration.Steve L'Homme2006-11-061-6/+13
* Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one).Steve L'Homme2006-11-061-1/+1
* guess matroska files frame rateSteve L'Homme2006-11-061-0/+4
* Add support for getting duration of a RTP stream (for seeking in stream)Ryan Martell2006-11-061-21/+34
* remove floats in 10 bytes/byte support (no version of matroska used it)Steve L'Homme2006-11-061-4/+0
* WavPack support in MatroskaKostya Shishkov2006-11-061-0/+1
* Do not set audio codec_tag to 1, that would be PCM audio.Diego Biurrun2006-11-051-1/+1
* now we set codec_tag, still have to figure out how to handle flippingReynaldo H. Verdejo Pinochet2006-11-031-0/+1
* do not overwrite codec type if already known, fix conflict between 'raw ' fou...Baptiste Coudurier2006-11-031-2/+3
* indentionBaptiste Coudurier2006-11-031-15/+15
* reintroduce isom field and read version 1 audio stsd only if file is not isom...Baptiste Coudurier2006-11-031-1/+8
* add valid statistics for the RTCP receiver report.Ryan Martell2006-11-032-9/+162
* kill AVImageFormatBaptiste Coudurier2006-11-027-259/+2
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-0113-57/+57
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-011-1/+1
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-015-15/+15
* clean, always write major brand for debugBaptiste Coudurier2006-11-011-19/+1
* remove useless mp4 fieldBaptiste Coudurier2006-11-011-19/+1
* simplifyBaptiste Coudurier2006-11-011-10/+5
* mov vfr muxingBaptiste Coudurier2006-11-011-10/+50
* cosmetics: Restore alphabetical order.Diego Biurrun2006-10-311-1/+1
* remove gcc warning about void * used in arithmeticBaptiste Coudurier2006-10-301-1/+1
* IMC decoderKostya Shishkov2006-10-301-0/+1
* dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer2006-10-301-2/+2
* switch to common base64 routines in lavfRyan Martell2006-10-291-36/+2
* fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell2006-10-293-31/+82
* add support for all framerates specified by the standardJoakim Plate2006-10-281-13/+20
* Fix A/V (de)sync with discontinuous NSV streams,Joakim Plate2006-10-281-16/+16
* Make it possible to reuse UDP socket (optional, disabled by default)Thijs2006-10-281-0/+8
* move up (in the file) AAC audio handling moved from belowRyan Martell2006-10-282-22/+28
* Add base64 encoding and decoding routinesGuillaume Poirier2006-10-282-0/+255
* 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
OpenPOWER on IntegriCloud