|
|
|
@98f7bcb1
|
15 years |
michaelni |
Check dimensions against 0 too.
39_vorbis_zero_dims.patch from chrome
…
|
|
|
@9062cd35
|
15 years |
michaelni |
Check validity of channels & samplerate.
This may be security …
|
|
|
@428984b0
|
15 years |
mike |
Another micro-optimization for unpack_vlcs(): Eliminate a possible …
|
|
|
@4c0dda2b
|
15 years |
michaelni |
Check codec_id and codec_type in avcodec_open(), based on …
|
|
|
@6e3fa35
|
15 years |
mans |
Set compiler version string for supported non-gcc compilers
…
|
|
|
@275cfd15
|
15 years |
mans |
ARM: NEON optimised scalarproduct_float
Originally committed as …
|
|
|
@0cb71412
|
15 years |
mans |
AAC: 10l: fix PNS decoding
Originally committed as revision 19970 to …
|
|
|
@61dc238b
|
15 years |
banan |
Hook up the MD studio demuxer and Atrac1 decoder.
Originally …
|
|
|
@e704b012
|
15 years |
banan |
Mention SDDS so search engines will pick it up for when someone
needs …
|
|
|
@edd897b1
|
15 years |
banan |
Use ff_sine_32 in atrac1.
Originally committed as revision 19967 to …
|
|
|
@138fe83
|
15 years |
mike |
Perform the DC prediction reversal immediately after decoding all of …
|
|
|
@71e42180
|
15 years |
diego |
Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara …
|
|
|
@53e5462
|
15 years |
diego |
Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.
…
|
|
|
@de653ba3
|
15 years |
diego |
Place MP3 demuxer code under appropriate #ifdefs.
Fixes compilation …
|
|
|
@a3d7c197
|
15 years |
diego |
Improve compiler information code to print to the console on program …
|
|
|
@5c1f57ff
|
15 years |
diego |
Print compiler version and build date before configuration in console …
|
|
|
@8f771e7
|
15 years |
diego |
Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper …
|
|
|
@6bdaa5f4
|
15 years |
diego |
The W64 demuxer depends on the WAV demuxer.
Originally committed as …
|
|
|
@738914be
|
15 years |
diego |
Move find_guid function and guid_data array to a globally available …
|
|
|
@5419da8d
|
15 years |
alex.converse |
AAC: Simplify some logic from r19956. (The escape codebook is …
|
|
|
@1dee3e97
|
15 years |
mans |
ARM: NEON optimisations for some dsputil functions
NEON versions of …
|
|
|
@42d3fbb3
|
15 years |
mans |
AAC: use new dsputil functions
Originally committed as revision 19956 …
|
|
|
@53b5721
|
15 years |
mans |
Add some dsputil functions useful for AAC decoder
Originally …
|
|
|
@9caab878
|
15 years |
banan |
Add forgotten cleanup function in atrac1.
Originally committed as …
|
|
|
@78b3a12
|
15 years |
banan |
Cosmetics, indentation.
Originally committed as revision 19953 to …
|
|
|
@a872e5c1
|
15 years |
banan |
Cosmetics. Merge declaration and initialization.
Originally committed …
|
|
|
@b6a2370
|
15 years |
banan |
Move the scale factor and word length indexes to the stack.
…
|
|
|
@523ef55
|
15 years |
diego |
Deinterleave the generation of config.h and config.mak.
As a …
|
|
|
@40e2645
|
15 years |
Reimar.Doeffinger |
Use a custom radix sort implementation instead of qsort in dnxhd …
|
|
|
@f5e82fec
|
15 years |
alex.converse |
aacenc: Use preprocessor constants for trellis states and stages.
…
|
|
|
@9072c29e
|
15 years |
alex.converse |
aacenc: Split paths in the scalefactor selection trellis into a 2-D …
|
|
|
@9d4f6f10
|
15 years |
alex.converse |
aacenc: Replace cbrt() with cbrtf() when the result is destined for …
|
|
|
@0bd9aa44
|
15 years |
alex.converse |
aacenc: Multiple distortion by lambda after it's summed and not each …
|
|
|
@06d6b962
|
15 years |
alex.converse |
Cosmetics: Reindent after r19943.
Originally committed as revision …
|
|
|
@a71e9b6
|
15 years |
alex.converse |
aacenc: Don't make unnecessary compares to the escape value in tight …
|
|
|
@1a918c08
|
15 years |
lorenm |
extend ff_inverse[], and fix its documentation
Originally committed …
|
|
|
@d650574e
|
15 years |
mans |
ARM: merge two loops in ff_mdct_calc_neon
Originally committed as …
|
|
|
@f7a3b603
|
15 years |
mans |
ARM: interleave cos/sin tables for improved NEON MDCT
Originally …
|
|
|
@94274b82
|
15 years |
mans |
Allow arch-specific mdct code to request interleaving of cos/sin …
|
|
|
@670bd200
|
15 years |
mans |
regtest: do not write to /tmp/ffmpeg$$
Nothing useful was ever …
|
|
|
@b767b9c
|
15 years |
mans |
configure: remove some unnecessary backslashes
Originally committed …
|
|
|
@96fdb624
|
15 years |
mans |
Split dnxhd regression test so the parts can run in parallel
…
|
|
|
@3572b281
|
15 years |
mans |
ARM: remove broken IPP support
Originally committed as revision 19935 …
|
|
|
@ee3d7f58
|
15 years |
mike |
Modify unpack_vlcs() so that there are fewer dereferences through the …
|
|
|
@40461e5
|
15 years |
diego |
Add parentheses to logical expression to avoid the warning: …
|
|
|
@a79b4b75
|
15 years |
diego |
Remove unused variable, fixes the warning:
libavcodec/atrac3.c:195: …
|
|
|
@01b22147
|
15 years |
mans |
Merge FFTContext and MDCTContext
Originally committed as revision …
|
|
|
@ec129499
|
15 years |
diego |
Fix embarassing typo in last commit: Restore mistakenly removed ','.
…
|
|
|
@1e1898c0
|
15 years |
diego |
K&R coding style whitespace cosmetics
Originally committed as …
|
|
|
@7a38c114
|
15 years |
Carl Eugen Hoyos |
Cosmetics: Reindent after r19927.
Originally committed as revision …
|
|
|
@4410adf1
|
15 years |
Carl Eugen Hoyos |
Allow encoding frames with more than 2800 lines.
Patch by Martin …
|
|
|
@fbc03004
|
15 years |
Reimar.Doeffinger |
Support uncompressed 16 bit sgi image format, as e.g. used by the …
|
|
|
@bdb156c7
|
15 years |
Reimar.Doeffinger |
Simplify color_flags calculation, remove a pointless initialization …
|
|
|
@75fe5b52
|
15 years |
Reimar.Doeffinger |
Make default_correlation array const since it is never modified.
…
|
|
|
@3fdd8276
|
15 years |
Reimar.Doeffinger |
Use default sws_flags for dnxhd regression tests and also test the …
|
|
|
@d7c2e8e3
|
15 years |
Reimar.Doeffinger |
Update regression reference for DNxHD test update
Originally …
|
|
|
@60820866
|
15 years |
Reimar.Doeffinger |
Change DNxHD regression tests to test both 720p and 1080i instead of …
|
|
|
@31fe12a9
|
15 years |
Reimar.Doeffinger |
Add missing strings.h include needed for strcasecmp.
Originally …
|
|
|
@306a1204
|
15 years |
justin.ruggles |
Update AC-3 channel map. 2F/2R layout only has 4 channels. This …
|
|
|
@803d8488
|
15 years |
banan |
Align sample output buffer in atrac1.
Originally committed as …
|
|
|
@0105f497
|
15 years |
banan |
Fix the short block transform for atrac1.
Originally committed as …
|
|
|
@0ae2ccff
|
15 years |
Reimar.Doeffinger |
Change dnxhd regression tests for r19912 which fixed uninitialized …
|
|
|
@e9b733bd
|
15 years |
diego |
#include correct header to fix 'make checkheaders'.
AVCodecTag is …
|
|
|
@d773d855
|
15 years |
diego |
Reorder functions so that encoding functions are disabled by the …
|
|
|
@27666c31
|
15 years |
diego |
Add missing stdint.h #include to fix 'make checkheaders'.
Originally …
|
|
|
@301a24de
|
15 years |
baptiste.coudurier |
fix uninitialized memory in dnxhd encoder
Originally committed as …
|
|
|
@e9b06816
|
15 years |
michaelni |
Only use *ic_ptr when it has been initialized.
Originally committed …
|
|
|
@ba93ea6d
|
15 years |
rsbultje |
Unscrewup indentation (pointed out by Diego).
Originally committed as …
|
|
|
@94f3c0e5
|
15 years |
diego |
Add probetest to TOOLS list.
Originally committed as revision 19909 …
|
|
|
@13b1c80b
|
15 years |
diego |
Introduce a variable for all targets in the tools subdirectory.
…
|
|
|
@9407246d
|
15 years |
diego |
Drop argc/argv parameters from main(), they are unused.
Originally …
|
|
|
@497559e
|
15 years |
diego |
cosmetics: K&R coding style, prettyprinting
Originally committed as …
|
|
|
@f9337897
|
15 years |
rsbultje |
RTSP basic authentication, patch originally by Philip Coombes
(philip …
|
|
|
@afcdf342
|
15 years |
baptiste.coudurier |
update seek regression tests due to r19902
Originally committed as …
|
|
|
@ef002fa3
|
15 years |
Reimar.Doeffinger |
Update dnxhd rotozoom regression test values with more sane ones that …
|
|
|
@9deba199
|
15 years |
baptiste.coudurier |
fix pes overhead computation, patch by Niobos, niobos at dest-unreach …
|
|
|
@bb8cd7b3
|
15 years |
Reimar.Doeffinger |
Update dnxhd regression test to match the majority of FATE machines …
|
|
|
@10634c0
|
15 years |
banan |
Only use one mdct window size in atrac1.
Originally committed as …
|
|
|
@db46c4e1
|
15 years |
baptiste.coudurier |
print at debug level the score at which codec probing succedeed
…
|
|
|
@5abfae7
|
15 years |
Reimar.Doeffinger |
Improve SIFF probe by also checking the first tag is one of the …
|
|
|
@3214db98
|
15 years |
Reimar.Doeffinger |
Improve dxa probe by checking the values for width and height are …
|
|
|
@892d7e78
|
15 years |
Reimar.Doeffinger |
Slightly improve probe for ea format by checking that it is possible …
|
|
|
@a5083f66
|
15 years |
Reimar.Doeffinger |
Add dnxhd test to regression tests.
Originally committed as revision …
|
|
|
@f68c8a5
|
15 years |
kostya.shishkov |
Do not include "mp4:" prefix from RTMP URL into "app" path or second …
|
|
|
@6097829
|
15 years |
kostya.shishkov |
Register myself as RTMP maintainer
Originally committed as revision …
|
|
|
@c4396c24
|
15 years |
kostya.shishkov |
Remove useless code causing crash in Targa decoder
Originally …
|
|
|
@78a9a77e
|
15 years |
justin.ruggles |
add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a …
|
|
|
@c866c7d0
|
15 years |
ramiro.polla |
Cleanup buffer debugs in swScale().
Originally committed as revision …
|
|
|
@953c821f
|
15 years |
ramiro.polla |
Use correct buffers in vertical scaler in unscaled YV12 case.
…
|
|
|
@1bc8c361
|
15 years |
michaelni |
Print a warning if a format has been detected with a low score.
…
|
|
|
@c36823fd
|
15 years |
michaelni |
Print at debug level the score with which probing succeeded.
…
|
|
|
@8a6c7a52
|
15 years |
michaelni |
Fix indention after last commit.
Originally committed as revision …
|
|
|
@e07b882b
|
15 years |
michaelni |
Improve amortized worst case speed of the muxers packet interleaving …
|
|
|
@d25130eb
|
15 years |
mans |
ARM: do not use movw/movt for relocatable values with PIC
Originally …
|
|
|
@ebd3e99d
|
15 years |
kostya.shishkov |
reindent after last commit and remove unneeded empty line
Originally …
|
|
|
@f53c9089
|
15 years |
kostya.shishkov |
Make MPC SV8 probe skip tags until stream header is found
Originally …
|
|
|
@6f24cc0b
|
15 years |
kostya.shishkov |
Monkey's Audio uses subframes too, declare that in its capabilities
…
|
|
|
@0d6da4b8
|
15 years |
Reimar.Doeffinger |
Fix overflow check insufficiently improved in r19840.
It assumes that …
|
|
|
@d859bb1d
|
15 years |
saschasommer |
Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes
per …
|
|
|
@9d66ef18
|
15 years |
saschasommer |
fix PTS calculation for audio formats with bits per sample != 16
…
|
|
|