Mercurial > libavformat.hg
graph
-
Use correct length modifier for pointer diff argument in av_log() call. libavformat2008-05-04, by diego
-
Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards, libavformat2008-05-02, by lu_zero
-
parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files libavformat2008-04-25, by bcoudurier
-
parser should not be needed anymore, merge cases and set frame size for amr too libavformat2008-04-25, by bcoudurier
-
set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov libavformat2008-04-25, by bcoudurier
-
pts are unsigned according to specs, fix negative pts when 32bit pts are used libavformat2008-04-25, by bcoudurier
-
cosmetics: remove useless whitespaces and put braces correctly libavformat2008-04-24, by bcoudurier
-
demux qcelp, so this can work with soc decoder and stream copy libavformat2008-04-24, by bcoudurier
-
Ensure that the timestamp reading code used for seeking chooses a position libavformat2008-04-23, by michael
-
change ff_ac3_parse_header() to take a GetBitContext instead of const char* libavformat2008-04-22, by bwolowiec
-
Tighten up the Westwood AUD detection. Probability of random detections libavformat2008-04-18, by melanson
-
Reduce probe score as it misdetects our flv file from the regression test. libavformat2008-04-15, by michael
-
Use generic seeking code for flv. The removed code was a buggy duplicate. libavformat2008-04-14, by michael
-
Stop find_stream_info() searching for further streams if 2 streams have libavformat2008-04-13, by michael
-
use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg libavformat2008-04-03, by lu_zero
-
Use the correct size for the enc_name field (removing the arbitrary "50" size) libavformat2008-03-31, by lucabe
-
support mp4 fragmented files without any samples in the moov atom libavformat2008-03-30, by bcoudurier
-
according to specs, only color table id set to 0, have it in stsd, fix 4colors.mov libavformat2008-03-27, by bcoudurier
-
Only use chunk demuxing for old uncompressed audio mechanism specified by stts. libavformat2008-03-27, by bcoudurier
-
sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is better than failing libavformat2008-03-21, by bcoudurier
-
remove ms audio tags from table, they will be chosen or detected with riff table libavformat2008-03-21, by bcoudurier
-
fix mpeg2 muxing, replace seq header if contained in extradata and key frame does not contain it libavformat2008-03-20, by bcoudurier
-
move mov_build_index before mov_read_trak to avoid useless declaration libavformat2008-03-20, by bcoudurier
-
move specific end treatment when trak is detected, will be needed for fragments libavformat2008-03-20, by bcoudurier
-
Change protocol_mask into protocol, since we always just try a single one per libavformat2008-03-19, by rbultje
-
Allow cycling between different protocols (TCP, UDP or multicast) so that if libavformat2008-03-19, by rbultje
-
Split the SETUP request into a separate function, as a prelude into allowing libavformat2008-03-17, by rbultje
-
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. libavformat2008-03-08, by diego
-
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing libavformat2008-03-07, by eugeni
-
do not reset duration_error for all streams, only reset current stream, fix wrong_fps.gxf libavformat2008-03-06, by bcoudurier
-
correctly compute bit rate for compressed audio, should fix seeking in aiff libavformat2008-03-05, by bcoudurier
-
Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gif libavformat2008-03-03, by reimar
-
Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut. libavformat2008-03-02, by michael
-
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