2579 Commits (86074ed1b7d32f504a942bdcb0b40f2830d27e54)

Author SHA1 Message Date
Måns Rullgård b3633dee58 remove deprecated codec_get_{bmp,wav}_{id,tag}() 18 years ago
Måns Rullgård 6927c84c82 ogm: don't use deprecated codec_get_{bmp,wav}_id() 18 years ago
Måns Rullgård 99a452342c nutdec: don't use deprecated codec_get_{bmp,wav}_id() 18 years ago
Måns Rullgård 7ea18c8c1e remove redundant codec_get_bmp_tag() call in avi_write_header() 18 years ago
Måns Rullgård 78c3c1881f use bytestream_get_* and AV_RLxx 18 years ago
Måns Rullgård f015e411d7 kill uninitialised variable warning in amr_read_packet() 18 years ago
Måns Rullgård 8c222bb405 kill uninitialised variable warning in ac3_probe() 18 years ago
Måns Rullgård 14d194d5d8 remove unused functions 18 years ago
Ronald S. Bultje 80fb82346e Use AV_RB* macros where appropriate. 18 years ago
Luca Abeni 653387d8f0 Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.c 18 years ago
Luca Abeni bf09c2e2a6 Add support for non-blocking input formats 18 years ago
Eric Paul 74ef8b434d check udp_read_packet return value not to access uninitialized memory 18 years ago
Måns Rullgård f225016296 update my email address 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 18 years ago
Diego Biurrun a7738a044d URL update, move comment to a better place. 18 years ago
Diego Biurrun 224906414b Remove leading underscores from specifiers, they are reserved. 18 years ago
Diego Biurrun 34359cab0d spelling cosmetics 18 years ago
Diego Biurrun bbd861796e Add missing comment markers to #endif directive. 18 years ago
Vitor Sessak 7cf0999529 remove empty write trailer functions 18 years ago
Baptiste Coudurier 4513cd48ee compute absolute data offset after reading blocksize 18 years ago
Baptiste Coudurier 1758c7128d this is named BlockSize in specs 18 years ago
Baptiste Coudurier 11d540a480 according to specs, offset is before blocksize 18 years ago
Baptiste Coudurier 620d1d7878 support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is spec compliant 18 years ago
Ramiro Polla 05d00e953f Check for O_BINARY instead of a list of systems that need it 18 years ago
Ramiro Polla 45c1011020 Remove localtime_r implementation for systems that don't have it. 18 years ago
Maksym Veremeyenko 05ce0f11e4 * clarifying the AVInputFormat::read_seek return value 18 years ago
Aurelien Jacobs ffaa3ecb60 cosmetics: indentation after last commit 18 years ago
Aurelien Jacobs 2def9cd94d drop blocks which are part of unsupported tracks 18 years ago
Måns Rullgård ca3e90825c remove duplicate #include 18 years ago
Reimar Döffinger 272605c73e more av_strl* adjustments 18 years ago
Måns Rullgård 19f4cecafa warnings-- 18 years ago
Måns Rullgård 4bd684bc2f whitespace cosmetics 18 years ago
Måns Rullgård 1eb1f6fdb8 use AV_RL32 18 years ago
Måns Rullgård d66c30adec use more Vorbis metadata tags 18 years ago
Måns Rullgård d367783979 replace strncpy with av_strlcpy 18 years ago
Måns Rullgård f7d78f3654 replace the uses of old string functions that Reimar missed 18 years ago
Reimar Döffinger bc60f09bff Cosmetics: use consistent indentation by four spaces 18 years ago
Reimar Döffinger 01fa74adb9 DV muxer should not only fail for more that 3 streams altogether 18 years ago
Måns Rullgård e46e884f25 remove old unused string functions 18 years ago
Måns Rullgård 75e61b0e88 use new string functions 18 years ago
Aurelien Jacobs 1607c534bf simplify 18 years ago
Aurelien Jacobs fd2e1d88a6 remove useless empty function 18 years ago
Aurelien Jacobs eb67342fdc cosmetics: too much blank lines 18 years ago
Aurelien Jacobs 2ce746c66a use intreadwrite functions in matroskadec 18 years ago
Aurelien Jacobs 6bca498d78 use intreadwrite functions in vocdec 18 years ago
Måns Rullgård 34f18ba853 remove useless #ifndef CONFIG_NOCUTILS 18 years ago
Måns Rullgård aa38ada2d4 simplify stristart() 18 years ago
Måns Rullgård 315a2858b6 cosmetic: combine declaration and initialisation 18 years ago
Måns Rullgård 26301cb806 simplify pstrcpy() 18 years ago