|
|
|
@dd373263
|
12 years |
stefasab |
lavfi/hue: reindent after previous commit
|
|
|
@d709a18a
|
12 years |
stefasab |
lavfi/hue: simplify parsing by making use of option shorthands
|
|
|
@088f20a3
|
12 years |
michaelni |
Merge commit '2ed008204d5467be03a0a3af1e293b2f7038d0a0'
* commit …
|
|
|
@536d1ed7
|
12 years |
michaelni |
Merge commit 'e5ffffe48d20642acc079166f0fa7d93a6a9f594'
* commit …
|
|
|
@8d1dd5bd
|
12 years |
michaelni |
cinepak: More correct Cinepak decoder.
change the treatment of the …
|
|
|
@a3adbedf
|
12 years |
michaelni |
cinepak: simplify
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@4e635e10
|
12 years |
michaelni |
cinepak: Use correct colorspace.
The new code is also faster and more …
|
|
|
@f5c00b34
|
12 years |
michaelni |
avcodec_align_dimensions2: Ensure cinepak has large enough buffers.
…
|
|
|
@2b10d414
|
12 years |
michaelni |
h264: add videodsp dependency.
Signed-off-by: Michael Niedermayer …
|
|
|
@c69315a5
|
12 years |
michaelni |
cook: check js_subband_start for validity
Fixes out of array read
…
|
|
|
@a5153b1d
|
12 years |
michaelni |
shorten: Fix signedness of comparission
Fixes out of array accessed
…
|
|
|
@ce153eef
|
12 years |
michaelni |
vc1dec: dont decode slices when the slice header failed to decode.
…
|
|
|
@2ed00820
|
12 years |
martin |
h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from …
|
|
|
@e5ffffe4
|
12 years |
martin |
h264chroma: Remove duplicate 9/10 bit functions
These functions do …
|
|
|
@0c0828ec
|
12 years |
martin |
x86: Use simple nop codes for <= sse (rather than <= mmx)
The …
|
|
|
@f859678f
|
12 years |
martin |
vp56: Remove clear_blocks call, and clear alpha plane U/V DC only
The …
|
|
|
@76415a9
|
12 years |
onemda |
configure: fix libavfilter pkgconfig description
Signed-off-by: Paul …
|
|
|
@a34418c2
|
12 years |
michaelni |
tiff: check bppcount
Fixes division by 0
Found-by: Mateusz "j00ru" …
|
|
|
@633f9974
|
12 years |
michaelni |
bmp: check available space when reading palette
Fixes out of array …
|
|
|
@1acd7d59
|
12 years |
michaelni |
h264: integrate clear_blocks calls with IDCT.
The non-intra-pcm …
|
|
|
@a1f1ca96
|
12 years |
michaelni |
svq3: fix decoding residual blocks of b-frames.
The residual block …
|
|
|
@b97d61f9
|
12 years |
michaelni |
avfilter/ff_merge_formats: only merge if doing so does not loose …
|
|
|
@b9237aa7
|
12 years |
michaelni |
x86/h263_loopfilter: Fix author attribution after code has been …
|
|
|
@fa09ad5c
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
x86: …
|
|
|
@cf10616c
|
12 years |
michaelni |
Merge commit '7a03145ed7cb4f1ce794b5126559dd6f38029243'
* commit …
|
|
|
@4e469842
|
12 years |
michaelni |
Merge commit '202b5f6deb65e405b07b9b5c20f97c8cb925cf49'
* commit …
|
|
|
@03b711d
|
12 years |
onemda |
tmv: initialize unused pallete entries with 0
Signed-off-by: Paul B …
|
|
|
@f2d200d4
|
12 years |
onemda |
lavfi/overlay: yuv444p & yuva444p support
Signed-off-by: Paul B Mahol …
|
|
|
@d41efc1f
|
12 years |
michaelni |
h264: put visualization and debug support back
Signed-off-by: Michael …
|
|
|
@a3a97129
|
12 years |
michaelni |
mpegvideo: make ff_print_debug_info independant of mpegvideo
…
|
|
|
@e2789d3e
|
12 years |
michaelni |
split out ff_hwaccel_pixfmt_list_420[] over individual codecs.
Not …
|
|
|
@480ddf2b
|
12 years |
onemda |
lavfi/histogram: overlay display mode for levels histogram mode
…
|
|
|
@e39821a6
|
12 years |
michaelni |
nutenc: only write an index if there are syncpoints
Signed-off-by: …
|
|
|
@6cd650db
|
12 years |
michaelni |
ff_gen_search: Fix finding the maximum timestamp in a really small …
|
|
|
@695a766b
|
12 years |
michaelni |
ff_read_timestamp: check stream_index before using it as array index
…
|
|
|
@85921499
|
12 years |
onemda |
cdgraphics: set palette to zero too
Signed-off-by: Paul B Mahol …
|
|
|
@1f4ab61
|
12 years |
onemda |
lavc/cdxl: clear palette before reading it
Signed-off-by: Paul B …
|
|
|
@9acd23d6
|
12 years |
diego |
x86: dsputil: Fix h263 loop filter link error in some configurations
…
|
|
|
@7a03145e
|
12 years |
diego |
x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size …
|
|
|
@71ae8d50
|
12 years |
michaelni |
x86/dsputil: fix compilation when h263 decoder/encoder are disabled.
…
|
|
|
@51513b98
|
12 years |
michaelni |
h264/svq3: stop using draw_edges.
Instead, only extend edges …
|
|
|
@f8942463
|
12 years |
Clément Bœsch |
lavf/showspectrum: add divVerent in the (c) for his recent work on the …
|
|
|
@202b5f6d
|
12 years |
diego |
doc: Fix some obsolete references to av* tools as ff* tools
…
|
|
|
@0789374e
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
svq3: …
|
|
|
@82e82fa2
|
12 years |
michaelni |
Merge commit 'aa11cb79318baa3415d553424ba378f6c62e1f9b'
* commit …
|
|
|
@4b7c81c3
|
12 years |
michaelni |
Merge commit '870a0c669e536d56c6325d84f65e34c53792398e'
* commit …
|
|
|
@2220f13
|
12 years |
michaelni |
Merge commit '8837f4396a1a458a0efb07fe7daba7b847755a7a'
* commit …
|
|
|
@ab213b53
|
12 years |
michaelni |
Merge commit 'e6bda9a9fd86505927a2e095e495eae104860701'
* commit …
|
|
|
@4ff0e63a
|
12 years |
michaelni |
Merge commit '56632fef65c0cb6946ed3648ded3d7b82e5c5c17'
* commit …
|
|
|
@f88f7b86
|
12 years |
michaelni |
Merge commit '0b70fb1d518cbd796545fd6eef02772cd0d892c7'
* commit …
|
|
|
@96008082
|
12 years |
michaelni |
Merge commit '488f87be873506abb01d67708a67c10a4dd29283'
* commit …
|
|
|
@7f3624dc
|
12 years |
lu_zero |
svq3: unbreak decoding
a7d2861d36756b913e85681b86ed3385274e8ced …
|
|
|
@c63f9fb3
|
12 years |
michaelni |
h264: don't store intra pcm samples in h->mb.
Instead, keep them in …
|
|
|
@54b2bddd
|
12 years |
michaelni |
v4l2: try to fix build on BSD
Signed-off-by: Michael Niedermayer …
|
|
|
@f4e29c40
|
12 years |
onemda |
lavfi/noise: switch to AVLFG noise generator
Signed-off-by: Paul B …
|
|
|
@259603b9
|
12 years |
Carl Eugen Hoyos |
h264: don't initialize missing pictures when using VDPAU.
This fixes …
|
|
|
@dece584a
|
12 years |
michaelni |
h264: avoid calling get_format() multiple times
Some applications do …
|
|
|
@aa11cb79
|
12 years |
lu_zero |
build: make audio_frame_queue a stand-alone component
Encoders …
|
|
|
@8d0757e1
|
12 years |
Carl Eugen Hoyos |
Revert "swfenc: use av_get_audio_frame_duration() instead of …
|
|
|
@fdbe7628
|
12 years |
Carl Eugen Hoyos |
Add yvu410 as a supported v4l2 input format.
|
|
|
@fdec49c
|
12 years |
Carl Eugen Hoyos |
Add gray16 as a supported v4l2 input format.
|
|
|
@29c8619a
|
12 years |
michaelni |
fate: add print() to the tests of eval
Signed-off-by: Michael …
|
|
|
@09ece9fa
|
12 years |
michaelni |
eval: print() support
This allows printing values via av_log from …
|
|
|
@cf361801
|
12 years |
Carl Eugen Hoyos |
Only set accelerated arm fft functions if fft is enabled.
Fixes lavc …
|
|
|
@1e860f16
|
12 years |
Clément Bœsch |
doc/codecs: simple sub_charenc option documentation.
|
|
|
@dcc73aaa
|
12 years |
nicolas.george |
doc/examples: do not allocate AVFrame directly.
The size of the …
|
|
|
@59e46ef6
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@f3147917
|
12 years |
Clément Bœsch |
lavf/subtitles: error out in case of bitmap subtitles.
|
|
|
@fe150a48
|
12 years |
Clément Bœsch |
lavc: fix codec_descriptor and pkt_timebase doxy.
|
|
|
@894ed8fb
|
12 years |
stefasab |
tests: fix values for the unsharp test
Set odd size for unsharp …
|
|
|
@b1e6b144
|
12 years |
Clément Bœsch |
lavc/utils: reindent in avcodec_decode_subtitle2() after f7963993.
|
|
|
@90fb3e9b
|
12 years |
Clément Bœsch |
lavfi/subtitles: set a different description between ass and subtitles.
|
|
|
@2a14b234
|
12 years |
Clément Bœsch |
lavfi: rename vf_ass.c to vf_subtitles.c
|
|
|
@08d149d6
|
12 years |
Clément Bœsch |
lavfi/subtitles: support charenc option.
|
|
|
@3a0a959d
|
12 years |
Clément Bœsch |
lavfi/subtitles: split options between ass and subtitles.
|
|
|
@f796399
|
12 years |
Clément Bœsch |
lavc: support subtitles character encoding conversion.
|
|
|
@870a0c66
|
12 years |
lu_zero |
build: The libopencore-amrnb encoder depends on audio_frame_queue
CC: …
|
|
|
@8837f439
|
12 years |
lu_zero |
libopencore-amrwb: Make AMR-WB ifdeffery more precise
The library …
|
|
|
@e6bda9a9
|
12 years |
lu_zero |
libopencore-amr: Conditionally compile decoder and encoder bits
CC: …
|
|
|
@56632fef
|
12 years |
lu_zero |
libopencore-amrnb: cosmetics: Group all encoder-related code together
…
|
|
|
@0b70fb1d
|
12 years |
lu_zero |
dsputil: convert remaining op_pixels_func
Convert to diffptr_t the …
|
|
|
@8732271e
|
12 years |
Clément Bœsch |
lavc: mark bitmap based subtitles codecs as such.
|
|
|
@7ca2f8b1
|
12 years |
stefasab |
lavfi/mp: drop mp=kerndeint filter
The filter has been natively …
|
|
|
@8c85a9f0
|
12 years |
stefasab |
lavfi/mp: drop mp=unsharp filter
The native filter is equivalent from …
|
|
|
@89505f2c
|
12 years |
stefasab |
lavfi/unsharp: add missing NULL check
|
|
|
@64e592ee
|
12 years |
stefasab |
lavfi/unsharp: merge definition and declaration in init_filter_param()
|
|
|
@d2cadea3
|
12 years |
stefasab |
lavfi/unsharp: directly access in-loop variables in apply_unsharp()
…
|
|
|
@ef4c71e8
|
12 years |
stefasab |
lavfi/unsharp: add check on matrix x/y size values oddity
|
|
|
@488f87be
|
12 years |
siretart |
roqvideodec: check dimensions validity
Found-by: Mateusz "j00ru" …
|
|
|
@f7d18deb
|
12 years |
siretart |
vqavideo: check chunk sizes before reading chunks
Fixes out of array …
|
|
|
@39bec05e
|
12 years |
siretart |
qdm2: check array index before use, fix out of array accesses
…
|
|
|
@1f8f43a5
|
12 years |
anton |
error_resilience: add required headers.
|
|
|
@b8bb661d
|
12 years |
michaelni |
Changelog: Add entry for encrypted TTA stream decoding
Signed-off-by: …
|
|
|
@2e988fd6
|
12 years |
michaelni |
lavc/tta: Use a safer check for encrypted streams
The user can …
|
|
|
@1d6f6ff
|
12 years |
michaelni |
h264: don't initialize missing pictures when using a hwaccel
Writing …
|
|
|
@a56fd9ed
|
12 years |
michaelni |
lavu: Fix checkheaders for x86/emms.h
internal.h doesn't need to …
|
|
|
@b7fe35c9
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
h264: …
|
|
|
@ddbbfd95
|
12 years |
michaelni |
Merge commit '1d0feb5d1ac04d187b335f0e8d411c9f40b3a885'
* commit …
|
|
|
@1fad547c
|
12 years |
michaelni |
Merge commit '54974c62982ae827becdbdb9b620b7ba75d079a0'
* commit …
|
|
|
@2bac1535
|
12 years |
stefasab |
Changelog: add missing empty line after the version line
|
|
|