|
|
|
@e48a0966
|
15 years |
ramiro.polla |
Add CHECKED_ALLOC macro.
It works the same as CHECKED_ALLOCZ except …
|
|
|
@6833385d
|
15 years |
justin.ruggles |
Store the frame size in the LibSpeexContext in case the header does …
|
|
|
@e78516c6
|
15 years |
mans |
One declaration of mm_flags is enough
Originally committed as …
|
|
|
@4e36a5b4
|
15 years |
mans |
Move declarations of some mmx functions to dsputil_mmx.h
Originally …
|
|
|
@5b1b0147
|
15 years |
mans |
Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16
…
|
|
|
@111641a9
|
15 years |
ramiro.polla |
swscale-example: Free memory used by input data.
Originally committed …
|
|
|
@0607b090
|
15 years |
ramiro.polla |
Restore comment that was partially removed.
Originally committed as …
|
|
|
@c4d6d318
|
15 years |
mans |
Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16
The …
|
|
|
@5c3b5e30
|
15 years |
justin.ruggles |
Use the output data type to determine the maximum number of samples …
|
|
|
@13db8750
|
15 years |
justin.ruggles |
Add myself as maintainer for libspeexdec.c
Originally committed as …
|
|
|
@eb5f3c54
|
15 years |
justin.ruggles |
Modify the Ogg/Speex demuxer and the libspeex decoder so that they …
|
|
|
@dd0e43e
|
15 years |
alex.converse |
Re-add search_for_ms to the coefficients encoders to silence warnings
…
|
|
|
@bf8202f3
|
15 years |
vitor1001 |
Formatting K&R fixes
Originally committed as revision 19732 to …
|
|
|
@9263a05
|
15 years |
vitor1001 |
Mark "i" parameter of vector_clipf_sse() as early-clobber
Originally …
|
|
|
@d3b60aa6
|
15 years |
vitor1001 |
100l, revision 19728 added a bug that broke twinvq decoding. I forgot …
|
|
|
@50e23ae9
|
15 years |
vitor1001 |
Mark parameter src of vector_clipf() as const
Originally committed as …
|
|
|
@0a68cd8
|
15 years |
vitor1001 |
SSE optimized vector_clipf(). 10% faster TwinVQ decoding.
Originally …
|
|
|
@8fc9376c
|
15 years |
lorenm |
indent
Originally committed as revision 19727 to …
|
|
|
@2f17f9c1
|
15 years |
lorenm |
1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on …
|
|
|
@ae925315
|
15 years |
diego |
whitespace cosmetics
Originally committed as revision 19725 to …
|
|
|
@21c6a025
|
15 years |
mans |
Remove useless alignment from MpegEncContext.intra_scantable
The …
|
|
|
@608be2ac
|
15 years |
schreter |
Cosmetic changes in read_seek* routines.
Originally committed as …
|
|
|
@5dd3707b
|
15 years |
Carl Eugen Hoyos |
Decoder for LPCM as used in Bluray discs.
Patch by Christian Schmidt, …
|
|
|
@2fee538a
|
15 years |
Carl Eugen Hoyos |
Fix comments after switching from CABAC to range coder in r3658.
…
|
|
|
@85fecafe
|
15 years |
saschasommer |
add decode_coeffs()
Originally committed as revision 19719 to …
|
|
|
@f53e96ed
|
15 years |
saschasommer |
merge 2-channel M/S stereo decoding code with the multichannel version …
|
|
|
@b97e0d7f
|
15 years |
mans |
4xm: provide 16-byte alignment where required
Originally committed as …
|
|
|
@95d36bdb
|
15 years |
mans |
dsputil: declare some arrays 16-byte aligned
These arrays are passed …
|
|
|
@20e7c8ae
|
15 years |
mans |
Remove some unnecessary alignment specifiers
None of these arrays are …
|
|
|
@4a3178b0
|
15 years |
Carl Eugen Hoyos |
Always allocate a buffer of AVPALETTE_SIZE for palette in the
Bluray …
|
|
|
@7f4fca03
|
15 years |
Reimar.Doeffinger |
Increase maximum encoded subtitle size from 64 kB to 1 MB.
Fixes …
|
|
|
@63a78ef
|
15 years |
Reimar.Doeffinger |
100l typo, xsub encoder printed end time hours where minutes should …
|
|
|
@64e657fd
|
15 years |
Reimar.Doeffinger |
100l, inv_zigzag_direct16 must be aligned to 16 bytes for …
|
|
|
@8b03c014
|
15 years |
Reimar.Doeffinger |
Make sure that start_display_time is 0 by moving its value onto pts. …
|
|
|
@44ed34b7
|
15 years |
Reimar.Doeffinger |
Check for seek failures in avi_load_index, otherwise if the index …
|
|
|
@d5a30f86
|
15 years |
Reimar.Doeffinger |
Reindent.
Originally committed as revision 19708 to …
|
|
|
@c7d28f43
|
15 years |
Reimar.Doeffinger |
Remove now dead code.
Originally committed as revision 19707 to …
|
|
|
@b0231614
|
15 years |
Reimar.Doeffinger |
Apply r19642 also pgssubdec:
Make sure AVSubtitle is initialized, …
|
|
|
@a13e6870
|
15 years |
mans |
mdec: remove unused members from struct MDECContext
Originally …
|
|
|
@dd36b88b
|
15 years |
mans |
Remove explicit init to zero of static inv_zigzag_direct16
Originally …
|
|
|
@b979e4a2
|
15 years |
diego |
whitespace cosmetics
Originally committed as revision 19703 to …
|
|
|
@6aa33347
|
15 years |
baptiste.coudurier |
return AVERROR(ENOMEM) if stream could not be allocated
Originally …
|
|
|
@b01c7b75
|
15 years |
baptiste.coudurier |
check av_new_stream return value, patch by Kent Mein, mein at cs dot …
|
|
|
@7305d97f
|
15 years |
diego |
Do not read index chunks as audio/video data; closes issue 1336.
patch …
|
|
|
@c58b82a2
|
15 years |
Carl Eugen Hoyos |
Add Bluray Subtitle Support
Patch by Stephen Backway, stev391 A …
|
|
|
@49056037
|
15 years |
Reimar.Doeffinger |
Mark video from .mtv files correctly as upside-down.
Originally …
|
|
|
@cf5ec607
|
15 years |
mans |
mpegts: change variable-length array to fixed length
The difference …
|
|
|
@afe08a72
|
15 years |
mans |
PPC: remove unnecessary alignment on local variables
Storing a single …
|
|
|
@ce78113d
|
15 years |
vitor1001 |
Cosmetics: add some whitespace around operators
Originally committed …
|
|
|
@429eeecd
|
15 years |
Aurélien Jacobs |
matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks
…
|
|
|
@e2644407
|
15 years |
Aurélien Jacobs |
matroskadec: factorize some code
Originally committed as revision …
|
|
|
@deb1b2b6
|
15 years |
diego |
Add necessary #include for config.h.
Originally committed as revision …
|
|
|
@b662e839
|
15 years |
mans |
PPC: simplify loading some values into altivec registers
Instead of …
|
|
|
@1feec476
|
15 years |
diego |
Add missing header to fix 'make checkheaders'.
Originally committed …
|
|
|
@89fb9516
|
15 years |
ramiro.polla |
swscale-example: Rename src->ref so as to not confuse with src being …
|
|
|
@7da35acd
|
15 years |
ramiro.polla |
swscale-example: Use SWS_BILINEAR instead of hardcoded value.
…
|
|
|
@d98fe8ec
|
15 years |
mans |
Add myself as maintainer for AVR32 and MIPS
Originally committed as …
|
|
|
@98ef6079
|
15 years |
mans |
configure: fix filter() function when matching multiple patterns
This …
|
|
|
@bce7b696
|
15 years |
mans |
Add PIC flags early so tests they affect give correct results
This is …
|
|
|
@c7312933
|
15 years |
mans |
Include required headers in {mips,ppc}/mathops.h
Originally committed …
|
|
|
@95f2c769
|
15 years |
mans |
Skip headers requiring external libs not present in checkheaders
…
|
|
|
@566ae9fb
|
15 years |
mans |
configure: simplify directory creation for out of tree builds
…
|
|
|
@b7c10b2a
|
15 years |
mans |
Fix dependency generation for yasm assembler files
Originally …
|
|
|
@7bd47335
|
15 years |
vitor1001 |
TwinVQ decoder
Originally committed as revision 19682 to …
|
|
|
@a48ce2c3
|
15 years |
ramiro.polla |
Fix inconsistent indentation.
Originally committed as revision 29545 …
|
|
|
@a8dd8dc6
|
15 years |
schreter |
Use generic multi-stream key frame finding routine to implement …
|
|
|
@101036ad
|
15 years |
schreter |
Support for generic multi-stream key frame finding for new seek API.
…
|
|
|
@50b1785a
|
15 years |
lorenm |
bring back some randomness in fft-test. (regression in r18070)
…
|
|
|
@31c57185
|
15 years |
saschasommer |
Add some more wmapro decoder hunks
Originally committed as revision …
|
|
|
@7056883b
|
15 years |
diego |
Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from …
|
|
|
@f2d702e1
|
15 years |
Reimar.Doeffinger |
Replace #ifdef PIC checks with the more appropriate …
|
|
|
@da47f0ee
|
15 years |
diego |
Add missing #includes to pass 'make checkheaders'.
Originally …
|
|
|
@ab1eff9c
|
15 years |
bartek.wolowiec |
Add support for S/PDIF encapsulation.
Originally committed as …
|
|
|
@29d7eef7
|
15 years |
Reimar.Doeffinger |
Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle …
|
|
|
@1b03a9d6
|
15 years |
ramiro.polla |
Check return values of sws_allocVec() and sws_getConstVec().
…
|
|
|
@8a3c8627
|
15 years |
mans |
configure: add --enable-pic flag
Using this flag enables …
|
|
|
@90d43b52
|
15 years |
mans |
Get rid of large stack array in rd8x8_c()
Originally committed as …
|
|
|
@0314dead
|
15 years |
mans |
eval: replace variable-length array with av_malloc/free
There is a …
|
|
|
@8313e17
|
15 years |
mans |
flacdec: change variable-length array to fixed length
pred_order can …
|
|
|
@64d39b7c
|
15 years |
Reimar.Doeffinger |
Free initial swscale context, too. Avoids a valgrind warning.
…
|
|
|
@7b67bd92
|
15 years |
Reimar.Doeffinger |
Remove useless casts of malloc return value.
Originally committed as …
|
|
|
@386eaeb4
|
15 years |
diego |
Remove disabled code cruft.
Originally committed as revision 19668 to …
|
|
|
@1aff375d
|
15 years |
ramiro.polla |
Introduce and use sws_allocVec().
Originally committed as revision …
|
|
|
@20484b90
|
15 years |
ramiro.polla |
Reuse sws_getConstVec() where possible.
Originally committed as …
|
|
|
@b7904f78
|
15 years |
mans |
AVR32: optimised mathops.h
44% faster MP3 decoding
Originally …
|
|
|
@6b052ba8
|
15 years |
ramiro.polla |
swscale-example: Make selection of dstW, dstH, and flags more clear.
…
|
|
|
@0cc4701a
|
15 years |
alex.converse |
Use the AOT enum instead of integer literals for setting and comparing …
|
|
|
@d691da95
|
15 years |
mans |
AVR32: optimisations for intreadwrite.h
Originally committed as …
|
|
|
@e482c2e2
|
15 years |
mans |
AVR32: inline asm for bswap.h
Originally committed as revision 19664 …
|
|
|
@fdcd782d
|
15 years |
mans |
configure: add AVR32 names for --cpu flag
Recognise AVR32 processor …
|
|
|
@8ba939d7
|
15 years |
alex.converse |
Mark the AOT escape value as supported.
Originally committed as …
|
|
|
@08dac48d
|
15 years |
alex.converse |
Add USAC and SAOC AOTs to the AudioObjectType enum.
Originally …
|
|
|
@c255994b
|
15 years |
ramiro.polla |
More indentation changes leftover from r29522:
- Align asm code to the …
|
|
|
@dd68318c
|
15 years |
ramiro.polla |
Cosmetics:
- Place curly brackets in the same line as …
|
|
|
@9dc6bb7b
|
15 years |
mans |
MIPS: 100L: fix AV_[RW]N64 on MIPS64
Originally committed as revision …
|
|
|
@4a051891
|
15 years |
mans |
cosmetics: reformat intreadwrite.h
Originally committed as revision …
|
|
|
@63826ceb
|
15 years |
mans |
intreadwrite: ensure arch-specific versions are always used if defined …
|
|
|
@57c36bdc
|
15 years |
mans |
intreadwrite: allow arch-specific 24-bit access macros
Originally …
|
|
|
@e6956a6e
|
15 years |
mans |
ARM: first value loaded in AV_RN64 needs to be early-clobber
…
|
|
|
@7f6d9b30
|
15 years |
mans |
version.sh: use standard sed syntax
Originally committed as revision …
|
|
|