4280 Commits (175da7dab700e9db3edd90aaf83f9ee3ec6bcbbf)

Author SHA1 Message Date
Reimar Döffinger aa805f94c5 Use AV_WB32 instead of reimplementing it. 16 years ago
Reimar Döffinger dc2c2eea41 Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal. 16 years ago
Reimar Döffinger 7ce820efa0 Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM) 16 years ago
Marc Mason 9d9aac84f6 Make unsigned int a variable that does not need to be explicitely 32 bits. 16 years ago
Baptiste Coudurier 3700d80028 support h264 extradata with 0x000001 startcode 16 years ago
Baptiste Coudurier 71e685b018 use ff_avc_parse_nal_units_buf because output size might differ from input size 16 years ago
Baptiste Coudurier c844520e73 10l, fix prototype 16 years ago
Baptiste Coudurier d298412062 export ff_avc_parse_nal_units_buf 16 years ago
Baptiste Coudurier 5d2160a0dd move actual writing before so new size can be taken into account 16 years ago
Baptiste Coudurier a97772b166 return size written in ff_avc_parse_nal_units 16 years ago
Luca Abeni ca93bc175a Reindent after last commit 16 years ago
Luca Abeni 0a63a676ec Do not reallocate AVPacket's data when muxing a packet 16 years ago
Alex Converse 2ea512a6c2 Factorise id3v2 header parsing from mp3.c to be shared 16 years ago
Baptiste Coudurier f3ba7c5468 use delay for subs and dirac too 16 years ago
Baptiste Coudurier a57fb91ce5 add aud nal unit if not present in h264 bitstream 16 years ago
Aurelien Jacobs e0e4be590c matroskadec: ensure we only consider chapters which are properly ordered 16 years ago
Baptiste Coudurier 89ac55ada9 consider other codecs packets contain only one access unit, not just audio 16 years ago
Baptiste Coudurier 3d0a94f699 calculate pat, pmt and sdt exact size and adjust total bitrate 16 years ago
Baptiste Coudurier 620b9df7a7 allow user to specify muxrate 16 years ago
Baptiste Coudurier 811a0aa785 warn if dts < pcr which means TS is invalid 16 years ago
Baptiste Coudurier 5541759f6f only write dts if they differ from pts, according to specs 16 years ago
Baptiste Coudurier 46911c7ab8 use delay to avoid negative dts 16 years ago
Baptiste Coudurier de34dc39c0 set pts and dts of pes packets exactly according to specs 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Baptiste Coudurier b5931348bc compute pcr more accurately, regression tests need update 16 years ago
Baptiste Coudurier c91662ce83 include intreadwrite.h, fix compilation, img2.c use AV_RL32 16 years ago
Baptiste Coudurier 6d32ec6ce9 cleanup gif, use BISTREAM_WRITER_LE 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Ben Littler ed0879eda9 add SLMJ fourcc to mjpeg 16 years ago
Aurelien Jacobs 8eec0fb674 fix version protection 16 years ago
Måns Rullgård 7b114c0925 AVI: add bswap.h include needed on big endian 16 years ago
David Conrad 6cdbff63cd Use the dimensions in tkhd for timed text tracks 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Ramiro Polla b507ebd179 Use setmode() if it exists in <io.h>, and not based on O_BINARY. 16 years ago
Diego Biurrun 470bce2b55 cosmetics: indentation 16 years ago
Diego Biurrun c54286ab08 Fix illegal identifier starting with an underscore. 16 years ago
Baptiste Coudurier 64d50fa551 move ffindex set before mov_read_default so it can be used in functions 16 years ago
Baptiste Coudurier 87609b51da cosmetics 16 years ago
Baptiste Coudurier 985688b8e5 remove warnings about uninitialized vars 16 years ago
Baptiste Coudurier 3d1b0fcd59 cosmetics 16 years ago
David Conrad f620488654 Add support for muxing mov/mp4/3gp timed text streams 16 years ago
David Conrad 58e9f2edb6 Read extradata (justification, colors, fonts, etc) for mov/mp4 timed text 16 years ago
Baptiste Coudurier fd7f59639c remove comment, this is not relevant anymore 16 years ago
Baptiste Coudurier 2ba0470e81 reindent 16 years ago
Baptiste Coudurier 7d637efa80 check for negative dts value even if bitstream is already formated, 16 years ago
Stefano Sabatini 708ec8fb31 Move the AVFormatContext options definition to a dedicated file, 16 years ago
Ronald S. Bultje 9211bcddb4 Reindent to properly fit a 80 chars terminal. 16 years ago
Ronald S. Bultje ff16f551cf Reindent after r16509. 16 years ago
Ronald S. Bultje 83d14c85da Apply rtpmap: SDP lines to the last m= line only, since they generally just 16 years ago
Baptiste Coudurier fa50a0276f only set le if value is 1, fix boom5.mov, issue #770 16 years ago