|
|
|
@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 …
|
|
|
@28ab90ed
|
16 years |
Reimar.Doeffinger |
Remove unused code_counts array from interplavideo.c.
Originally …
|
|
|
@b24bbbb4
|
16 years |
jmenon86 |
Introduce codec id for MPEG-4 ALS and associate it with corresponding …
|
|
|
@e5986d04
|
16 years |
Reimar.Doeffinger |
Cosmetics to improve xan_unpack readability
Originally committed as …
|
|
|
@16cc5a73
|
16 years |
Reimar.Doeffinger |
Fix buffer size check for xan_unpack which was broken by r18586
…
|
|
|
@c644665f
|
16 years |
Reimar.Doeffinger |
Some more simplifications of xan_unpack
Originally committed as …
|
|
|
@455fdd2f
|
16 years |
Reimar.Doeffinger |
Reindent xan_unpack code
Originally committed as revision 18587 to …
|
|
|
@948f60fa
|
16 years |
Reimar.Doeffinger |
Avoid some code duplication in xan_unpack
Originally committed as …
|
|
|
@f371abe4
|
16 years |
michaelni |
Remove useless assignments, at least one found by CSA.
Originally …
|
|
|
@59bd7f23
|
16 years |
Reimar.Doeffinger |
Increase buffer padding to avoid most space checks in xan_unpack
…
|
|
|
@339cdf9
|
16 years |
michaelni |
Remove useless init from ff_mpeg4_set_direct_mv() found by CSA.
…
|
|
|
@16a5f4ca
|
16 years |
michaelni |
Remove a useless assignment in img_get_alpha_info() found by CSA.
…
|
|
|
@f8112810
|
16 years |
michaelni |
Remove redundant assignment in av_picture_copy() found by CSA.
…
|
|
|
@551b41d4
|
16 years |
michaelni |
Remove useless init from aiff_read_header() found by CSA.
Originally …
|
|
|
@feda8550
|
16 years |
michaelni |
Remove several useless writes to variables, found by CSA.
Originally …
|
|
|
@b278a1ed
|
16 years |
michaelni |
Remove useless += from ff_imdct_half_c() found by CSA.
Originally …
|
|
|
@e8c93839
|
16 years |
michaelni |
Remove 2 ++ from check_pes() that are useless, found by CSA.
…
|
|
|
@4b96f43f
|
16 years |
Reimar.Doeffinger |
Change buffer size checks to avoid the very unlikely overflow case.
…
|
|
|
@38a7695f
|
16 years |
michaelni |
Remove unused variable from h261_encode_block() found by CSA.
…
|
|
|
@5e12701c
|
16 years |
Reimar.Doeffinger |
Remove a pointless right-shift in xan decoder.
Originally committed …
|
|
|
@25ef0072
|
16 years |
michaelni |
Remove 2 useless assignments from ff_rate_control_init() found by CSA. …
|
|
|
@9126aea5
|
16 years |
Reimar.Doeffinger |
Replace bytecopy with the equivalent but faster av_memcpy_backptr.
Ca. …
|
|
|
@4eec2606
|
16 years |
michaelni |
Remove unused variable from flv_read_metabody() found by CSA.
…
|
|
|
@29322398
|
16 years |
michaelni |
Remove unused variable from slice_buffer_release() found by CSA.
…
|
|
|
@44c9efcb
|
16 years |
Reimar.Doeffinger |
Use memcpy instead of the very inefficient bytecopy where both are …
|
|
|
@110baa2e
|
16 years |
michaelni |
Remove unused variable from wma_decode_block() found by CSA.
…
|
|
|
@b716c6c6
|
16 years |
michaelni |
Remove unneeded assignment from av_encode() found by CSA.
Originally …
|
|
|
@b5ee9c2
|
16 years |
michaelni |
Remove unused variable from print_report() found by CSA.
Originally …
|
|
|
@5ce73e23
|
16 years |
michaelni |
Remove nonsensical assignment from asf_read_seek() found by CSA.
…
|
|
|
@8771865
|
16 years |
michaelni |
Remove redundant assignment from avcodec_get_pix_fmt_loss() found by …
|
|
|
@956177fb
|
16 years |
michaelni |
Remove unused variable in modify_qscale() found by CSA.
Originally …
|
|
|
@505b6d1
|
16 years |
michaelni |
Remove unneeded assignment in ffmpeg.c found by CSA.
Originally …
|
|
|
@75eaa91c
|
16 years |
michaelni |
Remove unused variables from slice_buffer_load_line() found by CSA.
…
|
|
|
@6081c30b
|
16 years |
michaelni |
Remove 2 unneeded variables from common_init() found by CSA.
…
|
|
|
@d0d62cc9
|
16 years |
michaelni |
Remove 2 unused variables from MPV_decode_mb_internal() found by CSA.
…
|
|
|
@dd08de11
|
16 years |
michaelni |
Remove unused assignment from j_rev_dct() found by CSA.
Originally …
|
|
|
@01d83278
|
16 years |
michaelni |
Remove unused variable in init_mv_penalty_and_fcode() found by CSA.
…
|
|
|
@b33d75fd
|
16 years |
michaelni |
Move declarations in sync() closer to where they are used.
Originally …
|
|
|
@236580b4
|
16 years |
michaelni |
Remove unused variable from asf_read_header() found by CSA.
…
|
|
|
@c994dae1
|
16 years |
kostya.shishkov |
cosmetics: reindent after last commit
Originally committed as …
|
|
|
@bd4110f9
|
16 years |
kostya.shishkov |
Use new static VLC scheme in Indeo2, Musepack and WNV1 decoders
…
|
|
|
@1d0036b0
|
16 years |
rsbultje |
Change another AVERROR(EIO) inot AVERROR_EOF, because it really …
|
|
|
@72619760
|
16 years |
michaelni |
Remvoe useless assignment found by CSA.
Originally committed as …
|
|
|
@b52b6ae4
|
16 years |
michaelni |
Remove unused variable from decode_init() found by CSA.
Originally …
|
|
|
@b0e37369
|
16 years |
vitor1001 |
Remove useless assignment in generate_codebook(). Found by Clang …
|
|
|
@806d5e61
|
16 years |
michaelni |
Remove unused variables from ff_mjpeg_decode_sos() found by CSA.
…
|
|
|
@c2394854
|
16 years |
michaelni |
Remove useless assignment from h263_pred_dc() found by the clang …
|
|
|
@6e21a5b1
|
16 years |
michaelni |
Move declarations in mpeg1_encode_motion() closer to where they are …
|
|
|
@2a47a266
|
16 years |
michaelni |
Useless assignment found by the clang static analyzer.
Originally …
|
|
|
@03d5ea54
|
16 years |
michaelni |
Get rid of an unused variable, found by the clang static analyzer.
…
|
|
|
@d728e3cd
|
16 years |
michaelni |
Moving variable declarations in asf_build_simple_index() to …
|
|
|
@95f3019a
|
16 years |
justin.ruggles |
ac3dec: reorder output channels to SMPTE channel order
Originally …
|
|
|
@8b5ec087
|
16 years |
Reimar.Doeffinger |
Change tgq_decode_mb function arguments from using int8_t to uint8_t, …
|
|
|
@a7c6e117
|
16 years |
justin.ruggles |
ac3enc: reorder input channels to AC-3 channel order
Originally …
|
|
|
@35e2e68
|
16 years |
jmenon86 |
Add my public key fingerprint to MAINTAINERS.
Originally committed as …
|
|
|