|
|
|
@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
…
|
|
|
@5f14b565
|
15 years |
pross |
Core Audio Format demuxer
Originally committed as revision 19879 to …
|
|
|
@2d423666
|
15 years |
pross |
Make mov LPCM and AAC parsing functions public
Originally committed …
|
|
|
@fa77dd63
|
15 years |
pross |
perform sanity check on number of audio channels in avcodec_open()
…
|
|
|
@385ae702
|
15 years |
gbeauchesne |
Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position …
|
|
|
@25450bb2
|
15 years |
gbeauchesne |
Move down HWAccel code path so that to fill in s->mb_x first.
…
|
|
|
@91172133
|
15 years |
kostya.shishkov |
Enhance Musepack SV8 probing code
Originally committed as revision …
|
|
|
@e458dd0b
|
15 years |
michaelni |
Flv should be AVFMT_VARIABLE_FPS.
Originally committed as revision …
|
|
|
@657eca1f
|
15 years |
michaelni |
Upgrade a few important messages to AV_LOG_WARNING.
Originally …
|
|
|
@03555376
|
15 years |
michaelni |
Fix indention after previous commit.
Originally committed as revision …
|
|
|
@ddce56ef
|
15 years |
michaelni |
Make packet interleaving in the muxer not scan through the whole …
|
|
|
@42831b4
|
15 years |
michaelni |
Also reset *_end in flush_packet_queue().
Originally committed as …
|
|
|
@8cd6b388
|
15 years |
stefano.sabatini-lala |
Make pkgconfig_generate() fill Libs with the required linking flags
if …
|
|
|
@ea25c063
|
15 years |
justin.ruggles |
10l: set genre default immediately before reading genre tag
…
|
|
|
@d891cbb4
|
15 years |
justin.ruggles |
Set ID3v1 genre to 0xFF (unknown) by default instead of 0 (Blues).
…
|
|
|
@68336ea8
|
15 years |
mans |
10l: fix ff_fft_init_arm() prototype
Originally committed as revision …
|
|
|
@f4863213
|
15 years |
mans |
Move per-arch fft init bits into the corresponding subdirs
Originally …
|
|
|
@9155be47
|
15 years |
kostya.shishkov |
Do not set 0 FPS in VC-1 test stream format demuxer.
Originally …
|
|
|
@6776061b
|
15 years |
vitor1001 |
Add two more sizes to ff_sine_windows[] and also pad it with NULLs so …
|
|
|
@05db409
|
15 years |
kostya.shishkov |
Check for explicit 32-bit FPS value so it works on 64-bit systems too
…
|
|
|
@23218a9
|
15 years |
kostya.shishkov |
Make probing for VC1 test bitstream format stricter
Originally …
|
|
|
@2370338
|
15 years |
jmenon86 |
Fix max_coded_frame_size computation to account for byte alignment.
…
|
|
|
@37e34df
|
15 years |
michaelni |
Check offset in flv_probe()
Originally committed as revision 19858 to …
|
|
|
@0535f91
|
15 years |
michaelni |
Do not return values above AVPROBE_SCORE_MAX from probe().
Originally …
|
|
|
@2a3caca2
|
15 years |
michaelni |
Make h261 and mpegvideo probe a little more robust so they dont fail …
|
|
|
@ff19d438
|
15 years |
michaelni |
Init i to 0 (10l fix).
Patch by Martin Storsjö / martin von martin aus …
|
|
|
@c4674a47
|
15 years |
michaelni |
Make mpeg_probe() pass probetest.
Originally committed as revision …
|
|
|
@6e7ef5ec
|
15 years |
michaelni |
Probetest, to test the demuxers probe functions against random and not …
|
|
|
@3489e150
|
15 years |
Reimar.Doeffinger |
Slightly stricter MPEG-PES probing, fixes issue 1383.
Originally …
|
|
|
@5837e4ca
|
15 years |
Reimar.Doeffinger |
Vastly improved mm_probe function, passes probetest.
Originally …
|
|
|
@97e07808
|
15 years |
Reimar.Doeffinger |
Improve sierravmd probe. It is still quite weak, but further …
|
|
|
@1ac95630
|
15 years |
michaelni |
Slighty tweak mp3 probe threshold to prevent probetest from …
|
|
|
@6377de61
|
15 years |
Reimar.Doeffinger |
Try harder to avoid false positives for DV probe.
Require at least one …
|
|
|
@98487a5b
|
15 years |
Reimar.Doeffinger |
Make dnxhd probe more strict, fail if we detect values in header that …
|
|
|
@9ecc4141
|
15 years |
mans |
ARM: 10l: fix large FFTs
Originally committed as revision 19846 to …
|
|
|
@89c4e176
|
15 years |
michaelni |
Rewrite h261_probe().
New code can detect h261 startcodes even when …
|
|
|
@05bdd33a
|
15 years |
Reimar.Doeffinger |
Make DTS probe more robust against false positives (as e.g. probetest …
|
|
|
@9f449d57
|
15 years |
Reimar.Doeffinger |
Check the index validity more thoroughly for the c93 probe function. …
|
|
|
@ddbb7c9b
|
15 years |
Reimar.Doeffinger |
Add more sanity checks for header elements, rejecting files with …
|
|
|
@e4c01d40
|
15 years |
michaelni |
Rewrite h263_probe().
The new code should detect h263 even if the …
|
|
|
@21ab5c58
|
15 years |
Reimar.Doeffinger |
Extend check for integer overflow for malloc argument to take into …
|
|
|
@65d6d403
|
15 years |
kostya.shishkov |
Fix wrong logical operator which causes too relaxed checking in VC-1 …
|
|
|
@8466ab59
|
15 years |
Reimar.Doeffinger |
Check buffer size for idcin check, otherwise false positives are too …
|
|
|
@03354862
|
15 years |
darkshikari |
Update preset files to jive somewhat better with more recent x264 API. …
|
|
|
@8bb7dda2
|
15 years |
baptiste.coudurier |
ensure pes buffer is set to avoid segv
Originally committed as …
|
|
|
@8956f680
|
15 years |
baptiste.coudurier |
reset pes state to skip after flushing, avoid segv with …
|
|
|