Mercurial > libavformat.hg
graph
-
Only free '*ic_ptr' when a caller has pre-allocated a context and passed it in libavformat2009-07-15, by benoit
-
Make (de)muxers for format variants select the main format (de)muxer. libavformat2009-07-12, by diego
-
Fix mem leak when user preallocates an AVFormatContext, passes it to libavformat2009-07-08, by benoit
-
Check for packet_length 0, it is already treated as invalid by the padding check, libavformat2009-07-06, by reimar
-
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