26 Commits (605387582bd35920b83a26dabbe1c0601f425621)

Author SHA1 Message Date
Ben Avison daf1e0d3de avio: Add an internal function for reading without copying 11 years ago
Diego Biurrun 523c7bd23c misc typo, style and wording fixes 12 years ago
Martin Storsjö 1dee0aca74 avio: add avio_open2, taking an interrupt callback and options 13 years ago
Diego Biurrun 153382e1b6 multiple inclusion guard cleanup 14 years ago
Anton Khirnov ff1ec0c3f8 avio: undeprecate av_url_read_fseek/fpause under nicer names 14 years ago
Anton Khirnov c486dade95 avio: make URLContext internal. 14 years ago
Anton Khirnov d6bbe76124 avio: move two ff_udp_* functions from avio_internal to url.h 14 years ago
Anton Khirnov 1305d93c42 avio: deprecate av_url_read_seek 14 years ago
Anton Khirnov fa104e14ab avio: deprecate av_url_read_pause 14 years ago
Anton Khirnov 724f6a0fa4 avio: make url_fdopen internal. 14 years ago
Anton Khirnov 403ee835e7 avio: make url_open_dyn_packet_buf internal. 14 years ago
Anton Khirnov b64030f26d avio: make get_checksum() internal. 14 years ago
Anton Khirnov d09cc22d9c avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.h 14 years ago
Anton Khirnov 4c4427a75d avio: make init_checksum() internal. 14 years ago
Anton Khirnov 4ec153bb66 avio: make udp_set_remote_url/get_local_port internal. 14 years ago
Anton Khirnov 491653ed90 avio: cosmetics - nicer vertical alignment. 14 years ago
Anton Khirnov 933e90a69a avio: make av_url_read_fseek/fpause internal. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 59f65d9579 avio: make url_setbufsize internal. 14 years ago
Anton Khirnov 4839c192de lavf: move ff_get_v from avio.h to avio_internal.h 14 years ago
Anton Khirnov f1ef2cd9ed avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h 14 years ago
Ronald S. Bultje fd085bc082 avio: fix fourcc if any character is >=0x80. 14 years ago
Anton Khirnov 0abdb29317 lavf: use a new ffio_wfourcc macro instead of put_tag() where possible 14 years ago
Anton Khirnov 0ac8e2bf2b avio: make put_nbyte internal. 14 years ago
Anton Khirnov b3db9ceef1 avio: make get_partial_buffer internal. 14 years ago
Anton Khirnov e731b8d872 avio: move init_put_byte() to a new private header and rename it 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 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 a97772b166 return size written in ff_avc_parse_nal_units 16 years ago
Luca Abeni 0a63a676ec Do not reallocate AVPacket's data when muxing a packet 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Diego Biurrun 9d2526d1b9 Add missing FFMPEG_ prefix to multiple inclusion guard. 16 years ago
Michael Niedermayer d937cd0ed2 const 17 years ago
Luca Abeni b973f9ad7e Make avc_find_startcode non-static, so that it can be used from other 17 years ago
Aurelien Jacobs 9ab3f71b60 add a ff_ prefix to newly exported functions from avc.c 17 years ago
Aurelien Jacobs 1bd2d763d4 Move isom_write_avcc() and related functions into a separate file. 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Måns Rullgård 99545457bf include all prerequisites in header files 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
Måns Rullgård b9a73d8d2f move adler32 to libavutil 19 years ago