|
|
|
@2a54ae9d
|
12 years |
michaelni |
imgconvert: add avcodec_find_best_pix_fmt_of_2()
and deprecate …
|
|
|
@fe79fc2e
|
12 years |
Reimar.Doeffinger |
dvbsubdec: set width/height from display def if not set.
This fixes …
|
|
|
@dddd006c
|
12 years |
Reimar.Doeffinger |
wtvdec: set correct codec ID for CC streams.
Closed caption data is …
|
|
|
@54ca7e39
|
12 years |
stefasab |
lavfi/hue: add process_command callback
This allows dynamic …
|
|
|
@fa838a0c
|
12 years |
stefasab |
configure: add decimate filter dependency on avcodec
|
|
|
@9dd3d6c7
|
12 years |
stefasab |
lavfi: port decimate libmpcodecs filter
This filter is based on the …
|
|
|
@6c010782
|
12 years |
stefasab |
lavfi/mp=decimate: fix off-by-one logic in diff_C() x loop
Set x …
|
|
|
@e64b941d
|
12 years |
stefasab |
lavfi/mp: remove smartblur filter
It was natively integrated into …
|
|
|
@d7587ba1
|
12 years |
michaelni |
flvdec: remove duplicate return
Signed-off-by: Michael Niedermayer …
|
|
|
@0b7d12e8
|
12 years |
michaelni |
vf_mp: fix duplicate return
Signed-off-by: Michael Niedermayer …
|
|
|
@52be542
|
12 years |
Carl Eugen Hoyos |
Add some missing _EXTERNAL suffixes to yasm source files.
|
|
|
@9cb91999
|
12 years |
michaelni |
buffersink: remove stray ;
Signed-off-by: Michael Niedermayer …
|
|
|
@e234301c
|
12 years |
michaelni |
bintext: remove stray ;
Signed-off-by: Michael Niedermayer …
|
|
|
@f61ee9b5
|
12 years |
michaelni |
dsicinav: fix signed integer overflow
Signed-off-by: Michael …
|
|
|
@a9a1bc5
|
12 years |
michaelni |
ffplay: get rid of void casts in the option table
Signed-off-by: …
|
|
|
@b1034505
|
12 years |
michaelni |
ffplay: fix function parameters
Signed-off-by: Michael Niedermayer …
|
|
|
@c617bed3
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
MSS1 …
|
|
|
@98298eb1
|
12 years |
michaelni |
Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'
* commit …
|
|
|
@f3683349
|
12 years |
Carl Eugen Hoyos |
Write TIFF Tag ExtraSamples when encoding pix_fmts that contain …
|
|
|
@5eb532a9
|
12 years |
Carl Eugen Hoyos |
Cosmetics: Reorder pix_fmts in tiffenc.c.
|
|
|
@a5a90fa5
|
12 years |
Carl Eugen Hoyos |
Simplify setting colour space for mono* when encoding tiff.
|
|
|
@ede3d640
|
12 years |
kostya.shishkov |
MSS1 and MSS2: set final pixel format after common stuff has been …
|
|
|
@ee769c6a
|
12 years |
kostya.shishkov |
MSS2 decoder
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
|
|
|
@e7b43377
|
12 years |
michaelni |
v4l2: fix compile on systems that lack V4L2_PIX_FMT_CPIA1
…
|
|
|
@d96d6ba6
|
12 years |
mans |
configure: handle --disable-asm before check_deps
This is necessary …
|
|
|
@17337f54
|
12 years |
diego |
x86: Split inline and external assembly #ifdefs
|
|
|
@43b73d59
|
12 years |
diego |
configure: x86: Separate inline from standalone assembler capabilities
|
|
|
@6eac5546
|
12 years |
michaelni |
Add CPiA video decoder
The cpia video decoder is intended to be used …
|
|
|
@469f8b1d
|
12 years |
michaelni |
ffmpeg: Fix assert failure
Fixes Ticket1674
Signed-off-by: Michael …
|
|
|
@19d89549
|
12 years |
michaelni |
find_stream_info: update last_dts more often
This improves dts …
|
|
|
@21411a41
|
12 years |
martin |
pktdumper: Use a custom define instead of PATH_MAX for buffers
…
|
|
|
@bcc44873
|
12 years |
martin |
pktdumper: Use av_strlcpy instead of strncpy
This takes care of …
|
|
|
@372de27d
|
12 years |
martin |
pktdumper: Use sizeof(variable) instead of the direct buffer length
…
|
|
|
@db0a0aa2
|
12 years |
stefasab |
examples/scaling_video: add logging in case of image allocation failure
|
|
|
@952caf11
|
12 years |
stefasab |
examples/muxing: remove pointless #undef exit
|
|
|
@438b86f
|
12 years |
michaelni |
faxcompr: fix byte alignment case
Fixes Ticket1653
Found-by: …
|
|
|
@cb6defb0
|
12 years |
stefasab |
examples/scaling_video: consistently use printf rather than av_log()
|
|
|
@078e2033
|
12 years |
stefasab |
examples/scaling_video: add file doxy
|
|
|
@e53becc
|
12 years |
stefasab |
examples/Makefile: give priority to pkg-config flags
In case …
|
|
|
@ec36aa69
|
12 years |
diego |
x86: Fix linking with some or all of yasm, mmx, optimizations disabled …
|
|
|
@50cd43f2
|
12 years |
diego |
configure: Add more fine-grained SSE CPU capabilities flags
|
|
|
@cdaec0b2
|
12 years |
diego |
avfilter: x86: Use more precise compile template names
|
|
|
@a886b279
|
12 years |
diego |
x86: cosmetics: Comment some #endifs for better readability
|
|
|
@04fc5c6b
|
12 years |
kostya.shishkov |
g723_1: add comfort noise generation
|
|
|
@6fc892d2
|
12 years |
michaelni |
libvorbisdec: fix const nitpick warning
Signed-off-by: Michael …
|
|
|
@040405b5
|
12 years |
derek.buitenhuis |
utvideoenc: Switch to dsputils' median prediction
Also, align the …
|
|
|
@bbefd27e
|
12 years |
derek.buitenhuis |
utvideoenc: Avoid writing into the input picture
Signed-off-by: …
|
|
|
@370bb893
|
12 years |
michaelni |
mp3enc: fix const correctness
Signed-off-by: Michael Niedermayer …
|
|
|
@0e781d94
|
12 years |
michaelni |
utvideoenc: remove unused variable
Signed-off-by: Michael Niedermayer …
|
|
|
@e8e4c8bd
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
build: …
|
|
|
@11d957fb
|
12 years |
anton |
avtools: remove the distinction between func_arg and func2_arg.
…
|
|
|
@bbcedade
|
12 years |
anton |
avconv: make the -passlogfile option per-stream.
|
|
|
@038c0b1e
|
12 years |
anton |
avconv: make the -pass option per-stream.
|
|
|
@e2785fa7
|
12 years |
anton |
cmdutils: make -codecs print lossy/lossless flags.
|
|
|
@a2318326
|
12 years |
anton |
lavc: add lossy/lossless codec properties.
|
|
|
@f4c020e
|
12 years |
michaelni |
swscale: fix usePal()
Fixes Ticket1702
Signed-off-by: Michael …
|
|
|
@340e8e0b
|
12 years |
michaelni |
dnxhdenc: fix pointer type warning
Signed-off-by: Michael Niedermayer …
|
|
|
@b0545800
|
12 years |
michaelni |
wmalosslessdec: remove unused variable
Signed-off-by: Michael …
|
|
|
@d40e2c7a
|
12 years |
michaelni |
avfiltergraph: kill uninitialized variable warning
Signed-off-by: …
|
|
|
@5e363bb9
|
12 years |
michaelni |
flvenc: kill a uninitialized variable warning.
Signed-off-by: Michael …
|
|
|
@b3facc4a
|
12 years |
michaelni |
ac3dec: fix uninitialized var warning
This commit should be purely …
|
|
|
@310fd0d3
|
12 years |
michaelni |
vsrc_testsrc: fix uninitilaized variable bug
Found-by: gcc …
|
|
|
@19dceef9
|
12 years |
michaelni |
vf_framestep: fix uninitilaized variable bug
Found-by: gcc …
|
|
|
@afe6f337
|
12 years |
michaelni |
swscale.c: remove unused variable
Signed-off-by: Michael Niedermayer …
|
|
|
@19008e06
|
12 years |
michaelni |
wmavoice: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@158a70f1
|
12 years |
michaelni |
mov: fix av_log int type
Signed-off-by: Michael Niedermayer …
|
|
|
@946ed78f
|
12 years |
michaelni |
aacdec: fix priming/skip for AAC HE/HE2
There is a remaining error of …
|
|
|
@0fc684ff
|
12 years |
michaelni |
aacdec: pass AVPacket to aac_decode_frame_int()
Signed-off-by: …
|
|
|
@818f3dc9
|
12 years |
michaelni |
audio_frame_que: remove broken code that is specific to old audio_que
…
|
|
|
@ad7fae4e
|
12 years |
michaelni |
dshow: allow user to specify audio buffer size
Based on patch by …
|
|
|
@a5704659
|
12 years |
nicolas.george |
lavfi/af_atempo: use av_malloc for rDFT buffers.
Memory obtained from …
|
|
|
@7816c7e7
|
12 years |
Philip Langdale |
Add missing codec descriptor for timingless subrip.
Signed-off-by: …
|
|
|
@8579d4b2
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
build: …
|
|
|
@1c668076
|
12 years |
michaelni |
Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'
* commit …
|
|
|
@8db73c61
|
12 years |
mans |
build: allow non-standard variations of linker -l/-L flags
This …
|
|
|
@85c83033
|
12 years |
michaelni |
lavc: protect calls to frame_thread_encoder by HAVE_THREADS
…
|
|
|
@e4fff08
|
12 years |
onemda |
exr: fix decoding ZIP16 and height not multiple of 16
Signed-off-by: …
|
|
|
@bbabeb56
|
12 years |
anton |
Add reminders to update the codec descriptor list with new codec IDs.
|
|
|
@2d5c80b
|
12 years |
michaelni |
frame_thread_encoder: pass frame pict type and quality
Signed-off-by: …
|
|
|
@097a909e
|
12 years |
michaelni |
frame_thread_encoder: pass private options
Signed-off-by: Michael …
|
|
|
@7baa115a
|
12 years |
mans |
build: export filtered -lz flag in config.mak
This is needed to link …
|
|
|
@095792f2
|
12 years |
mans |
build: add separate setting for host linker
This adds new HOSTLD and …
|
|
|
@2763587c
|
12 years |
mans |
configure: probe_cc: use separate variable for linker output flag
…
|
|
|
@028b6d2
|
12 years |
michaelni |
Add 'timeout' option to UDP protocol
This patch accepts 'timeout' …
|
|
|
@2e6f93a2
|
12 years |
diego |
x86: Always compile files with functions that are called unconditionally
|
|
|
@2f2aa2e5
|
12 years |
diego |
x86: mpegvideoenc: fix linking with --disable-mmx
The optimized …
|
|
|
@d488c3bc
|
12 years |
diego |
configure: support Bitrig OS
Signed-off-by: Diego Biurrun …
|
|
|
@d39791bf
|
12 years |
diego |
x86: mpegvideoenc: Do not abuse HAVE_ variables for template …
|
|
|
@78707225
|
12 years |
michaelni |
Add 'rw_timeout' into URLContext
If set non-zero, limits duration of …
|
|
|
@b64a72e
|
12 years |
rsbultje |
yuv2rgb: handle line widths that are not a multiple of 4.
This …
|
|
|
@09d5e02a
|
12 years |
martin |
graph2dot: Use the fallback getopt implementation if needed
…
|
|
|
@212ec5f
|
12 years |
martin |
tools: Include io.h for open/read/write/close if unistd.h doesn't …
|
|
|
@3ad9eac5
|
12 years |
martin |
testprogs: Remove unused includes
Signed-off-by: Martin Storsjö …
|
|
|
@dd4169ab
|
12 years |
martin |
qt-faststart: Use other seek/tell functions on MSVC than on mingw
…
|
|
|
@bff714ad
|
12 years |
martin |
ismindex: Include direct.h for _mkdir on windows
The Windows SDK in …
|
|
|
@a9b1a151
|
12 years |
nicolas.george |
ffmpeg: count finished streams for last stats line.
Otherwise, all …
|
|
|
@6c06b566
|
12 years |
michaelni |
rtpenc_xiph: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@d4bba93f
|
12 years |
martin |
sdp: Use static const char arrays instead of pointers to strings
…
|
|
|
@c1495868
|
12 years |
Clément Bœsch |
gitignore: add scaling_video example.
|
|
|
@2cbffc67
|
12 years |
stefasab |
examples/Makefile: remove duplicated -f switch
$(RM) already includes …
|
|
|