summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* 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
* 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