summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* matroskadec: prepend TargetType to metadata key nameAurelien Jacobs2009-06-13
| | | | Originally committed as revision 19184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allocate a bit more memory for MPC SV8 seek table, so bitreader won't readKostya Shishkov2009-06-13
| | | | | | beyond allocated block. Originally committed as revision 19181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Analysis of logs show that there are in fact some files with m1v1 too (not ↵Jason Garrett-Glaser2009-06-13
| | | | | | | | just m2v2), which is documented to be MPEG-1 video. Adding fourcc to isom.c. Originally committed as revision 19180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts demuxer: support Madcow video tagPeter Ross2009-06-13
| | | | Originally committed as revision 19179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead ofDavid Conrad2009-06-13
| | | | | | | | adding entries to codec_movaudio_tags. This ensures ADPCM_IMA_WAV uses the standard ms prefix when muxing to mov rather than TS. Originally committed as revision 19177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a ↵Jason Garrett-Glaser2009-06-13
| | | | | | | | problematic MOV file. The audio is actually adpcm_ima_wav. Originally committed as revision 19176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not include libavcodec/internal.h in the ADTS muxer.Alex Converse2009-06-12
| | | | Originally committed as revision 19173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.Jason Garrett-Glaser2009-06-12
| | | | | | Fixes a few AVI files from what is probably a mobile phone video camera. Originally committed as revision 19172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Associate the 0x6c75 TwoCC used in certain Kodak camerasJai Menon2009-06-12
| | | | | | | to the PCM Mu-law decoder. Fixes Issue 1178. Originally committed as revision 19166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-12
| | | | | | patch by Jimmy Christensen, jimmy ghost dk Originally committed as revision 19163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4David Conrad2009-06-12
| | | | Originally committed as revision 19162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files.Jason Garrett-Glaser2009-06-12
| | | | Originally committed as revision 19161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file.Jason Garrett-Glaser2009-06-12
| | | | Originally committed as revision 19159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Prettyprint one more line to have columns line up.Diego Biurrun2009-06-11
| | | | Originally committed as revision 19158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat to K&R and prettyprint newly created files.Diego Biurrun2009-06-11
| | | | Originally committed as revision 19156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.Patrick Dehne2009-06-11
| | | | | | patch by Patrick Dehne, patrick mysonicweb com Originally committed as revision 19155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove time_rate, we cannot compute exactly when fragments areBaptiste Coudurier2009-06-11
| | | | | | | used and we cannot determine if fragments are present or not in streamed mode. Originally committed as revision 19148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* if b frames are parsed, set codec->has_b_framesBaptiste Coudurier2009-06-11
| | | | Originally committed as revision 19147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support seeking as defined by the rfcLuca Barbato2009-06-10
| | | | | | | | | | | a PLAY with Range alone while in PLAY status should be interpreted as an enqueue a PAUSE followed by a PLAY with Range is the proper way to ask to seek to a point. See rfc2326 Originally committed as revision 19143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure buffer end remains constant within the loopLuca Barbato2009-06-10
| | | | | | otherwise ff_find_start_code could read over the buffer size Originally committed as revision 19142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:Ronald S. Bultje2009-06-09
| | | | | | make get/parse_packet static" thread from 2 months ago. Originally committed as revision 19140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add additional dependencies for sdp and rtsp demuxers.Jai Menon2009-06-09
| | | | | | This fixes compilation when the rtsp muxer is disabled. Originally committed as revision 19137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics : Use dprintf instead of printf.Peter Holik2009-06-06
| | | | | | Patch by Peter Holik < $firstname @ $lastname . at > Originally committed as revision 19126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics : Fix indentation after last commit.Jai Menon2009-06-06
| | | | Originally committed as revision 19125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce http_get_line and modify http_connect to use http_get_line.Peter Holik2009-06-06
| | | | | | Patch by Peter Holik <$firstname @ $lastname . at> Originally committed as revision 19124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-06
| | | | | | | | improve plain text doxy readability. See the thread: "[RFC] Should we use doxygen markup?". Originally committed as revision 19122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that the extradata buffer is padded appripriately in the ogg demuxer.David Conrad2009-06-05
| | | | | | Spotted by valgrind. Originally committed as revision 19119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move function for reading whole specified amount of data from RTSPKostya Shishkov2009-06-04
| | | | | | demuxer into more common place. Originally committed as revision 19087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the .adts file extension to the ADTS muxer.Alex Converse2009-06-03
| | | | Originally committed as revision 19085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* broken stsd length might be < 16, fix elst-assert.mp4Baptiste Coudurier2009-06-03
| | | | Originally committed as revision 19084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change find_tag return type to int64_t, fix a bugBaptiste Coudurier2009-06-03
| | | | | | | where size is negative and url_fseek then seek backward causing infinite loop. This also support 4gb unsigned size. Originally committed as revision 19083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not parse full header for private streamsBaptiste Coudurier2009-06-02
| | | | Originally committed as revision 19075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly handle maximum streams limitBaptiste Coudurier2009-06-02
| | | | Originally committed as revision 19074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export data from private streamsBaptiste Coudurier2009-06-02
| | | | Originally committed as revision 19073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initialize pes state to skipBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot ↵Larbi Joubala2009-05-31
| | | | | | joubala at resonate-mp4 dot com Originally committed as revision 19023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print reg desc in a more friendly wayBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give context to dprintfBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print registration descriptor in debugBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split audio chunks in mov demuxerBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0x7a is E-AC3 descriptorBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation with DEBUG definedBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dts codec probingBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set codec_tag to stream type, so user can deal with itBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set codec_tag to registration descriptor if presentBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add streams even if they are not present in PMT, fix #1092 and #835Baptiste Coudurier2009-05-31
| | | | Originally committed as revision 19011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no longer needed fake dvbsub stream typeBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no longer needed initBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19007 to svn://svn.ffmpeg.org/ffmpeg/trunk