summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* 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
* add aud nal unit if not present in h264 bitstreamBaptiste Coudurier2009-01-15
| | | | Originally committed as revision 16613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: ensure we only consider chapters which are properly orderedAurelien Jacobs2009-01-15
| | | | Originally committed as revision 16612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consider other codecs packets contain only one access unit, not just audioBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* calculate pat, pmt and sdt exact size and adjust total bitrateBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow user to specify muxrateBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn if dts < pcr which means TS is invalidBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only write dts if they differ from pts, according to specsBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use delay to avoid negative dtsBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pts and dts of pes packets exactly according to specsBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
| | | | | | and remove all ENABLE_ definitions. Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute pcr more accurately, regression tests need updateBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include intreadwrite.h, fix compilation, img2.c use AV_RL32Baptiste Coudurier2009-01-14
| | | | Originally committed as revision 16595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup gif, use BISTREAM_WRITER_LEBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add SLMJ fourcc to mjpegBen Littler2009-01-13
| | | | Originally committed as revision 16579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix version protectionAurelien Jacobs2009-01-13
| | | | Originally committed as revision 16572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI: add bswap.h include needed on big endianMåns Rullgård2009-01-12
| | | | Originally committed as revision 16564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the dimensions in tkhd for timed text tracksDavid Conrad2009-01-11
| | | | Originally committed as revision 16561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use setmode() if it exists in <io.h>, and not based on O_BINARY.Ramiro Polla2009-01-11
| | | | Originally committed as revision 16553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2009-01-11
| | | | Originally committed as revision 16550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix illegal identifier starting with an underscore.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ffindex set before mov_read_default so it can be used in functionsBaptiste Coudurier2009-01-11
| | | | Originally committed as revision 16548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2009-01-11
| | | | Originally committed as revision 16535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove warnings about uninitialized varsBaptiste Coudurier2009-01-11
| | | | Originally committed as revision 16534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2009-01-11
| | | | Originally committed as revision 16532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for muxing mov/mp4/3gp timed text streamsDavid Conrad2009-01-11
| | | | Originally committed as revision 16531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read extradata (justification, colors, fonts, etc) for mov/mp4 timed textDavid Conrad2009-01-11
| | | | Originally committed as revision 16530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove comment, this is not relevant anymoreBaptiste Coudurier2009-01-11
| | | | Originally committed as revision 16528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2009-01-11
| | | | Originally committed as revision 16527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for negative dts value even if bitstream is already formated,Baptiste Coudurier2009-01-11
| | | | | | this fixes dts when stream copying. Originally committed as revision 16526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the AVFormatContext options definition to a dedicated file,Stefano Sabatini2009-01-10
| | | | | | reduce the utils.c clutter. Originally committed as revision 16516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent to properly fit a 80 chars terminal.Ronald S. Bultje2009-01-09
| | | | Originally committed as revision 16511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r16509.Ronald S. Bultje2009-01-09
| | | | Originally committed as revision 16510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply rtpmap: SDP lines to the last m= line only, since they generally justRonald S. Bultje2009-01-09
| | | | | | | come directly after each m= line if required. See "[PATCH] RTSP-MS 5-6/15: parse only the last m= line stream per rtpmap line" thread on ML. Originally committed as revision 16509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only set le if value is 1, fix boom5.mov, issue #770Baptiste Coudurier2009-01-09
| | | | Originally committed as revision 16507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not assume that if pkt->destruct != av_destruct_packet then it is notLuca Abeni2009-01-09
| | | | | | necessary to call the destruct method Originally committed as revision 16506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase buffer size for RTP packet data because some ASF streams use aRonald S. Bultje2009-01-09
| | | | | | | manual, non-standard blocksize which is bigger than RTP_MAX_PACKET_LENGTH. See "[PATCH] RTSP-MS 4/15: blocksize detection" thread on mailinglist. Originally committed as revision 16502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename ff_metadata_sync_compat to ff_metadata_mux_compatAurelien Jacobs2009-01-09
| | | | Originally committed as revision 16501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_metadata_sync_compat to metadata_compat.cAurelien Jacobs2009-01-08
| | | | Originally committed as revision 16500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a second metadata compatibility layer, so that metadata that getsAurelien Jacobs2009-01-08
| | | | | | | demuxed with new API is automatically converted to the old API, allowing old applications to stay functional. Originally committed as revision 16499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: CJPG is from Creative WebcamBen Littler2009-01-08
| | | | Originally committed as revision 16497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fourcc CJPG is sequential jpegBen Littler2009-01-08
| | | | Originally committed as revision 16496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, add missing enum type, fix compilationBaptiste Coudurier2009-01-08
| | | | Originally committed as revision 16495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use lower case x and alternate format for hex in printfBaptiste Coudurier2009-01-08
| | | | Originally committed as revision 16494 to svn://svn.ffmpeg.org/ffmpeg/trunk