Mercurial > libavformat.hg
graph
-
support keyframes indexes starting at 0, broken files created by omneon, fix ref.mov seeking libavformat2008-02-26, by bcoudurier
-
support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.mov libavformat2008-02-26, by bcoudurier
-
move parameters reset after setting stream parameters, will need those infos libavformat2008-02-26, by bcoudurier
-
remove useless tags, codec_get_id matches independently and qt uses lower case tags libavformat2008-02-25, by bcoudurier
-
set bps to uncompressed original sound data for compressed audio libavformat2008-02-25, by bcoudurier
-
Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers. libavformat2008-02-23, by banan
-
treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESCRIPTOR with the value HDMV; approved by Mans libavformat2008-02-23, by nicodvb
-
Fix computation of the "NTP time" field in RTCP SR packets, and do not libavformat2008-02-20, by lucabe
-
Fix timestamps and durations if the first packets have no durations nor timestamps, libavformat2008-02-15, by michael
-
honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw libavformat2008-02-13, by bcoudurier
-
warn use if edit list is not starting at 0, a/v desync might occur libavformat2008-02-13, by bcoudurier
-
remove messy and not always correct chunk size workaround, use correct values instead libavformat2008-02-13, by bcoudurier
-
use correct demux mechanism when audio compression id is -2, dv audio does not matter, demux partially qt_dv_pal_test.mov which does NOT use cid -2 libavformat2008-02-11, by bcoudurier
-
Do not use GNU-specific (or BSD-specific or whatever they may be) libavformat2008-02-11, by rfelker
-
Allow the user to select which codec out of several in stsd he wants. libavformat2008-02-06, by michael
-
back_ptr calculation used wrong timebase when searching for back syncpoint libavformat2008-02-04, by ods15
-
Fix intented algo in syncpoint writing before keyframes in NUT muxer libavformat2008-02-04, by ods15
-
missing " && j<syncpoint_count" protection in the index parsing, as the libavformat2008-02-04, by ods15
-
ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only libavformat2008-02-04, by ods15
-
fix 8 "initialization discards qualifiers from pointer target type" libavformat2008-02-04, by michael
-
Fix info packet type, found by oded as well as the new pedantic const libavformat2008-02-04, by michael
-
typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warning: passing argument 2 of 'put_buffer' from incompatible pointer type libavformat2008-01-31, by bcoudurier
-
init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function libavformat2008-01-31, by bcoudurier
-
add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within || libavformat2008-01-31, by bcoudurier
-
typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer' from incompatible pointer type libavformat2008-01-31, by bcoudurier
-
cosmetics, split long lines, remove useless braces, merge comments and if libavformat2008-01-28, by bcoudurier
-
finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell libavformat2008-01-28, by bcoudurier
-
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. libavformat2008-01-27, by reimar
-
Set subtitle codec id correctly, i hope this does not break anything. libavformat2008-01-26, by michael