|
|
|
@c3c9c4d0
|
12 years |
onemda |
doc/general: add missed WavPack muxing support information
…
|
|
|
@29ba3aac
|
12 years |
onemda |
lavf/smacker: remove bogus video from .long_name
Signed-off-by: Paul …
|
|
|
@c25dc1f9
|
12 years |
onemda |
wvenc: support for ape tags
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@bd93f965
|
12 years |
onemda |
APE tag writer
|
|
|
@a3a0774b
|
12 years |
onemda |
WavPack muxer
|
|
|
@706bd8ea
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (35 …
|
|
|
@0f8f9248
|
12 years |
nicolas.george |
faq: suggest the concat filter.
|
|
|
@2d6f442c
|
12 years |
nicolas.george |
faq: disambiguate "join".
|
|
|
@3adc9c99
|
12 years |
michaelni |
ffmpeg: allow using the r_frame_rate as fundamental timebase for …
|
|
|
@c83f44db
|
12 years |
rsbultje |
h264_idct_10bit: port x86 assembly to cpuflags.
|
|
|
@f8d8fe25
|
12 years |
rsbultje |
x86inc: clip num_args to 7 on x86-32.
This allows us to …
|
|
|
@96c9cc10
|
12 years |
rsbultje |
x86inc: sync to latest version from x264.
|
|
|
@b3c5ae5
|
12 years |
rsbultje |
fft: rename "z" to "zc" to prevent name collision.
Without this, …
|
|
|
@157f9569
|
12 years |
michaelni |
ffmpeg: add code to perform ts wrap correction
Fixes ticket1385
…
|
|
|
@05a6c625
|
12 years |
michaelni |
fate: switch rsync to fate-suite.ffmpeg.org
Signed-off-by: Michael …
|
|
|
@efcfcf87
|
12 years |
nicolas.george |
avf_concat: fix silence duration.
concat_in.pts starts at 0 for each …
|
|
|
@4ce87ecf
|
12 years |
nicolas.george |
asrc_flite: do not crash on multiple instances.
The voice register …
|
|
|
@c1d865d5
|
12 years |
anton |
wv: return meaningful error codes.
|
|
|
@ccc10acb
|
12 years |
anton |
wv: return AVERROR_EOF on EOF, not EIO.
|
|
|
@f73e3938
|
12 years |
anton |
mp3dec: forward errors for av_get_packet().
Don't invent a bogus EIO …
|
|
|
@67b1156f
|
12 years |
anton |
mp3dec: remove a pointless local variable.
|
|
|
@61f8bb74
|
12 years |
anton |
mp3dec: remove commented out cruft.
|
|
|
@b3fa4788
|
12 years |
anton |
lavfi: bump minor to mark stabilizing the ABI.
|
|
|
@8f9537f3
|
12 years |
anton |
FATE: add tests for yadif.
|
|
|
@8112710f
|
12 years |
anton |
FATE: add a test for delogo video filter.
|
|
|
@73393407
|
12 years |
anton |
FATE: add a test for amix audio filter.
|
|
|
@67ef5f4
|
12 years |
anton |
audiogen: allow specifying random seed as a commandline parameter.
|
|
|
@45838561
|
12 years |
kostya.shishkov |
vc1dec: Override invalid macroblock quantizer
Found-by: Mateusz …
|
|
|
@2bf369b6
|
12 years |
kostya.shishkov |
vc1: avoid reading beyond the last line in vc1_draw_sprites()
Fixes …
|
|
|
@1100acba
|
12 years |
kostya.shishkov |
vc1dec: check that coded slice positions and interlacing match.
This …
|
|
|
@0aa907cf
|
12 years |
kostya.shishkov |
vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return value
…
|
|
|
@fb0688b0
|
12 years |
stefasab |
doc/general: add missing device support information
|
|
|
@9a757cca
|
12 years |
nicolas.george |
avf_concat: fix min value for v option.
|
|
|
@bfe9f48a
|
12 years |
diego |
configure: Move parts that should not be user-selectable to CONFIG_EXTRA
|
|
|
@66a5201
|
12 years |
stefasab |
lavfi: add flite audio source
|
|
|
@fd2b6c1e
|
12 years |
stefasab |
doc/filters: itemize movie examples
|
|
|
@32390d67
|
12 years |
stefasab |
lavfi: move movie and amovie to a "multimedia sources" section
Since …
|
|
|
@7cf9aadd
|
12 years |
stefasab |
lavu/bprint: extend/clarify documentation for av_bprint_init() …
|
|
|
@efd34918
|
12 years |
anton |
lavf: remove commented out cruft in avformat_find_stream_info()
|
|
|
@c4ef6a3e
|
12 years |
anton |
Add missing libavutil/time.h includes.
|
|
|
@a2f91e7b
|
12 years |
michaelni |
mpegaudiodec: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@4d777eed
|
12 years |
rsbultje |
vp3: don't compile mmx IDCT functions on x86-64.
64-bit CPUs always …
|
|
|
@a5bbb124
|
12 years |
rsbultje |
h264_loopfilter: port x86 simd to cpuflags.
|
|
|
@64c53fa1
|
12 years |
michaelni |
dxva2: Fix some warnings about incompatible pointer type
…
|
|
|
@23565c26
|
12 years |
mans |
build: support non-standard replacements for -c flag
This allows …
|
|
|
@18031c4
|
12 years |
mans |
build: support non-standard replacements for -E flag
This allows …
|
|
|
@d07ff3cd
|
12 years |
rsbultje |
h264_chromamc_10bit: port x86 simd to cpuflags.
|
|
|
@4a26fdd
|
12 years |
rsbultje |
vp3: port x86 SIMD to cpuflags.
|
|
|
@42ade117
|
12 years |
diego |
build: Use portable compiler flag constructs in header compilation rule
|
|
|
@24f8961f
|
12 years |
diego |
x11grab: cosmetics: consistent naming for x11grab-related things
|
|
|
@755834e9
|
12 years |
diego |
build: Rename YASMDEP variable to DEPYASM for consistency
|
|
|
@0fa35262
|
12 years |
michaelni |
dvdsubenc: switch to av_assert
we use av_assert0() because the …
|
|
|
@55cdd45
|
12 years |
michaelni |
avio: Document that write_packet() is not allowed to change its input
…
|
|
|
@8ebacfb
|
12 years |
martin |
hls: Proceed to the next segment at any error code
Previously, we …
|
|
|
@41ecbbc
|
12 years |
martin |
tls: Return AVERROR_EOF if the TLS_read/write functions return 0
…
|
|
|
@76888c64
|
12 years |
rsbultje |
rv34: port x86 SIMD to cpuflags.
|
|
|
@c6963a22
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@158744a4
|
12 years |
rsbultje |
vp56: only compile MMX SIMD on x86-32.
All x86-64 CPUs have SSE2, so …
|
|
|
@2734ba78
|
12 years |
rsbultje |
vp56: port x86 simd to cpuflags.
|
|
|
@94c3e11a
|
12 years |
michaelni |
imgutils: Fix warnings about incompatible pointer type and discarded …
|
|
|
@5361e10a
|
12 years |
rsbultje |
proresdsp: port x86 assembly to cpuflags.
|
|
|
@4f2549e
|
12 years |
Carl Eugen Hoyos |
Fix aiff demuxer dependencies.
|
|
|
@e9da9a3
|
12 years |
justin.ruggles |
lavr: x86: improve non-SSE4 version of S16_TO_S32_SX macro
Removes a …
|
|
|
@743f070
|
12 years |
justin.ruggles |
lavfi: better channel layout negotiation
Allow substitution of …
|
|
|
@81f548d
|
12 years |
justin.ruggles |
alac: check for truncated packets
This will give a clearer error …
|
|
|
@fb57e913
|
12 years |
justin.ruggles |
alac: reverse lpc coeff order, simplify filter
Reversing the lpc …
|
|
|
@52a62f90
|
12 years |
michaelni |
dwt: Fix several warnings about incompatible pointer type
…
|
|
|
@2f096bb1
|
12 years |
justin.ruggles |
lavr: add x86-optimized mixing functions
Adds optimized functions for …
|
|
|
@79687079
|
12 years |
justin.ruggles |
x86: add support for fmaddps fma4 instruction with abstraction to avx/sse
|
|
|
@b3841db1
|
12 years |
Carl Eugen Hoyos |
vf_alphamerge: Fix reversed conditional
Reviewed-by: Nicolas George
|
|
|
@789f8cb0
|
12 years |
michaelni |
avutil: support 50 and 60 frame rates in timecode api
Signed-off-by: …
|
|
|
@3be02afb
|
12 years |
michaelni |
mxfdec: fix off by one error in d10 aes3 decoding
Without this fix …
|
|
|
@c49e0d2c
|
12 years |
michaelni |
aviobuf: Fix warning about discarded qualifier
Signed-off-by: Michael …
|
|
|
@a2cd13f0
|
12 years |
michaelni |
zmbv: Fix warning about discarded qualifier
Based on patch by: jamal …
|
|
|
@cb40d360
|
12 years |
michaelni |
ffv1: Fix warnings about incompatible pointer type and discarded …
|
|
|
@0cf7d84
|
12 years |
kostya.shishkov |
tscc2: fix typo in array index
|
|
|
@b9d3c378
|
12 years |
mans |
build: use COMPILE template for HOSTOBJS
Signed-off-by: Mans Rullgard …
|
|
|
@a758c5e
|
12 years |
mans |
build: do full flag handling for all compiler-type tools
This adds a …
|
|
|
@02ac2822
|
12 years |
rsbultje |
eval: fix printing of NaN in eval fate test.
This fixes "make …
|
|
|
@87849592
|
12 years |
diego |
build: Rename aandct component to more descriptive aandcttables
|
|
|
@236ecc3
|
12 years |
michaelni |
fate: change fate-suite rsync server.
there are some technical …
|
|
|
@bde73f28
|
12 years |
rsbultje |
mpegaudio: bury inline asm under HAVE_INLINE_ASM.
|
|
|
@30b45d9c
|
12 years |
rsbultje |
x86inc: automatically insert vzeroupper for YMM functions.
|
|
|
@316f8db2
|
12 years |
Clément Bœsch |
SubViewer demuxer and decoder.
|
|
|
@2755abff
|
12 years |
Clément Bœsch |
lavc/rt: small wording fix in a comment.
|
|
|
@8ea1459b
|
12 years |
martin |
rtmp: Check the buffer length of ping packets
Signed-off-by: Martin …
|
|
|
@e49e6b64
|
12 years |
martin |
rtmp: Allow having more unknown data at the end of a chunk size packet …
|
|
|
@2357f606
|
12 years |
martin |
rtmp: Prevent reading outside of an allocate buffer when receiving …
|
|
|
@7333798c
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@307a20cc
|
12 years |
michaelni |
Changelog: put entries lost in …
|
|
|
@f5a5b43
|
12 years |
michaelni |
ffmpeg: doxyfy some comments and mention the timebase used in various …
|
|
|
@1a7af514
|
12 years |
michaelni |
ffmpeg: move decoded_frame->pts computation together
This clarifies …
|
|
|
@c76a5365
|
12 years |
michaelni |
ffmpeg: Fix rounding errors in decoded_frame->pts computation
…
|
|
|
@9b1fdb1c
|
12 years |
michaelni |
ffmpeg: fix assumed decoded_frame->pts timebase
Signed-off-by: …
|
|
|
@b616405c
|
12 years |
michaelni |
ffmpeg: reset decoded_frame->pts after rescaling.
This ensures its …
|
|
|
@e15e5328
|
12 years |
michaelni |
mpc8: Initialize AVFrame properly
Signed-off-by: Michael Niedermayer …
|
|
|
@5938b4d3
|
12 years |
michaelni |
mpc7: Initialize AVFrame properly
Signed-off-by: Michael Niedermayer …
|
|
|
@55fa883b
|
12 years |
michaelni |
ffmpeg: fix units of next_?ts in debug printing routine.
…
|
|
|
@506ffa79
|
12 years |
michaelni |
h264_cabac: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@7a4e30f3
|
12 years |
michaelni |
h264_cabac: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|