summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* 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
* Do not set audio codec_tag to 1, that would be PCM audio.Diego Biurrun2006-11-05
| | | | Originally committed as revision 6903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* now we set codec_tag, still have to figure out how to handle flippingReynaldo H. Verdejo Pinochet2006-11-03
| | | | Originally committed as revision 6892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not overwrite codec type if already known, fix conflict between 'raw ' ↵Baptiste Coudurier2006-11-03
| | | | | | fourcc used for audio and video, ae002_wordup.mov Originally committed as revision 6890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2006-11-03
| | | | Originally committed as revision 6886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reintroduce isom field and read version 1 audio stsd only if file is not ↵Baptiste Coudurier2006-11-03
| | | | | | isom, fix testclip_wrong_version_1_audio_stsd.mp4 Originally committed as revision 6885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add valid statistics for the RTCP receiver report.Ryan Martell2006-11-03
| | | | | | | | | | Basically taken verbatim from RFC 1889. Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 31, 2006 12:43 AM Subject: [Ffmpeg-devel] [PATCH] RTCP valid receiver statistics.... Originally committed as revision 6879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill AVImageFormatBaptiste Coudurier2006-11-02
| | | | Originally committed as revision 6875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
| | | | | | patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-01
| | | | Originally committed as revision 6865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-01
| | | | Originally committed as revision 6864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean, always write major brand for debugBaptiste Coudurier2006-11-01
| | | | Originally committed as revision 6862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless mp4 fieldBaptiste Coudurier2006-11-01
| | | | Originally committed as revision 6861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2006-11-01
| | | | Originally committed as revision 6855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov vfr muxingBaptiste Coudurier2006-11-01
| | | | Originally committed as revision 6854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Restore alphabetical order.Diego Biurrun2006-10-31
| | | | Originally committed as revision 6846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove gcc warning about void * used in arithmeticBaptiste Coudurier2006-10-30
| | | | Originally committed as revision 6845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IMC decoderKostya Shishkov2006-10-30
| | | | Originally committed as revision 6839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont set the sampling rate just because 1 mp3 packet header says so (fixes ↵Michael Niedermayer2006-10-30
| | | | | | playback speed on some old mencoder generated avis which where then dumped to mp3) Originally committed as revision 6837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to common base64 routines in lavfRyan Martell2006-10-29
| | | | | | | | | Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 29, 2006 2:45 AM Subject: Re: [Ffmpeg-devel] [PATCH] Base64 code Originally committed as revision 6832 to svn://svn.ffmpeg.org/ffmpeg/trunk