25946 Commits (a51125b52f5e23673782a421cb219b55933f4cec)
 

Author SHA1 Message Date
Vitor Sessak ef4a93426a Include stdint.h instead of inttypes.h, it is enough for what this file need. 14 years ago
Josh Allmann b20359f51a rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet 14 years ago
Josh Allmann 682d28a965 Reindent 14 years ago
Josh Allmann ff328c0225 rtpdec: Read RTCP compound packets 14 years ago
Josh Allmann a1ba71aace rtsp: Check the RTCP file handle for new packets, too 14 years ago
Ronald S. Bultje 6a1712ddb5 Fix two compiler arnings related to printf-format of sizeof()-statements. 14 years ago
Zhentan Feng 37c506e8b9 stream_selection can be freed in the fail case, in which case it's unassigned. 14 years ago
Vitor Sessak 774b20ca72 Hopefully fix the fate-ws_snd breakage on PPC 14 years ago
Loren Merritt 19d929f9a3 cosmetics in imdct_sse 14 years ago
Vitor Sessak 2d0cdf3cc0 Add fate test for Westwood SND1 codec 14 years ago
Vitor Sessak 0a24503d04 Remove CCITT fax G4 tests (partial revert of r24954). This test is 14 years ago
Aurelien Jacobs 601090b5c0 cosmetic 14 years ago
Vitor Sessak 3b619cab31 CCITT Fax Group compression fate tests 14 years ago
Måns Rullgård db7515fd1e configure: move config.fate creation after OS section 14 years ago
Måns Rullgård 6f9ea29ec6 configure: write config.fate file as early as possible 14 years ago
Måns Rullgård 25432e8503 configure: improve error message for missing yasm 14 years ago
Alex Converse 9cca1e4096 x86: Require yasm OR --disable-asm OR --disable-mmx OR --disable-yasm to build. 14 years ago
Måns Rullgård e90aa6ed2d Revert "Disable MMX for i686 and pentiumpro" 14 years ago
Ronald S. Bultje 4eca52ed19 Fix typos when converting inline asm to yasm, fixes MMX-only fate-ea-vp61. 14 years ago
Måns Rullgård d29d9cccf8 fate: print list of tests with "make fate-list" 14 years ago
Måns Rullgård 0a6cf0afdc Disable MMX for i686 and pentiumpro 14 years ago
Måns Rullgård bcafde6174 configure: select warning suppression syntax based on armcc version 14 years ago
Tobias Bindhammer 133cc989dd Cosmetic changes. 14 years ago
Tobias Bindhammer 2fdb2b5438 Insert info from extradata into header 14 years ago
Tobias Bindhammer 9e906bb1bf Added option to write frames interleaved (yet disabled) 14 years ago
Tobias Bindhammer 3156df450f Clarify code/avoid possible bugs by using precalculated values that are used for extradata as well 14 years ago
Tobias Bindhammer 6cd94998a4 enable a flexible lifetime 14 years ago
Tobias Bindhammer 99d8166daf Setting proper values in extradata for future use in muxer 14 years ago
Martin Storsjö e0ae6c17fe Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QT 14 years ago
Stefano Sabatini 798dc641c4 Add APIchanges entry after the addition of 14 years ago
S.N. Hemanth Meenakshisundaram 5da19b53c6 Implement avcodec_get_channel_layout(). 14 years ago
Andreas Öman f06d6c751f Make stub version of ff_sdp_write_media() match its prototype 14 years ago
Ronald S. Bultje 6697bc33e2 Revert r24931, it broke Win32 and some BSD compiles (yay fate). 14 years ago
Måns Rullgård 3d1b1caa6b Remove duplicate definitions of fullpel MC functions 14 years ago
Måns Rullgård 694c5a2850 sp5x: remove broken code under #if 0 14 years ago
Ronald S. Bultje 72f642400b Mark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2(), which is contributing 14 years ago
Måns Rullgård 74c847e098 fate: build with --enable-gpl 14 years ago
Josh Allmann 186f1ec5f4 Add rtp_get_rtcp_file_handle function 14 years ago
Vitor Sessak 4574b815cc VP3 fate test 14 years ago
Ronald S. Bultje b8521394c3 Add changelog entry for MMSH support. 14 years ago
Måns Rullgård 69dad87c48 VP6: fix vp6_filter_diag4_mmx/sse on 64-bit 14 years ago
Martin Storsjö 7934b15d5a Handle IPv6 in the RTSP code 14 years ago
Martin Storsjö 3fbd12d109 Handle IPv6 in the SDP demuxer 14 years ago
Måns Rullgård 94f8b2d799 ARM: update struct offsets 14 years ago
Ramiro Polla 0fc29f2708 swscale: simplify selection of optimizations to compile. 14 years ago
Ramiro Polla 8f02861636 swscale: Always define COMPILE_xxx to either 0 or 1. 14 years ago
Ronald S. Bultje 89fa3504ed Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This should 14 years ago
Ronald S. Bultje 3a0885146c Move vp6_filter_diag4() from DSPContext to VP56DSPContext. 14 years ago
Martin Storsjö 2401660d2f rtsp: Return EOF if the TCP control channel is closed 14 years ago
Martin Storsjö 5a8693ef59 Reindent 14 years ago