Mercurial > libavformat.hg
graph
-
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
-
do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, andrew parkins at 360visiontechnology com libavformat2006-12-06, by bcoudurier
-
Defines various common FLV format values between the FLV muxer and demuxer libavformat2006-12-06, by aurel
-
probe with some success image files not containing number pattern but having recognized image extension libavformat2006-12-04, by bcoudurier
-
Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream. libavformat2006-12-02, by melanson
-
Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org. libavformat2006-11-30, by diego
-
move source_package declaration in the loop and reset it each iteration libavformat2006-11-28, by bcoudurier
-
matroska: split real video frames so that each packet contains only one slice libavformat2006-11-20, by aurel
-
Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files libavformat2006-11-18, by diego
-
10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe) libavformat2006-11-16, by michael
-
skip non keyframes after seeking between syncpoint and the first keyframe libavformat2006-11-16, by michael
-
remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com libavformat2006-11-16, by gpoirier
-
MinGW compilation fix, inet_aton and #includes depend on networking support. libavformat2006-11-15, by diego
-
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