Mercurial > libavformat.hg
graph
-
mov demuxer: Track the current position also for streams that have AVDISCARD_ALL set. libavformat2009-06-24, by reimar
-
mov_read_packet: extract code that searches for the stream/sample to demux next libavformat2009-06-24, by reimar
-
mov_read_packet: if dv_get_packet fails, return exactly its error value libavformat2009-06-24, by reimar
-
In mov_read_packet remember the AVStream we want to demux next instead of the libavformat2009-06-24, by reimar
-
Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at). libavformat2009-06-23, by rbultje
-
Change packet_size from signed to unsigned, since it never has a negative libavformat2009-06-22, by rbultje
-
oggenc: Change error log text. An error here does not necessarily mean libavformat2009-06-21, by jbr
-
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