summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* 'code' is used to index a table so make it unsignedAurelien Jacobs2009-01-21
| | | | | | this prevents using negative index and possibly crashing with broken files Originally committed as revision 16714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yet another attempt on fixing synchronization in VMDKostya Shishkov2009-01-21
| | | | Originally committed as revision 16711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Empty audio chunks in VMD are silent, not skippedKostya Shishkov2009-01-21
| | | | Originally committed as revision 16710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent after last commitKostya Shishkov2009-01-21
| | | | Originally committed as revision 16709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov2009-01-21
| | | | | | size. Thus, make demuxer and decoder handle it as a whole. Originally committed as revision 16708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change sample aspect ratio test to be more clear, print old oneBaptiste Coudurier2009-01-20
| | | | Originally committed as revision 16703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another mpeg4 fourccBen Littler2009-01-20
| | | | Originally committed as revision 16702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use avctx->frame_number which might not be set,Baptiste Coudurier2009-01-20
| | | | | | this also fixes a side effect where its value was one too much. Originally committed as revision 16701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct value for starting lineBaptiste Coudurier2009-01-20
| | | | Originally committed as revision 16698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix gxf time code mark out valueBaptiste Coudurier2009-01-20
| | | | Originally committed as revision 16697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable building r3d demuxer when its config is set.Benoit Fouet2009-01-20
| | | | Originally committed as revision 16696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a read past end of buffer crash in the mp3 probeAlex Converse2009-01-20
| | | | Originally committed as revision 16693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* R3D REDCODE demuxerBaptiste Coudurier2009-01-20
| | | | Originally committed as revision 16692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc: correctly handle h264 streams with 3 bytes nal startcodesAurelien Jacobs2009-01-20
| | | | | | | | This implies using ff_avc_parse_nal_units_buf instead of ff_avc_parse_nal_units because with 3 bytes startcodes the parsed packet size will change, and the size must be written before the packet content. Originally committed as revision 16690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use "" instead of <> when #including non-system headers.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix probing of files with ID3v2 tags. Discussed atAlex Converse2009-01-19
| | | | | | http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-January/059302.html Originally committed as revision 16688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Restore mistakenly removed period after "DivX, Inc".Diego Biurrun2009-01-19
| | | | Originally committed as revision 16686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add T263. works on samples/V-codecs/T263/Ben Littler2009-01-19
| | | | Originally committed as revision 16685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs2009-01-18
| | | | | | with the opposed meaning Originally committed as revision 16680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: merge ByteIOContext declarations at upper levelAurelien Jacobs2009-01-18
| | | | Originally committed as revision 16673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: parse the WAVEFORMATEX header and discard it from extradataAurelien Jacobs2009-01-18
| | | | Originally committed as revision 16672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add jp2 formater in image2 muxerBaptiste Coudurier2009-01-18
| | | | Originally committed as revision 16664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg2k is intra only codecBaptiste Coudurier2009-01-18
| | | | Originally committed as revision 16663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* match format in names list separated by commasBaptiste Coudurier2009-01-17
| | | | Originally committed as revision 16659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-17
| | | | | | extended ADPCM decoder by ISS specific IMA variant Originally committed as revision 16658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
| | | | Originally committed as revision 16654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
| | | | Originally committed as revision 16653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentDavid Conrad2009-01-17
| | | | Originally committed as revision 16652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Treat disposition==0 as undefined and don't write the default flagDavid Conrad2009-01-17
| | | | Originally committed as revision 16651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flush the buffer after writing the header and when done with writing the filesDavid Conrad2009-01-17
| | | | | | Fixes writing small (~4kb) files. Originally committed as revision 16650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add LM20 mimic in avi fourccBen Littler2009-01-16
| | | | Originally committed as revision 16645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WavPack hybrid mode supportKostya Shishkov2009-01-16
| | | | Originally committed as revision 16643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge declaration and initialization of io_buffer_sizeReimar Döffinger2009-01-16
| | | | Originally committed as revision 16639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make io_buffer_size unsigned to avoid a warning about comparingReimar Döffinger2009-01-16
| | | | | | signed and unsigned values. Originally committed as revision 16638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return AVERROR(ENOMEM) instead of -1 when malloc fails in ↵Reimar Döffinger2009-01-16
| | | | | | url_open_dyn_buf_internal Originally committed as revision 16636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_WB32 instead of reimplementing it.Reimar Döffinger2009-01-16
| | | | Originally committed as revision 16635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal.Reimar Döffinger2009-01-16
| | | | Originally committed as revision 16634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM)Reimar Döffinger2009-01-16
| | | | Originally committed as revision 16633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make unsigned int a variable that does not need to be explicitely 32 bits.Marc Mason2009-01-16
| | | | | | | Fixes a warning. Patch by: Marc Mason mpeg (your_ad_here) blue (chez) free fr Originally committed as revision 16632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support h264 extradata with 0x000001 startcodeBaptiste Coudurier2009-01-16
| | | | Originally committed as revision 16627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ff_avc_parse_nal_units_buf because output size might differ from input sizeBaptiste Coudurier2009-01-16
| | | | Originally committed as revision 16626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, fix prototypeBaptiste Coudurier2009-01-16
| | | | Originally committed as revision 16625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export ff_avc_parse_nal_units_bufBaptiste Coudurier2009-01-16
| | | | Originally committed as revision 16624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move actual writing before so new size can be taken into accountBaptiste Coudurier2009-01-16
| | | | Originally committed as revision 16623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return size written in ff_avc_parse_nal_unitsBaptiste Coudurier2009-01-16
| | | | Originally committed as revision 16622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitLuca Abeni2009-01-15
| | | | Originally committed as revision 16617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-15
| | | | Originally committed as revision 16616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorise id3v2 header parsing from mp3.c to be sharedAlex Converse2009-01-15
| | | | | | Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 16615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use delay for subs and dirac tooBaptiste Coudurier2009-01-15
| | | | Originally committed as revision 16614 to svn://svn.ffmpeg.org/ffmpeg/trunk