|
|
|
@6d0155c7
|
15 years |
michaelni |
Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2)
same speed as far as …
|
|
|
@bc77fce6
|
15 years |
ramiro.polla |
Clear freed pointer in ffplay.c.
Fixes a crash when audio stream is …
|
|
|
@90332deb
|
15 years |
michaelni |
Replace ad-hoc fill rectangle by fill_rectangle().
Originally …
|
|
|
@d2df291f
|
15 years |
kostya.shishkov |
ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls …
|
|
|
@601e74d3
|
15 years |
pross |
it is not necessary to display the decoder name, as av_log() …
|
|
|
@dd80be5b
|
15 years |
pross |
low-complexity Bink file seeking
Originally committed as revision …
|
|
|
@7e276c85
|
15 years |
pross |
set AVINDEX_KEYFRAME correctly for bink
Originally committed as …
|
|
|
@8d819221
|
15 years |
Carl Eugen Hoyos |
Correctly increment continuity_counter in PCR packets.
Patch by Yann …
|
|
|
@6538c0f
|
15 years |
benoit.fouet |
asfdec: skip byte array tags.
Patch from Anton Khirnov wyskas gmail
…
|
|
|
@27e74927
|
15 years |
benoit.fouet |
asfdec: add a debug message about skipped tags.
Patch from Anton …
|
|
|
@47794b9d
|
15 years |
benoit.fouet |
asfdec: fix a memleak.
Patch from Anton Khirnov wyskas gmail
…
|
|
|
@514b73cf
|
15 years |
benoit.fouet |
asfdec: only unicode tags must have even length.
Patch from: Anton …
|
|
|
@43382b5
|
15 years |
kostya.shishkov |
Introduce metadata conversion table for NUT muxer and demuxer.
Patch …
|
|
|
@c8c0ac6b
|
15 years |
ramiro.polla |
FFprobe: take only one input file.
Originally committed as revision …
|
|
|
@9127a369
|
15 years |
michaelni |
Replace /2 by faster >>1 as the mvd values are now all positive.
…
|
|
|
@5c34e36a
|
15 years |
michaelni |
Remove unused variable. Seems i forgot to commit this.
Originally …
|
|
|
@a15fdd7
|
15 years |
michaelni |
Attempt to fix issue1728 and regression of issue203
Originally …
|
|
|
@b8c93c4
|
15 years |
michaelni |
Set ist->pts to something that isnt guranteed to entangle itself with …
|
|
|
@fc298fd9
|
15 years |
diego |
Add -Wmissing-prototypes to CFLAGS if available.
Originally committed …
|
|
|
@9f7490a0
|
15 years |
michaelni |
Also favor streams with more packets in ffplay.
Originally committed …
|
|
|
@256ab3e
|
15 years |
michaelni |
Dont modify wanted_stream.
Originally committed as revision 22007 to …
|
|
|
@5b369983
|
15 years |
michaelni |
replace wanted_*_stream by wanted_stream[CODEC_TYPE]
Originally …
|
|
|
@8790961d
|
15 years |
ramiro.polla |
mlp_parser: Fix memleak.
ff_combine_frame() is called, which allocates …
|
|
|
@d7a4961e
|
15 years |
ramiro.polla |
vfwcap: support MJPG compressed streams.
Patch by Nash Tsai <nash dot …
|
|
|
@f1d5a1f2
|
15 years |
ramiro.polla |
Reorder buffer debug. Also print out if slice was buffered.
…
|
|
|
@6625a3de
|
15 years |
michaelni |
Replace *_index by st_index[codec_type].
Originally committed as …
|
|
|
@247e3954
|
15 years |
michaelni |
Favor streams with more packets if the user did not specify what she …
|
|
|
@ab392695
|
15 years |
michaelni |
Count all frames with codec_info_nb_frames not just ones with non zero …
|
|
|
@d962706f
|
15 years |
daniel |
Cosmetics: break all Makefile lines at 80 columns or less
Originally …
|
|
|
@6d3d3b83
|
15 years |
michaelni |
Redesign opt_programid code.
Its now possible to also select programs …
|
|
|
@6c6e6ef5
|
15 years |
michaelni |
Put codec_info_nb_frames back in AVStream and print its value.
This …
|
|
|
@fc323a54
|
15 years |
michaelni |
Clarify non constness of src in av_fifo_generic_write()
Originally …
|
|
|
@02cd6f54
|
15 years |
pross |
Set video stream duration for Bink demuxer
Originally committed as …
|
|
|
@9399393
|
15 years |
martin |
Cosmetics: reindent
Originally committed as revision 21995 to …
|
|
|
@b62c65f2
|
15 years |
pross |
Bink audio pts starts at 0, not reported_size
Originally committed as …
|
|
|
@c8c77d8d
|
15 years |
pross |
Use reported_size to truncate final Bink Audio frame
Originally …
|
|
|
@589760c6
|
15 years |
daniel |
Fix iff demuxer dependencies
Originally committed as revision 21992 …
|
|
|
@3dfd81e
|
15 years |
daniel |
Fix vc1 parser dependencies
Originally committed as revision 21991 to …
|
|
|
@0802cb85
|
15 years |
daniel |
Fix h264 parser dependencies
Originally committed as revision 21990 …
|
|
|
@401903dc
|
15 years |
daniel |
Fix mpeg4video parser dependencies
Originally committed as revision …
|
|
|
@5c9b9c99
|
15 years |
daniel |
Fix wmv2 encoder dependencies
Originally committed as revision 21988 …
|
|
|
@818a4a64
|
15 years |
daniel |
Fix gif encoder dependencies
Originally committed as revision 21986 …
|
|
|
@fa725249
|
15 years |
daniel |
Fix snow encoder dependencies
Originally committed as revision 21985 …
|
|
|
@19ecfb8a
|
15 years |
daniel |
Fix svq1 encoder dependencies
Originally committed as revision 21984 …
|
|
|
@60819e69
|
15 years |
kostya.shishkov |
10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock …
|
|
|
@4f974de6
|
15 years |
kostya.shishkov |
Decode alpha plane in Bink video
Originally committed as revision …
|
|
|
@bf0d54a3
|
15 years |
kostya.shishkov |
cosmetics: reindent after last commit
Originally committed as …
|
|
|
@54d4c0de
|
15 years |
kostya.shishkov |
Move plane decoding code into separate function in Bink decoder
…
|
|
|
@ba3e8214
|
15 years |
kostya.shishkov |
Bink video decoder now can use extradata to detect alpha plane …
|
|
|
@a45972a8
|
15 years |
kostya.shishkov |
Make Bink demuxer pass video flags to decoder
Originally committed as …
|
|
|
@2fc492d
|
15 years |
mans |
Declare indeo VLC table storage with correct type
Originally …
|
|
|
@db8cb47
|
15 years |
michaelni |
Try to set has_b_frames in codec init if we know everything alraedy. …
|
|
|
@9855b2e
|
15 years |
michaelni |
Move extradata reading code into codec init instead of doing it
in …
|
|
|
@3307e6ea
|
15 years |
rsbultje |
Prefix non-static RTSP functions with ff_.
Originally committed as …
|
|
|
@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 …
|
|
|