134 Commits (2a11952f457658d58303c8e5b4e10fb4599eef4f)

Author SHA1 Message Date
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Anton Khirnov 412b4367c5 rmdec: remove useless ap parameter from rm_read_header_old() 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Reimar Döffinger c32b701749 Do not read the RM index when input is streamed (since it requires seeking 15 years ago
Francesco Lavra 74e8ccad4c Move rm_codec_tags to rm.c so muxer/demuxer can share it. 15 years ago
Zhou Zongyi aafb822ba5 We're using generic tag-to-ID functions, so specific codec_id assignments 15 years ago
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
Stefano Sabatini 2874c81cc8 Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
Ronald S. Bultje 7b374c9ff2 Another uninitialized value. 15 years ago
Ronald S. Bultje 190413cf81 Fix uninitialized value in codepath. 15 years ago
Ronald S. Bultje ddf8e75ede Remove dead initialization. 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Aurelien Jacobs 1ab0406db1 export rm_reorder_sipr_data() for future use by matroska demuxer 15 years ago
Aurelien Jacobs adae9fa65e export sipr_subpk_size for future use by matroska demuxer 15 years ago
Ronald S. Bultje 98287358e9 Print a warning when DATA chunk is encountered in the middle of chunk. 15 years ago
Ronald S. Bultje f9664ca026 Use the correct ByteIOContext in extradata parsing.Fixes half of issue 15 years ago
Michael Niedermayer 17986563eb Get rid of useless casts. 15 years ago
Michael Niedermayer 005d9b57ad Print extradata in case of failure. I had this in my local tree and it 15 years ago
Carl Eugen Hoyos a76cf4e197 Use constant CODEC_ID_NONE instead of 0 where appropriate. 15 years ago
Kostya Shishkov 0dae3e13e3 Factor out extradata reading code. 15 years ago
Kostya Shishkov 119c61a30f RM audio stream version should be 16-bit followed by header size or reserved 15 years ago
Kostya Shishkov 461ef74116 Make RM demuxer look more like proper demuxer by introducing codec tags 15 years ago
Kostya Shishkov 851ef8755b Factor out variable declaration 15 years ago
Reimar Döffinger cbb5da57cd When resetting vst->pkt.data to NULL, also set vst->slices. 15 years ago
Ronald S. Bultje 7a4a64e7ab Remove old_flags variable, which is a duplicate of the flags variable. 16 years ago
Ronald S. Bultje 34bddc39b4 Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function 16 years ago
Michael Niedermayer b33d75fd80 Move declarations in sync() closer to where they are used. 16 years ago
Ronald S. Bultje e6b09f4361 Add a @todo with a comment from Kostya so we don't forget to optimize that at 16 years ago
Ronald S. Bultje 83c0ba3dad Don't allow to sync on packets of zero-size length, since these are never 16 years ago
Ronald S. Bultje e75e603c1a Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length 16 years ago
Ronald S. Bultje cf16c17a69 Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec 16 years ago
Måns Rullgård c3df4a3bfe rmdec: fix crash at end of file 16 years ago
Ronald S. Bultje 508fe07ab3 More reindent, forgotten in previous commit. 16 years ago
Ronald S. Bultje 2d6f301470 Parse index chunk so that seeking in modern .rm files becomes a lot faster. 16 years ago
Ronald S. Bultje c882927957 Reindent after r18010. 16 years ago
Ronald S. Bultje 55d330f913 Mark the first output audio frame as keyframe (separate patch from previous, 16 years ago
Ronald S. Bultje c5efef7be9 Remove packet returning in ff_rm_parse_packet() if we're using the packet 16 years ago