Baptiste Coudurier
2f8fe719c6
correct comment about seek function
...
Originally committed as revision 8797 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
85b1a7222d
cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting.
...
Originally committed as revision 8796 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
245626d045
Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,
...
it's not configurable by the user.
Originally committed as revision 8795 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
a47ec310f2
Remove unused code + variable, fixes a warning.
...
Originally committed as revision 8794 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
bbe94afb7a
Add a note about license headers to the patch submission checklist.
...
Originally committed as revision 8793 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c6a29a63b1
enable seektest
...
Originally committed as revision 8792 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
e08c5c7849
seek regression test reference
...
Originally committed as revision 8791 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
db2a0e229f
dont assert(0) due to buggy rm demuxer
...
Originally committed as revision 8790 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
b9e65069bf
dont try to seek on single images
...
Originally committed as revision 8789 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a2638aa764
ensure that seek_test is rebuild if any of the libs changed
...
Originally committed as revision 8788 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
aabce53304
check ip port range from config
...
Originally committed as revision 8787 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
5eb782f080
simplificate
...
Originally committed as revision 8786 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
cb2abe3f4d
use av_strdup instead malloc/strcpy
...
Originally committed as revision 8785 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
d2040a8fb6
fixed InputFormat option, which was never working
...
Originally committed as revision 8784 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
b5a3541da1
fix av_seek_frame_generic() so that it doesnt fail if the
...
requested timestamp is after the last with backward flag
Originally committed as revision 8783 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
0aecfdf930
remove useless code, file removal is handled elsewhere
...
Originally committed as revision 8782 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
b237eb800d
init packet before calling the demuxer
...
fixed random/uninitalized AVPacket->pos
Originally committed as revision 8781 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
David Conrad
756fb7fea1
Change from using a seek table internal to the TTA demuxer to using the standard lavf index.
...
Originally committed as revision 8780 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
6b30123208
fix compilation
...
Originally committed as revision 8779 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
211c7b37eb
done in r8635 by Xiaohui Sun
...
Originally committed as revision 8778 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
73a47fb297
Blackfin is a strictly aligned processor.
...
Patch by Marc Hoffman mmh _at_ pleasantst.com
Subject: [Ffmpeg-devel] PATCH Blackfin UNALIGNED_STORES_ARE_BAD in bitstream.h
Date: Tue, 17 Apr 2007 06:12:02 -0400
Originally committed as revision 8777 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
ee0981ac73
cabac bytestream optimization from x264
...
Originally committed as revision 8776 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Mark Cox
94cebc5641
simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail com
...
Originally committed as revision 8775 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
1c02d96f6d
long -> int
...
Originally committed as revision 8774 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
9e40addd21
cosmetics: mov_mp4 -> mp4
...
Originally committed as revision 8773 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
0b07ac425a
clean and simplify esds reading function
...
Originally committed as revision 8772 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
d614f57978
remove broken ctab code
...
Originally committed as revision 8771 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
fa22ca2214
use INT64_MAX
...
Originally committed as revision 8770 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7f3f0dc221
Remove unused variable.
...
Originally committed as revision 8769 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4a7a090834
spelling/wording/punctuation
...
Originally committed as revision 8768 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
11fde35d7c
compile rawvideo decoder on request
...
Originally committed as revision 8767 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
4ea385bbbc
compile mjpeg parser if requested
...
Originally committed as revision 8766 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
ddec67e8b1
ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c
...
Originally committed as revision 8765 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
a7b91ac6de
cosmetics: remove my email address
...
Originally committed as revision 8764 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
61bc79ec9c
remove possibly broken wince cruft
...
Originally committed as revision 8763 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3154f6dbf9
typo
...
Originally committed as revision 8762 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
8520b6345c
add .type foo, %function directives for the benefit of debuggers
...
based on patch by Matthieu Castet, castet ! matthieu $ free ! fr
Originally committed as revision 8761 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
a1ce61108b
Fix parts missed in clip -> av_clip rename
...
Originally committed as revision 8760 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
b0b2faa709
Fix an use-after-free bug
...
Originally committed as revision 8759 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
2c6a5e6ccd
Remove unused callbacks from ffserver
...
Originally committed as revision 8758 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
b8c4a51598
Deobfuscade decodeTonalComponents calling logic.
...
Originally committed as revision 8757 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
1e8391777d
Version bump, atrac3 added.
...
Originally committed as revision 8756 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
0bc8590551
Let maintain things. Added myself as atrac3 maintainer.
...
Originally committed as revision 8755 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
a31978e97c
Simplify, patch by Ramiro Polla.
...
ramiro ta lisha tod ufsc tod br
Originally committed as revision 8754 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
4620ce8bb8
Remove unused vars, patch by Ramiro Polla.
...
ramiro ta lisha tod ufsc tod br
Originally committed as revision 8753 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
d9fd5461aa
Remove unused vars, patch by Ramiro Polla.
...
ramiro ta lisha tod ufsc tod br
Originally committed as revision 8752 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
b707cbb3e8
Cosmetics, patch by Ramiro Polla.
...
ramiro ta lisha tod ufsc tod br
Originally committed as revision 8751 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
a61456152d
Pullback should be performed on scaled motion vectors in B-frames
...
Originally committed as revision 8750 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ivo van Poorten
3052ddb2a8
preserve alpha channel when converting rgb32 to bgr32 in plain C
...
Originally committed as revision 23022 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Ivo van Poorten
19b202f9d1
fix red_15mask and green_15mask. the previous values were wrong and caused
...
some SIMD functions to output wrong data.
Originally committed as revision 23021 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago