|
|
|
@cd0e37d3
|
16 years |
stefano.sabatini-lala |
Replaces not the anymore valid -flags +trell option with -trellis 2.
…
|
|
|
@91cd7eb
|
16 years |
stefano.sabatini-lala |
Rename functions in sdp.c for consistency's sake.
Originally …
|
|
|
@10ba740
|
16 years |
stefano.sabatini-lala |
s/FFserver/ffserver/ in the help message invocation synopsis.
See the …
|
|
|
@d041a598
|
16 years |
kostya.shishkov |
Add support for parsing and decoding DCA-HD streams.
Originally …
|
|
|
@d33ee3f2
|
16 years |
kostya.shishkov |
RV40 loop filter
Originally committed as revision 15950 to …
|
|
|
@de8cac16
|
16 years |
kostya.shishkov |
Invoke future RV30/40 loop filter for already decoded rows instead of …
|
|
|
@10ac3618
|
16 years |
diego |
Do not duplicate AAN DCT tables in dct-test.c.
Originally committed …
|
|
|
@2d70cc38
|
16 years |
diego |
Add missing '-test' in name of imgresample test.
Originally committed …
|
|
|
@3a25ca18
|
16 years |
stefano.sabatini-lala |
Make rate_emu a global property rather than to be settable for a …
|
|
|
@cdd7157b
|
16 years |
stefano.sabatini-lala |
Remove AVInputStream frame variable definition and usage, unnecessary …
|
|
|
@cb103a19
|
16 years |
stefano.sabatini-lala |
Make the input realtime framerate emulation code use ist->pts for …
|
|
|
@f653095
|
16 years |
kostya.shishkov |
Fix RV40 chroma MC
Originally committed as revision 15943 to …
|
|
|
@5bc8ebd3
|
16 years |
Carl Eugen Hoyos |
Use PIX_FMT_NONE to silence icc warning #188:
enumerated type mixed …
|
|
|
@2a023c36
|
16 years |
diego |
Only build the imgresample test if the old scaler was enabled.
…
|
|
|
@e8ed9b7a
|
16 years |
diego |
Automatically check the dependencies for the AAN DCT tables.
This also …
|
|
|
@8b22017f
|
16 years |
diego |
Move aanscales tables to their own file; fixes compilation without …
|
|
|
@5bdf124c
|
16 years |
diego |
cosmetics: Rename aanscales to ff_aanscales, it will soon be …
|
|
|
@f107a02d
|
16 years |
diego |
Move encoder-specific quantize_c and related tables to the H.264 …
|
|
|
@085bf69f
|
16 years |
michaelni |
Add udp.c maintainer.
Originally committed as revision 15936 to …
|
|
|
@35d0c217
|
16 years |
Reimar.Doeffinger |
Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq …
|
|
|
@bd2b6b33
|
16 years |
mans |
snow: move scratch buffer from stack to malloced buffer in context
…
|
|
|
@ab56b321
|
16 years |
diego |
Disable unused code for now to allow 'make checkheaders' to pass.
…
|
|
|
@4b5f1907
|
16 years |
diego |
Add missing headers to get 'make checkheaders' closer to passing.
…
|
|
|
@819e4dd9
|
16 years |
mans |
svq1enc: move scratch buffer from stack to context to ensure alignment …
|
|
|
@6b8810d0
|
16 years |
mans |
flashsv: use skip_bits_long() where required
skip_bits(gb, n) with n …
|
|
|
@f4cca718
|
16 years |
baptiste.coudurier |
move decoder initialization in separate function, earlier failure …
|
|
|
@f2e92ad1
|
16 years |
diego |
Make non-void replacement functions actually return a value.
…
|
|
|
@ce9ff9cc
|
16 years |
diego |
Move #defines that are mostly used in h264.c out of h264data.h and …
|
|
|
@ee2a957f
|
16 years |
diego |
Use golomb_to_pict_type instead of its duplicate, slice_type_map.
…
|
|
|
@7f8f4b40
|
16 years |
diego |
cosmetics: Align table for better readability.
Originally committed …
|
|
|
@c5b2fe16
|
16 years |
kostya.shishkov |
Some BMP files have file size declared in the header equal to headers …
|
|
|
@e282307b
|
16 years |
kostya.shishkov |
Give more meaningful message on BMP header parsing error
Originally …
|
|
|
@4a14e666
|
16 years |
kostya.shishkov |
Add known BMP header sizes.
Now 11B*.bmp from samples repository can …
|
|
|
@4deaa94
|
16 years |
mans |
Add shift argument to MULL() macro
This replaces use of FRAC_BITS in …
|
|
|
@8f5aaa6d
|
16 years |
robert.swain |
AAC: Cosmetics after last commit
Originally committed as revision …
|
|
|
@7633a041
|
16 years |
robert.swain |
AAC: Frequency domain prediction and hence Main profile support
Patch …
|
|
|
@e9d0fdef
|
16 years |
kostya.shishkov |
Strong filtering function for future RV40 loop filter
Originally …
|
|
|
@d270cb4a
|
16 years |
mans |
ARM: move dct_unquantize_h263_*_armv5te asm to separate file
…
|
|
|
@63f412f
|
16 years |
rsbultje |
Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread …
|
|
|
@9a5771e9
|
16 years |
mans |
Run regression tests on target system.
Originally committed as …
|
|
|
@dbad2c29
|
16 years |
mans |
Build regression test data generators using HOSTCC
Originally …
|
|
|
@a7ada2ba
|
16 years |
mans |
configure: set TARGET_EXEC and TARGET_PATH
TARGET_EXEC specifies a …
|
|
|
@9da6609f
|
16 years |
mans |
configure: set HOSTCC to native compiler
The HOSTCC value defaults to …
|
|
|
@88268e94
|
16 years |
mans |
configure: simplify set_default function
Originally committed as …
|
|
|
@a8e4161
|
16 years |
Carl Eugen Hoyos |
Add forgotten file format pgmyuv.
Originally committed as revision …
|
|
|
@6bbb5bf8
|
16 years |
Carl Eugen Hoyos |
Support picture output without -f image2 for most codecs.
Originally …
|
|
|
@76de302d
|
16 years |
diego |
cosmetics: indentation, prettyprinting
Originally committed as …
|
|
|
@7f8205da
|
16 years |
diego |
cosmetics: consistent function declarations
Originally committed as …
|
|
|
@7d1b1582
|
16 years |
diego |
cosmetics: Put statements after 'if' on their own line.
Originally …
|
|
|
@8372e3d2
|
16 years |
Reynaldo H. Verdejo Pinochet |
Trivial, Cosmetics
Originally committed as revision 15905 to …
|
|
|
@1b321c5c
|
16 years |
Reynaldo H. Verdejo Pinochet |
Trivial, Cosmetics
Originally committed as revision 15904 to …
|
|
|
@e178d7f
|
16 years |
stefano.sabatini-lala |
Make ffmpeg print in the error message the exact line of a preset file …
|
|
|
@b04665ac
|
16 years |
stefano.sabatini-lala |
Make ffmpeg print in the error message the exact line of a preset file …
|
|
|
@148c31b9
|
16 years |
vitor1001 |
More OKed parts of the QCELP decoder
patch by Kenan Gillet, …
|
|
|
@31fb59ec
|
16 years |
vitor1001 |
Cosmetic: Fix typo
Spotted by Jethro Walters
Originally committed as …
|
|
|
@3c546868
|
16 years |
diego |
Move H.264 tables that are only useful for encoding to h264enc.c.
…
|
|
|
@d1eb20e8
|
16 years |
diego |
Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are …
|
|
|
@516566a8
|
16 years |
mans |
SH4: fix IDCT
Originally committed as revision 15897 to …
|
|
|
@4d382e20
|
16 years |
diego |
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
…
|
|
|
@f0e60235
|
16 years |
diego |
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
…
|
|
|
@0d2d0f97
|
16 years |
diego |
Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block. …
|
|
|
@d785a670
|
16 years |
diego |
cosmetics: indentation
Originally committed as revision 15894 to …
|
|
|
@39fdda2b
|
16 years |
diego |
Use standard OBJS-$(HAVE_MMX) trick for MMX objects instead
of …
|
|
|
@469105aa
|
16 years |
vitor1001 |
Fix typo in table value.
patch by Kenan Gillet, kenan.gillet gmail com …
|
|
|
@cd982791
|
16 years |
kostya.shishkov |
33l Fix applying residue condition in RV30/40 decoder
Originally …
|
|
|
@78a0fa8c
|
16 years |
kostya.shishkov |
Eliminate direct use of s->current_picture in RV30/40 decoder
…
|
|
|
@7690351c
|
16 years |
kostya.shishkov |
Use wider margins for edge emulation in RV30/40
Originally committed …
|
|
|
@c260b596
|
16 years |
mans |
SH4: fix memzero_align8()
Originally committed as revision 15888 to …
|
|
|
@1a9e9a2f
|
16 years |
mans |
SH4: add macros for setting and restoring FPSCR.PR bit
Originally …
|
|
|
@6f14b19e
|
16 years |
mans |
SH4: remove some commented out blocks of code
Originally committed as …
|
|
|
@a21fd75f
|
16 years |
Roman R. |
Making idct factor tables dynamically allocated
Originally committed …
|
|
|
@eeee48b2
|
16 years |
kostya.shishkov |
Add channel layout to several audio decoders I maintain
Originally …
|
|
|
@ff16d6e4
|
16 years |
Roman R. |
Change of indentation
Originally committed as revision 15883 to …
|
|
|
@df69be0c
|
16 years |
mans |
SH4: fix IDCT
Originally committed as revision 15882 to …
|
|
|
@6f15dd8d
|
16 years |
mans |
SH4: do not mix code and declarations
Originally committed as …
|
|
|
@c136ece9
|
16 years |
mans |
SH4: fix compilation of memzero_align8()
Originally committed as …
|
|
|
@b42019c1
|
16 years |
mans |
SH4: remove unused functions
Originally committed as revision 15879 …
|
|
|
@d7e0f8dd
|
16 years |
mans |
SH4: replace missed rnd_avg2 -> rnd_avg32
Originally committed as …
|
|
|
@23e05e69
|
16 years |
mans |
SH4: rename functions with conflicting names
Originally committed as …
|
|
|
@45e730c5
|
16 years |
diego |
cosmetics: Add a few more explanatory comments to the object sections. …
|
|
|
@a2618904
|
16 years |
diego |
cosmetics: Sort processor-specific object lines into alphabetical …
|
|
|
@195b3490
|
16 years |
Roman R. |
Getting rid of huge static DV tables
Originally committed as revision …
|
|
|
@1ac1217b
|
16 years |
Roman R. |
Getting rid of unneeded extra wrapper functions
Originally committed …
|
|
|
@12e416c8
|
16 years |
baptiste.coudurier |
decrease atom size, fix broken files missing version/flags
Originally …
|
|
|
@a45bdbc4
|
16 years |
Reynaldo H. Verdejo Pinochet |
Trivial, Cosmetics
Originally committed as revision 15871 to …
|
|
|
@fc5d0db5
|
16 years |
stefano.sabatini-lala |
Improve error message in case of output file with no streams, dumping …
|
|
|
@bdb9fd9b
|
16 years |
stefano.sabatini-lala |
Improve messages printed when there is no input/output file, making …
|
|
|
@7a7da6b4
|
16 years |
stefano.sabatini-lala |
Remove unnecessary calls to show_help(), make ffmpeg/ffplay print a …
|
|
|
@40b509b
|
16 years |
diego |
Add a Makefile variable for the old scaler that gets enabled when the …
|
|
|
@767d3e7b
|
16 years |
diego |
Revert previous commit: the libavcodec/i386/fft_*.o objects depend on …
|
|
|
@ba01d867
|
16 years |
diego |
Only the yasm-dependent objects should be enabled by a yasm …
|
|
|
@9168f7e6
|
16 years |
rsbultje |
Change type of prev_stream_id from uint32_t to int, since it has a max …
|
|
|
@c6786ed
|
16 years |
diego |
cosmetics: Group ppc-specific objects together.
Originally committed …
|
|
|
@49276307
|
16 years |
diego |
Add missing options to the help output.
Originally committed as …
|
|
|
@4f50c3d5
|
16 years |
diego |
cosmetics: Move some options to more sensible places within the help …
|
|
|
@1f26f59f
|
16 years |
diego |
Move zlib/bzlib options to the external library section of the help …
|
|
|
@0a23c0bb
|
16 years |
diego |
spelling and wording cosmetics for the help output
Originally …
|
|
|
@b0dfd108
|
16 years |
diego |
Take build_suffix into account in pkg-config files.
patch by Charles …
|
|
|
@e6b9d588
|
16 years |
diego |
Print just [no] or [yes] in the help output instead of …
|
|
|
@607ffa34
|
16 years |
diego |
cosmetics: Group ARM objects sections together.
Originally committed …
|
|
|