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
-
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
-
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
-
Remove time_rate, we cannot compute exactly when fragments are libavformat2009-06-11, by bcoudurier
-
Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c: libavformat2009-06-09, by rbultje
-
Introduce http_get_line and modify http_connect to use http_get_line. libavformat2009-06-06, by jai_menon
-
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should libavformat2009-06-06, by stefano
-
Ensure that the extradata buffer is padded appripriately in the ogg demuxer. libavformat2009-06-05, by conrad
-
Move function for reading whole specified amount of data from RTSP libavformat2009-06-04, by kostya
-
fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com libavformat2009-05-31, by bcoudurier
-
add streams even if they are not present in PMT, fix #1092 and #835 libavformat2009-05-31, by bcoudurier
-
fix codec probing, stop after MAX_PROBE_PACKETS and return all packets libavformat2009-05-31, by bcoudurier
-
Define struct URLContext and typedef it to URLContext in one step. libavformat2009-05-25, by stefano
-
move DEBUG define before include to get dprintf and change printf to dprintf libavformat2009-05-24, by bcoudurier
-
move DEBUG define before include to get dprintf and move guidcmp before print_guid, fix compilation with DEBUG libavformat2009-05-24, by bcoudurier