8540 Commits (112971af2667b11e8bd3d3d7e6629a0fa8b8151c)

Author SHA1 Message Date
Diego Biurrun 09f211987c misc typo and wording fixes 13 years ago
Luca Barbato 09a445ce34 flvdec: initial stream switch support 13 years ago
Anton Khirnov 5e745cefc0 asfdec: read attached pictures. 13 years ago
Anton Khirnov 728d2afa17 apetag: reindent 13 years ago
Anton Khirnov 02a951b919 apetag: export attached covers as video streams. 13 years ago
Anton Khirnov b72767df8e apetag: fix the amount of data read from binary tags. 13 years ago
Anton Khirnov f2e175c756 apetag: make sure avio_get_str() doesn't read more than it should. 13 years ago
Anton Khirnov a02b8c695c mov: read itunes cover art. 13 years ago
Kostya Shishkov edf35d8342 MS ATC Screen (aka MSS3) decoder 13 years ago
Ronald S. Bultje 5a608a239b os_support: Add fallback definitions for stat flags 13 years ago
Martin Storsjö cab2eb87f9 os_support: Rename the poll fallback function to ff_poll 13 years ago
Martin Storsjö cdee08e365 network: Check for struct pollfd 13 years ago
Martin Storsjö 71078ad333 os_support: Don't compare a negative number against socket descriptors 13 years ago
Ronald S. Bultje 5aff37d28d os_support: Include all the necessary headers for the win32 open function 13 years ago
Ronald S. Bultje 3b1ab197be file: Only include unistd.h if it exists 13 years ago
Ronald S. Bultje dfb57fc596 rtpdec: Don't explicitly include unistd.h any longer 13 years ago
Damien Fetis b92c7ee662 flv: add support for G.711 13 years ago
Luca Barbato 1cb34ea4fe flvenc: K&R formatting cosmetics 13 years ago
Alex Converse a112822597 movenc: Add channel layouts for PCM. 13 years ago
Martin Storsjö 75d339e044 udp: Support IGMPv3 source specific multicast and source blocking 13 years ago
Jordi Ortiz ef882e464a tcp: Pass NULL as hostname to getaddrinfo if the string is empty 13 years ago
Jordi Ortiz 58f3e09ee4 tcp: Set AI_PASSIVE when the socket will be used for listening 13 years ago
Anton Khirnov ce0a975689 mpc8: read APE tags. 13 years ago
Ronald S. Bultje 4b1b1449d9 network: Don't redefine error codes if they already exist in errno.h 13 years ago
Ronald S. Bultje e64bceeac0 configure: Check for sys/time.h 13 years ago
Martin Storsjö 39dba5aa1b network: Include unistd.h from network.h 13 years ago
Carl Eugen Hoyos fbcaceb1ff mov: do not try to read total disc/track number if data atom is too short. 13 years ago
Martin Storsjö dc53858063 wtv: Check the return value from gmtime 13 years ago
Anton Khirnov 980e65f119 ape: create audio stream before reading tags. 13 years ago
Anton Khirnov a7b8ff94b1 mov: make a length variable larger. 13 years ago
Mashiat Sarker Shakkhar f57d2f587b image2: Add "start_number" private option to the demuxer 13 years ago
Mashiat Sarker Shakkhar b5bce20cc3 image2: Add "start_number" private option to the muxer 13 years ago
Mans Rullgard 896bb0d742 Replace usleep() calls with av_usleep() 13 years ago
Mans Rullgard c19e0ebe53 lavf: include libavutil/time.h instead of redeclaring av_gettime() 13 years ago
Ronald S. Bultje 67ffcb9613 lavf: Make codec_tag arrays constant 13 years ago
Mans Rullgard dc7e336cae lavf, lavu: version bumps and APIchanges for av_gettime() move 13 years ago
Kostya Shishkov 005c80b645 MS Screen 1 decoder 13 years ago
Mans Rullgard ae0a301668 Move av_gettime() to libavutil 13 years ago
Ronald S. Bultje f1f37c7011 mov: fix operator precedence bug 13 years ago
Mans Rullgard 6501dcfb5e Remove unnecessary inclusions of [sys/]time.h 13 years ago
Mans Rullgard 4e5a514813 lavf: remove unnecessary inclusions of unistd.h 13 years ago
Martin Storsjö 042b272a4a udp: Properly check for invalid sockets 13 years ago
Martin Storsjö bb6c1abb0e tcp: Check the return value from getsockopt 13 years ago
Martin Storsjö a840cdda6c network: Use av_strerror for getting error messages 13 years ago
Martin Storsjö 860b40f1f2 udp: Properly print error from getnameinfo 13 years ago
Martin Storsjö 6aa4e88106 mmst: Use AVUNERROR() to convert error codes to the right range for strerror 13 years ago
Martin Storsjö 561687696f network: Pass pointers of the right type to get/setsockopt/ioctlsocket on windows 13 years ago
Samuel Pitoiset 9d811fd80f rtmp: Reduce the number of idle posts sent by sleeping 50ms 13 years ago
Ronald S. Bultje 8703f0140f flvdec: remove incomplete, disabled seeking code 13 years ago
Ronald S. Bultje 51a2b5546b http: replace atoll() with strtoll() 13 years ago