|
|
|
@59d3656f
|
13 years |
michaelni |
escape130: Check dimensions to be a multiple of the block size.
…
|
|
|
@8ac6469
|
13 years |
Carl Eugen Hoyos |
Silence a warning when compiling Escape 130 decoder.
Fixes: …
|
|
|
@31c55c57
|
13 years |
michaelni |
escape130: 10l for myself for not initializing y_base.
Signed-off-by: …
|
|
|
@e91c0880
|
13 years |
michaelni |
lavf: lower the log level of "parser not found".
The information is …
|
|
|
@06798c6e
|
13 years |
michaelni |
escape130: Fix y_base handling, this fixes some artifacts, vissible in …
|
|
|
@8ff3d1cc
|
13 years |
michaelni |
escape130: make sure cliping is done on signed values.
Signed-off-by: …
|
|
|
@4f79c7dd
|
13 years |
michaelni |
Merge remote-tracking branch 'richardpl/escape130'
* …
|
|
|
@0cc9949e
|
13 years |
Carl Eugen Hoyos |
Mark one colour as transparent in the gif image encoder
if the input …
|
|
|
@51d7cd3
|
13 years |
Carl Eugen Hoyos |
Decode RGB ljpeg to RGB24.
No alpha channel is decoded, the output …
|
|
|
@9608e3a1
|
13 years |
Carl Eugen Hoyos |
Support decoding 56 byte BMP Bitmap Information Header.
Fixes ticket #719.
|
|
|
@6778f9d9
|
13 years |
michaelni |
pthread: fixed thread initialization issues related to thread-safe …
|
|
|
@ec8a3e25
|
13 years |
michaelni |
Merge remote-tracking branch 'shariman/wmall'
* shariman/wmall:
…
|
|
|
@8e2bab5
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@c5cd2311
|
13 years |
shahriman_ams |
Partially fix CDLMS prediction
|
|
|
@7023fb81
|
13 years |
Reimar.Doeffinger |
One last try to get zmbv test to work across all fate machines.
…
|
|
|
@8b85c294
|
13 years |
michaelni |
qtrledec: Fix artifacts in tickets/226/qt_rle_bw.mov
Signed-off-by: …
|
|
|
@1af91978
|
13 years |
michaelni |
qtrle.c: Fix for ticket #226.
In 1bpp mode, interpret skip&0x80 as …
|
|
|
@78212cef
|
13 years |
lu_zero |
drawtext: remove typo
It slipped through the last two iterations.
|
|
|
@bc057f75
|
13 years |
justin.ruggles |
pcm-mpeg: implement new audio decoding api
Signed-off-by: Justin …
|
|
|
@8b03d7fe
|
13 years |
rsbultje |
w32thread: port fixes to pthread_cond_broadcast() from x264.
|
|
|
@d8538f06
|
13 years |
diego |
doc: add editor configuration section with Vim and Emacs settings
…
|
|
|
@7efea2a0
|
13 years |
lu_zero |
dxva2.h: include d3d9.h to define LPDIRECT3DSURFACE9
Signed-off-by: …
|
|
|
@0be95fe1
|
13 years |
michaelni |
MAINTAINERS: ask maintainers to help keep their entries in this file …
|
|
|
@070a40f1
|
13 years |
michaelni |
gxfenc: support timecode option
Reviewed-by: Baptiste Coudurier
|
|
|
@c7e8187d
|
13 years |
diego |
avformat/utils: Drop unused goto label.
libavformat/utils.c:2165:2: …
|
|
|
@ff159e78
|
13 years |
diego |
doxygen: Replace '\' by '@' in Doxygen markup tags.
|
|
|
@ee41963f
|
13 years |
diego |
cosmetics: drop some completely pointless parentheses
|
|
|
@fc9489f6
|
13 years |
janne-libav |
cljr: simplify CLJRContext
There is no need to have delta, offset and …
|
|
|
@f5edfc9e
|
13 years |
lu_zero |
drawtext: introduce rand(min, max)
Signed-off-by: Luca Barbato …
|
|
|
@73585620
|
13 years |
lu_zero |
drawtext: introduce explicit draw/hide variable
Signed-off-by: Luca …
|
|
|
@a99dbe01
|
13 years |
Carl Eugen Hoyos |
Do not ignore full transparency when writing png palette.
This …
|
|
|
@1eef08f
|
13 years |
martin |
rtmp: Use nb_invokes for all invoke commands
…
|
|
|
@901af94
|
13 years |
michaelni |
movenc: Always write EDTS when we are able to.
Inspired by a patch …
|
|
|
@1fa8ff38
|
13 years |
michaelni |
Merge remote-tracking branch 'shariman/wmall'
* shariman/wmall:
Fix …
|
|
|
@76d7d1b0
|
13 years |
michaelni |
img2: 10l typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@c1e2ca1e
|
13 years |
Carl Eugen Hoyos |
Allow auto-detection of ljpg images.
|
|
|
@ff4800c1
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
Code …
|
|
|
@d9ced9fe
|
13 years |
michaelni |
h264: init prev_frame_num to -1 on init
Fixes Ticket711
…
|
|
|
@6287a356
|
13 years |
michaelni |
h264: Fix memleaks on close, reset more fields
Signed-off-by: Michael …
|
|
|
@ba3bb53b
|
13 years |
Carl Eugen Hoyos |
Fix 8BPS RGB32 output, the alpha channel was ignored.
Reviewed-by: …
|
|
|
@4d9ec05
|
13 years |
rsbultje |
Code cleanup - mpegvideo.c - 500-1000line
Signed-off-by: Ronald S. …
|
|
|
@6ecc78b7
|
13 years |
Reimar.Doeffinger |
Choose compression level 6 for zmbv test.
The default of 9 gives …
|
|
|
@e1ccc921
|
13 years |
michaelni |
movdec: remove redundant size<=8 check.
Its checked a few lines below …
|
|
|
@7d90bc9f
|
13 years |
michaelni |
movdec: Read extended 64bit size before the debug av_log() and only …
|
|
|
@fef2da6a
|
13 years |
michaelni |
movdec: Fix bad computed size for atoms with size 0 in MOV files
The …
|
|
|
@f0d0ae3
|
13 years |
michaelni |
mov: increase total_size only when it actually increases.
This is just …
|
|
|
@15130b94
|
13 years |
michaelni |
movenc: support spliting fragments based on bytesize instead of …
|
|
|
@cf8ec019
|
13 years |
michaelni |
movenc: fragment support
Reviewed-by: Baptiste Coudurier …
|
|
|
@c8948858
|
13 years |
michaelni |
ffmpeg: Warn if filters poll & request frame behave wrongly.
…
|
|
|
@7ecabc85
|
13 years |
stefasab |
vsrc_life: fix comment in parse_rule()
|
|
|
@3af5ddb2
|
13 years |
stefasab |
vf_scale: give a clue in case of invalid expression self-reference
…
|
|
|
@6c889888
|
13 years |
mans |
rv40: NEON optimised weighted prediction
Signed-off-by: Mans Rullgard …
|
|
|
@f5c05b9a
|
13 years |
mans |
rv40: NEON optimised chroma MC
Signed-off-by: Mans Rullgard …
|
|
|
@f054a827
|
13 years |
mans |
ARM: move NEON H264 chroma mc to a separate file
This allows sharing …
|
|
|
@42d32cf5
|
13 years |
mans |
rv34: NEON optimised inverse transform functions
Signed-off-by: Mans …
|
|
|
@b404ab9e
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mov: …
|
|
|
@a448a5d1
|
13 years |
Carl Eugen Hoyos |
Do not fail fatally if chan atom is too short.
|
|
|
@4547d883
|
13 years |
michaelni |
Fix compilation for C++ applications
Signed-off-by: Michael …
|
|
|
@b27ac355
|
13 years |
michaelni |
movdec: Fix parsing of a very last empty atom of size 8.
…
|
|
|
@61b1d85c
|
13 years |
Reimar.Doeffinger |
Add tests for several encoders.
More specifically, PNG, v210, zlib …
|
|
|
@c66bd78e
|
13 years |
Reimar.Doeffinger |
vf_scale: support PAL8 output by producing BGR8.
While quality is …
|
|
|
@d086c120
|
13 years |
Reimar.Doeffinger |
Add coverage exclusions for test code.
For some of the code e.g. …
|
|
|
@840ecc9e
|
13 years |
Reimar.Doeffinger |
Add coverage support.
Adds --enable-coverage to configure and a …
|
|
|
@52401b82
|
13 years |
alex.converse |
mov: Don't av_malloc(0).
malloc() is allowed to return NULL when zero …
|
|
|
@9179f27c
|
13 years |
justin.ruggles |
avconv: only allocate 1 AVFrame per input stream
This avoids …
|
|
|
@110d2af2
|
13 years |
justin.ruggles |
avconv: fix memleaks due to not freeing the AVFrame for audio
|
|
|
@b41995d2
|
13 years |
rsbultje |
h264-fate: remove -strict 1 except where necessary (mr4/5-tandberg).
|
|
|
@51177b1f
|
13 years |
michaelni |
lavc: Mark fields that require av_opt_ptr()
Signed-off-by: Michael …
|
|
|
@31f93fc5
|
13 years |
michaelni |
lavc: Fix sizeof(AVFrame) useability docs
Signed-off-by: Michael …
|
|
|
@b9d2b451
|
13 years |
michaelni |
lavc: Document AVFrame av_opt_ptr() relation.
Signed-off-by: Michael …
|
|
|
@e873c03a
|
13 years |
diego |
misc Doxygen markup improvements
|
|
|
@c68fafe0
|
13 years |
diego |
doxygen: eliminate Qt-style doxygen syntax
|
|
|
@714cd7e7
|
13 years |
martin |
g722: Add a regression test for muxing/demuxing in wav
Signed-off-by: …
|
|
|
@f32fd318
|
13 years |
martin |
g722: Change bits per sample to 4
Earlier, bits per sample was …
|
|
|
@6fcbb0f5
|
13 years |
martin |
g722dec: Signal skipping the lower bits via AVOptions instead of …
|
|
|
@406e9647
|
13 years |
michaelni |
ffplay: Avoid directly accessing AVFrame fields that differ between …
|
|
|
@738c603a
|
13 years |
michaelni |
ffmpeg: Avoid directly accessing AVFrame fields that differ between …
|
|
|
@fef411ef
|
13 years |
michaelni |
lavc: Add a AVClass for AVFrames.
Signed-off-by: Michael Niedermayer …
|
|
|
@dff97be8
|
13 years |
michaelni |
av_opt: add av_opt_ptr() to return a pointer to a field of a object …
|
|
|
@618fb9cc
|
13 years |
michaelni |
ffmpeg: handle stream copy timebase selection for mp4 as if it had …
|
|
|
@0bafe049
|
13 years |
justin.ruggles |
api-example: update to use avcodec_decode_audio4()
|
|
|
@f199f38
|
13 years |
justin.ruggles |
avplay: use avcodec_decode_audio4()
|
|
|
@e2a2c49
|
13 years |
justin.ruggles |
avplay: use a separate buffer for playing silence
|
|
|
@f08e54e8
|
13 years |
justin.ruggles |
avformat: use avcodec_decode_audio4() in avformat_find_stream_info()
|
|
|
@d1241ff
|
13 years |
justin.ruggles |
avconv: use avcodec_decode_audio4() instead of avcodec_decode_audio3()
|
|
|
@6d23d197
|
13 years |
alex.converse |
mov: Allow empty stts atom.
Fixes regressions caused by 30c3d976
|
|
|
@70713859
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@def5dc12
|
13 years |
diego |
doc: document preferred Doxygen syntax and make patcheck detect it
|
|
|
@dc6d043
|
13 years |
justin.ruggles |
adpcmenc: cosmetics: pretty-printing
Signed-off-by: Justin Ruggles …
|
|
|
@541d083a
|
13 years |
justin.ruggles |
ac3dec: cosmetics: pretty-printing
Signed-off-by: Justin Ruggles …
|
|
|
@a4e21baa
|
13 years |
justin.ruggles |
yuv4mpeg: cosmetics: pretty-printing
Signed-off-by: Justin Ruggles …
|
|
|
@2f8b6e90
|
13 years |
stefasab |
lavfi: add life source
|
|
|
@6c26fe8b
|
13 years |
stefasab |
aevalsrc: add duration option
|
|
|
@eda87312
|
13 years |
justin.ruggles |
shorten: remove dead initialization
Signed-off-by: Justin Ruggles …
|
|
|
@ba8410c
|
13 years |
michaelni |
Microsoft Windows ICO demuxer
Signed-off-by: Michael Niedermayer …
|
|
|
@7679bd6e
|
13 years |
anton |
roqvideodec: set AVFrame reference before reget_buffer.
Otherwise it …
|
|
|
@1e92d58e
|
13 years |
anton |
bmp: fix some 1bit samples.
<= 8bpp BMP images always have palette.
…
|
|
|
@8dd92eca
|
13 years |
janne-libav |
latmdec: add fate test for audio config change
|
|
|
@b4425f26
|
13 years |
michaelni |
doc/filters.texi: Update drawtext docs so that the documented input …
|
|
|
@dda3d716
|
13 years |
michaelni |
vf_drawtext: support W/H parameters to reduce UI differences to qatar
…
|
|
|