|
|
|
@a4696aa2
|
17 years |
lucabe72 |
Remove improper usage of AV_TIME_BASE_Q
Originally committed as …
|
|
|
@5a893969
|
17 years |
stefan.gehrer |
remove duplicate tables
Originally committed as revision 13959 to …
|
|
|
@796d200a
|
17 years |
michaelni |
Prevent duration calculation code from generating random durations for …
|
|
|
@f67a10cd
|
17 years |
astrange |
Define mm_flags/support to be 0 on architectures where they don't …
|
|
|
@8bf61f5b
|
17 years |
stefano.sabatini-lala |
Reindent.
Originally committed as revision 13956 to …
|
|
|
@5dc8eeb6
|
17 years |
stefano.sabatini-lala |
Make ffserver show launched commandlines not only in debug-mode.
…
|
|
|
@6aada9b1
|
17 years |
stefano.sabatini-lala |
Use http_log() rather than printing on stdout to show the launched …
|
|
|
@afb40e72
|
17 years |
vitor1001 |
Simplify interp()
Originally committed as revision 13953 to …
|
|
|
@74adaa3
|
17 years |
vitor1001 |
More cosmetics
Originally committed as revision 13952 to …
|
|
|
@a976426
|
17 years |
vitor1001 |
Cosmetics
Originally committed as revision 13951 to …
|
|
|
@40444a59
|
17 years |
stefano.sabatini-lala |
Make ffserver show each launched commandline just before to launch …
|
|
|
@0e1d6a4c
|
17 years |
stefan.gehrer |
revert accidental const slipping in
Originally committed as revision …
|
|
|
@ae32e509
|
17 years |
diego |
Replace redundant MAX macro declaration by proper use of FFMAX.
…
|
|
|
@cf2baeb3
|
17 years |
stefan.gehrer |
mark read-only data as const
Originally committed as revision 13947 …
|
|
|
@73cc419
|
17 years |
vitor1001 |
Use lpc_coef[2] instead of lpc_coef and lpc_coef_old
Originally …
|
|
|
@ae70f874
|
17 years |
vitor1001 |
Remove unused entries from lpc_refl_cb*
Originally committed as …
|
|
|
@7986199f
|
17 years |
vitor1001 |
Remove unused entries from energy_tab
Originally committed as …
|
|
|
@309d32b0
|
17 years |
lucabe72 |
Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP
…
|
|
|
@f5b6778
|
17 years |
diego |
Mark constant structure member as const to avoid some warnings.
patch …
|
|
|
@fb6b04aa
|
17 years |
stefano.sabatini-lala |
Incorporate ffserver documentation Quick Start chapter into the
man …
|
|
|
@941b1258
|
17 years |
diego |
Remove redundant mm_flags declaration, fixes the warning: …
|
|
|
@14c43f91
|
17 years |
baptiste.coudurier |
log when feed is already being received
Originally committed as …
|
|
|
@65f2f028
|
17 years |
baptiste.coudurier |
reindent
Originally committed as revision 13938 to …
|
|
|
@cbcc2527
|
17 years |
vitor1001 |
Remove unused values from gain_{val,exp}_tab
Originally committed as …
|
|
|
@274ac345
|
17 years |
vitor1001 |
Now these tables fit in 16 bits.
Originally committed as revision …
|
|
|
@738ef8fd
|
17 years |
vitor1001 |
Merge the >> 4 calculation of cb1_base in the table
Originally …
|
|
|
@80e9f30c
|
17 years |
vitor1001 |
Consistency: make the output buffer the first argument of functions
…
|
|
|
@0a03b6f0
|
17 years |
vitor1001 |
Use sizeof() intead of hardcoding the values
Originally committed as …
|
|
|
@09addb11
|
17 years |
vitor1001 |
Simplify
Originally committed as revision 13932 to …
|
|
|
@f1936f61
|
17 years |
vitor1001 |
Simplify
Originally committed as revision 13931 to …
|
|
|
@b45411e2
|
17 years |
vitor1001 |
It makes more sense to return 1 here in case of overflow.
Originally …
|
|
|
@37a4b3bb
|
17 years |
vitor1001 |
Cosmetics: indent
Originally committed as revision 13929 to …
|
|
|
@b0068d75
|
17 years |
vitor1001 |
Remove unneeded check
Originally committed as revision 13928 to …
|
|
|
@56a6fac8
|
17 years |
vitor1001 |
rescale_rms() should use unsigned ints
Originally committed as …
|
|
|
@536ee174
|
17 years |
vitor1001 |
Move factor multiplication out of irms()
Originally committed as …
|
|
|
@498cb531
|
17 years |
vitor1001 |
This should be signed
Originally committed as revision 13925 to …
|
|
|
@94be3bb5
|
17 years |
vitor1001 |
More comments removal/fixes
Originally committed as revision 13924 to …
|
|
|
@42b1459
|
17 years |
vitor1001 |
Remove useless comment
Originally committed as revision 13923 to …
|
|
|
@d1024e07
|
17 years |
vitor1001 |
More comments improvement
Originally committed as revision 13922 to …
|
|
|
@c17fd98c
|
17 years |
vitor1001 |
Document defines better
Originally committed as revision 13921 to …
|
|
|
@c31333e1
|
17 years |
vitor1001 |
Remove useless define
Originally committed as revision 13920 to …
|
|
|
@51062b92
|
17 years |
vitor1001 |
Rename rotate_buffer() to copy_and_dup() and doxy it
Originally …
|
|
|
@70e70867
|
17 years |
vitor1001 |
Simplify t_sqrt()
Originally committed as revision 13918 to …
|
|
|
@89a2713e
|
17 years |
vitor1001 |
Add doxy comment
Originally committed as revision 13917 to …
|
|
|
@3890a131
|
17 years |
vitor1001 |
Rename var
Originally committed as revision 13916 to …
|
|
|
@d5d3536d
|
17 years |
vitor1001 |
Move code unrelated to lpc filtering out of lpc_filter()
Originally …
|
|
|
@5983d1c4
|
17 years |
vitor1001 |
Simplify rotate_buffer()
Originally committed as revision 13914 to …
|
|
|
@cb51aef1
|
17 years |
baptiste.coudurier |
copy extradata if present
Originally committed as revision 13913 to …
|
|
|
@a33a6eb2
|
17 years |
stefano.sabatini-lala |
Fix typo in libavcodec/opt.h.
Originally committed as revision 13912 …
|
|
|
@496a613
|
17 years |
stefano.sabatini-lala |
Make ffserver daemon chdir()s just after log init. This way a
relative …
|
|
|
@b0675954
|
17 years |
baptiste.coudurier |
fix segv, fmt_ctx is not set for rtsp
Originally committed as …
|
|
|
@07cb073b
|
17 years |
diego |
Remove unused variable, fixes the warning:
libavformat/rmdec.c:280: …
|
|
|
@ace21da3
|
17 years |
baptiste.coudurier |
cosmetics, braces placement
Originally committed as revision 13908 to …
|
|
|
@51f90867
|
17 years |
benoit.fouet |
Allocate static tables on stack, not heap.
Patch by Art Clarke: …
|
|
|
@3ab29d8e
|
17 years |
baptiste.coudurier |
10l, do not use ctx before being set, fix segv
Originally committed …
|
|
|
@dc3a6a36
|
17 years |
baptiste.coudurier |
fix compilation, this should be better
Originally committed as …
|
|
|
@4def51fa
|
17 years |
baptiste.coudurier |
10l, move init after possible goto
Originally committed as revision …
|
|
|
@8f56ccca
|
17 years |
baptiste.coudurier |
simplify, use ist
Originally committed as revision 13903 to …
|
|
|
@250be719
|
17 years |
baptiste.coudurier |
fix source stream, source_index is refering to fmt_in, needs testing
…
|
|
|
@d80904cc
|
17 years |
baptiste.coudurier |
simplify
Originally committed as revision 13901 to …
|
|
|
@e21ac209
|
17 years |
baptiste.coudurier |
no need to print date anymore since done in http_log
Originally …
|
|
|
@d4fdba0d
|
17 years |
baptiste.coudurier |
chinese avs demuxing support, demux AVSFileFormat.mp4
Originally …
|
|
|
@9acd41a4
|
17 years |
vitor1001 |
Cosmetics
Originally committed as revision 13898 to …
|
|
|
@d488e906
|
17 years |
vitor1001 |
Avoid a memcpy. Code is also simpler now in my opinion.
The downside …
|
|
|
@c1bb8f97
|
17 years |
stefano.sabatini-lala |
Document ffserver debug mode.
Originally committed as revision 13896 …
|
|
|
@60b51bb2
|
17 years |
stefano.sabatini-lala |
Document ffserver daemon mode.
Originally committed as revision 13895 …
|
|
|
@dea7da10
|
17 years |
stefano.sabatini-lala |
Document ffserver no-launch mode.
Originally committed as revision …
|
|
|
@9c09099e
|
17 years |
stefano.sabatini-lala |
Cosmetics: move ffmpeg.c dframes option definition from within the …
|
|
|
@5e8477b0
|
17 years |
Aurélien Jacobs |
matroskadec: decode track private data if needed
original patch by …
|
|
|
@935ec5a1
|
17 years |
Aurélien Jacobs |
matroskadec: move buffer decoding code to a separate function
original …
|
|
|
@51e1cc16
|
17 years |
Aurélien Jacobs |
matroskadec: fix a memory leak
Originally committed as revision 13890 …
|
|
|
@f5048aaf
|
17 years |
robert.swain |
Remove now unused variable
Originally committed as revision 13889 to …
|
|
|
@9146e4d6
|
17 years |
robert.swain |
Add generic ff_sine_window_init function and implement in codecs …
|
|
|
@d47f160
|
17 years |
Aurélien Jacobs |
vp6: ensure that huffman decoding table is sorted with descending …
|
|
|
@d43cf688
|
17 years |
diego |
cosmetics: alignment
Originally committed as revision 13886 to …
|
|
|
@4e882ca
|
17 years |
diego |
Add missing entry for PCM_DVD_ENCODER.
Originally committed as …
|
|
|
@4198efe8
|
17 years |
diego |
Add missing mpegvideo.o to list of vc1.o dependencies.
patch by Peter …
|
|
|
@c183033f
|
17 years |
diego |
Add missing entry for ADPCM_IMA_QT_ENCODER.
patch by Peter Ross, pross …
|
|
|
@cc6c2bef
|
17 years |
diego |
Add missing entry for ADPCM_EA_MAXIS_XA_DECODER.
patch by Peter Ross, …
|
|
|
@fabb990e
|
17 years |
baptiste.coudurier |
cosmetics, pts->dts
Originally committed as revision 13881 to …
|
|
|
@148c8d80
|
17 years |
baptiste.coudurier |
store dts in ffm headers
Originally committed as revision 13880 to …
|
|
|
@5e5f75cf
|
17 years |
baptiste.coudurier |
remove pts set hack, this is no more correct
Originally committed as …
|
|
|
@78a5c7a5
|
17 years |
baptiste.coudurier |
update seek reg ref due to r13856
Originally committed as revision …
|
|
|
@00eebe3
|
17 years |
Reimar.Doeffinger |
Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16
Originally …
|
|
|
@3d9cc27d
|
17 years |
baptiste.coudurier |
move code setting output parameters after possible failure
Originally …
|
|
|
@697efa36
|
17 years |
baptiste.coudurier |
move code after possible failure, so no need to free
Originally …
|
|
|
@e6f0deab
|
17 years |
baptiste.coudurier |
check av_open_input_stream error
Originally committed as revision …
|
|
|
@fbc63144
|
17 years |
baptiste.coudurier |
remove return 1, we don't change state, we are still sending data
…
|
|
|
@86771c6
|
17 years |
baptiste.coudurier |
free pb
Originally committed as revision 13872 to …
|
|
|
@f2972c8c
|
17 years |
baptiste.coudurier |
use av_open_input_stream
Originally committed as revision 13871 to …
|
|
|
@381ec677
|
17 years |
baptiste.coudurier |
do not allocate st->codec, it will be overwritten later; fix memleak
…
|
|
|
@d2ce2f5e
|
17 years |
baptiste.coudurier |
cosmetics, reindent
Originally committed as revision 13869 to …
|
|
|
@dbedf2a
|
17 years |
baptiste.coudurier |
enable feeder threads
Originally committed as revision 13868 to …
|
|
|
@0b459fb2
|
17 years |
baptiste.coudurier |
log to stderr
Originally committed as revision 13867 to …
|
|
|
@bcd3ce59
|
17 years |
baptiste.coudurier |
add callback for av_log
Originally committed as revision 13866 to …
|
|
|
@82e0be62
|
17 years |
baptiste.coudurier |
no need to print date anymore since done in http_log
Originally …
|
|
|
@9fd3442f
|
17 years |
baptiste.coudurier |
use ctime1
Originally committed as revision 13864 to …
|
|
|
@124ed1c0
|
17 years |
baptiste.coudurier |
print date in http_log
Originally committed as revision 13863 to …
|
|
|
@fa288df4
|
17 years |
baptiste.coudurier |
remove useless init
Originally committed as revision 13862 to …
|
|
|
@f69bb0cc
|
17 years |
baptiste.coudurier |
merge declaration and init
Originally committed as revision 13861 to …
|
|
|