summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* OGG: Add padding at end of Vorbis headersSiarhei Siamashka2008-07-15
| | | | | | Patch by Siarhei Siamashka <siarhei.siamashka gmail com> Originally committed as revision 14249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make flic probe check a few more things.Michael Niedermayer2008-07-14
| | | | | | fixes issue399 Originally committed as revision 14235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the codec_id overriding at a slightly better place.Michael Niedermayer2008-07-14
| | | | Originally committed as revision 14234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove common factors from timebase in av_set_pts_info().Michael Niedermayer2008-07-14
| | | | | | Should fix issue313 Originally committed as revision 14232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gifdec.c was removed, purge its entry from the Makefile.Diego Biurrun2008-07-14
| | | | Originally committed as revision 14228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTP: use dprintf(), allow compilation with -DDEBUGMåns Rullgård2008-07-13
| | | | Originally committed as revision 14211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASF: use dprintf(), allow compilation with -DDEBUGMåns Rullgård2008-07-13
| | | | Originally committed as revision 14210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove gif demuxer, the code contains a gif decoder and lzw decoder neitherMichael Niedermayer2008-07-13
| | | | | | | belongs in a demuxer, furthermore the code might be exploitable. Fixes issue530 Originally committed as revision 14209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly whichMichael Niedermayer2008-07-12
| | | | | | | video codec is used. Fixes issue49 Departed Trailer.evo (mpeg ps missdetecting h264 as mpeg2video) Originally committed as revision 14196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove old hackish codec probe system.Michael Niedermayer2008-07-12
| | | | Originally committed as revision 14193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use strcmp() instead of strncmp() in set_codec_from_probe_data().Michael Niedermayer2008-07-12
| | | | Originally committed as revision 14190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-07-12
| | | | Originally committed as revision 14189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only try to probe the codec when the available data has roughly doubledMichael Niedermayer2008-07-12
| | | | | | relative to the last attempt. Originally committed as revision 14188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add mpegvideo and H.264 to the codec probe.Michael Niedermayer2008-07-12
| | | | Originally committed as revision 14187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264_probe()Michael Niedermayer2008-07-12
| | | | Originally committed as revision 14186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-07-12
| | | | Originally committed as revision 14185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New codec probing system try #1.Michael Niedermayer2008-07-12
| | | | Originally committed as revision 14184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* command_streams are type data not unknown.Michael Niedermayer2008-07-12
| | | | Originally committed as revision 14183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move add_to_pktbuf() before av_read_packet(). My future work on codec ↵Michael Niedermayer2008-07-12
| | | | | | | | identification cleanup will need this. Originally committed as revision 14181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move set_codec_from_probe_data() up to where the other probe functions are.Michael Niedermayer2008-07-12
| | | | Originally committed as revision 14180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass AVPacketList instead of the whole context to add_to_pktbuf as that isMichael Niedermayer2008-07-12
| | | | | | all that is needed. Originally committed as revision 14179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-07-11
| | | | Originally committed as revision 14168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr.Michael Niedermayer2008-07-11
| | | | Originally committed as revision 14167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move one function that is only used for muxing below #ifdef CONFIG_MUXERS.Diego Biurrun2008-07-11
| | | | Originally committed as revision 14164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move a function and an #ifdef CONFIG_MUXERS so that functions used only forDiego Biurrun2008-07-11
| | | | | | muxing get disabled when compiling with --disable-muxers. Originally committed as revision 14163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER,Diego Biurrun2008-07-11
| | | | | | fixes some warnings when compiling with muxers disabled. Originally committed as revision 14162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add entry for Dirac codec.Anuradha Suraparaju2008-07-10
| | | | | | Patch by Anuradha Suraparaju anuradha rd bbc co uk Originally committed as revision 14151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix MPEG video packetization for RTPLuca Abeni2008-07-10
| | | | Originally committed as revision 14149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Motion Pixels MVI Demuxer.Gregory Montoir2008-07-10
| | | | | | Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net> Originally committed as revision 14147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-07-08
| | | | Originally committed as revision 14133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000l for myself, my last change was incomplete.Michael Niedermayer2008-07-08
| | | | | | This one also reverts the libav mpeg ts regression test score change. Originally committed as revision 14132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One-bit bitfields should probably be unsigned. Unfortunately, it is leftErik Hovland2008-07-08
| | | | | | | | | up to the compiler on how one bit fields are treated. gcc treats one-bit bitfields as signed and allows for the -funsigned-field parameter. Other compilers (like Sun C) treat one-bit bitfields as unsigned no matter what. Patch by Erik Hovland erik hovland org Originally committed as revision 14131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set cur_dts to 0 only during creating new streams and not every time cur_dts ↵Michael Niedermayer2008-07-08
| | | | | | | | happens to be AV_NOPTS_VALUE. Originally committed as revision 14118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts CMV demuxerPeter Ross2008-07-08
| | | | Originally committed as revision 14111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove AVPaletteControl from ALG MM demuxer/decoderPeter Ross2008-07-08
| | | | Originally committed as revision 14109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove outdated commentLuca Abeni2008-07-08
| | | | Originally committed as revision 14107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print libavformat version in outgoing SDPs.Stefano Sabatini2008-07-08
| | | | Originally committed as revision 14106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, fix nuv_header for the case when there is no video stream.Reimar Döffinger2008-07-07
| | | | Originally committed as revision 14101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alphabetically order AVInputFormat/AVOutputFormat declarations.Diego Biurrun2008-07-07
| | | | Originally committed as revision 14100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note to remind people to add new raw formats to the Makefile.Diego Biurrun2008-07-07
| | | | Originally committed as revision 14099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing dependency declaration for raw Dirac demuxer.Diego Biurrun2008-07-07
| | | | Originally committed as revision 14098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmetics in PCM codec long namesDiego Biurrun2008-07-07
| | | | Originally committed as revision 14097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some missing dependenciesAurelien Jacobs2008-07-06
| | | | Originally committed as revision 14095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove inaccurate computation of pts for audio packets and rely onGregory Montoir2008-07-06
| | | | | | | libavformat to generate them. patch by Gregory Montoir, cyx users sourceforge net Originally committed as revision 14085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not ↵Michael Niedermayer2008-07-04
| | | | | | exploitable) Originally committed as revision 14070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreasMichael Niedermayer2008-07-04
| | | | | | and found by reimar) fix is from reimar + cosmetics by me. Originally committed as revision 14069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmeticsDiego Biurrun2008-07-04
| | | | Originally committed as revision 14064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r14059, see "[PATCH] allow empty params forRonald S. Bultje2008-07-03
| | | | | | av_open_input_stream()". Originally committed as revision 14060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allowRonald S. Bultje2008-07-03
| | | | | | empty params for av_open_input_stream()". Originally committed as revision 14059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitLuca Abeni2008-07-02
| | | | Originally committed as revision 14046 to svn://svn.ffmpeg.org/ffmpeg/trunk