Mercurial > libavformat.hg
graph
-
add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med dot uni-muenchen dot de libavformat2009-06-20, by bcoudurier
-
fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bbrice at gmail dot com libavformat2009-06-19, by bcoudurier
-
Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI file. libavformat2009-06-18, by darkshikari
-
Print why av_find_stream_info() failed, this is a rather common question libavformat2009-06-18, by michael
-
Set restrictions on packet_size, as per ISO-11172 / H-222 specifications libavformat2009-06-17, by rbultje
-
Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file. libavformat2009-06-16, by darkshikari
-
Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about libavformat2009-06-16, by stefano
-
check if frame size matches old sys and assumes corrupted input, fixes #1192 libavformat2009-06-14, by bcoudurier
-
Add a VorbisComment metadata conversion table and use it in the FLAC and libavformat2009-06-13, by jbr
-
Allocate a bit more memory for MPC SV8 seek table, so bitreader won't read libavformat2009-06-13, by kostya
-
Analysis of logs show that there are in fact some files with m1v1 too (not just m2v2), libavformat2009-06-13, by darkshikari
-
Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead of libavformat2009-06-13, by conrad
-
Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a problematic MOV file. libavformat2009-06-13, by darkshikari
-
Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. libavformat2009-06-12, by darkshikari
-
Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4 libavformat2009-06-12, by conrad
-
Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files. libavformat2009-06-12, by darkshikari
-
Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file. libavformat2009-06-12, by darkshikari
-
Remove time_rate, we cannot compute exactly when fragments are libavformat2009-06-11, by bcoudurier
-
Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c: libavformat2009-06-09, by rbultje
-
Introduce http_get_line and modify http_connect to use http_get_line. libavformat2009-06-06, by jai_menon
-
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should libavformat2009-06-06, by stefano
-
Ensure that the extradata buffer is padded appripriately in the ogg demuxer. libavformat2009-06-05, by conrad
-
Move function for reading whole specified amount of data from RTSP libavformat2009-06-04, by kostya
-
fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com libavformat2009-05-31, by bcoudurier
-
add streams even if they are not present in PMT, fix #1092 and #835 libavformat2009-05-31, by bcoudurier
-
fix codec probing, stop after MAX_PROBE_PACKETS and return all packets libavformat2009-05-31, by bcoudurier
-
Define struct URLContext and typedef it to URLContext in one step. libavformat2009-05-25, by stefano
-
move DEBUG define before include to get dprintf and change printf to dprintf libavformat2009-05-24, by bcoudurier
-
move DEBUG define before include to get dprintf and move guidcmp before print_guid, fix compilation with DEBUG libavformat2009-05-24, by bcoudurier
-
fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com libavformat2009-05-23, by bcoudurier
-
simplify pes timestamps fetching, based on a patch by corp186, chasedouglas at gmail dot com libavformat2009-05-23, by bcoudurier
-
compute total bitrate more accurately, patch by corp186, chasedouglas at gmail dot com libavformat2009-05-23, by bcoudurier
-
correctly check for audio streams in mpeg ps muxer, fix multiple audio tracks libavformat2009-05-21, by bcoudurier
-
free Track and unset priv_data to avoid double free, fix memleak libavformat2009-05-15, by bcoudurier
-
parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gop libavformat2009-05-13, by bcoudurier
-
Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative. libavformat2009-05-13, by bcoudurier