2329 Commits (0809b51e528067ad94ff0ca31e91b02526197774)

Author SHA1 Message Date
  Diego Biurrun df3a80b50a cosmetics: misc typo fixes 18 years ago
  David Conrad bd35bdf1b2 Add EBML ID for Segment UID 18 years ago
  Michael Niedermayer 8950f82879 detect voxware (closes issue39) 18 years ago
  Michael Niedermayer 41415d2856 try exact match before case insensitive match in codec_get_id 18 years ago
  Michael Niedermayer 60ff1c4481 ignore invalid packet_obj_size 18 years ago
  Luca Abeni c5388c0784 Introduce an SDP generator 18 years ago
  Aurelien Jacobs 89aa478f75 cosmetics: alignment 18 years ago
  Aurelien Jacobs b1dc5beb12 replaces hardcoded values by the equivalent enum definitions 18 years ago
  Michael Niedermayer e0c850a8c4 Avoid misdetecting acelp in ASF as MP3. 18 years ago
  Aurelien Jacobs 11bf3847b3 add proper support for subtitles muxing/stream copying 18 years ago
  Aurelien Jacobs 868e43d952 use the most appropriate codec id for A_MPEG/L1 and L2 18 years ago
  Aurelien Jacobs 0f40b54c17 reorder matroska codec tags so that the encoder picks up the appropriate tag 18 years ago
  Panagiotis Issaris 9510da2bca Replace ENOSYS by ENOTSUP as in this case the problem is not really a function 18 years ago
  Panagiotis Issaris 85565db0f8 Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). 18 years ago
  Panagiotis Issaris 5632e568c0 Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM). 18 years ago
  Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 18 years ago
  Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 18 years ago
  Diego Biurrun d0f596b4ef Make video hook infrastructure conditional on video hooks being enabled. 18 years ago
  Benoit Fouet d72e7d0f24 use sscanf to parse address 18 years ago
  Benoit Fouet 109d30e9f1 remove useless check 18 years ago
  Joakim Plate 104d04182d fix emulated inet_aton so that it fails for invalid addresses 18 years ago
  Diego Biurrun f1ea5c2a96 typo fixes 18 years ago
  Ramiro Polla 1fc44ed69e MinGW has those include files. 18 years ago
  Ramiro Polla 82e4ac2c97 Move av_gettime() back to lavf/utils.c 18 years ago
  Ramiro Polla c993a83131 MinGW has gettimeofday() since mingw-runtime-3.10 18 years ago
  Aurelien Jacobs ee8c87b55b add support for S_ASS and S_SSA codec string 18 years ago
  Alex Beregszaszi e2e2e7dd70 .memleak fix by Ronald Bultje. OK'd by Luca. 18 years ago
  Michael Niedermayer c4194cc606 remove likely wrong reseting of align_iframe 18 years ago
  Aurelien Jacobs 372a80d15d Avoid using undefined symbols. 18 years ago
  Aurelien Jacobs c3eaeadb4a Allow selecting only the vc1 demuxer. 18 years ago
  Aurelien Jacobs 95e99a769c Allow selecting only the mpegtsraw demuxer. 18 years ago
  Aurelien Jacobs 548fabb9fb The dxa demuxer depends on riff.o. 18 years ago
  Aurelien Jacobs 6d7eee8418 The dv1394 demuxer depends on dv.o. 18 years ago
  Aurelien Jacobs 8f3a44a2e5 All those demuxers don't depend on riff.o anymore. 18 years ago
  Aurelien Jacobs 2115c69f2c All those demuxers use pcm_read_seek() and thus depend on raw.o. 18 years ago
  Aurelien Jacobs 7f7fdbc842 The c93 demuxer depends on vocdec.o. 18 years ago
  Måns Rullgård b3fc092548 avoid division by zero in av_find_stream_info() when no time base is set 18 years ago
  Baptiste Coudurier 71daa04c86 Smartjog granted permission to relicense as LGPL 2.1 18 years ago
  Baptiste Coudurier 51d2ff8044 round timestamps up, k2 broadcast server seems to need it 18 years ago
  Alex Beregszaszi ef466de0a8 h264_rtp_extra_data is not only used for debug purposes, asserts are using it also 18 years ago
  Alex Beregszaszi 8a54ad09fe remove uneeded include as assert is never used 18 years ago
  Alex Beregszaszi 51ce035e82 Remove broken assert. ebml_read_element_id can handle level_up set to NULL. 18 years ago
  Alex Beregszaszi 5b83843f43 fix compilation with assert 18 years ago
  Luca Barbato d02678eccc rtsp multicast fix by Thijs Vermeir $1$2@gmail.com 18 years ago
  Aurelien Jacobs 979c091056 add support for ASS like subtitles in Matroska 18 years ago
  Aurelien Jacobs f7e97aaf87 add support for Matroska subtitle tracks 18 years ago
  Aurelien Jacobs 45da8124a0 Move public API functions av_codec_get_tag() and av_codec_get_id() 18 years ago
  Ramiro Polla 7c37e504f0 Remove OS/2 support 18 years ago
  Måns Rullgård a9fd2b1921 avoid deprecation warnings for AVFrac from avformat.h 18 years ago
  Diego Biurrun 941125ef5f ISO8859-1 --> UTF-8 18 years ago