Mercurial > libavformat.hg
graph
-
set index duration to 0 for cbr, specifying whole container coverage libavformat2009-07-04, by bcoudurier
-
Check for failed extradata malloc, fixes a crash in out-of-memory conditions libavformat2009-07-03, by reimar
-
Check size of "strf" header against size of enclosing "LIST" if there is one. libavformat2009-07-03, by reimar
-
Avoid divisions by 0 in the ASF demuxer if packet_size is not valid. libavformat2009-07-03, by reimar
-
Make sure av_set_pts_info() does not set the fields of a timebase to libavformat2009-07-01, by michael
-
Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173). libavformat2009-06-29, by alexc
-
Remove inconsistent use of a @brief command in av_write_trailer() libavformat2009-06-28, by stefano
-
use AVFormatContext->probesize in av_find_stream_info and raise default to 5M libavformat2009-06-25, by bcoudurier
-
Only set CODEC_ID_PROBE when a packet from a stream having a PES header libavformat2009-06-25, by bcoudurier
-
only set par if it does not indicates a rotation, ex iphone 3GS libavformat2009-06-25, by bcoudurier
-
Remove any reference to ASFContext.packet_size and replace it with libavformat2009-06-24, by rbultje
-
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