summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell2006-10-29
| | | | | | | | | | | | streaming patch. (Minor additions to give more information to the dynamic protocol handlers, and a slight rearrangement of code.) Patch by Ryan Martell %rdm4 A martellventures P com% Original thread: Date: Oct 29, 2006 2:30 AM Subject: Re: [Ffmpeg-devel] RTP patches & RFC Originally committed as revision 6831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for all framerates specified by the standardJoakim Plate2006-10-28
| | | | | | | | | Patch by Joakim elupus A ecce P se Original thread: Date: Oct 28, 2006 7:56 PM Subject: [Ffmpeg-devel] [PATCH] Support for all official framerates in nsv demuxer Originally committed as revision 6828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix A/V (de)sync with discontinuous NSV streams,Joakim Plate2006-10-28
| | | | | | | | | | | Patch by Joakim elupus A ecce P se Original thread: Subject: [Ffmpeg-devel] [PATCH]: A/V sync on nsv streams. Date: October 27, 2006 3:18:54 AM CEDT Actual committed patch: Date: October 28, 2006 3:23:28 AM CEDT Originally committed as revision 6826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make it possible to reuse UDP socket (optional, disabled by default)Thijs2006-10-28
| | | | | | | | | Patch by Thijs % thijsvermeir A telenet P be % Original thread: Subject: Re: [Ffmpeg-devel] [PATCH proposal] Reuse UDP socket v2 Date: October 28, 2006 11:09:00 AM CEDT Originally committed as revision 6825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move up (in the file) AAC audio handling moved from belowRyan Martell2006-10-28
| | | | | | | | | | This is because upper section handles packets, and the lower switch handles timestamps Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 27, 2006 11:40 PM Subject: Re: [Ffmpeg-devel] RTP patches & RFC Originally committed as revision 6817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add base64 encoding and decoding routinesGuillaume Poirier2006-10-28
| | | | | | | | | Patch Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 27, 2006 6:49 PM Subject: [Ffmpeg-devel] [PATCH] Base64 code Originally committed as revision 6816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make ffmpeg able to send back a RTCP receiver report.Thijs2006-10-27
| | | | | | | | | Patch by Thijs thijsvermeir A telenet P be Original thread: Date: Oct 27, 2006 12:58 PM Subject: [Ffmpeg-devel] [PATCH proposal] RTCP receiver report Originally committed as revision 6805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %Ryan Martell2006-10-27
| | | | | | | | Original thread: Date: Oct 27, 2006 6:17 AM Subject: Re: [Ffmpeg-devel] RTP patches & RFC Originally committed as revision 6804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fflags can/will be used for muxing tooBaptiste Coudurier2006-10-27
| | | | Originally committed as revision 6802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Last fix of licence headerGuillaume Poirier2006-10-27
| | | | Originally committed as revision 6801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move licence header fixesGuillaume Poirier2006-10-26
| | | | Originally committed as revision 6800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix licence header (aka <pedantic mode='on' /> )Guillaume Poirier2006-10-26
| | | | Originally committed as revision 6799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for H264 over RTPRyan Martell2006-10-26
| | | | | | | | | | | Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 9, 2006 4:55 PM Subject: [Ffmpeg-devel] RTP patches & RFC Actual committed patch: Date: Oct 26, 2006 4:29 PM Originally committed as revision 6798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove mov_read_leaf and remove useless reading function table, ↵Baptiste Coudurier2006-10-25
| | | | | | mov_read_default will skip atom with no parsing function anyway Originally committed as revision 6793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mp3 in swf decodingAurelien Jacobs2006-10-25
| | | | Originally committed as revision 6792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Register .tga and .tiff image extensionsKostya Shishkov2006-10-23
| | | | Originally committed as revision 6775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
| | | | Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix flvdec.c file description commentAurelien Jacobs2006-10-23
| | | | Originally committed as revision 6773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document the extradata protocol for VP6FAurelien Jacobs2006-10-23
| | | | Originally committed as revision 6772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use ast before checking it's not NULLAurelien Jacobs2006-10-22
| | | | Originally committed as revision 6771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the adjustment value present in FLV to crop VP6 videoAurelien Jacobs2006-10-22
| | | | Originally committed as revision 6770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* activate gif decoder, seems to work fine on showdown2.movBaptiste Coudurier2006-10-22
| | | | Originally committed as revision 6767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add gif supportBaptiste Coudurier2006-10-22
| | | | Originally committed as revision 6761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable annoying debug messagesBaptiste Coudurier2006-10-22
| | | | Originally committed as revision 6758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make read_packet fail is the v4l2 driver returns an unexpected frame sizeLuca Abeni2006-10-22
| | | | | | (driver's bug? If not, we will have to support this in some way) Originally committed as revision 6756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid crashing when trying to parse invalid files, patch by Andreas Oman, ↵Andreas Öman2006-10-21
| | | | | | andreas at olebyn dot nu Originally committed as revision 6752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix probe, patch by Andreas Oman, andreas at olebyn dot nuAndreas Öman2006-10-21
| | | | Originally committed as revision 6751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn about zlib support needed if file has compressed moov atomBaptiste Coudurier2006-10-20
| | | | Originally committed as revision 6747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move memory reading ByteIOContext init from mov.c to avobuf.cMichael Niedermayer2006-10-20
| | | | Originally committed as revision 6744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont mess with ByteIOContext internal variables (fixes showdown2.mov)Michael Niedermayer2006-10-19
| | | | Originally committed as revision 6733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFormatContext to logBaptiste Coudurier2006-10-18
| | | | Originally committed as revision 6731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix license header error notice by Steve LHomme.Diego Biurrun2006-10-18
| | | | Originally committed as revision 6730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify pcm read seek, use av_get_bits_per_sampleBaptiste Coudurier2006-10-18
| | | | Originally committed as revision 6728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid overwriting pktBaptiste Coudurier2006-10-17
| | | | Originally committed as revision 6723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l inverted condition check generated an endless loopAurelien Jacobs2006-10-17
| | | | Originally committed as revision 6722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip packet if no stream index is found, fix proxy_pal030926.mxfBaptiste Coudurier2006-10-17
| | | | Originally committed as revision 6721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip run in sequence, fix C0023S01.mxfBaptiste Coudurier2006-10-17
| | | | Originally committed as revision 6720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Simplifying the setting of STYPE for AAUX ASRoman Shaposhnik2006-10-16
| | | | | | * Fixing a bug in how SPEED was encoded for AAUX ASC Originally committed as revision 6716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace FLAC FourCC by TwoCC.Diego Biurrun2006-10-16
| | | | Originally committed as revision 6708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun2006-10-15
| | | | Originally committed as revision 6700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2006-10-15
| | | | Originally committed as revision 6696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently use $(BUILD_ROOT).Diego Biurrun2006-10-15
| | | | Originally committed as revision 6695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore blocks with no samples and flags (but usually with MD5 sum)Kostya Shishkov2006-10-15
| | | | Originally committed as revision 6694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use proper PRI?64 macros for %ll? format to fix printf format warnings:Dominik Mierzejewski2006-10-14
| | | | | | | | | | | | | utils.c:833: warning: format ‘%lld’ expects type ‘long long int’, but argument 5 has type ‘int64_t’ utils.c:833: warning: format ‘%lld’ expects type ‘long long int’, but argument 6 has type ‘int64_t’ utils.c:854: warning: format ‘%lld’ expects type ‘long long int’, but argument 5 has type ‘int64_t’ utils.c:854: warning: format ‘%lld’ expects type ‘long long int’, but argument 6 has type ‘int64_t’ asf.c:872: warning: format ‘%Lx’ expects type ‘long long unsigned int’, but argument 4 has type ‘int64_t’ mov.c:1754: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 5 has type ‘int64_t’ Approved by Michael. Originally committed as revision 6692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move block size check to decoderKostya Shishkov2006-10-14
| | | | Originally committed as revision 6688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l CODEC vs. FORMATMichael Niedermayer2006-10-13
| | | | Originally committed as revision 6687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv files from myspace with mp3 audio require need_parsing because theRoberto Togni2006-10-13
| | | | | | frames are fragmented. Originally committed as revision 6686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TIFF decoderKostya Shishkov2006-10-13
| | | | Originally committed as revision 6682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note about illegal codec IDs.Diego Biurrun2006-10-13
| | | | Originally committed as revision 6681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add codec ID for Shorten audio.Diego Biurrun2006-10-13
| | | | Originally committed as revision 6680 to svn://svn.ffmpeg.org/ffmpeg/trunk