|
|
|
@10151b13
|
16 years |
stefano.sabatini-lala |
Add missing pixel format descriptor definitions.
Originally committed …
|
|
|
@3df18b3e
|
16 years |
kostya.shishkov |
Get rid of monstrous static table and initialize VLCs for RV3/4 …
|
|
|
@1c86db8
|
16 years |
kostya.shishkov |
Remove useless assignment during initialization for some decoders
…
|
|
|
@f83c5773
|
16 years |
michaelni |
indent
Originally committed as revision 18679 to …
|
|
|
@4eac2e8
|
16 years |
benoit.fouet |
Change return type of opt_loglevel() from void to int.
Patch by …
|
|
|
@96c5bc46
|
16 years |
kostya.shishkov |
TrueMotion 2 uses its own YUV-like colourspace, so convert output to …
|
|
|
@120ac262
|
16 years |
kostya.shishkov |
cosmetics: remove extra space indentation
Originally committed as …
|
|
|
@29ee6355
|
16 years |
kostya.shishkov |
Merge decoding functions for all bitdepths in WavPack decoder
…
|
|
|
@68f8d33b
|
16 years |
michaelni |
Support >8bit per component YUV in FFV1.
decoding becomes slower, …
|
|
|
@217d34e3
|
16 years |
michaelni |
Force speed irrelevant calls to get/put_symbol() to be noinline.
We …
|
|
|
@3788e661
|
16 years |
michaelni |
Optimize sign handling in get_symbol().
Originally committed as …
|
|
|
@a39b76ea
|
16 years |
michaelni |
Don't loose bits_per_raw_sample when transcoding.
Originally …
|
|
|
@2e418f5e
|
16 years |
stefano.sabatini-lala |
Make avcodec_thread_init() set the thread count, even in the case when …
|
|
|
@8e86dd12
|
16 years |
Carl Eugen Hoyos |
Make reset_ptr() void.
Originally committed as revision 29229 to …
|
|
|
@896873b5
|
16 years |
ivop |
avoid possibly uninitialized return value
(found by clang static …
|
|
|
@6e0f746
|
16 years |
kostya.shishkov |
Handle WavPack INT32INFO chunks with nonzero post shift
Originally …
|
|
|
@0638c2ae
|
16 years |
kostya.shishkov |
Add functions for decoding >16 bits WavPack files.
Based on patches by …
|
|
|
@760db32a
|
16 years |
kostya.shishkov |
Shift 9-15 bit samples to use full 16-bit range.
Patch by Laurent …
|
|
|
@b750fb69
|
16 years |
kostya.shishkov |
Display dimensions should not affect the real size of coded frame, …
|
|
|
@e1b3d272
|
16 years |
michaelni |
Remove 2 useless FFMIN().
Originally committed as revision 18664 to …
|
|
|
@7bdf2eb
|
16 years |
michaelni |
Remove apparently redundant code.
Originally committed as revision …
|
|
|
@4fabb60d
|
16 years |
jmenon86 |
NSV : Add TOC2 parsing and seeking support.
Originally committed as …
|
|
|
@6c73a7d0
|
16 years |
banan |
Remove redundant code, found by CSA
Originally committed as revision …
|
|
|
@e4ddc8ed
|
16 years |
mans |
configure: support Blackfin CPU names with --cpu
Originally committed …
|
|
|
@0e1ccdeb
|
16 years |
andreas |
It should be #if, not #ifdef
Originally committed as revision 18659 …
|
|
|
@21fce71
|
16 years |
kostya.shishkov |
Switch VLC tables in WMV3/VC-1 decoder to new static init method
…
|
|
|
@f9f2ab82
|
16 years |
michaelni |
Require 4 instead of 3 frames for detecting mp3,
fixes misdetection of …
|
|
|
@0ee51c55
|
16 years |
michaelni |
Fix 10l typo (usage of PIX_FMT_NE()).
Should fix FATE, i forgot to …
|
|
|
@445f0a8b
|
16 years |
michaelni |
Update safety check as the maximum pixel size is no longer 4.
New max …
|
|
|
@97f9214
|
16 years |
michaelni |
Support reading packed YUV422 10bit samples from Sveriges Television …
|
|
|
@297b5a3f
|
16 years |
stefano.sabatini-lala |
Make read_line() do not depend on put_bits.h and speed up it.
…
|
|
|
@9145021d
|
16 years |
ramiro.polla |
Add raw MLP muxer.
Originally committed as revision 18652 to …
|
|
|
@420df930
|
16 years |
ramiro.polla |
mlpdec: Don't overallocate buffers.
Now that max channels and …
|
|
|
@309616b2
|
16 years |
ramiro.polla |
mlpdec: Validate num_primitive_matrices.
Originally committed as …
|
|
|
@868170c4
|
16 years |
ramiro.polla |
mlpdec: Validate max_channel and max_matrix_channel.
Originally …
|
|
|
@46958efe
|
16 years |
ramiro.polla |
mlpdec: Restart header sync must be 0x31ea for MLP.
Originally …
|
|
|
@5499a313
|
16 years |
stefano.sabatini-lala |
Add missing header inclusion guard.
Originally committed as revision …
|
|
|
@9401d18f
|
16 years |
stefano.sabatini-lala |
Implement a write_line() function.
Originally committed as revision …
|
|
|
@fd548e5b
|
16 years |
stefano.sabatini-lala |
Remove consume_whitespace() and replace it with direct calls to …
|
|
|
@3d10a890
|
16 years |
jmenon86 |
Read extended channel configuration when extended AOT is BSAC.
…
|
|
|
@0cfa85dd
|
16 years |
kostya.shishkov |
Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATIC
Originally …
|
|
|
@a456df25
|
16 years |
kostya.shishkov |
100l: VLC table array should not be const
Originally committed as …
|
|
|
@7bbd2fb1
|
16 years |
robert.swain |
Remove redundant assignment. err is assigned in every switch case …
|
|
|
@223d996a
|
16 years |
michaelni |
Fix a possibly exploitable buffer overflow.
Originally committed as …
|
|
|
@f7cf12b2
|
16 years |
kostya.shishkov |
Set flag after VC-1 VLCs are initialized to avoid race condition
…
|
|
|
@346802aa
|
16 years |
kostya.shishkov |
Remove some useless assignments and variables found by Clang
…
|
|
|
@547b6a4c
|
16 years |
kostya.shishkov |
Make RV3/4 VLC tables use new static initialization method
Originally …
|
|
|
@de1275d5
|
16 years |
michaelni |
Planar 16bit 420 422 444 YUV support (output is only supported in some …
|
|
|
@6c2a8608
|
16 years |
michaelni |
Add 420,422 and 444 planar 16bit per component pix formats.
…
|
|
|
@61a3f379
|
16 years |
michaelni |
Merge gray->gray converters into planarCopy(), this should also make …
|
|
|
@714f32bf
|
16 years |
michaelni |
Add macro to check for 16bit per sample.
Originally committed as …
|
|
|
@b87fae9f
|
16 years |
michaelni |
Make sure src/dst are NULL when they arent used, some code uses this …
|
|
|
@081aa41d
|
16 years |
michaelni |
Use generic BE check instead of checking for gray16LE.
Originally …
|
|
|
@c3dc6c5a
|
16 years |
michaelni |
add isBE()
Originally committed as revision 29212 to …
|
|
|
@46ff7a5f
|
16 years |
lucabe72 |
Fix crash when receiving from SDP
Originally committed as revision …
|
|
|
@0a044f0f
|
16 years |
kostya.shishkov |
Make rv40 decoder use new static VLC initialization method
Originally …
|
|
|
@40039717
|
16 years |
kostya.shishkov |
Compact and make constant two tables used by Musepack decoders
…
|
|
|
@9292bd77
|
16 years |
diego |
Remove example programs with a wildcard expression.
Originally …
|
|
|
@be1efe59
|
16 years |
justin.ruggles |
ac3enc: log a warning message if the channel layout is not specified …
|
|
|
@26534fe8
|
16 years |
michaelni |
indent
Originally committed as revision 18630 to …
|
|
|
@9dc41767
|
16 years |
michaelni |
Only insert null packets into the video que if there is a video …
|
|
|
@5aef8462
|
16 years |
michaelni |
Add zygo fourcc.
Originally committed as revision 18628 to …
|
|
|
@34365443
|
16 years |
michaelni |
Indent
Originally committed as revision 18627 to …
|
|
|
@012e4f5
|
16 years |
michaelni |
Do not discard truncated packets.
Based on a patch by Maksym …
|
|
|
@b4083171
|
16 years |
michaelni |
Avoid 100% CPU useage at EOF.
Originally committed as revision 18625 …
|
|
|
@75bb7b0a
|
16 years |
michaelni |
Make sure that video frames are flushed at EOF.
This should fix a …
|
|
|
@120b4557
|
16 years |
justin.ruggles |
Add channel layout support to the AC-3 encoder.
Originally committed …
|
|
|
@bfeca7b
|
16 years |
justin.ruggles |
Add channel layout support to the AC-3 decoder and AC-3 parser.
…
|
|
|
@be233a56
|
16 years |
justin.ruggles |
Check that channel layout is compatible with number of channels for …
|
|
|
@dc1ed614
|
16 years |
diego |
Mark gsize variable as av_unused, fixes the warning: …
|
|
|
@e0a6d2c3
|
16 years |
diego |
Revert previous removal of gsize variable. It breaks seeking.
…
|
|
|
@5967e141
|
16 years |
robert.swain |
Remove unnecessary assignment, found by CSA.
Originally committed as …
|
|
|
@d1bf6077
|
16 years |
Reynaldo H. Verdejo Pinochet |
Add LP zero synthesis filter. Patch by Kenan Gillet.
Originally …
|
|
|
@b36da2c
|
16 years |
michaelni |
Remove 2 useless += at the end of rgb16to15(), found by CSA.
…
|
|
|
@a256445e
|
16 years |
ramiro.polla |
mlpdec: Read context variable to local variable to make code cleaner.
…
|
|
|
@f95f6ab9
|
16 years |
ramiro.polla |
mlpdec: {}- and whitespace-related cosmetics.
Originally committed as …
|
|
|
@63ad832d
|
16 years |
ramiro.polla |
mlpdec: Use some context arrays with local variables in …
|
|
|
@15e6748b
|
16 years |
ramiro.polla |
truehd: Simplify rematrix_channels() as per Michael's original review. …
|
|
|
@95c14b1e
|
16 years |
ramiro.polla |
mlpdec: Make read_matrix_params() take unsigned int substr for …
|
|
|
@5d9e4eaa
|
16 years |
ramiro.polla |
mlpdec: Check for {matrix,filter}_changed as soon as they are …
|
|
|
@1b7bc4a2
|
16 years |
justin.ruggles |
Add 3 channel layout convenience macros.
Originally committed as …
|
|
|
@f63f689e
|
16 years |
Reimar.Doeffinger |
Avoid code duplication in xan_unpack for the final memcpy.
Originally …
|
|
|
@7b7b19b6
|
16 years |
diego |
Remove unused variable gsize, fixes the warning: …
|
|
|
@cc078b5d
|
16 years |
mans |
PPC: check for x-form asm constraint support
Originally committed as …
|
|
|
@a208350c
|
16 years |
stefano.sabatini-lala |
Rename swscale_avoption.c to options.c.
Consistent with lavc and …
|
|
|
@0c067dc3
|
16 years |
stefano.sabatini-lala |
Make sws_setColorspaceDetails() return -1 if the destination format is …
|
|
|
@2d26fa28
|
16 years |
stefano.sabatini-lala |
Move sws_[gs]etColorspaceDetails() documentation from swscale.c to …
|
|
|
@a00f440f
|
16 years |
jmenon86 |
Cosmetics : reindent after last commit and remove redundant comment.
…
|
|
|
@d6ce84b8
|
16 years |
jmenon86 |
Add speex tag to nsv_codec_audio_tags.
Originally committed as …
|
|
|
@67d04927
|
16 years |
jmenon86 |
Change nsvf_index_data to nsvs_file_offset for increased clarity.
…
|
|
|
@9f5ff83f
|
16 years |
mans |
PPC asm for AV_RL*()
PPC is normally big endian but has special …
|
|
|
@3c55ce03
|
16 years |
mans |
ARM asm for AV_RN*()
ARMv6 and later support unaligned loads and …
|
|
|
@a6783b89
|
16 years |
mans |
Reorganise intreadwrite.h
This changes intreadwrite.h to support …
|
|
|
@d7670f28
|
16 years |
Reimar.Doeffinger |
Use sign_extend function instead of reimplementing it.
Originally …
|
|
|
@e62f6221
|
16 years |
Reimar.Doeffinger |
Remove a useless "& 0xF"
Originally committed as revision 18598 to …
|
|
|
@977d8134
|
16 years |
Reimar.Doeffinger |
Use / and % operators instead of reimplementing them with a loop.
…
|
|
|
@b1e30986
|
16 years |
Reimar.Doeffinger |
Change buffer check to avoid an unlikely pointer arithmetic overflow.
…
|
|
|
@be509380
|
16 years |
Reimar.Doeffinger |
Simplify xan_huffman_decode by using get_bits
Originally committed as …
|
|
|
@a4873f7d
|
16 years |
michaelni |
Fix indention, patch by Lars Täuber.
Originally committed as revision …
|
|
|
@6000439c
|
16 years |
Reimar.Doeffinger |
Simplify ipvideo_decode_opcodes by using get_bits, this might be …
|
|
|