295 Commits (39f6733f0593064ae5148dd6484f1d7c74d7cae5)

Author SHA1 Message Date
Carl Eugen Hoyos 39f6733f05 Do not try to parse empty strf tags. 13 years ago
Clément Bœsch 539399d4d1 AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. 13 years ago
Mans Rullgard 1703013cb7 avidec: fix signed overflow in avi_sync() 13 years ago
Janne Grunau 2886f6759f avidec: simplify size parameter in memset() 13 years ago
Nicolas George 71e23d39a3 avidec: Replace av_realloc by av_realloc_f when relevant. 13 years ago
Joakim Plate f9e083a156 avidec: Check return value of more avio_seek calls 13 years ago
Joakim Plate 53f8f0a70e Fix for some non interleaved avi files that gets played twice or won't end 13 years ago
Joakim Plate e42a3dd123 Allow reading of growing avi files (ie currently being written) 13 years ago
Dustin Brody 2f63440c59 lavf: add support for error_recognition, use it in avidec, and bump minor API version 13 years ago
Clément Bœsch df2039f573 avidec: add missing initializer braces to shut up gcc warning. 13 years ago
Michael Niedermayer 72b0c9f55f avidec: skip seek pos adjustment for non interleaved files. 13 years ago
Michael Niedermayer 46eaaad8dd Detect NI-avi at playtime like mplayer. 13 years ago
Michael Niedermayer 652c772981 avidec: Fix XAN DPCM demuxing. 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Mans Rullgard c9403419b2 avidec: simplify convoluted flow in avi_load_index() 14 years ago
Alex Converse d3f610c186 avidec: infer absolute vs relative index from first packet 14 years ago
Alex Converse 8b84af7488 avidec: Factor out the sync fucntionality. 14 years ago
Michael Niedermayer a7e4342fc1 avidec: consider non video to contain only keyframes when seeking. 14 years ago
ami_stuff 799a87d749 avidec: Ignore unknown stream types 14 years ago
Anton Khirnov 603b8bc2a1 Deprecate av_open_input_* and remove their uses. 14 years ago
Diego Biurrun 919d7a345a Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Diego Biurrun d7cf5639e7 Replace some printf instances in debug code by av_log. 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Reimar Döffinger 1795364205 Remove unused variables. 14 years ago
Michael Niedermayer 187528441a avidec: correct frame_offset for seeking 14 years ago
Michael Niedermayer 5e24098b84 avidec: detect mpeg4 keyframes in indexless avi 14 years ago
Reimar Döffinger 148ffcd2ce Make DV (sub) demuxer set proper pkt->pos values. 14 years ago
Reimar Döffinger 1a9f9f81b1 Do not drop packets with no valid ->pos set as e.g. DV-in-AVI produces. 14 years ago
Michael Niedermayer ffdc49df25 AVIDEC: use_odmc demuxer specific option. (mostly an exmaple for demuxer specific options) 14 years ago
Reimar Döffinger 5e9de76f54 Do not set non_interleaved for DV-in-AVI. 14 years ago
Kostya Shishkov 23f40a0788 read AVI palette from the end of extradata 14 years ago
Michael Niedermayer fbfcc8f1b7 avi: try to synchronize the points in time of the starts of streams after seeking. 14 years ago
Michael Niedermayer 8a68697dc6 Add flag to force demuxers to sort more strictly by dts. 14 years ago
Michael Niedermayer 2d2b5a1421 10l, commit that should have been stashed into the merge. 14 years ago
Diego Biurrun 6001dad6e2 Replace more FFmpeg references by Libav. 14 years ago
Kostya Shishkov 2d8591c27e make containers pass palette change in AVPacket 14 years ago
Max Horn ca402f32e3 handle malloc failures in ff_get_wav_header 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Michael Niedermayer 5b56ad03fa Reimplement stream probe try #2 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 db44ea960d avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 14 years ago