|
|
|
@3695278
|
10 years |
clement |
build: use pkg-config to detect libmodplug
Fix static build, at least …
|
|
|
@97b88096
|
10 years |
michaelni |
Merge commit '37c46743ee42df1d6986ba3c996e3af5b95511f7'
* commit …
|
|
|
@42507534
|
10 years |
michaelni |
avformat/mpegts: favor DESC_types over probed codecs
Fixes Ticket3766 …
|
|
|
@37c4674
|
10 years |
vittorio.giovara |
avcodec: fix missing doxygen comment marker
|
|
|
@b627385b
|
10 years |
Reynaldo H. Verdejo Pinochet |
ffserver: tests, use image2 instead of pgmyuv
Signed-off-by: Reynaldo …
|
|
|
@93545310
|
10 years |
Reimar.Doeffinger |
ituh263dec: Optimize new RL_VLC based decoding.
Together with the …
|
|
|
@c0d32686
|
10 years |
Reimar.Doeffinger |
h261dec: Optimize new RL_VLC based decoding.
Together with the switch …
|
|
|
@da0a670b
|
10 years |
Reimar.Doeffinger |
h261, h263 decoders: convert to RL_VLC.
Some additional optimizations …
|
|
|
@3efc174
|
10 years |
Reimar.Doeffinger |
aacps_tablegen: replace TABLE_CONST by const.
Doesn't change …
|
|
|
@1a558cec
|
10 years |
Reimar.Doeffinger |
intmath.h: Remove duplicated ARM include.
Signed-off-by: Reimar …
|
|
|
@f0d4f00f
|
10 years |
michaelni |
avcodec/mjpegdec: fix green line at the bottom with upscale v
…
|
|
|
@63a52ca1
|
10 years |
michaelni |
avcodec/mjpegdec: fix green vertical line at the right with upscale h
…
|
|
|
@6d7aa437
|
10 years |
Reimar.Doeffinger |
vf_drawtext: move "static const" before "struct".
This is consistent …
|
|
|
@2ca7edda
|
10 years |
Reimar.Doeffinger |
lavu/hash.c: Add missing "static const".
Signed-off-by: Reimar …
|
|
|
@03bf4572
|
10 years |
Reimar.Doeffinger |
Add av_cold to table generation functions.
Signed-off-by: Reimar …
|
|
|
@4fe44873
|
10 years |
Reimar.Doeffinger |
WMA: add "const" to avoid warnings with hardcoded tables.
…
|
|
|
@3bc5d2a0
|
10 years |
Reimar.Doeffinger |
ac3dec_fixed: add missing "static const".
Signed-off-by: Reimar …
|
|
|
@c9a4ec7
|
10 years |
Reimar.Doeffinger |
lavfi: add const/static const to pix_fmts arrays.
Signed-off-by: …
|
|
|
@18464d72
|
10 years |
Reimar.Doeffinger |
sipr16kdata.h: add forgotten const.
Signed-off-by: Reimar Döffinger …
|
|
|
@2bb66cc8
|
10 years |
Reimar.Doeffinger |
fft_template: Move variables to where they are used.
Signed-off-by: …
|
|
|
@1654514a
|
10 years |
Reimar.Doeffinger |
fft: add ff_ prefix to some global arrays.
Signed-off-by: Reimar …
|
|
|
@e0237208
|
10 years |
michaelni |
avcodec/h264: Do not get stuck on IDR inter frames
Signed-off-by: …
|
|
|
@8c63a0d1
|
10 years |
Reimar.Doeffinger |
xv.c: Add missing const to lookup table.
Signed-off-by: Reimar …
|
|
|
@bd6f1458
|
10 years |
onemda |
avformat/dfa: use avio_feof()
Signed-off-by: Paul B Mahol …
|
|
|
@b173f5c1
|
10 years |
michaelni |
oggdec: fix invalid free on error
The read_packet callback passes a …
|
|
|
@e2cd28c9
|
10 years |
Reimar.Doeffinger |
fft: add missing const.
This table was the largest object in FFmpeg's …
|
|
|
@ce36d808
|
10 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@a8087336
|
10 years |
michaelni |
proresenc_ks: allow auto-selecting profile
The user may not know how …
|
|
|
@14028736
|
10 years |
michaelni |
avcodec/vp3data: use more compact data types
Reviewed-by: Paul B …
|
|
|
@f22c24bd
|
10 years |
Carl Eugen Hoyos |
lavf/rtpdec_hevc: Fix compilation with -DDEBUG.
|
|
|
@494cbc42
|
10 years |
Carl Eugen Hoyos |
ffmpeg: Clean up if filter initialisation failed to avoid a memleak.
…
|
|
|
@e16b7338
|
10 years |
michaelni |
avcodec/aarch64/h264qpel_init_aarch64: mark src as const
…
|
|
|
@97cebf31
|
10 years |
michaelni |
avformat/udp: Move variables used only with HAVE_PTHREAD_CANCEL, under …
|
|
|
@19bf1ed1
|
10 years |
michaelni |
avformat/id3v2: Fix "warning: unused variable …
|
|
|
@0daff3ce
|
10 years |
michaelni |
avfilter/vf_mp: remove incorrect usage of AVFrame.type
Signed-off-by: …
|
|
|
@596636a4
|
10 years |
michaelni |
avcodec/snow: check coeffs for validity
Fixes deadlock
Fixes integer …
|
|
|
@d9e2ace
|
10 years |
Reimar.Doeffinger |
Add missing "const" all over the place.
Only "./configure …
|
|
|
@be4aac30
|
10 years |
Reimar.Doeffinger |
patcheck: check for pointer arrays that are not const.
Signed-off-by: …
|
|
|
@9b8eedd7
|
10 years |
michaelni |
avformat/wtvdec: seek over broken chunks
Fixes ticket #3898
…
|
|
|
@72732f2d
|
10 years |
michaelni |
avformat/webmdashenc: use av_strlcpy() and allocate enough space
…
|
|
|
@5ce98e7
|
10 years |
michaelni |
fate/vpx: make webm dash manifest tests depend on the …
|
|
|
@be3d807
|
10 years |
onemda |
avcodec/wavpack: increase WV_MAX_SAMPLES
This is maximal number of …
|
|
|
@4c920478
|
10 years |
michaelni |
fate: Add basic tests for WebM Dash Manifest
Add fate tests that test …
|
|
|
@22652dc2
|
10 years |
michaelni |
avcodec/avcodec: fix missing doxygen comment marker
Signed-off-by: …
|
|
|
@37520a9
|
10 years |
michaelni |
avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifier
…
|
|
|
@7771daae
|
10 years |
michaelni |
Merge commit '9e8bbe7d4d1dcd5fec491dbfbb98ed2038a7bed5'
* commit …
|
|
|
@39cd9fdb
|
10 years |
michaelni |
Merge commit '4d686fb721b485ebbc4c7779d927d876c1e630f7'
* commit …
|
|
|
@fcc39099
|
10 years |
michaelni |
Merge commit 'd4ae8ac92f619507aadd021bb67b517d39d3a36f'
* commit …
|
|
|
@31f9c228
|
10 years |
michaelni |
ffmpeg: Fix missing {} in Stream to Packet side data code
…
|
|
|
@f30a8154
|
10 years |
michaelni |
Merge commit '9301486408a480629336af4d7fd873c0f28fb2d5'
* commit …
|
|
|
@56cc754c
|
10 years |
michaelni |
Merge commit 'f2583bc86eb5d7decc639fc9a36edc93e6003eef'
* commit …
|
|
|
@c6a3b009
|
10 years |
michaelni |
Merge commit '58396e806c65fe0eb00e6ccf1980f810cdceed05'
* commit …
|
|
|
@1fc39631
|
10 years |
michaelni |
Merge commit '7bb505a33ca131906b2ceb2f298e104c862740ea'
* commit …
|
|
|
@65c9e2d0
|
10 years |
michaelni |
Merge commit '20e82b41fcad23ebbb18d89948aebfcc53921198'
* commit …
|
|
|
@5393c9da
|
10 years |
michaelni |
Merge commit 'f07a4290a0e8f31796e348edd3ed06b8d15132d8'
* commit …
|
|
|
@9e8bbe7d
|
10 years |
diego |
license: Mention that vf_interlace is GPL, not LGPL
|
|
|
@4d686fb7
|
10 years |
vittorio.giovara |
matroskaenc: convert avstream stereo3d side data during encoding
…
|
|
|
@d4ae8ac9
|
10 years |
vittorio.giovara |
matroskadec: parse stereo mode on decoding
Convert the Matroska …
|
|
|
@93014864
|
10 years |
vittorio.giovara |
avcodec: add stream-level stereo3d side data
|
|
|
@f2583bc8
|
10 years |
vittorio.giovara |
matroska: list supported extensions
|
|
|
@0ddb051
|
10 years |
onemda |
avformat/soxenc: return more meaningful error code
Signed-off-by: …
|
|
|
@ef768ab9
|
10 years |
michaelni |
avcodec/h264: Move h264_vdpau_class under ifdef to avoid unused …
|
|
|
@87961a8a
|
10 years |
michaelni |
avcodec/flashsv2enc: fix "unused variable" warnings
Signed-off-by: …
|
|
|
@58396e8
|
10 years |
diego |
x11grab: Use a typedef for the context, as most other code does
…
|
|
|
@7bb505a3
|
10 years |
diego |
x11grab: Drop a spurious space in the extension reporting message
…
|
|
|
@b543a290
|
10 years |
michaelni |
avcodec/libvpxenc: Adds support for constant quality mode in VP9.
…
|
|
|
@20e82b41
|
10 years |
diego |
x11grab: Small near-cosmetic refactorings
Signed-off-by: Diego …
|
|
|
@f07a4290
|
10 years |
diego |
x11grab: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@d6bd2949
|
10 years |
michaelni |
avformat/icoenc: Remove deprecated use of codec_name
Reviewed-by: …
|
|
|
@fa39f8c0
|
10 years |
stefasab |
doc/ffprobe: fix -show_entries example
|
|
|
@b6a0b8bc
|
10 years |
James |
Adds support for setting aq_mode in libvpx encoder
Reviewed-by: James …
|
|
|
@8c1b942a
|
10 years |
lou |
Replace incorrect use of "multiply" with "multiple"
Also replace the …
|
|
|
@e6516944
|
10 years |
michaelni |
avformat/rtpdec_asf: fix compiler warning about const qualifier being …
|
|
|
@35debfc3
|
10 years |
michaelni |
avformat/rdt: fix compiler warning about const qualifier being …
|
|
|
@7a2c380
|
10 years |
michaelni |
avformat/aviobuf: remove uses of deprecated url_feof()
Signed-off-by: …
|
|
|
@5403a288
|
10 years |
michaelni |
Merge commit '8d27bf1cff35be406b0fd89d832e1852d4c573bc'
* commit …
|
|
|
@b3b05a11
|
10 years |
michaelni |
Merge commit 'dcb7c868ec7af7d3a138b3254ef2e08f074d8ec5'
* commit …
|
|
|
@3ff5ca8
|
10 years |
michaelni |
Merge commit '1f156af4274dc72d588620f6bedb4e9e66023c92'
* commit …
|
|
|
@42196083
|
10 years |
michaelni |
Merge commit '404731bd20e1df5880e6fe381e975ba48afc75b2'
* commit …
|
|
|
@a59d922d
|
10 years |
michaelni |
Merge commit 'ff771f79b55a346b4163d814b58ee4c98114745e'
* commit …
|
|
|
@7997d786
|
10 years |
James |
lavc/libwebpenc: use WebPMemoryWriterClear()
WebPMemoryWriterClear() …
|
|
|
@7c51f5bd
|
10 years |
michaelni |
swr: aarch64 audio_convert and neon clobber test
Ported from …
|
|
|
@25cb697d
|
10 years |
michaelni |
bktr: Fix Fabrice's name
Signed-off-by: Timothy Gu …
|
|
|
@d3e9bee
|
10 years |
James |
lavf/mp3enc: don't abort if audio packets can't be buffered
Instead …
|
|
|
@8d27bf1c
|
10 years |
diego |
x86: xvid: K&R formatting cosmetics
|
|
|
@12df9b9a
|
10 years |
michaelni |
Improved AC3 decoder level support (heavy drc, dialnorm)
Added …
|
|
|
@7a67ab5c
|
10 years |
michaelni |
ffmpeg_opt: reduce diff to libav in opt_target() by 16 lines
…
|
|
|
@dcb7c868
|
10 years |
diego |
cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTs
|
|
|
@1f156af4
|
10 years |
diego |
x86: xvid_idct: Drop unused definitions
|
|
|
@2082c00e
|
10 years |
michaelni |
Merge commit 'f5245a9c6206878b892adf3ccbccc9311c202af5'
* commit …
|
|
|
@ad207f11
|
10 years |
michaelni |
Merge commit '1688eef25385089026aba55da1885f70a57815ab'
* commit …
|
|
|
@404731bd
|
10 years |
lu_zero |
pulse: Set the wallclock option as default
|
|
|
@ff771f79
|
10 years |
lu_zero |
vc1: Initialize start_code_found to 0
Leftover of …
|
|
|
@127aee4c
|
10 years |
michaelni |
Merge commit '75bbaf2493a71ee66eaabe3c21fadd84d07888de'
* commit …
|
|
|
@f5245a9c
|
10 years |
anton |
avconv: fix parsing the AVOptions for -target
CC: libav-stable@libav.org
|
|
|
@1688eef
|
10 years |
anton |
avconv: fix the muxrate values for -target
The mpegenc private option …
|
|
|
@75bbaf24
|
10 years |
anton |
mpegenc: limit the maximum muxrate
It is written to the file as a …
|
|
|
@9e8ab36f
|
10 years |
michaelni |
avformat/mxfenc: dont warn about d10_channelcount being ignored if its …
|
|
|
@570397c
|
10 years |
michaelni |
Merge commit 'e87f5e4e5f2e2e36b0b7826d708cda7049877af0'
* commit …
|
|
|
@9c41b594
|
10 years |
michaelni |
Merge commit '0a024268261d05ccdcf7e03c85fb78d22037a464'
* commit …
|
|
|