Mercurial > libavformat.hg
graph
-
Write 0 instead of seeking forward (and leaving bytes uninitalized), libavformat2008-01-12, by michael
-
Do not install rtp.h (which should have never been part of the public API) libavformat2008-01-11, by lucabe
-
Add one more parameter to avc_parse_nal_units so that it allows not to libavformat2008-01-11, by aurel
-
Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()), libavformat2008-01-10, by rbultje
-
Make rtp_parse_packet() always call the vfunc of the dynamic payload handler libavformat2008-01-10, by rbultje
-
Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it libavformat2008-01-07, by ivo
-
Rename two structures, identifiers starting with _[A-Z] are reserved. libavformat2008-01-06, by diego
-
do not return an error, but warn and recover when encountering an audio packet libavformat2008-01-05, by ivo
-
Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies libavformat2008-01-04, by lucabe
-
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies libavformat2008-01-04, by lucabe
-
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) libavformat2007-12-29, by aurel
-
fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com) libavformat2007-12-29, by aurel
-
Try to fix url_split() so that the ?foobar part is in the path and only the path. libavformat2007-12-29, by michael
-
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent libavformat2007-12-28, by lu_zero
-
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng support libavformat2007-12-28, by lu_zero
-
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment libavformat2007-12-28, by lu_zero
-
Check for the presence of sys/select.h and conditionally #include it. libavformat2007-12-27, by diego
-
Revert r6124, the change was just wrong, other formats than MPEG-PS can be libavformat2007-12-25, by michael
-
Document a few more structure change rules with relation to ABI/API. libavformat2007-12-20, by michael
-
Make recently added and still unused read_seek functions return offset_t. libavformat2007-12-19, by michael
-
use generic 'glbl' atom if extradata is present but no specific method is known libavformat2007-12-19, by bcoudurier
-
supports glbl atom containing generic extradata for all codecs libavformat2007-12-19, by bcoudurier
-
Remove dead code which disappeared with the last major version bump. libavformat2007-12-19, by michael
-
Remove *_codec_id from AVFormatParameters with the next major version bump. libavformat2007-12-19, by michael
-
Simplify av_close_input_file similarly to av_open_input_file previously libavformat2007-12-17, by reimar
-
Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek() libavformat2007-12-17, by benoit
-
do not retain useless pointers to avstream priv_data, use it directly libavformat2007-12-16, by bcoudurier
-
return error when url_fseek could not read until desired offset in streamed mode libavformat2007-12-16, by bcoudurier
-
Check sanity in the palette loading operation. The addresses a potential security risk in libavformat2007-12-05, by melanson
-
check mov_read_default return value where appropriate, patch by takis, fix issue 285 libavformat2007-12-03, by bcoudurier
-
return a slightly larger score if we find more than 500 valid mp3 frames in a row libavformat2007-12-03, by michael
-
prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 files libavformat2007-12-03, by michael
-
Fix muxer so that generated files are playable by realplayer, other open libavformat2007-12-02, by rtogni
-
Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(), libavformat2007-11-29, by lucabe
-
Extend URLProtocol with new function pointers and api functions for libavformat2007-11-24, by andoma
-
Replace realloc with free+malloc, the previous content of the buffer is libavformat2007-11-19, by rtogni
-
Optimize memory management to create an av_packet from multiple slices: libavformat2007-11-18, by rtogni
-
When new streams are detected, look for old filters and close them out. libavformat2007-11-17, by heydowns
-
Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP libavformat2007-11-16, by lucabe
-
Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in FLV specification v9. libavformat2007-11-16, by alex
-
Use the same code to set local_port in the IPv4-only case and in the libavformat2007-11-15, by lucabe
-
Remove some useless assignments (the UDPContext is allocated with av_mallocz()) libavformat2007-11-14, by lucabe
-
Use recv() instead of recvfrom() (removes some other differences between libavformat2007-11-14, by lucabe