Mercurial > libavformat.hg
graph
-
Split out the packet parsing from the main function body in rmdec.c libavformat2007-11-08, by benoit
-
Give Ogg muxer a lib prefix in the name like we do with all other formats libavformat2007-11-08, by diego
-
Move external library registrations into a separate block after all native libavformat2007-11-07, by diego
-
Give the libnut muxer a lib prefix in its name so it does not conflict with libavformat2007-11-07, by diego
-
Specify the server address when opening an rtp:// URL in rtsp.c, so libavformat2007-11-07, by lucabe
-
Allow propagation of stream selection through the ASF demuxer to the libavformat2007-11-06, by benoit
-
Do not send too many RTCP packets (according to RFC 3550, the minimum libavformat2007-11-05, by lucabe
-
Use a symbolic name for the payload size of an RTCP Sender Report packet libavformat2007-11-05, by lucabe
-
Add some parentheses to clarify operator precedence, fixes the warnings: libavformat2007-11-04, by diego
-
make sure the mpeg audio header is valid before passing it to ff_mpegaudio_decode_header() libavformat2007-11-04, by andoma
-
Enable debug variable only when debug code is enabled, fixes the warning: libavformat2007-11-04, by diego
-
Take the target address family in account when determining the family of libavformat2007-10-31, by lucabe
-
Resolve hosts and bind sockets even when the local_port is not set (0) libavformat2007-10-31, by lucabe
-
If local port n is not available, try n + 2 instead of continuing to bind libavformat2007-10-30, by lucabe
-
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers libavformat2007-10-30, by bcoudurier