|
|
|
@2ceccf0
|
16 years |
justin.ruggles |
ac3dec: simplify exponent bounds checking
Originally committed as …
|
|
|
@97679e6e
|
16 years |
ramiro.polla |
mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.
Patch by Mathieu …
|
|
|
@d98d70d6
|
16 years |
justin.ruggles |
ac3dec: add missing feature log message for block start info
…
|
|
|
@3e7aa8fa
|
16 years |
justin.ruggles |
ac3dec: use skip_bits_long() for block start bits
Originally …
|
|
|
@96f229d6
|
16 years |
justin.ruggles |
ac3dec: unroll inner loop in exponent decoding. 46% faster …
|
|
|
@80670324
|
16 years |
justin.ruggles |
cosmetics: vertical alignment
Originally committed as revision 16017 …
|
|
|
@1cdd567
|
16 years |
justin.ruggles |
cosmetics: reindent after last commit
Originally committed as …
|
|
|
@ce7d842f
|
16 years |
justin.ruggles |
ac3dec: detect out-of-range exponents
Originally committed as …
|
|
|
@d8b66635
|
16 years |
mans |
ARM: remove some useless comments
Originally committed as revision …
|
|
|
@6149cdbe
|
16 years |
kostya.shishkov |
Make decoding run of pixels in MS RLE saner.
This is based on patches …
|
|
|
@ce60c2d1
|
16 years |
kostya.shishkov |
Print out some errors found during MS RLE decoding
Originally …
|
|
|
@56da1fd7
|
16 years |
kostya.shishkov |
AASC can contain raw data in addition to MS-RLE
Originally committed …
|
|
|
@d23b28c7
|
16 years |
michaelni |
Check that cpb_count is within the allowed range.
Originally …
|
|
|
@62d6f73
|
16 years |
tempn |
add VX1K h263 and DMK2 mpeg4 avi fourccs
Originally committed as …
|
|
|
@36d5b17
|
16 years |
michaelni |
Fix FF_OPT_TYPE_INT64 support of defaults.
Originally committed as …
|
|
|
@3d5e1bfb
|
16 years |
benoit.fouet |
Fix an overflow in the predictor.
fixes issue 636
Patch by Jai.
…
|
|
|
@6e74619e
|
16 years |
Reynaldo H. Verdejo Pinochet |
Silence some ICC warnings. Patch by Vitor Sessak.
Originally …
|
|
|
@87a91736
|
16 years |
Reynaldo H. Verdejo Pinochet |
Add expected const qualifier on 'buf' to match AVCodec.decode's …
|
|
|
@485cfbe8
|
16 years |
Carl Eugen Hoyos |
Recognize pnm file as images.
Originally committed as revision 16004 …
|
|
|
@9e00c20e
|
16 years |
Reynaldo H. Verdejo Pinochet |
COSMETICS, add missing remarks crediting Ben and Kenan
Originally …
|
|
|
@675f7114
|
16 years |
kostya.shishkov |
Fraps version 3 seems to be the same as Fraps v5
Originally committed …
|
|
|
@4d35964d
|
16 years |
baptiste.coudurier |
WRAW fourcc
Originally committed as revision 16001 to …
|
|
|
@02a5ef53
|
16 years |
baptiste.coudurier |
partial WRAW fourcc support, might need image flipping
Originally …
|
|
|
@f23dc1e1
|
16 years |
justin.ruggles |
silence gcc warning: ‘n_bands’ may be used uninitialized
Originally …
|
|
|
@75b53b21
|
16 years |
justin.ruggles |
ac3dec: use uint8_t for band sizes
Originally committed as revision …
|
|
|
@b12c7627
|
16 years |
Reynaldo H. Verdejo Pinochet |
Removes misleading const qualifier, gets rid of two compiler warnings
…
|
|
|
@ecfb51d1
|
16 years |
diego |
Add necessary header for av_set_program_name and …
|
|
|
@26e8d342
|
16 years |
tempn |
add fourccs from avi files
Originally committed as revision 15995 to …
|
|
|
@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.
…
|
|
|