8694 Commits (4e780252f41cbdf87b9283ce2a9e5fc8438f6da9)
 

Author SHA1 Message Date
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
Panagiotis Issaris f6618b0f43 Stray comment, probably copy & pasted from audio_encode_example(). 18 years ago
Panagiotis Issaris 5604801191 Fix typo. 18 years ago
Diego Biurrun f6b375b95e Merge bfin add_ldflags lines. 18 years ago
Limin Wang e4b895228f add support for more pixel format (yuv422p, yuv444p, etc instead of yuv420 only.) 18 years ago
Diego Biurrun 606f68bd10 cosmetics: typo fixes, usefuLL --> useful and aswell --> as well 18 years ago
Diego Biurrun 3700dab4f2 cosmetics: aswell --> as well typo fix 18 years ago
Diego Biurrun 804de96a83 cosmetics: fix usefuLL --> usefuL typo 18 years ago
Marc Hoffman 8684704bbe add bfin cpu specific build options, patch by Marc Hoffman % mmh P pleasantst P com % 18 years ago
Michael Niedermayer 470d2d03cc gcc 2.95 fix 18 years ago
Panagiotis Issaris 85975aa9a5 Correct typo. 18 years ago
Aurelien Jacobs 6829ac8de4 simplify release_buffer using FFSWAP 18 years ago
Diego Biurrun 3dc09ed188 simplify i386 object handling 18 years ago
Michael Niedermayer 97bbb8851b output delayed frames 18 years ago
Diego Biurrun 57177f648d cosmetics: Fix another common typo, gurantee --> guArantee. 18 years ago
Kostya Shishkov 391fcef9a9 100l: forgot to reset LS mode on new frame 18 years ago
Alex Beregszaszi 8cba6ba97a remove gettime_ms and use av_gettime instead of it 18 years ago
Alex Beregszaszi 1df93ae910 use av_random instead random/srandom 18 years ago
Diego Biurrun d5039327f1 Remove unused variable. 18 years ago
Diego Biurrun f55c7a3359 Move MinGW extralibs setting into MinGW section. 18 years ago
Benoit Fouet 123bff4bf1 Clarify FAQ, section "ffmpeg does not work". 18 years ago
Diego Biurrun 0afd2a92bd cosmetics: Fix a common typo, sepErate --> sepArate. 18 years ago
Ryan Martell 0e3b6a6f55 Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate 18 years ago
Måns Rullgård 8ffed8d89f libgsm_ms codec depends on libgsm 18 years ago
Michael Niedermayer 9376710d06 warn if bps from user and what will be stored missmatches 18 years ago