Michael Niedermayer
85b4230f68
Do not lose user flags when passing calls from the new to the old seeking API.
...
Originally committed as revision 17959 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
4ed29207c2
Switch ffplay to new seeking API.
...
Originally committed as revision 17958 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
b82744c9ae
Switch regression test to the new seeking API.
...
Originally committed as revision 17957 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
32d885926d
add avformat_seek_file()
...
Originally committed as revision 17956 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
c73d39965e
Add an example showing how to create a video from many images.
...
Originally committed as revision 17955 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Cédric Schieli
786dcfef48
Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macro
...
Originally committed as revision 28943 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Daniel Verkamp
5cf59463a2
Add 1bpp, 8bpp, 15bpp, and 16bpp support to BMP encoder.
...
Patch by Daniel Verkamp, daniel drv nu
Originally committed as revision 17954 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
7e04cfba27
Set pkt->pos correctly (to the start of header of the packet) in swfdec.
...
Originally committed as revision 17953 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
4e35ffa978
fix swf seeking by fixing new stream detection
...
Originally committed as revision 17952 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
38eb4b114d
Remove 'lib' and 'swscale-error' from list of phony targets.
...
Both targets no longer exist.
Originally committed as revision 17951 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
0cc647cbfb
Mark all clean targets as phony.
...
Originally committed as revision 17950 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
7ed673af71
Print timing_info on -debug 1.
...
Originally committed as revision 17949 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
90a30ad59f
Add "testclean" target to .PHONY
...
Originally committed as revision 17948 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
923ed9748c
Fix direct and skip MB motion compensation in RV4:
...
two conditions were incomplete and zeroing motion
vectors was performed only on half of them.
Originally committed as revision 17947 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
abb785f19e
Simplify RoQ demuxer pts calculation by using a appropriate time bases.
...
Originally committed as revision 17946 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
15969b55d1
Set video width/height and create audio stream in read_packet instead of
...
pre-parsing the file in read_header.
This avoids some code duplication and seeking, and also avoids an IO error
for small video-only files (as created during e.g. the FATE encoder test).
Originally committed as revision 17945 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
fc34a08d77
remove sws_flags, seems to have no effect
...
Originally committed as revision 17944 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
f11c9ee996
patcheck: Replace non-POSIX echo -e with printf.
...
Originally committed as revision 17943 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Cédric Schieli
fe91924dd7
Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macro
...
Originally committed as revision 28934 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Cédric Schieli
c662e788ce
In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos element is initialized on the wrong index (not evenly aligned). This fixes it
...
Originally committed as revision 28933 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Gwenole Beauchesne
cd823ff950
Use av_mallocz() to initialize hwaccel_data_private.
...
Originally committed as revision 17942 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
27ad7d3a96
stag option to force subtitle tag
...
Originally committed as revision 17941 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
d168b3fd2d
reindent
...
Originally committed as revision 17940 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
7943a90a0d
keep original tag when stream copying subs with ipod format
...
Originally committed as revision 17939 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
c569bd0632
ipod supports both subs tags
...
Originally committed as revision 17938 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
80357cfcfb
reindent
...
Originally committed as revision 17937 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
9f52055463
write correct atoms based on tag and not format, fixes subs stream copy
...
Originally committed as revision 17936 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
d1df4da00b
use correct codec tag list for ipod format
...
Originally committed as revision 17935 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
b686d0ab4b
mxf and mxf d10 regression tests
...
Originally committed as revision 17934 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
f344ae8096
again 10l, typo, put_byte instead of put_buffer
...
Originally committed as revision 17933 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
cafdc1876a
attempt to try to generate an random umid
...
Originally committed as revision 17932 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
00b7fbdcf5
10l, set ret to 0 when finished
...
Originally committed as revision 17931 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
002c95d749
dump_format after av_write_header to print updated parameters
...
Originally committed as revision 17930 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
a2523ce2e2
fix subs track height, set track->height to codec height if not set
...
Originally committed as revision 17929 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ben Littler
3596f4e076
sn40 avi fourcc decodes with ffodivx
...
Originally committed as revision 17928 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
8358c03479
Fix typos.
...
Originally committed as revision 17927 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
e40ee25c49
Fix bug when elbg->utility_inc[elbg->numCB-1] == 1
...
Originally committed as revision 17926 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Gwenole Beauchesne
eb2c24232f
Add REGISTER_HWACCEL() for hardware accelerators.
...
Originally committed as revision 17925 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
b5b9ff2a1f
Correctly skip complete INDX chunks, i.e. read the 32-bit header correctly
...
and if the size is broken (20 bytes, header-only), calculate the expected
size and skip the index entries anyway. See "[PATCH] rmdec.c: correctly
skip indexes" thread.
Originally committed as revision 17924 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
5e622c401f
Replace all `` by $(), the latter can be nested more easily.
...
Originally committed as revision 17923 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
5fd89ca03f
Fix MMX2 check, 'movss' is not an MMX2 instruction, use 'pmaxub' instead.
...
Originally committed as revision 17922 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
f49568a467
Fix unaligned access in ff_copy_bits()
...
Originally committed as revision 17921 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
75800dce2b
Set AS to $CC by default, override with gcc only when CC is armcc
...
Originally committed as revision 17920 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
b8cc5a9fdf
Prevent (negative) overflow of rm->remaining_len. This evaluation really only
...
has two possible outcomes: either len and rm->remaining_len are the same, in
which case we care about the outcome and it is zero, or rm->remaining_len is
currently not in use and we don't care about the outcome. In that case, len
is positive and rm->remaining_len is zero, which leads to a negative result.
This is confusing and could eventually lead to a sign-flip if we skip a lot
of packets (unlikely, but still). Therefore, just always set it to zero.
Originally committed as revision 17919 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
7ccefd08f6
Revert to r17908.
...
Originally committed as revision 17918 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reynaldo H. Verdejo Pinochet
d2af569710
Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf'
...
patchset. Just a reindent.
Originally committed as revision 17917 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reynaldo H. Verdejo Pinochet
95e8325771
Functional part Kenan Gillet's 'extract and share weighted_vector_sumf'
...
patchset. Idea is to share this common code between the AMR and QCELP
decoders.
Originally committed as revision 17916 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
88c4339bda
Move MOVContext and related structures from mov.c to isom.h. See "[PATCH]
...
move MOVContext from mov.c to isom.h" thread on ML.
Originally committed as revision 17915 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
3898eed890
Reorder arguments for av_fifo_generic_read to be more logical and
...
consistent with av_fifo_generic_write.
Originally committed as revision 17914 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
60f75ad245
Fix seek regression test broken by r17905, seeking fails completely
...
for swf before and after, but it now incorrectly creates additional
streams.
Originally committed as revision 17913 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago