Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-29avformat/udp: Remove (harmless) duplicated pkt_size entry from AVOption tableMichael Niedermayer
2015-03-29Merge commit 'ff7adead0a667e606f5a41dca591f074f9ff2f32'Michael Niedermayer
2015-03-29udp: Fix pkt_size managementLuca Barbato
2015-03-19Merge commit '8dc72eeaf647736c287b59a3856a11904bedd58b'Michael Niedermayer
2015-03-19udp: Fix crashes after adding AVOptionsMartin Storsjö
2015-03-16Merge commit '66028b7ba6b411ba12ef553e9c8f1f4a4fe27710'Michael Niedermayer
2015-03-15udp: Use AVOptionsLuca Barbato
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2014-11-27avformat/udp: Allow to specify DSCP classVincent Bernat
2014-11-05avformat/udp: UDP-Lite (RFC 3828) support addedThomas Volkert
2014-08-30avformat/udp: Move variables used only with HAVE_PTHREAD_CANCEL, under the #ifMichael Niedermayer
2014-08-16avformat/udp: remove unneeded variable initializationMichael Niedermayer
2014-08-16avformat/udp: dont mix integers with pointersMichael Niedermayer
2014-06-07avformat/udp: fix build on MINIXMichael Niedermayer
2014-05-13Support broadcast destination for udp protocolOlivier Langlois
2014-05-08lavf: use av_fifo_freepLukasz Marek
2014-03-22avformat/udp: cleanup comments, add a warning if receive buffer is unexpected...rogerdpack
2014-01-09avformat/udp: debug log udp socket sizerogerdpack
2013-12-25doc/protocols/udp,lavf/udp: apply minor documentation fixesStefano Sabatini
2013-12-17UDP: join multicast group on the interface specified with &localaddr=Stoian Ivanov
2013-08-06Merge commit 'bb9378251a167ef0116f263912e57f715c1e02ac'Michael Niedermayer
2013-08-05network: Use SOCK_CLOEXEC when availableLuca Barbato
2013-07-30Merge commit '7d99c92945e4b2d12ed2126365482e1900340da0'Michael Niedermayer
2013-07-30Merge commit '3357bccc5cb31795f248cd72dc480025f3075a5b'Michael Niedermayer
2013-07-29udp: Keep track of include and exclude sources separatelyEd Torbett
2013-07-29udp: Allow specifying multicast include/blocks as host names as wellEd Torbett
2013-06-29udp: Fix receiving large udp packetsMichael Niedermayer
2013-03-12avformat/avdevice: add missing time.h includesMichael Niedermayer
2012-11-06udp: check ff_socket_nonblock() return codeMichael Niedermayer
2012-10-28Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'Michael Niedermayer
2012-10-27udp: use socklen_t where appropriateMans Rullgard
2012-10-21udp: add missing mutex unlockMichael Niedermayer
2012-09-16udp: pick params from AVOptions alsoAndrey Utkin
2012-08-29Add 'timeout' option to UDP protocolAndrey Utkin
2012-08-06udp: do not call pthread_{mutex,cond}_destroy when not initialized.anonymous
2012-07-20udp: fix compilation when HAVE_PTHREAD_CANCEL isnt definedMichael Niedermayer
2012-07-20lavf/udp: warn in case the circular_buffer_size or overrun_nonfatal options a...Stefano Sabatini
2012-06-28udp: use av_freep() instead of av_free()Michael Niedermayer
2012-06-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-28udp: fix occasional crash on shutdownEric Petit
2012-06-27udp: Support IGMPv3 source specific multicast and source blockingMartin Storsjö
2012-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-26network: Include unistd.h from network.hMartin Storsjö
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard
2012-06-19udp: Properly check for invalid socketsMartin Storsjö
2012-06-19network: Use av_strerror for getting error messagesMartin Storsjö
2012-06-19udp: Properly print error from getnameinfoMartin Storsjö
2012-05-14udp: check for HAVE_PTHREAD_CANCEL instead of HAVE_PTHREADS.Nicolas George