22060 Commits (08f8b51f697edddfb6b66856c0d3343666e5578f)
 

Author SHA1 Message Date
Stefano Sabatini 08f8b51f69 Make avfilter_insert_filter() log the names of the filters between 15 years ago
Stefano Sabatini f37c934d20 Make query_formats() print an error message if an auto-inserted scale 15 years ago
Reimar Döffinger 1460c79097 Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel Atom. 15 years ago
Michael Niedermayer 188d3c510d Split motion vector prediction off h264.c/h. 15 years ago
Michael Niedermayer 2bedc0e854 Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just 15 years ago
Michael Niedermayer ea6f00c448 Split all the reference picture handling off h264.c. 15 years ago
Thilo Borgmann 099809d19b Reindent after last commit. 15 years ago
Thilo Borgmann ff9ea0b7cc Replace variable length array with an allocated buffer 15 years ago
Michael Niedermayer 889fce8e30 Split (picture|seq) parameter set decoding out of h264.c. 15 years ago
David Conrad 28b2866f45 /nop is illegal with Apple's older version of gas, this was fixed elsewhere 15 years ago
Michael Niedermayer 9c09546352 Split SEI code off h264.c. 15 years ago
Ronald S. Bultje 2edabfdfdb Reindent after r21166. 15 years ago
Tomas Härdin 08f7a8ac32 Use chunked encoding for HTTP uploads. Patch by Tomas Härdin 15 years ago
Michael Niedermayer 943f69a6ea Split direct mode (macro)block decoding off h264.c. 15 years ago
Michael Niedermayer 9514a0841a Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert(). 15 years ago
Martin Storsjö 51a269cd97 Make sure the destination address is written as an IP address in the SDP 15 years ago
Zuxy Meng a7494872d5 Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer 15 years ago
Sergiy 56e29bf2c9 Correct timestamps inside FLV data received by RTMP. 15 years ago
Art Clarke e2ee11e868 Use old-style RTMP handshake for old servers. 15 years ago
Michael Niedermayer 082cf97106 Split h264 loop filter off h264.c. 15 years ago
Michael Niedermayer 419276c50d Move svq3.o to the correct spot. 15 years ago
Michael Niedermayer 903d58f631 Get rid of #include "svq3.c" 15 years ago
Michael Niedermayer a683681336 Better title for the file. 15 years ago
Zuxy Meng 845e37e770 Make sure that sfence is used after any non temporal stores. 15 years ago
Vitor Sessak 6b7c7703f4 Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it. 15 years ago
Carl Eugen Hoyos 0941ee0fa6 Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. 15 years ago
Måns Rullgård dc0d86face AAC: use table for cbrtf(n)*n 15 years ago
Luca Abeni 4bf0faaafe Remove the inclusion of unneeded headers 15 years ago
Måns Rullgård 7c8af53f87 AAC: escape_sequence is 21 bits max 15 years ago
Martin Storsjö 5d629b72cb Provide a fallback for getnameinfo() also. Patch by Martin Storsjö 15 years ago
Martin Storsjö 34a65f1fdd Implement a fallback for struct sockaddr_storage if not available. 15 years ago
Martin Storsjö 33a4dbdd03 Check for struct sockaddr_storage. Patch by Martin Storsjö 15 years ago
Martin Storsjö fdcdd5396e Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsjö 15 years ago
Martin Storsjö f1888474fa Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>. 15 years ago
Martin Storsjö fa053ca725 Provide fallback implementations of getaddrinfo() and freeaddrinfo(). 15 years ago
Martin Storsjö c001861351 Check for struct addrinfo availability. Patch by Martin Storsjö 15 years ago
Ronald S. Bultje 7e43f74a37 Use getaddrinfo(), if available, in resolve_host(). Patch by Martin 15 years ago
Martin Storsjö 84882df62b Check for getaddrinfo(), patch by Martin Storsjö <$firstname()$firstname,st>. 15 years ago
Alex Converse c460833d76 fft-test: Add RDFT/IRDFT support. 15 years ago
Alex Converse 5b37ef8e43 fft-test: Replace do_mdct with a tf_transform enum and switch on it. 15 years ago
Martin Storsjö ae550ce9eb configure: Make check_type handle type names containing spaces 15 years ago
Kostya Shishkov eebece4641 Fix two RLE buffer size calculations in TSCC decoder. 15 years ago
Måns Rullgård fd07f803b1 configure: allow names with spaces in enable/disable_safe 15 years ago
Peter Ross f56f4149df add myself as the electronicarts demuxer maintainer 15 years ago
Carl Eugen Hoyos 3b3a676a13 10l: Fix forgotten variable rename from r14893 (fixes issue 1675). 15 years ago
Zuxy Meng 52c0fcaf52 Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for 15 years ago
Ramiro Polla 996de2fefa cosmetics: {} placement. 15 years ago
David Conrad 2d4970d88d oggdec: Set dts when known 15 years ago
Alexander Strange 7ffd8332c7 Add missing internal.h to files calling ff_match_2uint16(). 15 years ago
Michael Niedermayer 2c8077621b Optimize ff_snow_horizontal_compose97i. 15 years ago