|
|
|
@2cb4d516
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@7e15df75
|
12 years |
michaelni |
swr: resampling: add filter type and Kaiser window beta to AVOptions
|
|
|
@d04c5293
|
12 years |
derek.buitenhuis |
v410dec: Implement explode mode support
Try and decode broken files, …
|
|
|
@6c8fdfc5
|
12 years |
derek.buitenhuis |
zerocodec: fix direct rendering.
Set picture type before calling …
|
|
|
@61884b9d
|
12 years |
derek.buitenhuis |
wav: init st to NULL to avoid a false-positive warning.
If st is …
|
|
|
@37c6ad23
|
12 years |
derek.buitenhuis |
wavpack: set bits_per_raw_sample for S32 samples to properly identify …
|
|
|
@a7ac05ce
|
12 years |
nicolas.george |
src_movie: implement multiple outputs.
The audio and video code paths …
|
|
|
@0577611
|
12 years |
nicolas.george |
buffersrc: use avfilter_get_buffer_ref_from_frame.
|
|
|
@5c5f75b
|
12 years |
nicolas.george |
lavfi: add avfilter_get_buffer_ref_from_frame.
|
|
|
@58db34a
|
12 years |
lu_zero |
h264: refactor NAL decode loop
Write out the NAL decoding loops in …
|
|
|
@a8fb7690
|
12 years |
michaelni |
tls: user documentation
Signed-off-by: Michael Niedermayer …
|
|
|
@08cd95e8
|
12 years |
martin |
RTMPTE protocol support
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@acd554c1
|
12 years |
martin |
RTMPE protocol support
This adds two protocols, but one of them is an …
|
|
|
@0e31088b
|
12 years |
martin |
rtmp: Add ff_rtmp_calc_digest_pos()
This function is used for …
|
|
|
@3505d557
|
12 years |
martin |
rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it …
|
|
|
@7afd42d9
|
12 years |
stefasab |
lavfi/showwaves: do not set on outlink->out_buf the sent video frame
…
|
|
|
@cc12a94c
|
12 years |
Carl Eugen Hoyos |
iff: set ham palette alpha to 0xFF
This addresses the problem that …
|
|
|
@67a30498
|
12 years |
michaelni |
vf_overlay: fix missed return
Signed-off-by: Michael Niedermayer …
|
|
|
@61230797
|
12 years |
nicolas.george |
lavfi: change "transmedia" into "multimedia".
|
|
|
@be33da9a
|
12 years |
nicolas.george |
lavfi: add concat filter.
|
|
|
@1cadab60
|
12 years |
nicolas.george |
ffmpeg: select input file based on output time.
Filters can change …
|
|
|
@3b175384
|
12 years |
rsbultje |
swscale: add missing HAVE_INLINE_ASM check.
The function called in …
|
|
|
@31248865
|
12 years |
rsbultje |
lavfi: place x86 inline assembly under HAVE_INLINE_ASM.
This allows …
|
|
|
@8d2e3fee
|
12 years |
derek.buitenhuis |
vc1: Add a test for interlaced field pictures
Signed-off-by: Derek …
|
|
|
@f4451d2
|
12 years |
michaelni |
libschroedingerenc: remove assert related to the old API.
The assert …
|
|
|
@d014e19
|
12 years |
michaelni |
libvorbisenc: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@72a9e646
|
12 years |
michaelni |
libschroedingerenc: switch to av_assert
Signed-off-by: Michael …
|
|
|
@62514ca0
|
12 years |
michaelni |
g723.1dec: Make postfilter user switchable
Code from qatar …
|
|
|
@1eb13926
|
12 years |
michaelni |
g723.1: various cosmetics and changes that should have no user …
|
|
|
@5a6e3c03
|
12 years |
diego |
swscale: Mark all init functions as av_cold
|
|
|
@16d2a1a5
|
12 years |
diego |
swscale: x86: Drop pointless _mmx suffix from filenames
The files do …
|
|
|
@fd487218
|
12 years |
rsbultje |
lavf: use conditional notation for default codec in muxer …
|
|
|
@a6e922ff
|
12 years |
rsbultje |
swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM.
|
|
|
@d486a6ea
|
12 years |
michaelni |
Merge remote-tracking branch 'dwbuiten/master'
* dwbuiten/master:
…
|
|
|
@88beb2d
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
FATE: …
|
|
|
@5ab85577
|
12 years |
derek.buitenhuis |
wav: Add check for 'fmt' tag in SMV code
If there is a 'SMV0' tag, …
|
|
|
@a35738f4
|
12 years |
justin.ruggles |
dsputil: ppc: cosmetics: pretty-print
|
|
|
@85a3c19e
|
12 years |
justin.ruggles |
dsputil: x86: add SHUFFLE_MASK_W macro
Simplifies pshufb masks that …
|
|
|
@9023de34
|
12 years |
michaelni |
Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'
* commit …
|
|
|
@b2704a65
|
12 years |
mans |
configure: respect CC_O setting in check_cc
Use compiler-specific …
|
|
|
@4f4eb380
|
12 years |
michaelni |
tls: TLS/SSL server
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@d1146d67
|
12 years |
michaelni |
tls: parse uri path options to underlying tcp URLContext
…
|
|
|
@b246085
|
12 years |
michaelni |
tls: verify option
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@973a758f
|
12 years |
michaelni |
tls: cafile, cert, key options
Signed-off-by: Michael Niedermayer …
|
|
|
@9c1d649c
|
12 years |
nicolas.george |
overlay: clear cur_buf on main input link.
A reference is kept in the …
|
|
|
@df53a4a7
|
12 years |
anton |
FATE: fix the asyncts test
Nellymoser is float, so use oneoff …
|
|
|
@1be55c82
|
12 years |
michaelni |
av_url_split: dont let '/' char whallop '?' char
Signed-off-by: …
|
|
|
@21fb7ff3
|
12 years |
nicolas.george |
doc: declare encoding for texi2html.
It adds the following header to …
|
|
|
@6bd37e0
|
12 years |
diego |
build: Drop gcc-specific warning flag from header compilation rule
…
|
|
|
@82ecae8a
|
12 years |
stefasab |
lavfi: add alphaextract and alphamerge filters
These filters are …
|
|
|
@8c2ce16f
|
12 years |
stefasab |
doc/filter_design: fix a few typos
|
|
|
@c0b91348
|
12 years |
stefasab |
lavd/caca: create display *after* checking dither options
Avoid …
|
|
|
@9ce0e19a
|
12 years |
stefasab |
lavd/caca: provide more meaningful feedback if fails to set a dither option
|
|
|
@fa71471c
|
12 years |
stefasab |
lavd/caca: rename "colors" option to "color"
More consistent with …
|
|
|
@d5105278
|
12 years |
stefasab |
lavd/caca: sort arguments for -list_dither
|
|
|
@295e0e4b
|
12 years |
stefasab |
lavd/caca: extend error message for -list_dither option
|
|
|
@2fd88044
|
12 years |
stefasab |
doc/outdevs: extend documentation for caca -list* options
|
|
|
@73cd131
|
12 years |
anton |
FATE: add a test for the asyncts audio filter.
|
|
|
@71311d69
|
12 years |
Carl Eugen Hoyos |
Fix yuv4mpeg parsing of 'mono16' files.
'mono' came before 'mono16' …
|
|
|
@721113be
|
12 years |
anton |
matroskadec: return more correct error code on read error.
|
|
|
@a8a2271f
|
12 years |
anton |
buffersrc: check ff_get_audio_buffer() for errors.
|
|
|
@8f3a3ce7
|
12 years |
anton |
lavfi: check all ff_get_video_buffer() calls for errors.
|
|
|
@1dc42050
|
12 years |
anton |
lavfi: check all avfilter_ref_buffer() calls for errors.
|
|
|
@80e4ed27
|
12 years |
anton |
vf_select: avoid an unnecessary avfilter_ref_buffer().
|
|
|
@785fa50f
|
12 years |
anton |
buffersrc: avoid creating unnecessary buffer reference
|
|
|
@02ac7311
|
12 years |
anton |
lavfi: use avfilter_unref_bufferp() where appropriate.
|
|
|
@043800a9
|
12 years |
anton |
vf_fps: add more error checks.
|
|
|
@d515e9c2
|
12 years |
anton |
vf_fps: fix a memleak on malloc failure.
|
|
|
@3825b526
|
12 years |
anton |
lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors
|
|
|
@d4f89906
|
12 years |
anton |
lavfi: add error handling to end_frame().
|
|
|
@e9b992d0
|
12 years |
anton |
lavfi: add error handling to draw_slice().
|
|
|
@ebc8d974
|
12 years |
anton |
lavfi: add error handling to start_frame().
|
|
|
@1470ce21
|
12 years |
kostya.shishkov |
Bump libavcodec and libavformat minor versions for G.723.1 decoder and …
|
|
|
@55c3a4f6
|
12 years |
kostya.shishkov |
G.723.1 demuxer and decoder
Signed-off-by: Kostya Shishkov …
|
|
|
@8aac5585
|
12 years |
kostya.shishkov |
Add a shift parameter to celp_lp_synthesis_filter()
This is intended …
|
|
|
@2f48dff4
|
12 years |
michaelni |
atrac3: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@86af2928
|
12 years |
michaelni |
kbdwin: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@32c30387
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
x86: …
|
|
|
@51a5ddf
|
12 years |
diego |
libopenjpeg: K&R formatting cosmetics
|
|
|
@1aeb87fa
|
12 years |
onemda |
tscc: employ more meaningful return values
Signed-off-by: Paul B …
|
|
|
@731fa116
|
12 years |
rsbultje |
yadif: use emms_c() instead of inline assembly for emms invocations.
|
|
|
@7c71f8e0
|
12 years |
michaelni |
pthread: mark lockless thread synchronization variables as volatile
…
|
|
|
@b170b323
|
12 years |
rsbultje |
ac3: don't use different names for option tables in the template file. …
|
|
|
@3db40703
|
12 years |
rsbultje |
lavfi: use const for AVFilterPad declarations in all filters.
|
|
|
@98041af
|
12 years |
rsbultje |
adpcm: don't duplicate identical AVSampleFmt array for each encoder.
|
|
|
@388ff813
|
12 years |
diego |
configure: cosmetics: Group test dependencies together
|
|
|
@ad93dccb
|
12 years |
mans |
configure: add more passthrough flags in tms470 filter
This is in …
|
|
|
@d0c6d424
|
12 years |
mans |
configure: move flag filtering functions out of if/else blocks
…
|
|
|
@b2668c85
|
12 years |
diego |
x86: swscale: Place inline assembly code under appropriate #ifdefs
…
|
|
|
@9e1508f1
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavfi: …
|
|
|
@f7e0c185
|
12 years |
michaelni |
vf_overlay: prevent premature freeing of cur_buf
Signed-off-by: …
|
|
|
@0ecaa447
|
12 years |
michaelni |
vf_overlay: use unref_bufferP()
Signed-off-by: Michael Niedermayer …
|
|
|
@dc49105c
|
12 years |
michaelni |
sink_buffer: prevent prematurely freeing of cur_buf
Signed-off-by: …
|
|
|
@18908539
|
12 years |
michaelni |
vf_thumbnail: prevent premature freeing of ref
Signed-off-by: Michael …
|
|
|
@5aab307f
|
12 years |
michaelni |
vf_colormatrix: avoid using out_buf
Signed-off-by: Michael …
|
|
|
@5354a904
|
12 years |
derek.buitenhuis |
rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.
This makes …
|
|
|
@313d1981
|
12 years |
Reimar.Doeffinger |
zerocodec: fix direct rendering.
Set picture type before calling …
|
|
|
@bdbb21b1
|
12 years |
diego |
configure: Remove redundant RTMPT/RTMPTS dependencies
The …
|
|
|
@6c3fa06a
|
12 years |
mans |
configure: add filtering of host cflags/ldflags
This is in …
|
|
|
@a36f19e
|
12 years |
onemda |
libopenjpegdec: set cp_reduce value only once
Signed-off-by: Paul B …
|
|
|