summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* Use setmode() if it exists in <io.h>, and not based on O_BINARY.Ramiro Polla2009-01-11
* cosmetics: indentationDiego Biurrun2009-01-11
* Fix illegal identifier starting with an underscore.Diego Biurrun2009-01-11
* move ffindex set before mov_read_default so it can be used in functionsBaptiste Coudurier2009-01-11
* cosmeticsBaptiste Coudurier2009-01-11
* remove warnings about uninitialized varsBaptiste Coudurier2009-01-11
* cosmeticsBaptiste Coudurier2009-01-11
* Add support for muxing mov/mp4/3gp timed text streamsDavid Conrad2009-01-11
* Read extradata (justification, colors, fonts, etc) for mov/mp4 timed textDavid Conrad2009-01-11
* remove comment, this is not relevant anymoreBaptiste Coudurier2009-01-11
* reindentBaptiste Coudurier2009-01-11
* check for negative dts value even if bitstream is already formated,Baptiste Coudurier2009-01-11
* Move the AVFormatContext options definition to a dedicated file,Stefano Sabatini2009-01-10
* Reindent to properly fit a 80 chars terminal.Ronald S. Bultje2009-01-09
* Reindent after r16509.Ronald S. Bultje2009-01-09
* Apply rtpmap: SDP lines to the last m= line only, since they generally justRonald S. Bultje2009-01-09
* only set le if value is 1, fix boom5.mov, issue #770Baptiste Coudurier2009-01-09
* Do not assume that if pkt->destruct != av_destruct_packet then it is notLuca Abeni2009-01-09
* Increase buffer size for RTP packet data because some ASF streams use aRonald S. Bultje2009-01-09
* rename ff_metadata_sync_compat to ff_metadata_mux_compatAurelien Jacobs2009-01-09
* move ff_metadata_sync_compat to metadata_compat.cAurelien Jacobs2009-01-08
* Add a second metadata compatibility layer, so that metadata that getsAurelien Jacobs2009-01-08
* cosmetics: CJPG is from Creative WebcamBen Littler2009-01-08
* fourcc CJPG is sequential jpegBen Littler2009-01-08
* 100l, add missing enum type, fix compilationBaptiste Coudurier2009-01-08
* use lower case x and alternate format for hex in printfBaptiste Coudurier2009-01-08
* print more debug information if enabled, including indexBaptiste Coudurier2009-01-08
* Fix a compiler warning:Dominique Leuenberger2009-01-07