Ramiro Polla
a4fa192c81
configure: vertical alignment cosmetics.
...
Originally committed as revision 15958 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
632948bd5a
configure: Use check_lib2 for bzlib.
...
Functions are exported as WINAPI in win32, so it is not picked up by check_lib.
Originally committed as revision 15957 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Benjamin Larsson
13367a46bc
channel layout support for ffmpeg.c
...
Originally committed as revision 15956 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
3bff4d8b7a
Implement the fields rc_max_available_vbv_use and
...
rc_min_vbv_overflow_use in AVCodecContext, and use their values in the
ratecontrol code rather than hardcoded ones.
See the thread: "[RFC] ratecontrol buffer size magic".
Patch by Baptiste Coudurier.
Originally committed as revision 15955 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
cd0e37d3b1
Replaces not the anymore valid -flags +trell option with -trellis 2.
...
Originally committed as revision 15954 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
91cd7eb633
Rename functions in sdp.c for consistency's sake.
...
Originally committed as revision 15953 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
10ba7404d2
s/FFserver/ffserver/ in the help message invocation synopsis.
...
See the thread: "Define cmdline_program_name and use it in show_help".
Originally committed as revision 15952 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
d041a59897
Add support for parsing and decoding DCA-HD streams.
...
Originally committed as revision 15951 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
d33ee3f2b1
RV40 loop filter
...
Originally committed as revision 15950 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
de8cac167d
Invoke future RV30/40 loop filter for already decoded rows instead of
...
the whole frame at once.
Originally committed as revision 15949 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
10ac361827
Do not duplicate AAN DCT tables in dct-test.c.
...
Originally committed as revision 15948 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
2d70cc38c5
Add missing '-test' in name of imgresample test.
...
Originally committed as revision 15947 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
3a25ca18f3
Make rate_emu a global property rather than to be settable for a
...
specific input video stream.
See the thread: Fix ffmpeg -re behaviour.
Originally committed as revision 15946 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
cdd7157bc3
Remove AVInputStream frame variable definition and usage, unnecessary
...
after the last commit.
Originally committed as revision 15945 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
cb103a194b
Make the input realtime framerate emulation code use ist->pts for
...
computing the time of the next frame to send to output.
See the thread: fix ffmpeg -re behaviour.
Originally committed as revision 15944 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
f653095bdd
Fix RV40 chroma MC
...
Originally committed as revision 15943 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
5bc8ebd3ea
Use PIX_FMT_NONE to silence icc warning #188 :
...
enumerated type mixed with another type
Originally committed as revision 15942 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
2a023c36ea
Only build the imgresample test if the old scaler was enabled.
...
Originally committed as revision 15941 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
e8ed9b7a73
Automatically check the dependencies for the AAN DCT tables.
...
This also makes the AAN DCT tables individually selectable.
Originally committed as revision 15940 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
8b22017f38
Move aanscales tables to their own file; fixes compilation without encoders.
...
based on a patch by David Geldreich, david.geldreich free fr
Originally committed as revision 15939 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
5bdf124c42
cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible.
...
Originally committed as revision 15938 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
f107a02d4e
Move encoder-specific quantize_c and related tables to the H.264 encoder.
...
Originally committed as revision 15937 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
085bf69f31
Add udp.c maintainer.
...
Originally committed as revision 15936 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
35d0c2173c
Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64),
...
to fix generated code on ICC 11.0.
Originally committed as revision 15935 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
bd2b6b33bf
snow: move scratch buffer from stack to malloced buffer in context
...
This is required to ensure 16-byte alignment.
Originally committed as revision 15934 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
ab56b321a9
Disable unused code for now to allow 'make checkheaders' to pass.
...
Originally committed as revision 15933 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
4b5f19074e
Add missing headers to get 'make checkheaders' closer to passing.
...
Originally committed as revision 15932 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
819e4dd9e6
svq1enc: move scratch buffer from stack to context to ensure alignment
...
Originally committed as revision 15931 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
6b8810d0ca
flashsv: use skip_bits_long() where required
...
skip_bits(gb, n) with n > 17 doesn't work with all bitstream readers.
Switch to skip_bits_long() instead.
Originally committed as revision 15930 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
f4cca718cf
move decoder initialization in separate function, earlier failure detection
...
Originally committed as revision 15929 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
f2e92ad105
Make non-void replacement functions actually return a value.
...
Originally committed as revision 15928 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
ce9ff9cc52
Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.
...
Originally committed as revision 15927 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
ee2a957fbd
Use golomb_to_pict_type instead of its duplicate, slice_type_map.
...
Originally committed as revision 15926 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
7f8f4b40aa
cosmetics: Align table for better readability.
...
Originally committed as revision 15925 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
c5b2fe165a
Some BMP files have file size declared in the header equal to headers size
...
without image data, so try to correct that value before conducting checks on
declared file size.
Originally committed as revision 15924 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
e282307b21
Give more meaningful message on BMP header parsing error
...
Originally committed as revision 15923 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
4a14e66605
Add known BMP header sizes.
...
Now 11B*.bmp from samples repository can be decoded.
Originally committed as revision 15922 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
4deaa94639
Add shift argument to MULL() macro
...
This replaces use of FRAC_BITS in the MULL() definition with a third
argument specifying the shift amount. All uses of this macro are
updated to pass FRAC_BITS as third argument.
Originally committed as revision 15921 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Robert Swain
8f5aaa6d2f
AAC: Cosmetics after last commit
...
Originally committed as revision 15920 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
7633a0415d
AAC: Frequency domain prediction and hence Main profile support
...
Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 15919 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
e9d0fdef53
Strong filtering function for future RV40 loop filter
...
Originally committed as revision 15918 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
d270cb4ae4
ARM: move dct_unquantize_h263_*_armv5te asm to separate file
...
Originally committed as revision 15917 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
63f412f902
Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.
...
Originally committed as revision 15916 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
9a5771e9c1
Run regression tests on target system.
...
Originally committed as revision 15915 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
dbad2c29cc
Build regression test data generators using HOSTCC
...
Originally committed as revision 15914 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
a7ada2bade
configure: set TARGET_EXEC and TARGET_PATH
...
TARGET_EXEC specifies a command to execute cross-compiled binaries,
e.g. through a remote shell or an emulator.
TARGET_PATH specifies the path to the build directory on the target,
e.g. mounted over NFS.
Originally committed as revision 15913 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
9da6609f2d
configure: set HOSTCC to native compiler
...
The HOSTCC value defaults to the value of CC if not cross-compiling.
If cross-compiling, HOSTCC defaults to "gcc".
HOSTCFLAGS, HOSTLDFLAGS, and HOSTLIBS are also given sensible default
values.
Originally committed as revision 15912 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
88268e944a
configure: simplify set_default function
...
Originally committed as revision 15911 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
a8e4161333
Add forgotten file format pgmyuv.
...
Originally committed as revision 15910 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
6bbb5bf83c
Support picture output without -f image2 for most codecs.
...
Originally committed as revision 15909 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago