summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* index less seeking in O(log n) timeMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut API, rename nut.h->libnut.hOded Shimon2006-11-14
| | | | Originally committed as revision 7051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for inet_aton in configureMåns Rullgård2006-11-14
| | | | Originally committed as revision 7049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2006-11-14
| | | | Originally committed as revision 7048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ↵Michael Niedermayer2006-11-14
| | | | | | and AVIndex Originally committed as revision 7035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* partial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4Baptiste Coudurier2006-11-14
| | | | Originally committed as revision 7032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove wrong/misleading comment.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPENMåns Rullgård2006-11-13
| | | | Originally committed as revision 7018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify VMD demuxer (but it still does not work right)Kostya Shishkov2006-11-13
| | | | Originally committed as revision 7001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
| | | | Originally committed as revision 6992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allows playback of truncated matroska files.Aurelien Jacobs2006-11-12
| | | | Originally committed as revision 6989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: fix indentation after previous commitAurelien Jacobs2006-11-12
| | | | Originally committed as revision 6987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix avidec.c compilation when dv demuxer is disabled.Aurelien Jacobs2006-11-12
| | | | Originally committed as revision 6986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for ↵Oded Shimon2006-11-12
| | | | | | libnut de/muxer.. Originally committed as revision 6985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more verbose r_frame_rate definitionMichael Niedermayer2006-11-12
| | | | Originally committed as revision 6982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix checksum check (was my bug not libnut)Michael Niedermayer2006-11-12
| | | | Originally committed as revision 6980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix timestamp rounding in syncpointsMichael Niedermayer2006-11-12
| | | | | | index reading (unfinished and disabled) Originally committed as revision 6979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* register nut muxer if libnut is usedOded Shimon2006-11-12
| | | | Originally committed as revision 6978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libnut support until ffmpeg gets an independant and complete de/muxer ↵Oded Shimon2006-11-12
| | | | | | for NUT Originally committed as revision 6977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some symbols staticMåns Rullgård2006-11-11
| | | | Originally committed as revision 6973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-11-11
| | | | Originally committed as revision 6971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont do startcode search from last syncpoint if there are no errorsMichael Niedermayer2006-11-11
| | | | Originally committed as revision 6969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut simple seeking first tryMichael Niedermayer2006-11-11
| | | | Originally committed as revision 6968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updating nut demuxer to latest specMichael Niedermayer2006-11-11
| | | | | | | | | | | | no muxing yet no index yet no seeking yet libnuts crcs dont match mine (didnt investigate yet) samplerate is stored wrong by libnut (demuxer has a workaround) code is not clean or beautifull yet, but i thought its better to commit early before someone unneccesarily wastes his time duplicating the work demuxer split from muxer Originally committed as revision 6966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong comment.Steve L'Homme2006-11-11
| | | | | | | | | Patch by Steve Lhomme % slhomme A divxcorp P com % Original thread: Date: Fri, 10 Nov 2006 15:29:50 +0100 Subject: [Ffmpeg-devel] [PATCH] fix a comment Originally committed as revision 6965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add A_AAC codec identifier support in matroska.Steve L'Homme2006-11-11
| | | | | | | | | Patch by Steve Lhomme % slhomme A divxcorp P com % Original thread: Date: Fri, 10 Nov 2006 15:22:33 +0100 Subject: [Ffmpeg-devel] [PATCH] Handle "A_AAC" in matroska codec IDs Originally committed as revision 6964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libnut uses "MP3 " for mp3Michael Niedermayer2006-11-11
| | | | Originally committed as revision 6963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* report error when local tag has 0 sizeBaptiste Coudurier2006-11-10
| | | | Originally committed as revision 6962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to ↵Baptiste Coudurier2006-11-09
| | | | | | CODEC_ID_AAC where used Originally committed as revision 6954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.movBaptiste Coudurier2006-11-09
| | | | Originally committed as revision 6951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOKMåns Rullgård2006-11-08
| | | | Originally committed as revision 6949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix missdetection of mpeg-ps (ps2_interdite.mpg)Michael Niedermayer2006-11-08
| | | | Originally committed as revision 6948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for AAC in matroskaAurelien Jacobs2006-11-08
| | | | Originally committed as revision 6947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add audio output sampling freqency reading in matroskaAurelien Jacobs2006-11-08
| | | | Originally committed as revision 6946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a memory leak in DV format.Brian Brice2006-11-08
| | | | | | Patch by Brian Brice bbrice at newtek dot com Originally committed as revision 6945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better way to detect cluster (fix files encoded with Haali's muxer).Aurelien Jacobs2006-11-08
| | | | Originally committed as revision 6943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove illegal FourCC values.Diego Biurrun2006-11-08
| | | | Originally committed as revision 6941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)Thijs Vermeir2006-11-08
| | | | | | | tabs removed by me VOL vs. VOP check fixed by me Originally committed as revision 6940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* utf8 title support for psp (untested)Michael Niedermayer2006-11-08
| | | | Originally committed as revision 6939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
| | | | | | | out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for rtp/h264 streamingRyan Martell2006-11-07
| | | | | | | | | Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Nov 6, 2006 8:56 PM Subject: [Ffmpeg-devel] [PATCH] H.264 via RTP Originally committed as revision 6936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow reading matroska title.Aurelien Jacobs2006-11-07
| | | | Originally committed as revision 6927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent after last commitAurelien Jacobs2006-11-06
| | | | Originally committed as revision 6926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't need to check for NULL before av_free().Aurelien Jacobs2006-11-06
| | | | | | And don't need to memset(0) the no more used priv_data. Originally committed as revision 6925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for block duration.Steve L'Homme2006-11-06
| | | | | | | | | Patch by Steve Lhomme % slhomme A divxcorp P com % Original thread: Date: Mon, 06 Nov 2006 19:22:14 +0100 Subject: [Ffmpeg-devel] [PATCH] Matroska block duration support Originally committed as revision 6924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one).Steve L'Homme2006-11-06
| | | | | | | | | Patch by Steve Lhomme % slhomme A divxcorp P com % Original thread: Date: Mon, 06 Nov 2006 21:20:14 +0100 Subject: [Ffmpeg-devel] [PATCH] Matroska known/unknown codec Originally committed as revision 6923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* guess matroska files frame rateSteve L'Homme2006-11-06
| | | | | | | | | Patch by Steve Lhomme % slhomme A divxcorp P com % Original thread: Date: Mon, 06 Nov 2006 21:28:52 +0100 Subject: [Ffmpeg-devel] [PATCH] Matroska FPS info Originally committed as revision 6922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for getting duration of a RTP stream (for seeking in stream)Ryan Martell2006-11-06
| | | | | | | | | Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Nov 6, 2006 6:39 PM Subject: [Ffmpeg-devel] [PATCH] RTP/Get Duration of file (for seeking in stream) Originally committed as revision 6921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove floats in 10 bytes/byte support (no version of matroska used it)Steve L'Homme2006-11-06
| | | | | | | | | Patch by Steve Lhomme % slhomme A divxcorp P com % Original thread: Date: Nov 6, 2006 7:24 PM Subject: [Ffmpeg-devel] [PATCH] no 10 bytes floats Originally committed as revision 6919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WavPack support in MatroskaKostya Shishkov2006-11-06
| | | | Originally committed as revision 6909 to svn://svn.ffmpeg.org/ffmpeg/trunk