Mercurial > libavformat.hg
graph
-
move ffserver specific functions up and only include unistd.h in this case libavformat2008-05-26, by bcoudurier
-
compute the end of all chapters when end is not specified in the container libavformat2008-05-24, by aurel
-
Chapter demuxing support. (untested as I have no nuts with chapters) libavformat2008-05-23, by michael
-
Make ff_new_chapter() return AVChapter instead of int so its consistant with libavformat2008-05-23, by michael
-
s/num_chapters/nb_chapters/ all other similar variables are called nb_*. libavformat2008-05-23, by michael
-
Add id to AVChapter, untested (where do i find matroska files with chapters?). libavformat2008-05-23, by michael
-
free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es libavformat2008-05-22, by bcoudurier
-
check pkt stream index before returning packet, prevent segfault libavformat2008-05-21, by bcoudurier
-
Do not loop endlessly if converting into dv with timestamps Jan 1st not libavformat2008-05-21, by cehoyos
-
support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx net libavformat2008-05-21, by bcoudurier
-
demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451 libavformat2008-05-20, by bcoudurier
-
try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454 libavformat2008-05-15, by bcoudurier
-
Fix type of dest_addr_len to respect return value of udp_set_url. libavformat2008-05-11, by cehoyos
-
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