Mercurial > libavformat.hg
graph
-
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
-
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
-
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
-
Make it possible to reuse UDP socket (optional, disabled by default) libavformat2006-10-28, by gpoirier
-
indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % libavformat2006-10-27, by gpoirier
-
remove mov_read_leaf and remove useless reading function table, mov_read_default will skip atom with no parsing function anyway libavformat2006-10-25, by bcoudurier
-
replace coder/decoder file description in libavformat by muxer/demuxer libavformat2006-10-23, by aurel
-
Make read_packet fail is the v4l2 driver returns an unexpected frame size libavformat2006-10-22, by lucabe
-
avoid crashing when trying to parse invalid files, patch by Andreas Oman, andreas at olebyn dot nu libavformat2006-10-21, by bcoudurier
-
warn about zlib support needed if file has compressed moov atom libavformat2006-10-20, by bcoudurier
-
dont mess with ByteIOContext internal variables (fixes showdown2.mov) libavformat2006-10-19, by michael
-
skip packet if no stream index is found, fix proxy_pal030926.mxf libavformat2006-10-17, by bcoudurier
-
Ignore blocks with no samples and flags (but usually with MD5 sum) libavformat2006-10-15, by kostya
-
Use proper PRI?64 macros for %ll? format to fix printf format warnings: libavformat2006-10-14, by rathann
-
flv files from myspace with mp3 audio require need_parsing because the libavformat2006-10-13, by rtogni
-
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavformat2006-10-12, by bcoudurier
-
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavformat2006-10-11, by bcoudurier
-
simplify by not writing unneeded codec name to fix segfault when stream copy libavformat2006-10-11, by bcoudurier
-
set duration and timebase (based on a patch by Simon Morlat simon.morlat linphone org) libavformat2006-10-10, by michael
-
Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat2006-10-07, by diego
-
prevent >16bit tags to be truncated and used in creating .wav files libavformat2006-10-06, by michael
-
support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, xdcam-pal-d10-imx50.mxf libavformat2006-10-05, by bcoudurier
-
Remove unused variables and the corresponding warnings along with them. libavformat2006-10-03, by diego