|
|
|
@b0e8ce55
|
16 years |
mans |
ARM: convert VFP code to UAL syntax
Originally committed as revision …
|
|
|
@289e8fd0
|
16 years |
michaelni |
Implement complexity estimation parsing and try to detect an …
|
|
|
@b8cf645
|
16 years |
michaelni |
add GEOX fourcc for mpeg4
Originally committed as revision 15992 to …
|
|
|
@bad40637
|
16 years |
diego |
Move declaration of av_set_program_name and …
|
|
|
@37692458
|
16 years |
diego |
Delete unnecessary 'extern' keywords.
Originally committed as …
|
|
|
@9686df2b
|
16 years |
diego |
Delete unnecessary 'extern' keywords.
Originally committed as …
|
|
|
@26ae363e
|
16 years |
tempn |
add FFDS fourcc, ok'd by kostya
fixes FFDS files in …
|
|
|
@c8b43652
|
16 years |
diego |
Remove entry about unsupported QCELP codec, it is now supported.
…
|
|
|
@af2272b2
|
16 years |
justin.ruggles |
ac3dec: skip decoding and use error concealment for remaining blocks …
|
|
|
@7a2efd2e
|
16 years |
ramiro.polla |
mlp: initialize all CRC tables in a common function.
This way the …
|
|
|
@751ccc48
|
16 years |
Reynaldo H. Verdejo Pinochet |
Trivial rephrasing, avoids too long line
Originally committed as …
|
|
|
@cf139541
|
16 years |
Reynaldo H. Verdejo Pinochet |
Trivial, Cosmetics, mostly brace placement changes
Originally …
|
|
|
@3e16cde4
|
16 years |
kostya.shishkov |
Fix reading out of buffer during RV30/40 deblock mask calculation
…
|
|
|
@958a2b5
|
16 years |
kostya.shishkov |
34l: forgot to change one case of chroma MC for RV40
Originally …
|
|
|
@1799d522
|
16 years |
kostya.shishkov |
Check RV30/40 slice offsets to be inside buffer.
This fixes issue 738 …
|
|
|
@a1c1c780
|
16 years |
kostya.shishkov |
Update ff_rv34_decode_frame() arguments definition
Originally …
|
|
|
@207625ee
|
16 years |
kostya.shishkov |
Remove unused RV40 spatial intra prediction function
Originally …
|
|
|
@73b458e3
|
16 years |
vitor1001 |
Commit last ok'ed parts of QCELP decoder and enable it.
patch by Kenan …
|
|
|
@2ba0cdd5
|
16 years |
michaelni |
ADTS AAC probe.
fixes issue400
Originally committed as revision 15977 …
|
|
|
@a6f2c0d
|
16 years |
michaelni |
Fix regression test failure with pthreads on multiprocessor systems. …
|
|
|
@1599c47c
|
16 years |
diego |
Remove commented-out duplicate declarations.
Originally committed as …
|
|
|
@2ef8819c
|
16 years |
diego |
Remove unused declarations.
Originally committed as revision 28057 to …
|
|
|
@061f407e
|
16 years |
vitor1001 |
More OKed parts of the QCELP decoder
patch by Kenan Gillet, …
|
|
|
@b8438f5f
|
16 years |
vitor1001 |
Remove hack added to make "make checkheaders" pass, it is unneeded now …
|
|
|
@f28b3eb2
|
16 years |
vitor1001 |
More OKed parts of the QCELP decoder
patch by Kenan Gillet, …
|
|
|
@c9c16cac
|
16 years |
michaelni |
Get rid of now unneeded pps/sps correctness code as pps/sps will not …
|
|
|
@255d4e71
|
16 years |
michaelni |
Allocate parameter sets sanely instead of using alloc_parameter_set(). …
|
|
|
@42d1d06e
|
16 years |
stefano.sabatini-lala |
Make more informative the error messages regarding the access to the …
|
|
|
@c2902c9c
|
16 years |
stefano.sabatini-lala |
Improve documentation for the -pass and -passlog options. Add mention …
|
|
|
@11c0f9ec
|
16 years |
kostya.shishkov |
enable RV40 decoder
Originally committed as revision 15968 to …
|
|
|
@2d8a0815
|
16 years |
kostya.shishkov |
RV40 MC functions
Originally committed as revision 15967 to …
|
|
|
@7960e18f
|
16 years |
rsbultje |
Implement rule-number parsing, the initial step in stream (and …
|
|
|
@ff7f75e1
|
16 years |
michaelni |
Fix segfault due to deallocated entries in delayed_pic after size …
|
|
|
@4f602856
|
16 years |
rsbultje |
Change RDTDemuxContext->st into an array of streams, which will make …
|
|
|
@79a1f3c0
|
16 years |
rsbultje |
document ff_rdt_parse_open(). See ML discussion in "[PATCH] …
|
|
|
@e0d1eabf
|
16 years |
rsbultje |
Change function prototype from taking an AVStream to taking an index …
|
|
|
@640760da
|
16 years |
vitor1001 |
More OKed parts of the QCELP decoder
patch by Kenan Gillet, …
|
|
|
@6dbdf2f2
|
16 years |
diego |
Handle AltiVec objects in a more elegant fashion, similar to MMX.
…
|
|
|
@52ad2f39
|
16 years |
diego |
Remove ineffectual hack that attempts to build ppc/check_altivec.o …
|
|
|
@a4fa192
|
16 years |
ramiro.polla |
configure: vertical alignment cosmetics.
Originally committed as …
|
|
|
@632948b
|
16 years |
ramiro.polla |
configure: Use check_lib2 for bzlib.
Functions are exported as WINAPI …
|
|
|
@13367a46
|
16 years |
banan |
channel layout support for ffmpeg.c
Originally committed as revision …
|
|
|
@3bff4d8b
|
16 years |
stefano.sabatini-lala |
Implement the fields rc_max_available_vbv_use and …
|
|
|
@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 …
|
|
|