Mercurial > libavformat.hg
graph
-
split av_seek_frame_binary() so the code becomes idependant of AVInputFormat and AVIndex libavformat2006-11-14, by michael
-
partial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4 libavformat2006-11-14, by bcoudurier
-
rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN libavformat2006-11-13, by mru
-
change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de/muxer.. libavformat2006-11-12, by ods15
-
Add libnut support until ffmpeg gets an independant and complete de/muxer for NUT libavformat2006-11-12, by ods15
-
dont do startcode search from last syncpoint if there are no errors libavformat2006-11-11, by michael
-
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used libavformat2006-11-09, by bcoudurier
-
support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.mov libavformat2006-11-09, by bcoudurier
-
Better way to detect cluster (fix files encoded with Haali's muxer). libavformat2006-11-08, by aurel
-
Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one). libavformat2006-11-06, by aurel
-
Add support for getting duration of a RTP stream (for seeking in stream) libavformat2006-11-06, by gpoirier
-
remove floats in 10 bytes/byte support (no version of matroska used it) libavformat2006-11-06, by gpoirier
-
now we set codec_tag, still have to figure out how to handle flipping libavformat2006-11-03, by reynaldo
-
do not overwrite codec type if already known, fix conflict between 'raw ' fourcc used for audio and video, ae002_wordup.mov libavformat2006-11-03, by bcoudurier
-
reintroduce isom field and read version 1 audio stsd only if file is not isom, fix testclip_wrong_version_1_audio_stsd.mp4 libavformat2006-11-03, by bcoudurier
-
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavformat2006-11-01, by diego