summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs2009-01-18
* matroskadec: merge ByteIOContext declarations at upper levelAurelien Jacobs2009-01-18
* matroskadec: parse the WAVEFORMATEX header and discard it from extradataAurelien Jacobs2009-01-18
* add jp2 formater in image2 muxerBaptiste Coudurier2009-01-18
* jpeg2k is intra only codecBaptiste Coudurier2009-01-18
* match format in names list separated by commasBaptiste Coudurier2009-01-17
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-17
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* Cosmetics: indentDavid Conrad2009-01-17
* Treat disposition==0 as undefined and don't write the default flagDavid Conrad2009-01-17
* Flush the buffer after writing the header and when done with writing the filesDavid Conrad2009-01-17
* add LM20 mimic in avi fourccBen Littler2009-01-16
* WavPack hybrid mode supportKostya Shishkov2009-01-16
* Merge declaration and initialization of io_buffer_sizeReimar Döffinger2009-01-16
* Make io_buffer_size unsigned to avoid a warning about comparingReimar Döffinger2009-01-16
* Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_in...Reimar Döffinger2009-01-16
* Use AV_WB32 instead of reimplementing it.Reimar Döffinger2009-01-16
* Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal.Reimar Döffinger2009-01-16
* Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM)Reimar Döffinger2009-01-16
* Make unsigned int a variable that does not need to be explicitely 32 bits.Marc Mason2009-01-16
* support h264 extradata with 0x000001 startcodeBaptiste Coudurier2009-01-16
* use ff_avc_parse_nal_units_buf because output size might differ from input sizeBaptiste Coudurier2009-01-16
* 10l, fix prototypeBaptiste Coudurier2009-01-16
* export ff_avc_parse_nal_units_bufBaptiste Coudurier2009-01-16
* move actual writing before so new size can be taken into accountBaptiste Coudurier2009-01-16
* return size written in ff_avc_parse_nal_unitsBaptiste Coudurier2009-01-16
* Reindent after last commitLuca Abeni2009-01-15
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-15
* Factorise id3v2 header parsing from mp3.c to be sharedAlex Converse2009-01-15
* use delay for subs and dirac tooBaptiste Coudurier2009-01-15
* add aud nal unit if not present in h264 bitstreamBaptiste Coudurier2009-01-15
* matroskadec: ensure we only consider chapters which are properly orderedAurelien Jacobs2009-01-15
* consider other codecs packets contain only one access unit, not just audioBaptiste Coudurier2009-01-14
* calculate pat, pmt and sdt exact size and adjust total bitrateBaptiste Coudurier2009-01-14
* allow user to specify muxrateBaptiste Coudurier2009-01-14
* warn if dts < pcr which means TS is invalidBaptiste Coudurier2009-01-14
* only write dts if they differ from pts, according to specsBaptiste Coudurier2009-01-14
* use delay to avoid negative dtsBaptiste Coudurier2009-01-14
* set pts and dts of pes packets exactly according to specsBaptiste Coudurier2009-01-14
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* compute pcr more accurately, regression tests need updateBaptiste Coudurier2009-01-14
* include intreadwrite.h, fix compilation, img2.c use AV_RL32Baptiste Coudurier2009-01-14
* cleanup gif, use BISTREAM_WRITER_LEBaptiste Coudurier2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* add SLMJ fourcc to mjpegBen Littler2009-01-13
* fix version protectionAurelien Jacobs2009-01-13
* AVI: add bswap.h include needed on big endianMåns Rullgård2009-01-12
* Use the dimensions in tkhd for timed text tracksDavid Conrad2009-01-11
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11