|
|
|
@bae79c04
|
18 years |
alex |
redirect http get requests of / to index.html (note, the …
|
|
|
@c3f58185
|
18 years |
alex |
store internal timestamps in int64_t instead long
Originally …
|
|
|
@f1debfd0
|
18 years |
alex |
rescale pts/dts for output format
Originally committed as revision …
|
|
|
@f75cdda7
|
18 years |
alex |
return error if av_write_header failed (it fails on some containers …
|
|
|
@638831a
|
18 years |
alex |
disconnect client if trailer is sent
Originally committed as revision …
|
|
|
@137f7a4e
|
18 years |
alex |
give myself the glorious maintainership of ffserver and mingw port
…
|
|
|
@0a3692cd
|
18 years |
michaelni |
be less noisy
Originally committed as revision 8107 to …
|
|
|
@bd91fee
|
18 years |
michaelni |
h264 optimization: common case hl_decode_mb patch by (Alexander …
|
|
|
@65a455a8
|
18 years |
Aurélien Jacobs |
Use pointers to avoid copying AVFrame.
This ensure get_buffer() won't …
|
|
|
@6ca0c110
|
18 years |
diego |
Simplify .depend file inclusion.
Originally committed as revision …
|
|
|
@13e4dba6
|
18 years |
revol |
BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. …
|
|
|
@81a409c8
|
18 years |
revol |
ffserver uses dlopen(), so make sure it links to libdl if needed.
…
|
|
|
@a13b4efd
|
18 years |
diego |
Update (lib)nut maintainers.
Originally committed as revision 8101 to …
|
|
|
@34cee634
|
18 years |
banan |
Complete the video format enum.
Originally committed as revision 8100 …
|
|
|
@a0536d22
|
18 years |
banan |
Cosmetics.
Originally committed as revision 8099 to …
|
|
|
@58e31fb1
|
18 years |
michaelni |
reorder a few more paddws to reduce dependancy chains
chroma mc4 put …
|
|
|
@b4fe9769
|
18 years |
michaelni |
reorder paddws to reduce dependancy chain
put_h264_chroma_mc2_mmx2() …
|
|
|
@9ff77d1
|
18 years |
gpoirier |
add CODEC_TYPE_NB to enum CodecType, will be used to declare option …
|
|
|
@0c67082e
|
18 years |
michaelni |
shortening dependancy chain in chroma mc2
Originally committed as …
|
|
|
@af265162
|
18 years |
michaelni |
remove now wrong comment
Originally committed as revision 8094 to …
|
|
|
@61240ae5
|
18 years |
michaelni |
fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg …
|
|
|
@89daa6b8
|
18 years |
alex |
synchronize to latest ffm changes
Originally committed as revision …
|
|
|
@f0b23422
|
18 years |
Aurélien Jacobs |
use av_noinline instead of attribute((noinline))
Originally …
|
|
|
@9c856d62
|
18 years |
michaelni |
dont check buffer size if the decode function wont be called at all
…
|
|
|
@5dad0282
|
18 years |
takis.issaris |
av_realloc_static() is an internal function and therefore should use …
|
|
|
@beebfdb1
|
18 years |
takis.issaris |
Move the av_realloc_static() declaration out of avcodec.h into …
|
|
|
@e0b67c7
|
18 years |
takis.issaris |
Doxygenize the existing amr.c documentation.
Originally committed as …
|
|
|
@4267e90d
|
18 years |
takis.issaris |
Doxygenize the comments for the av_fast_realloc() function.
…
|
|
|
@8079a686
|
18 years |
takis.issaris |
Doxygenize the comments for the av_free_static() function.
Originally …
|
|
|
@9c5cb112
|
18 years |
takis.issaris |
Doxygenize the comments for the av_mallocz_static() function.
…
|
|
|
@3d0a39fa
|
18 years |
takis.issaris |
Doxygenize the comments for the av_realloc_static() function.
…
|
|
|
@2fa378a7
|
18 years |
takis.issaris |
Doxygenize the comments for the av_get_bits_per_sample() function.
…
|
|
|
@8f6260af
|
18 years |
takis.issaris |
Doxygenize the comments for the av_get_pict_type_char() function.
…
|
|
|
@8fc3d25
|
18 years |
takis.issaris |
Doxygenize the comments for the avpicture_free() function.
Originally …
|
|
|
@8ab4861c
|
18 years |
takis.issaris |
Move the Doxygen function documentation unaltered from …
|
|
|
@f9ec0aa1
|
18 years |
takis.issaris |
Add more Doxygen documentation.
Originally committed as revision 8078 …
|
|
|
@930344d8
|
18 years |
takis.issaris |
Fix spelling.
Originally committed as revision 8077 to …
|
|
|
@f2d64c19
|
18 years |
alex |
warn that under windows, bash <3.1 may fail on configure
Originally …
|
|
|
@4eaf1dd
|
18 years |
alex |
1l, clean up feed1.ffm after finishing the server test
Originally …
|
|
|
@508826f9
|
18 years |
alex |
fix the server regression test (it produced for me identical results …
|
|
|
@b5cccea
|
18 years |
alex |
change PF_INET to AF_INET to be consistent in the whole project. …
|
|
|
@5400e092
|
18 years |
alex |
if feeder is disconnected, clear the feed registration, thus a new …
|
|
|
@038a1243
|
18 years |
alex |
codec_tag settable via VideoTag, and transmit codec_tag in ffm
…
|
|
|
@b24daebf
|
18 years |
takis.issaris |
The memsetting of the end of buffer is not needed for audio.
…
|
|
|
@c60202df
|
18 years |
alex |
change write/read to send/recv on socket operations
Originally …
|
|
|
@d96633bb
|
18 years |
alex |
change close() to closesocket() on sockets (compatible with …
|
|
|
@db0ed93e
|
18 years |
diego |
Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst …
|
|
|
@f6618b0f
|
18 years |
takis.issaris |
Stray comment, probably copy & pasted from audio_encode_example().
…
|
|
|
@5604801
|
18 years |
takis.issaris |
Fix typo.
Originally committed as revision 8065 to …
|
|
|
@f6b375b9
|
18 years |
diego |
Merge bfin add_ldflags lines.
Originally committed as revision 8064 …
|
|
|
@e4b89522
|
18 years |
gpoirier |
add support for more pixel format (yuv422p, yuv444p, etc instead of …
|
|
|
@606f68bd
|
18 years |
diego |
cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
…
|
|
|
@3700dab4
|
18 years |
diego |
cosmetics: aswell --> as well typo fix
Originally committed as …
|
|
|
@804de96a
|
18 years |
diego |
cosmetics: fix usefuLL --> usefuL typo
Originally committed as …
|
|
|
@8684704b
|
18 years |
gpoirier |
add bfin cpu specific build options, patch by Marc Hoffman % mmh P …
|
|
|
@470d2d03
|
18 years |
michaelni |
gcc 2.95 fix
Originally committed as revision 8059 to …
|
|
|
@85975aa9
|
18 years |
takis.issaris |
Correct typo.
Originally committed as revision 8058 to …
|
|
|
@6829ac8d
|
18 years |
Aurélien Jacobs |
simplify release_buffer using FFSWAP
Originally committed as revision …
|
|
|
@3dc09ed1
|
18 years |
diego |
simplify i386 object handling
Originally committed as revision 8056 …
|
|
|
@97bbb885
|
18 years |
michaelni |
output delayed frames
fixes:
CANL4_SVA_B.264
NL3_SVA_C.264 …
|
|
|
@57177f64
|
18 years |
diego |
cosmetics: Fix another common typo, gurantee --> guArantee.
…
|
|
|
@391fcef9
|
18 years |
kostya.shishkov |
100l: forgot to reset LS mode on new frame
Originally committed as …
|
|
|
@8cba6ba9
|
18 years |
alex |
remove gettime_ms and use av_gettime instead of it
Originally …
|
|
|
@1df93ae9
|
18 years |
alex |
use av_random instead random/srandom
Originally committed as revision …
|
|
|
@d5039327
|
18 years |
diego |
Remove unused variable.
Originally committed as revision 8050 to …
|
|
|
@f55c7a33
|
18 years |
diego |
Move MinGW extralibs setting into MinGW section.
Originally committed …
|
|
|
@123bff4b
|
18 years |
takis.issaris |
Clarify FAQ, section "ffmpeg does not work".
Patch by Benoit Fouet, …
|
|
|
@0afd2a92
|
18 years |
diego |
cosmetics: Fix a common typo, sepErate --> sepArate.
Originally …
|
|
|
@0e3b6a6f
|
18 years |
takis.issaris |
Add the stream_bitrate GUID to the asf parsing code, and set stream …
|
|
|
@8ffed8d8
|
18 years |
mans |
libgsm_ms codec depends on libgsm
Originally committed as revision …
|
|
|
@9376710d
|
18 years |
michaelni |
warn if bps from user and what will be stored missmatches
Originally …
|
|
|
@a185f52a
|
18 years |
michaelni |
try to fill in missing bits_per_sample
Originally committed as …
|
|
|
@5b77a81
|
18 years |
mbardiaux |
Remove code duplicated between adpcm.c and riff.c
Originally …
|
|
|
@7ad731e9
|
18 years |
takis.issaris |
Add some more Doxygen documentation to libavcodec/utils.c.
Originally …
|
|
|
@0f482cfc
|
18 years |
takis.issaris |
Adds Doxygen docs for the av_log function.
Originally committed as …
|
|
|
@346a655
|
18 years |
mbardiaux |
Add support for MS-GSM codec
Originally committed as revision 8039 to …
|
|
|
@758a6b3c
|
18 years |
takis.issaris |
Provide Doxygen documentation.
Originally committed as revision 8038 …
|
|
|
@036bfd18
|
18 years |
takis.issaris |
Move the aframes option from the video "subsection" to the
audio …
|
|
|
@ab9c4087
|
18 years |
takis.issaris |
The --enable-a52 option was renamed to --enable-liba52, fix the FAQ …
|
|
|
@3f6bafc
|
18 years |
takis.issaris |
FAQ clarification concerning the configuration of FFmpeg for usage …
|
|
|
@bb0f999b
|
18 years |
gpoirier |
add doxygen docs for avpicture_fill()
Patch by Panagiotis Issaris % …
|
|
|
@eea5028
|
18 years |
mans |
generic foo-config --cflags/libs test
Originally committed as …
|
|
|
@f8d7b072
|
18 years |
mans |
feature tests for functions requiring one or more headers
Originally …
|
|
|
@fcfcde17
|
18 years |
mans |
revert last change, it breaks on brain damaged distros
Originally …
|
|
|
@a2e25446
|
18 years |
mans |
simplify check_lib
Originally committed as revision 8030 to …
|
|
|
@0ac47d63
|
18 years |
stefan.gehrer |
fix comment, get/show_bits(0) does not work
Originally committed as …
|
|
|
@bc155732
|
18 years |
diego |
link fix by Dujardin Bernard, dujardin.iut numericable fr
Originally …
|
|
|
@78104b5d
|
18 years |
mbardiaux |
Remove some old disabled debugging output
Originally committed as …
|
|
|
@4672503d
|
18 years |
lorenm |
simplify in fill_caches
Originally committed as revision 8026 to …
|
|
|
@9b2bb403
|
18 years |
takis.issaris |
Remove a non-C dependency (being M_PI) from the libavcodec example.
…
|
|
|
@a40de112
|
18 years |
takis.issaris |
Use a more correct value for Pi.
Originally committed as revision …
|
|
|
@0564528e
|
18 years |
banan |
Clairyfication of the gain tool struct.
Originally committed as …
|
|
|
@459022f5
|
18 years |
mans |
fix for x86-64
Originally committed as revision 8022 to …
|
|
|
@dd462087
|
18 years |
banan |
Don't use byte swaps and use the more portable way
of declaring …
|
|
|
@d1b1363e
|
18 years |
mans |
TARGET_OS in config.mak is unused
Originally committed as revision …
|
|
|
@40671fee
|
18 years |
mans |
remove --enable-mingw32 option, --target-os=mingw32 should be used
…
|
|
|
@4a5444db
|
18 years |
mans |
case insensitive OS name
Originally committed as revision 8018 to …
|
|
|
@fda51641
|
18 years |
michaelni |
factorize more calls to fill_rectangle()
Originally committed as …
|
|
|
@d19f5acb
|
18 years |
michaelni |
factorize fill_rectangle() calls
Originally committed as revision …
|
|
|
@492d0e4c
|
18 years |
alex |
display line number when printing error
Originally committed as …
|
|
|