|
|
|
@3dd779eb
|
14 years |
michaelni |
swscale: implement Nbit->non native endian 16bit. Fixes v210. …
|
|
|
@f2bfdc3
|
14 years |
michaelni |
fate: add 9/10 BE pixdesc checksums
Signed-off-by: Michael Niedermayer …
|
|
|
@554d3ad7
|
14 years |
stefano.sabatini-lala |
pnmdec: reindent after the previous commit
|
|
|
@4a745b41
|
14 years |
stefano.sabatini-lala |
pnmdec: add support for mono images with non-space-separated pixel …
|
|
|
@b0e1d0d9
|
14 years |
michaelni |
ffv1enc: support PIX_FMT_YUV420P10 & PIX_FMT_YUV422P10
Signed-off-by: …
|
|
|
@74bf9d62
|
14 years |
michaelni |
v210enc:clip values according to specifications
Signed-off-by: Michael …
|
|
|
@3e002747
|
14 years |
michaelni |
v210enc: switch to PIX_FMT_422P10
Signed-off-by: Michael Niedermayer …
|
|
|
@807a058e
|
14 years |
michaelni |
v210dec: switch to PIX_FMT_422P10
Signed-off-by: Michael Niedermayer …
|
|
|
@4737a593
|
14 years |
stefano.sabatini-lala |
ffv1: set internal frame defaults
Another fix missed before the …
|
|
|
@b9e60849
|
14 years |
michaelni |
swscale: 9,10 bits pixel format output support
Signed-off-by: Michael …
|
|
|
@299cbe2c
|
14 years |
michaelni |
PIX_FMT_422P10 support
Signed-off-by: Michael Niedermayer …
|
|
|
@af3c8f82
|
14 years |
michaelni |
adpcmenc:Optimize adpcm_ima_qt_compress_sample()
Signed-off-by: …
|
|
|
@35d3d44
|
14 years |
michaelni |
adpcmenc: fix QT IMA ADPCM encoder
Signed-off-by: Michael Niedermayer …
|
|
|
@b3d5a4b0
|
14 years |
michaelni |
adpcmdec: Fix QT IMA ADPCM decoder
Signed-off-by: Michael Niedermayer …
|
|
|
@6d6b0c96
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
drawtext: add …
|
|
|
@732ff29b
|
14 years |
michaelni |
svq1dec: simpify mean calculation.
Signed-off-by: Michael Niedermayer …
|
|
|
@8f5729d5
|
14 years |
michaelni |
svq1dec: replace /2 by >>1
Signed-off-by: Michael Niedermayer …
|
|
|
@0257ac8f
|
14 years |
michaelni |
pnm: Fix spurious error message.
Signed-off-by: Michael Niedermayer …
|
|
|
@7030501
|
14 years |
stefano.sabatini-lala |
libopenjpeg: set internal frame defaults
Fix ffmpeg decoding, which …
|
|
|
@b06397ac
|
14 years |
Reimar.Doeffinger |
Fix function pointer type to match function it is assigned.
|
|
|
@80264dc4
|
14 years |
Reimar.Doeffinger |
Store pointers in a less messy way in SWSContext.
|
|
|
@d3445a91
|
14 years |
Reimar.Doeffinger |
Remove unused variable.
|
|
|
@48b9b7ed
|
14 years |
Reimar.Doeffinger |
Replace deprecated url_fseek by avio_seek.
|
|
|
@5ce33e6b
|
14 years |
Reimar.Doeffinger |
Move ifdef to avoid unused variable warnings.
|
|
|
@17953642
|
14 years |
Reimar.Doeffinger |
Remove unused variables.
|
|
|
@8c3651f4
|
14 years |
Reimar.Doeffinger |
Fix printf format string, fixes a warning.
|
|
|
@7deaa2b8
|
14 years |
michaelni |
riffenc/ffmpeg: Fix stream copy
Signed-off-by: Michael Niedermayer …
|
|
|
@99119bd
|
14 years |
michaelni |
ffplay: fix null pointer read when codec unavilable.
Signed-off-by: …
|
|
|
@6fd00e9d
|
14 years |
Reimar.Doeffinger |
aacdec: add decode_channel_map overread check
All decode_channel_map …
|
|
|
@5631729c
|
14 years |
Reimar.Doeffinger |
Increase TS packet size detection buffer.
Fixes warning message with …
|
|
|
@90f5e991
|
14 years |
Reimar.Doeffinger |
Assume some TS packet size instead of failing completely.
Fixes …
|
|
|
@5901cd62
|
14 years |
michaelni |
oggdec:Correct duration
Based on a patch by Reimar Döffinger. …
|
|
|
@c8981edd
|
14 years |
michaelni |
Only add 1 byte to av_malloc(0) when it actually returned NULL …
|
|
|
@91ff05f6
|
14 years |
michaelni |
Make av_realloc(0) behave like our av_malloc(0)
Signed-off-by: Michael …
|
|
|
@ea7f73c5
|
14 years |
stefano.sabatini-lala |
vsrc_buffer: during init, print information about timebase and sample …
|
|
|
@64c06615
|
14 years |
stefano.sabatini-lala |
vsrc_buffer: simplify av_vsrc_buffer_add_frame*() interface
Now that …
|
|
|
@01042d41
|
14 years |
stefano.sabatini-lala |
lavc: set defaults in internal codec frames
This is required …
|
|
|
@2beac7c
|
14 years |
stefano.sabatini-lala |
ffmpeg: rename ost->pict_tmp to ost->resample_frame
The new name is …
|
|
|
@04c373c1
|
14 years |
stefano.sabatini-lala |
ffmpeg: prefer dec/enc over ost/ist->st->codec in do_video_out()
…
|
|
|
@a851fa7f
|
14 years |
stefano.sabatini-lala |
ffmpeg: move resample_changed check within the #if !CONFIG_AVFILTER
…
|
|
|
@70c24b21
|
14 years |
stefano.sabatini-lala |
ffmpeg: remove useless intermediary variable resample_dst in do_video_out()
|
|
|
@f5a669c2
|
14 years |
stefano.sabatini-lala |
ffmpeg: simplify mid-stream reconfiguration when libavfilter is …
|
|
|
@566666ca
|
14 years |
stefano.sabatini-lala |
lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()
…
|
|
|
@18ded93a
|
14 years |
stefano.sabatini-lala |
lavc: add format field to AVFrame
The format is a per-frame property, …
|
|
|
@22333a6b
|
14 years |
stefano.sabatini-lala |
lavc: add width and height fields to AVFrame
width and height are …
|
|
|
@314374e5
|
14 years |
Reimar.Doeffinger |
Use MAP_FAILED to check for mmap failure instead of manually …
|
|
|
@994de197
|
14 years |
anton |
drawtext: add documentation for the shadow parameters
Signed-off-by: …
|
|
|
@c5420f10
|
14 years |
anton |
drawtext: add shadow support.
Signed-off-by: Michael Niedermayer …
|
|
|
@e73127a4
|
14 years |
anton |
drawtext: factor draw_glyphs.
Signed-off-by: Michael Niedermayer …
|
|
|
@a5b81c31
|
14 years |
anton |
drawtext: fix and optimize yuv blend.
Signed-off-by: Michael …
|
|
|
@3953a880
|
14 years |
anton |
drawtext: get rid of divisions in the inner loop.
Signed-off-by: …
|
|
|
@e74bf3f
|
14 years |
anton |
drawtext: simplify chroma blend and fix chroma alpha.
Signed-off-by: …
|
|
|
@a5b64584
|
14 years |
anton |
lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo
…
|
|
|
@f44967b1
|
14 years |
Reimar.Doeffinger |
Use av_fast_malloc instead of av_fast_realloc.
Avoids a memleak, is …
|
|
|
@6266c515
|
14 years |
Reimar.Doeffinger |
Simplify condition.
|
|
|
@20e5d64a
|
14 years |
Reimar.Doeffinger |
msvideo1enc: minor cosmetic cleanup, use FFALIGN, avoid calculating …
|
|
|
@e5a85164
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
mov: fix …
|
|
|
@c60d2be5
|
14 years |
michaelni |
mp3enc:simplify
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@e1e8a8de
|
14 years |
michaelni |
mp3enc:better variable name for the frames field file postion. …
|
|
|
@4382bc2
|
14 years |
michaelni |
mp3enc: drop nested structs
Signed-off-by: Michael Niedermayer …
|
|
|
@f2a90c3b
|
14 years |
michaelni |
mp3enc:use FFMIN()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@01be9331
|
14 years |
michaelni |
mp3enc:Drop unneeded floating point math.
Signed-off-by: Michael …
|
|
|
@ec9a5deb
|
14 years |
michaelni |
mp3enc: drop sum and count bytes instead of bitrates from decoded …
|
|
|
@7d62475
|
14 years |
michaelni |
mp3enc: remove unneeded ifdef
Signed-off-by: Michael Niedermayer …
|
|
|
@173c975e
|
14 years |
michaelni |
mp3enc: remove unneeded static const variables.
Signed-off-by: Michael …
|
|
|
@d62bf5d4
|
14 years |
michaelni |
mp3enc: mux a XING header
The patch below provides exactly that to …
|
|
|
@c34cb130
|
14 years |
michaelni |
avfilter: dont use AVFilterLink as priv for pictures as its freed too …
|
|
|
@21d84246
|
14 years |
michaelni |
avfilter: Fix ticket82 / fix initial buffer values.
Signed-off-by: …
|
|
|
@39f66edb
|
14 years |
michaelni |
AVFilter: use picture pool to avoid malloc().
Signed-off-by: Michael …
|
|
|
@fa3eddc0
|
14 years |
michaelni |
avfilter_unref_buffer: favor av_freep()
Signed-off-by: Michael …
|
|
|
@c25a8d7d
|
14 years |
michaelni |
mpegvideo: fix 422 lowres
Signed-off-by: Michael Niedermayer …
|
|
|
@a565c7b7
|
14 years |
michaelni |
aiffdec:Rewrite get_meta()
Signed-off-by: Michael Niedermayer …
|
|
|
@423986fc
|
14 years |
michaelni |
Allow encodiing empty subtitles.
|
|
|
@95f163b3
|
14 years |
michaelni |
swscale: Dither for unscaled 10->8bit per channel
Signed-off-by: …
|
|
|
@7915e038
|
14 years |
michaelni |
swscale: dont reshuffle bytes
Signed-off-by: Michael Niedermayer …
|
|
|
@45a811b5
|
14 years |
alex.converse |
mov: fix composition timestamps on movie fragments.
This fixes, for …
|
|
|
@869303be
|
14 years |
alex.converse |
wmavoice: Use proper size in memeset().
…
|
|
|
@6dc30b25
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
configure: warn …
|
|
|
@18752844
|
14 years |
michaelni |
avidec: correct frame_offset for seeking
Signed-off-by: Michael …
|
|
|
@cde55897
|
14 years |
Carl Eugen Hoyos |
Silence a warning if pkg_config is not installed.
|
|
|
@ccd77fe5
|
14 years |
michaelni |
Makefile:Put lost tab back.
Signed-off-by: Michael Niedermayer …
|
|
|
@5e24098b
|
14 years |
michaelni |
avidec: detect mpeg4 keyframes in indexless avi
Signed-off-by: Michael …
|
|
|
@0fa8d199
|
14 years |
michaelni |
In svq3 decoder, check negative mb_type, fix potential crash.
…
|
|
|
@6c284560
|
14 years |
michaelni |
fate: mention fate documentation in the error message
Signed-off-by: …
|
|
|
@757ec2d
|
14 years |
michaelni |
MPEG: support 4:4:4 lowres
Signed-off-by: Michael Niedermayer …
|
|
|
@59b9c75d
|
14 years |
michaelni |
MPEG: support 4:4:4 intra lowres
Signed-off-by: Michael Niedermayer …
|
|
|
@762f95e4
|
14 years |
mans |
configure: warn if pkg-config is missing
Signed-off-by: Mans Rullgard …
|
|
|
@55bfb98f
|
14 years |
stefano.sabatini-lala |
lavfi-regression: provide filter arguments to showfiltfmts
In …
|
|
|
@e5272e72
|
14 years |
stefano.sabatini-lala |
eval: add sqrt function for computing the square root
|
|
|
@5d2ce3a7
|
14 years |
stefano.sabatini-lala |
configure: add strong dependencies for movie source and mp filter
|
|
|
@2264c110
|
14 years |
michaelni |
SVQ3: do not modify const input buffer
Signed-off-by: Michael …
|
|
|
@b0e7a932
|
14 years |
michaelni |
SVQ3: Check that things match up after a frame.
Signed-off-by: Michael …
|
|
|
@8811679c
|
14 years |
michaelni |
SVQ3: Move svq3 specific fields to their own context.
Signed-off-by: …
|
|
|
@175714c0
|
14 years |
michaelni |
ffplay: set CODEC_FLAG_EMU_EDGE earlier
Signed-off-by: Michael …
|
|
|
@b000b86e
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master: (23 commits)
…
|
|
|
@9a5624a0
|
14 years |
michaelni |
rgb24toyv12: break out in the middle before out of array reads. …
|
|
|
@b93e12fd
|
14 years |
michaelni |
ffplay: fix memleak if avfilter is disabled
|
|
|
@10ff2967
|
14 years |
michaelni |
file: Fix mmap error check.
Signed-off-by: Michael Niedermayer …
|
|
|
@6dafa706
|
14 years |
michaelni |
configure: jack currently needs sem_timedwait()
Should fix ticket99 …
|
|
|
@705c652
|
14 years |
michaelni |
ffplay: removed unused variable channels.
Signed-off-by: Michael …
|
|
|