2272 Commits (769e10f0684c63aefb6fe36788f3e543312e185d)

Author SHA1 Message Date
Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 17 years ago
Diego Biurrun d0f596b4ef Make video hook infrastructure conditional on video hooks being enabled. 17 years ago
Benoit Fouet d72e7d0f24 use sscanf to parse address 17 years ago
Benoit Fouet 109d30e9f1 remove useless check 17 years ago
Joakim Plate 104d04182d fix emulated inet_aton so that it fails for invalid addresses 17 years ago
Diego Biurrun f1ea5c2a96 typo fixes 17 years ago
Ramiro Polla 1fc44ed69e MinGW has those include files. 17 years ago
Ramiro Polla 82e4ac2c97 Move av_gettime() back to lavf/utils.c 17 years ago
Ramiro Polla c993a83131 MinGW has gettimeofday() since mingw-runtime-3.10 17 years ago
Aurelien Jacobs ee8c87b55b add support for S_ASS and S_SSA codec string 17 years ago
Alex Beregszaszi e2e2e7dd70 .memleak fix by Ronald Bultje. OK'd by Luca. 17 years ago
Michael Niedermayer c4194cc606 remove likely wrong reseting of align_iframe 17 years ago
Aurelien Jacobs 372a80d15d Avoid using undefined symbols. 17 years ago
Aurelien Jacobs c3eaeadb4a Allow selecting only the vc1 demuxer. 17 years ago
Aurelien Jacobs 95e99a769c Allow selecting only the mpegtsraw demuxer. 17 years ago
Aurelien Jacobs 548fabb9fb The dxa demuxer depends on riff.o. 17 years ago
Aurelien Jacobs 6d7eee8418 The dv1394 demuxer depends on dv.o. 17 years ago
Aurelien Jacobs 8f3a44a2e5 All those demuxers don't depend on riff.o anymore. 17 years ago
Aurelien Jacobs 2115c69f2c All those demuxers use pcm_read_seek() and thus depend on raw.o. 17 years ago
Aurelien Jacobs 7f7fdbc842 The c93 demuxer depends on vocdec.o. 17 years ago
Måns Rullgård b3fc092548 avoid division by zero in av_find_stream_info() when no time base is set 17 years ago
Baptiste Coudurier 71daa04c86 Smartjog granted permission to relicense as LGPL 2.1 17 years ago
Baptiste Coudurier 51d2ff8044 round timestamps up, k2 broadcast server seems to need it 17 years ago
Alex Beregszaszi ef466de0a8 h264_rtp_extra_data is not only used for debug purposes, asserts are using it also 17 years ago
Alex Beregszaszi 8a54ad09fe remove uneeded include as assert is never used 17 years ago
Alex Beregszaszi 51ce035e82 Remove broken assert. ebml_read_element_id can handle level_up set to NULL. 17 years ago
Alex Beregszaszi 5b83843f43 fix compilation with assert 17 years ago
Luca Barbato d02678eccc rtsp multicast fix by Thijs Vermeir $1$2@gmail.com 17 years ago
Aurelien Jacobs 979c091056 add support for ASS like subtitles in Matroska 17 years ago
Aurelien Jacobs f7e97aaf87 add support for Matroska subtitle tracks 17 years ago
Aurelien Jacobs 45da8124a0 Move public API functions av_codec_get_tag() and av_codec_get_id() 17 years ago
Ramiro Polla 7c37e504f0 Remove OS/2 support 17 years ago
Måns Rullgård a9fd2b1921 avoid deprecation warnings for AVFrac from avformat.h 17 years ago
Diego Biurrun 941125ef5f ISO8859-1 --> UTF-8 17 years ago
Aurelien Jacobs e16c0fc30e duration must not be scaled 17 years ago
Aurelien Jacobs 463d5bcc29 properly set AVStream.language according to Matroska track header 17 years ago
Måns Rullgård 34174abf64 avoid uninitialised variable warning and clarify code 17 years ago
Måns Rullgård b474d1f3fa update SectionCallback and PESCallback typedefs to match functions 17 years ago
Måns Rullgård 3f8cd151a0 remove redundant declaration of mpegts_muxer 17 years ago
Måns Rullgård ea7599ba8b kill uninitialised variable warning in mp3_read_probe() 17 years ago
Måns Rullgård 4f9e995a96 kill harmless 64-bit pointer cast warning 17 years ago
Måns Rullgård fae3a361be bethsoftvid: use correct type for size passed to av_fast_realloc() 17 years ago
Roman Shaposhnik c21f308e77 * Getting rid of the use of GCC language extensions 17 years ago
Måns Rullgård b3633dee58 remove deprecated codec_get_{bmp,wav}_{id,tag}() 17 years ago
Måns Rullgård 6927c84c82 ogm: don't use deprecated codec_get_{bmp,wav}_id() 17 years ago
Måns Rullgård 99a452342c nutdec: don't use deprecated codec_get_{bmp,wav}_id() 17 years ago
Måns Rullgård 7ea18c8c1e remove redundant codec_get_bmp_tag() call in avi_write_header() 17 years ago
Måns Rullgård 78c3c1881f use bytestream_get_* and AV_RLxx 17 years ago
Måns Rullgård f015e411d7 kill uninitialised variable warning in amr_read_packet() 17 years ago
Måns Rullgård 8c222bb405 kill uninitialised variable warning in ac3_probe() 17 years ago