|
|
|
@de8c8181
|
17 years |
banan |
Rearrange parameter logic
Originally committed as revision 13979 to …
|
|
|
@a9d9aa36
|
17 years |
baptiste.coudurier |
revert r13867, - reference stdout, I was drunk
Originally committed …
|
|
|
@f035fe97
|
17 years |
banan |
Add more codec IDs and tags.
Originally committed as revision 13977 …
|
|
|
@f3b5a1a2
|
17 years |
baptiste.coudurier |
make av_find_stream_info find frame_size for aac too
Originally …
|
|
|
@80b616fc
|
17 years |
baptiste.coudurier |
use http_log now that logfile is setup
Originally committed as …
|
|
|
@f10d55ed
|
17 years |
baptiste.coudurier |
move logfile setup right after config parsing
Originally committed as …
|
|
|
@f0754ad8
|
17 years |
baptiste.coudurier |
remove useless init
Originally committed as revision 13973 to …
|
|
|
@4d35bf74
|
17 years |
michaelni |
Make av_find_stream_info() find the frame_size for vorbis.
Originally …
|
|
|
@da95f225
|
17 years |
michaelni |
Set frame_size to the gcd of what the decoder can output.
Originally …
|
|
|
@6e1aa0f3
|
17 years |
michaelni |
Fill missing pts in during muxing when we know that they are equal to …
|
|
|
@c924ca78
|
17 years |
michaelni |
We cannot calculate the duration of vorbis packets even if we do know …
|
|
|
@ff558537
|
17 years |
astrange |
Don't set mm_flags in fft-test, since it doesn't do anything anyway.
…
|
|
|
@dafe8824
|
17 years |
astrange |
Use a local variable instead of mm_flags in dct-test.
Originally …
|
|
|
@40617a6d
|
17 years |
diego |
Check for support of -fomit-frame-pointer before adding it to CFLAGS. …
|
|
|
@f0418fe
|
17 years |
diego |
Each dependency file needs to be updated when one of the files the …
|
|
|
@e8e47435
|
17 years |
stefan.gehrer |
make ModeAlphabet read-only and use a custom mode alphabet
only …
|
|
|
@181782ae
|
17 years |
michaelni |
Use correct timestamp value for stream copy.
Originally committed as …
|
|
|
@7694a7d9
|
17 years |
benoit.fouet |
Close parse context.
Patch by David LIU david liu st com
Originally …
|
|
|
@c624c219
|
17 years |
ramiro.polla |
Make it a little easier to spot that the code is not dealing only with …
|
|
|
@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 …
|
|
|