Mercurial > libavformat.hg
graph
-
set codec_tag from codec_id if its not set and can be set based on the AVCodecTag tables libavformat2007-01-21, by michael
-
this is wrong but it was that way before the AVCodecTag change, only reason why it didnt broke regressions was that the table wasnt used libavformat2007-01-21, by michael
-
Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves, libavformat2007-01-19, by reimar
-
The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed check for net_server to IP_MULTICAST_TTL. libavformat2007-01-18, by mmu_man
-
check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz test libavformat2007-01-15, by mru
-
remove useless preface parsing for now, will reintroduce it if needed libavformat2007-01-14, by bcoudurier
-
makes the filename member of the URLContext a pointer, so that the libavformat2007-01-14, by gpoirier
-
AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptor libavformat2007-01-14, by bcoudurier
-
Use macros to eliminate code duplication in MXF metadata read functions. libavformat2007-01-13, by reimar
-
Extend mxf_resolve_strong_ref by a type parameter, to avoid modify something libavformat2007-01-13, by reimar
-
Fix error message, it's package ref that can not be found, not track in this case libavformat2007-01-13, by reimar
-
* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) libavformat2007-01-11, by romansh
-
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin libavformat2007-01-06, by diego
-
seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility libavformat2007-01-01, by michael
-
ignore duration of the first 2 frames in the max-time break check libavformat2006-12-29, by michael
-
fall back mmap() call using MAP_PRIVATE for working on no-mmu systems libavformat2006-12-28, by aurel
-
Allow provision of displaynumber, screennumber, x-offset and y-offset parameters libavformat2006-12-15, by takis
-
RFC 1 stage: Improve maintainability of the cursoir painting code libavformat2006-12-13, by gpoirier
-
RFC 1 stage: Improve maintainability of the cursoir painting code libavformat2006-12-12, by gpoirier
-
move duration finding code into read_packet() so it can be skiped if duration has already been set libavformat2006-12-10, by michael
-
set flags correctly in write header instead of seeking back and fixing it in write_trailer() libavformat2006-12-10, by michael