Mercurial > libavformat.hg
graph
-
Remove old_flags variable, which is a duplicate of the flags variable. libavformat2009-07-30, by rbultje
-
Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function libavformat2009-07-30, by rbultje
-
rename freq to period which is more correct, patch by Niobos, niobos dot be at gmail dot com libavformat2009-07-28, by bcoudurier
-
Cosmetics: remove spaces between function name and arguments in declaration, libavformat2009-07-27, by rbultje
-
Use named initializers and use new/free_context() instead of extradata() libavformat2009-07-27, by rbultje
-
Implement support for EOS as used by WMS and other RTSP servers that do not libavformat2009-07-27, by rbultje
-
Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See libavformat2009-07-27, by rbultje
-
Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15: libavformat2009-07-26, by rbultje
-
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