summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-1/+1
* Allows playback of truncated matroska files.Aurelien Jacobs2006-11-121-4/+2
* cosmetic: fix indentation after previous commitAurelien Jacobs2006-11-121-3/+3
* Fix avidec.c compilation when dv demuxer is disabled.Aurelien Jacobs2006-11-121-3/+5
* change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libn...Oded Shimon2006-11-121-1/+1
* more verbose r_frame_rate definitionMichael Niedermayer2006-11-121-0/+3
* fix checksum check (was my bug not libnut)Michael Niedermayer2006-11-121-20/+11
* fix timestamp rounding in syncpointsMichael Niedermayer2006-11-121-2/+103
* register nut muxer if libnut is usedOded Shimon2006-11-121-1/+3
* Add libnut support until ffmpeg gets an independant and complete de/muxer for...Oded Shimon2006-11-122-2/+316
* make some symbols staticMåns Rullgård2006-11-112-2/+2
* simplifyMichael Niedermayer2006-11-111-4/+2
* dont do startcode search from last syncpoint if there are no errorsMichael Niedermayer2006-11-111-1/+3
* nut simple seeking first tryMichael Niedermayer2006-11-112-5/+55
* updating nut demuxer to latest specMichael Niedermayer2006-11-114-3/+788
* Fix wrong comment.Steve L'Homme2006-11-111-1/+1
* Add A_AAC codec identifier support in matroska.Steve L'Homme2006-11-111-2/+2
* libnut uses "MP3 " for mp3Michael Niedermayer2006-11-111-0/+1
* report error when local tag has 0 sizeBaptiste Coudurier2006-11-101-1/+3
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier2006-11-095-8/+10
* support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.movBaptiste Coudurier2006-11-091-0/+3
* rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOKMåns Rullgård2006-11-081-1/+1
* fix missdetection of mpeg-ps (ps2_interdite.mpg)Michael Niedermayer2006-11-081-1/+1
* add support for AAC in matroskaAurelien Jacobs2006-11-081-3/+55
* add audio output sampling freqency reading in matroskaAurelien Jacobs2006-11-081-0/+13
* * fixing a memory leak in DV format.Brian Brice2006-11-081-8/+2
* Better way to detect cluster (fix files encoded with Haali's muxer).Aurelien Jacobs2006-11-081-5/+3
* 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
OpenPOWER on IntegriCloud