summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Add A_AAC codec identifier support in matroska.Steve L'Homme2006-11-11
* libnut uses "MP3 " for mp3Michael Niedermayer2006-11-11
* report error when local tag has 0 sizeBaptiste Coudurier2006-11-10
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier2006-11-09
* support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.movBaptiste Coudurier2006-11-09
* rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOKMåns Rullgård2006-11-08
* fix missdetection of mpeg-ps (ps2_interdite.mpg)Michael Niedermayer2006-11-08
* add support for AAC in matroskaAurelien Jacobs2006-11-08
* add audio output sampling freqency reading in matroskaAurelien Jacobs2006-11-08
* * fixing a memory leak in DV format.Brian Brice2006-11-08
* Better way to detect cluster (fix files encoded with Haali's muxer).Aurelien Jacobs2006-11-08
* Remove illegal FourCC values.Diego Biurrun2006-11-08
* mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)Thijs Vermeir2006-11-08
* utf8 title support for psp (untested)Michael Niedermayer2006-11-08
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
* add support for rtp/h264 streamingRyan Martell2006-11-07
* Allow reading matroska title.Aurelien Jacobs2006-11-07
* cosmetics: reindent after last commitAurelien Jacobs2006-11-06
* Don't need to check for NULL before av_free().Aurelien Jacobs2006-11-06
* Add support for block duration.Steve L'Homme2006-11-06
* Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one).Steve L'Homme2006-11-06
* guess matroska files frame rateSteve L'Homme2006-11-06
* Add support for getting duration of a RTP stream (for seeking in stream)Ryan Martell2006-11-06
* remove floats in 10 bytes/byte support (no version of matroska used it)Steve L'Homme2006-11-06
* WavPack support in MatroskaKostya Shishkov2006-11-06
* Do not set audio codec_tag to 1, that would be PCM audio.Diego Biurrun2006-11-05
* now we set codec_tag, still have to figure out how to handle flippingReynaldo H. Verdejo Pinochet2006-11-03
* do not overwrite codec type if already known, fix conflict between 'raw ' fou...Baptiste Coudurier2006-11-03
* indentionBaptiste Coudurier2006-11-03
* reintroduce isom field and read version 1 audio stsd only if file is not isom...Baptiste Coudurier2006-11-03
* 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