Mercurial > libavformat.hg
graph
-
Check for explicit 32-bit FPS value so it works on 64-bit systems too libavformat2009-09-15, by kostya
-
Make h261 and mpegvideo probe a little more robust so they dont fail with libavformat2009-09-15, by michael
-
Improve sierravmd probe. It is still quite weak, but further improvements libavformat2009-09-15, by reimar
-
Slighty tweak mp3 probe threshold to prevent probetest from complaining. libavformat2009-09-14, by michael
-
Make dnxhd probe more strict, fail if we detect values in header that would libavformat2009-09-14, by reimar
-
Make DTS probe more robust against false positives (as e.g. probetest shows). libavformat2009-09-14, by reimar
-
Check the index validity more thoroughly for the c93 probe function. libavformat2009-09-14, by reimar
-
Add more sanity checks for header elements, rejecting files with clearly libavformat2009-09-14, by reimar
-
Extend check for integer overflow for malloc argument to take into account libavformat2009-09-14, by reimar
-
Fix wrong logical operator which causes too relaxed checking in VC-1 test libavformat2009-09-14, by kostya
-
Check buffer size for idcin check, otherwise false positives are too likely for libavformat2009-09-14, by reimar
-
reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-07-22.m2t libavformat2009-09-13, by bcoudurier
-
Use I/O buffer size as initial value for backoff for seeking sync point search. libavformat2009-09-13, by schreter
-
check entries against field_size, potential malloc overflow in read_stsz, fix #1357 libavformat2009-09-07, by bcoudurier
-
add one missing check for stream existence in read_elst, fix #1364 libavformat2009-09-07, by bcoudurier
-
disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default) libavformat2009-09-06, by schreter
-
cosmetic changes (indentation, doxygen comments, braces, put structures for API to header, ...) libavformat2009-09-05, by schreter
-
Extend ipmovie signature to match exactly one place in mve files that have a libavformat2009-09-05, by reimar
-
Remove fake Speex header creation from FLV demuxer. Having it there was not the libavformat2009-09-04, by jbr
-
Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat libavformat2009-08-28, by jbr
-
Check for seek failures in avi_load_index, otherwise if the index offset libavformat2009-08-26, by reimar
-
check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot edu libavformat2009-08-25, by bcoudurier
-
matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks libavformat2009-08-24, by aurel
-
Use generic multi-stream key frame finding routine to implement read_seek2 and map libavformat2009-08-22, by schreter
-
Support for generic multi-stream key frame finding for new seek API. libavformat2009-08-22, by schreter
-
actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc libavformat2009-08-10, by aurel
-
matroskadec: disable h264 parser as long as it totally mess up frame type libavformat2009-08-10, by aurel
-
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