38 Commits (5d509fbdcf6277716414702dc961d33c8e1eedcb)

Author SHA1 Message Date
Michael Niedermayer c17dd513e7 bytestream2_init: assert that buf_size is valid 12 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 12 years ago
Paul B Mahol 0ee5be4ee4 bytestream: add functions for accessing size of buffer 13 years ago
Diego Biurrun f03183d9a8 bytestream: Eliminate one level of pointless macro indirection. 13 years ago
Paul B Mahol f1ce053cd0 bytestream: add more unchecked variants for bytestream2 API 13 years ago
Aneesh Dogra ab9ae40152 bytestream: K&R formatting cosmetics 13 years ago
Aneesh Dogra db7d45237a bytestream: Add bytestream2 writing API. 13 years ago
Aneesh Dogra 4cd0bdae9a sgidec: Use bytestream2 functions to prevent buffer overreads. 13 years ago
Justin Ruggles 6e8bf6db48 add bytestream2_tell() and bytestream2_seek() functions 13 years ago
Ronald S. Bultje 89d26797f5 ulti: convert to new bytestream API. 13 years ago
Aneesh Dogra fd22616c59 bytestream: add a new set of bytestream functions with overread checking 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Biurrun c60208e7a1 Directly #include some required headers. 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Michael Niedermayer 7993df6527 consts 17 years ago
Måns Rullgård 3c3f7ce15a whitespace cosmetics 18 years ago
Måns Rullgård a7b67850f4 add 64-bit bytestream read/write functions 18 years ago
Måns Rullgård 99545457bf include all prerequisites in header files 18 years ago
Panagiotis Issaris 91a2974ee9 Remove unneeded semicolon. 18 years ago
Alex Beregszaszi c6e3365c81 add little endian 24bit read/write 18 years ago
Baptiste Coudurier 895c2c005e add bytestream_get/put_be24 functions 18 years ago
Michael Niedermayer 7d4495dafe simplify and remove useless index in AV_W* 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
Baptiste Coudurier e68e5ab0cf add bytestream big endian 16/32 writing functions 18 years ago
Baptiste Coudurier 93481fe5fe change gif muxer to simple gif encoder 18 years ago
Baptiste Coudurier 06d392a7cc change gif demuxer to gif decoder 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Baptiste Coudurier e40ee6a268 move common code from mov.c and movenc.c to isom.c 19 years ago