|
|
|
@fc5607f8
|
15 years |
Reimar.Doeffinger |
Make -benchmark also print the maximum memory usage if possible.
…
|
|
|
@b7884740
|
15 years |
michaelni |
Make sure mp1/mp2 get their frame_size set.
Fixes issue1696
…
|
|
|
@6f5a3d0a
|
15 years |
martin |
Add an RTSP muxer
Originally committed as revision 21971 to …
|
|
|
@f86f6656
|
15 years |
martin |
Free metadata in chained RTP muxers in the RTSP muxer
This fixes a …
|
|
|
@af037f80
|
15 years |
martin |
Cosmetics: reindent
Originally committed as revision 21969 to …
|
|
|
@15ba2315
|
15 years |
martin |
Add declarations and doxygen documentation of generic rtsp support …
|
|
|
@2efc97c2
|
15 years |
martin |
Cosmetics: reindent after applying patches
Originally committed as …
|
|
|
@35cfd646
|
15 years |
martin |
Don't follow RTSP redirects when used as a muxer
Originally committed …
|
|
|
@3e24c770
|
15 years |
martin |
Add a function rtsp_setup_output_streams for announcing the SDP
and …
|
|
|
@fd450a51
|
15 years |
martin |
Create AVFormatContext objects as private transport for output RTSP …
|
|
|
@1d6065ad
|
15 years |
kostya.shishkov |
Make Bink decoder able to skip alpha plane
Originally committed as …
|
|
|
@9068f36
|
15 years |
kostya.shishkov |
Macroblock and block Huffman code sets are to be used by both Indeo 4 …
|
|
|
@bb29fee3
|
15 years |
kostya.shishkov |
Make Bink decoder to stop decoding planes after all bits are used. …
|
|
|
@33bc7947
|
15 years |
stefano.sabatini-lala |
Make opt_default() print an error message and exit if the option …
|
|
|
@fb030bd0
|
15 years |
kostya.shishkov |
Correct bundle lengths calculation for small Bink files.
This fixes …
|
|
|
@9b3c455c
|
15 years |
mans |
ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16
Patch …
|
|
|
@0e5f33f2
|
15 years |
michaelni |
Make sure a set r_frame_rate is not overriden by a guess.
Also make …
|
|
|
@f51674f
|
15 years |
Carl Eugen Hoyos |
Fix compilation for --enable-version3 --enable-libopencore_amrwb …
|
|
|
@403c545d
|
15 years |
michaelni |
Attempt to fix the completely random values returned by …
|
|
|
@dd4a03f7
|
15 years |
mans |
Revert "Suppress icc warnings about unknown attributes"
This reverts …
|
|
|
@ac73f1a8
|
15 years |
mans |
ARM: change argument/return type of bswap_16() to unsigned 32-bit
…
|
|
|
@a87b2f6d
|
15 years |
mans |
ARM: add missing preserve8 directives
Originally committed as …
|
|
|
@39261cd8
|
15 years |
mans |
get/show_bits() can read up to MIN_CACHE_BITS bits
The limit for …
|
|
|
@976d7bf7
|
15 years |
mans |
Suppress armcc warnings about unknown attributes
Originally committed …
|
|
|
@acbb378d
|
15 years |
michaelni |
Fix timestamp association for mpeg2 field pictures.
Fixes …
|
|
|
@7cd7d19e
|
15 years |
mans |
Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend
…
|
|
|
@48960b8f
|
15 years |
mans |
Add zero_extend() function
Originally committed as revision 21947 to …
|
|
|
@94a5218c
|
15 years |
mans |
More accurate value for log2(10)
Originally committed as revision …
|
|
|
@0cb17649
|
15 years |
Carl Eugen Hoyos |
Remove unused variable mb_xy.
Patch by avcoder, ffmpeg gmail
…
|
|
|
@1be784a2
|
15 years |
stefano.sabatini-lala |
Add support to an option -f which forces the format to use for opening …
|
|
|
@4fe3edaa
|
15 years |
vitor1001 |
AMR-NB floating-point based decoder.
Code produced during SoC by …
|
|
|
@f1b267dd
|
15 years |
Reimar.Doeffinger |
Avoid using log2, it is not available everywhere.
Should fix …
|
|
|
@dd347568
|
15 years |
diego |
Remove unused variable, fixes warnings of the type: …
|
|
|
@769c4975
|
15 years |
mans |
indent
Originally committed as revision 21940 to …
|
|
|
@4c4e7465
|
15 years |
mans |
Avoid negative shifts in build_table()
A shift by a negative amount …
|
|
|
@044a950d
|
15 years |
vitor1001 |
Fix memory leak for truncated packets in idCin demuxer
Originally …
|
|
|
@342c7dfd
|
15 years |
kostya.shishkov |
Bink video decoder
Originally committed as revision 21937 to …
|
|
|
@336ce917
|
15 years |
stefano.sabatini-lala |
Add FFprobe tool.
This is a simplified / cleaned-up version of the …
|
|
|
@f05ef45c
|
15 years |
stefano.sabatini-lala |
Use the official FFmpeg spelling: "ffmpeg" -> "FFmpeg".
Originally …
|
|
|
@8b9da8b5
|
15 years |
stefano.sabatini-lala |
Put all the options shared amongst the ff* tools under a dedicated …
|
|
|
@802da0b4
|
15 years |
ramiro.polla |
Indent.
Originally committed as revision 21933 to …
|
|
|
@d68b27a9
|
15 years |
mans |
VC1: fix missing include h263.h
Originally committed as revision …
|
|
|
@6cb35b45
|
15 years |
lessen42 |
Simplify determing whether fragments are coded
No measurable speed …
|
|
|
@a8926476
|
15 years |
lessen42 |
Handle Theora's continued runs in superblock coding.
This doesn't …
|
|
|
@855c720
|
15 years |
lessen42 |
Decode fully coded superblocks in the same manner as partial …
|
|
|
@ecb51b25
|
15 years |
lessen42 |
Make the special 4129 case for long-run bit strings a #define and …
|
|
|
@33dbc1b7
|
15 years |
lessen42 |
Use memset to set the runs partially coded superblocks
Much faster …
|
|
|
@bbdf0d22
|
15 years |
michaelni |
Make sure we dont write more bytes into filename than the array is …
|
|
|
@6a245905
|
15 years |
michaelni |
Do not attempt to open references through absolute pathes.
This would …
|
|
|
@e4a3524
|
15 years |
mans |
Replace log2f(10) with a constant
Originally committed as revision …
|
|
|
@c4f267ab
|
15 years |
vitor1001 |
Free encoder extradata in avcodec_close(). Should fix several small …
|
|
|
@7ed63ca2
|
15 years |
mans |
Add casts to correct return type in macros for missing libm funcs
…
|
|
|
@da2a5fea
|
15 years |
ramiro.polla |
x86_fft.o depends on MMX and FFT.
Originally committed as revision …
|
|
|
@2897dc78
|
15 years |
mans |
Delete avconfig.h on distclean
Originally committed as revision 21920 …
|
|
|
@b6fa8e35
|
15 years |
mans |
Delete all test related files in testclean rule
Originally committed …
|
|
|
@cbdcf479
|
15 years |
stefan.gehrer |
remove tables of codebook vector values which are contained in
another …
|
|
|
@8e339d4a
|
15 years |
Carl Eugen Hoyos |
Gcc attribute may_alias is not supported (or silently ignored) by all …
|
|
|
@2e519564
|
15 years |
vitor1001 |
Do not leave uninitialized data in the packet in MPC demuxer. Should …
|
|
|
@4280f9bb
|
15 years |
rsbultje |
Split rtsp_read_header() into two functions, so that the main part …
|
|
|
@e23d195d
|
15 years |
rsbultje |
Split out input-specific parts of rtsp_read_header() into its own, …
|
|
|
@30ff7c5c
|
15 years |
rsbultje |
Only send out NAT-punching RTP/RTCP packets when we're in demuxer …
|
|
|
@69adcc4f
|
15 years |
rsbultje |
Use mode=receive instead of mode=play if in RTSP muxer (instead of …
|
|
|
@52aa4338
|
15 years |
rsbultje |
Make rtsp_close_streams() take a AVFormatContext instead of a …
|
|
|
@4689ac4
|
15 years |
kostya.shishkov |
16l trocadero: don't forget to free frame data buffer in APE decoder
…
|
|
|
@ce8f750c
|
15 years |
kostya.shishkov |
WavPack demuxer also depends on APE tag parser
Originally committed …
|
|
|
@8cdfa474
|
15 years |
kostya.shishkov |
Make Bink demuxer skip all zero audio tracks, not only the first one
…
|
|
|
@7fa78f49
|
15 years |
daniel |
msmpeg4v* encoders depend on h263dec
Originally committed as revision …
|
|
|
@8e25a3d6
|
15 years |
daniel |
Declare WMV1 decoder dependencies
Originally committed as revision …
|
|
|
@df17dbf7
|
15 years |
daniel |
AEA demuxer requires raw.o for pcm_read_seek
Originally committed as …
|
|
|
@77ce6653
|
15 years |
daniel |
Declare CAF demuxer dependency on mpegaudio
Originally committed as …
|
|
|
@e0ae3591
|
15 years |
daniel |
Fix compilation of binkaudio_rdft when dct is disabled
Originally …
|
|
|
@3a201bd0
|
15 years |
stefan.gehrer |
remove a Huffman table from WMA which also exists in AAC
Originally …
|
|
|
@cdfc38f4
|
15 years |
vitor1001 |
Fix memory leak for truncated frames
Originally committed as revision …
|
|
|
@df2235a1
|
15 years |
vitor1001 |
Fix memory leak for truncated frames
Originally committed as revision …
|
|
|
@251f0504
|
15 years |
rsbultje |
Remove stale function declaration.
Patch by Martin Storsjö …
|
|
|
@f1c8e5aa
|
15 years |
vitor1001 |
Add missing dependency of TwinVQ
Originally committed as revision …
|
|
|
@cc01ab90
|
15 years |
stefan.gehrer |
remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct
Originally …
|
|
|
@c02fd3d2
|
15 years |
rsbultje |
Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the …
|
|
|
@aa170ed6
|
15 years |
kostya.shishkov |
cosmetics: reindent after last commit
Originally committed as …
|
|
|
@965828bb
|
15 years |
kostya.shishkov |
Since WavPack chunk can contain more samples than FFmpeg is guaranteed …
|
|
|
@245d5a48
|
15 years |
Thilo Borgmann |
Add the dependency for mpeg4audio.o of the ALS decoder.
Originally …
|
|
|
@a8c09ff2
|
15 years |
Thilo Borgmann |
Do sequential bit reading outside of []-operators.
Originally …
|
|
|
@f4f21608
|
15 years |
kostya.shishkov |
WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o …
|
|
|
@95c0d02d
|
15 years |
mans |
TOMI: 16- and 32-bit intreadwrite functions
Originally committed as …
|
|
|
@f4ce8531
|
15 years |
michaelni |
get rid of an if() 1 cpu cycle faster.
Originally committed as …
|
|
|
@e69bfde6
|
15 years |
michaelni |
Get rid of a local variable, 10 cpu cycles faster.
Originally …
|
|
|
@a305449d
|
15 years |
michaelni |
Move abs() from decode_cabac_mb_mvd() to the code that writes …
|
|
|
@8d637124
|
15 years |
alex.converse |
Add some AAC buffer overread checks.
Originally committed as revision …
|
|
|
@b623d0cb
|
15 years |
stefano.sabatini-lala |
Reindent and fix brace placement.
Originally committed as revision …
|
|
|
@22b6a24c
|
15 years |
stefano.sabatini-lala |
Vertically align a list of comparisons in sws_getCachedContext().
…
|
|
|
@5a011d8b
|
15 years |
stefano.sabatini-lala |
Merge two if conditions, allow to decrese the level of indentation of …
|
|
|
@1388709
|
15 years |
stefano.sabatini-lala |
FFmpeg is a collective effort so allowing a single name in a banner is …
|
|
|
@b80218aa
|
15 years |
mans |
Suppress icc warnings about unknown attributes
Originally committed …
|
|
|
@3cc3581d
|
15 years |
stefan.gehrer |
fix intra prediction modes with inter-MB neighbors,
the old sample …
|
|
|
@bf7c1719
|
15 years |
kostya.shishkov |
Make RTMP client send bytes read report
Originally committed as …
|
|
|
@19769ece
|
15 years |
mans |
H264: use alias-safe macros
This eliminates all aliasing violation …
|
|
|
@f4a7434f
|
15 years |
mans |
Add alias-safe aligned AV_[RW]N macros
Originally committed as …
|
|
|
@7a6053ef
|
15 years |
mans |
Use alias-safe types in AV_COPY/SWAP/ZERO macros
Originally committed …
|
|
|
@0c76e63
|
15 years |
mans |
Use alias-safe types in AV_[RW] macros
Originally committed as …
|
|
|
@d10458c9
|
15 years |
mans |
Add alias-safe union typedefs
Originally committed as revision 21877 …
|
|
|