8518 Commits (d42f88025adca444475973afb3f339ec9f3635dc)
 

Author SHA1 Message Date
Diego Biurrun d42f88025a Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. 18 years ago
Diego Biurrun 15ea54d581 Add standard license header. 18 years ago
Diego Biurrun eafcac6ac8 cosmetics: Fix another common typo, dependAnt --> dependEnt. 18 years ago
Alex Beregszaszi bae79c048f redirect http get requests of / to index.html (note, the http_parse_request may worth a rewrite) 18 years ago
Alex Beregszaszi c3f5818525 store internal timestamps in int64_t instead long 18 years ago
Alex Beregszaszi f1debfd0bd rescale pts/dts for output format 18 years ago
Alex Beregszaszi f75cdda718 return error if av_write_header failed (it fails on some containers when codec is not supported) 18 years ago
Alex Beregszaszi 638831aacc disconnect client if trailer is sent 18 years ago
Alex Beregszaszi 137f7a4e40 give myself the glorious maintainership of ffserver and mingw port 18 years ago
Michael Niedermayer 0a3692cd82 be less noisy 18 years ago
Alexander Strange bd91fee3d7 h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com) 18 years ago
Aurelien Jacobs 65a455a879 Use pointers to avoid copying AVFrame. 18 years ago
Diego Biurrun 6ca0c110f5 Simplify .depend file inclusion. 18 years ago
François Revol 13e4dba690 BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building. 18 years ago
François Revol 81a409c8b5 ffserver uses dlopen(), so make sure it links to libdl if needed. 18 years ago
Diego Biurrun a13b4efd3a Update (lib)nut maintainers. 18 years ago
Benjamin Larsson 34cee63432 Complete the video format enum. 18 years ago
Benjamin Larsson a0536d22b3 Cosmetics. 18 years ago
Michael Niedermayer 58e31fb1d5 reorder a few more paddws to reduce dependancy chains 18 years ago
Michael Niedermayer b4fe97696c reorder paddws to reduce dependancy chain 18 years ago
Benoit Fouet 9ff77d1797 add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c 18 years ago
Michael Niedermayer 0c67082e02 shortening dependancy chain in chroma mc2 18 years ago
Michael Niedermayer af26516261 remove now wrong comment 18 years ago
Michael Niedermayer 61240ae556 fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr) 18 years ago
Alex Beregszaszi 89daa6b8b6 synchronize to latest ffm changes 18 years ago
Aurelien Jacobs f0b23422fa use av_noinline instead of __attribute((noinline)) 18 years ago
Michael Niedermayer 9c856d62be dont check buffer size if the decode function wont be called at all 18 years ago
Panagiotis Issaris 5dad0282b5 av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_. 18 years ago
Panagiotis Issaris beebfdb1e8 Move the av_realloc_static() declaration out of avcodec.h into bitstream.c. 18 years ago
Panagiotis Issaris e0b67c7618 Doxygenize the existing amr.c documentation. 18 years ago
Panagiotis Issaris 4267e90dd0 Doxygenize the comments for the av_fast_realloc() function. 18 years ago
Panagiotis Issaris 8079a686c3 Doxygenize the comments for the av_free_static() function. 18 years ago
Panagiotis Issaris 9c5cb112ca Doxygenize the comments for the av_mallocz_static() function. 18 years ago
Panagiotis Issaris 3d0a39fa2d Doxygenize the comments for the av_realloc_static() function. 18 years ago
Panagiotis Issaris 2fa378a72c Doxygenize the comments for the av_get_bits_per_sample() function. 18 years ago
Panagiotis Issaris 8f6260af48 Doxygenize the comments for the av_get_pict_type_char() function. 18 years ago
Panagiotis Issaris 8fc3d25c0a Doxygenize the comments for the avpicture_free() function. 18 years ago
Panagiotis Issaris 8ab4861cc2 Move the Doxygen function documentation unaltered from libavcodec/utils.c to 18 years ago
Panagiotis Issaris f9ec0aa1a9 Add more Doxygen documentation. 18 years ago
Panagiotis Issaris 930344d854 Fix spelling. 18 years ago
Alex Beregszaszi f2d64c1968 warn that under windows, bash <3.1 may fail on configure 18 years ago
Alex Beregszaszi 4eaf1ddf60 1l, clean up feed1.ffm after finishing the server test 18 years ago
Alex Beregszaszi 508826f961 fix the server regression test (it produced for me identical results in more runs, really). 18 years ago
Alex Beregszaszi b5cccea088 change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards 18 years ago
Alex Beregszaszi 5400e0923a if feeder is disconnected, clear the feed registration, thus a new feeder can connect 18 years ago
Alex Beregszaszi 038a1243a2 codec_tag settable via VideoTag, and transmit codec_tag in ffm 18 years ago
Panagiotis Issaris b24daebf22 The memsetting of the end of buffer is not needed for audio. 18 years ago
Alex Beregszaszi c60202dffe change write/read to send/recv on socket operations 18 years ago
Alex Beregszaszi d96633bbe4 change close() to closesocket() on sockets (compatible with libavformat) 18 years ago
Marc Hoffman db0ed93e22 Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com. 18 years ago