|
|
|
@d4574b76
|
11 years |
michaelni |
Merge commit 'a9553bbb336a7186c62b3b14a0499c1b6ba61ebd'
* commit …
|
|
|
@b189c699
|
11 years |
michaelni |
Merge commit '187023f6b2b43966acb2449a379b4ededdc4b22e'
* commit …
|
|
|
@03e9506a
|
11 years |
michaelni |
Merge commit '5055035670bd1a1eaca64bd3bc71fb07de9df2c3'
* commit …
|
|
|
@09e06cd9
|
11 years |
michaelni |
Merge commit 'c951e4b442df9dde6051634a85359eb809bf2142'
* commit …
|
|
|
@eaa20afa
|
11 years |
michaelni |
Merge commit 'ba77757a7efafe38924b6b423acfca8c1e1c62d6'
* commit …
|
|
|
@c70e647a
|
11 years |
michaelni |
Merge commit '5840473890440dbe0bd2cce530ebb3d93e187ae6'
* commit …
|
|
|
@eee8cb42
|
11 years |
michaelni |
Merge commit 'e40a0e822801d2485e4e555909d7a82713fa86a5'
* commit …
|
|
|
@f3a02f4b
|
11 years |
michaelni |
Merge commit '32a414f316c7f0eea877370e3f9d9f25afbf5da2'
* commit …
|
|
|
@3cfd4df8
|
11 years |
michaelni |
libopenjpeg: init and close properly; don't config during encode
…
|
|
|
@e494f44c
|
11 years |
onemda |
avcodec/escape124: fix infinite loop
Remove can_safely_read() as its …
|
|
|
@ca10d667
|
11 years |
stefasab |
doc/filters: add [] labels for the graph of the opening paragraph …
|
|
|
@21f6ff38
|
11 years |
stefasab |
doc/filters: use between() function in select examples
Simplify.
|
|
|
@57618d8
|
11 years |
stefasab |
doc/fftools: rework some paragraph in the AVOptions chapter
Fix …
|
|
|
@0de4efb8
|
11 years |
onemda |
doc/filters: put ladspa configure option into @code{}
Signed-off-by: …
|
|
|
@fbf861cb
|
11 years |
michaelni |
tests/fate/prores: fix skip alpha tests on big endian
Signed-off-by: …
|
|
|
@b5b762b7
|
11 years |
michaelni |
avcodec/avcodec.h: skip_alpha should not be accessed directly (would …
|
|
|
@f8e8932e
|
11 years |
onemda |
doc/filters: mention configure option for ladspa
Signed-off-by: Paul …
|
|
|
@283fb76d
|
11 years |
michaelni |
lavc: Add support for interleaved chroma formats to libx264. …
|
|
|
@b00fb157
|
11 years |
onemda |
avcodec/sgirledec: fix infinite loop in decode_sgirle8()
Fixes #2985. …
|
|
|
@601eab2b
|
11 years |
onemda |
avfilter: add ladspa wrapper filter
Signed-off-by: Paul B Mahol …
|
|
|
@547c2f00
|
11 years |
Reimar.Doeffinger |
Make decoding alpha optional for some codecs.
For codecs where …
|
|
|
@a5cbf199
|
11 years |
michaelni |
avformat/mov: reset extradata size when extradata gets deallocated due …
|
|
|
@2aa8e33
|
11 years |
Reimar.Doeffinger |
Fix nonsense MPEG-4 hwaccel code.
Issues with the code:
1) The …
|
|
|
@a9553bbb
|
11 years |
martin |
movenc: Set all implicit flags immediately in mov_write_header
This …
|
|
|
@187023f
|
11 years |
martin |
movenc: Set mov->mode earlier in mov_write_header
This allows …
|
|
|
@5055035
|
11 years |
martin |
tls: Do not abort on non-fatal TLS alerts with gnutls
Signed-off-by: …
|
|
|
@05b7a635
|
11 years |
michaelni |
avformat/movenchint: use realloc_array() to protect against integer …
|
|
|
@63621762
|
11 years |
michaelni |
avformat/movenchint: only change queue size if reallocation succeeded
…
|
|
|
@091ba02c
|
11 years |
michaelni |
avformat/movenchint: revert "Use av_reallocp() where suitable"
…
|
|
|
@361bc707
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
avutil: …
|
|
|
@85f8a3cb
|
11 years |
michaelni |
Merge commit 'e208e6d209728d332343aa5390ae377ac0a6305c'
* commit …
|
|
|
@8310bccc
|
11 years |
michaelni |
avutil/pixdesc: try to fix NV20* descriptors
They where inconsistent …
|
|
|
@90ca5a9b
|
11 years |
michaelni |
Add interleaved 4:2:2 8/10-bit formats
Signed-off-by: Michael …
|
|
|
@c951e4b4
|
11 years |
lu_zero |
flv: Make onTextData parsing robust
Certain streaming servers do not …
|
|
|
@ba77757a
|
11 years |
lu_zero |
rtmp: Replace a magic number with a macro
11 is the RTMP header size.
|
|
|
@58404738
|
11 years |
lu_zero |
rtmp: Rewrite embedded flv handling
Use update_offset() as done for …
|
|
|
@e40a0e82
|
11 years |
lu_zero |
rtmp: Refactor get_packet
|
|
|
@32a414f3
|
11 years |
lu_zero |
rtmp: Support AMF_DATA_TYPE_MIXEDARRAY
And fix the …
|
|
|
@e07ac727
|
11 years |
michaelni |
avcodec/g2meet: Fix framebuf size
Currently the code can in some …
|
|
|
@5dca837a
|
11 years |
tempn |
changelog: add fraps and libx264 changes
|
|
|
@08fa828b
|
11 years |
martin |
avutil: Fix compilation with inline asm disabled on mingw
Because of …
|
|
|
@21a2b973
|
11 years |
michaelni |
avformat/hls: do not limit manifest lines to 1024 chars
Fixes …
|
|
|
@e208e6d2
|
11 years |
lu_zero |
lavu: Add interleaved 4:2:2 8/10-bit formats
Signed-off-by: Luca …
|
|
|
@a072acb1
|
11 years |
michaelni |
avcodec: fix duplicate includes
Signed-off-by: Michael Niedermayer …
|
|
|
@b8a954e4
|
11 years |
michaelni |
avformat/network: fix duplicate include
Signed-off-by: Michael …
|
|
|
@ef23b7fd
|
11 years |
michaelni |
lavf/libssh: add MAINTAINERS entry
Signed-off-by: Lukasz Marek …
|
|
|
@66c2f20
|
11 years |
michaelni |
lavu/attributes: Don't define av_restrict
This is always defined in …
|
|
|
@49515cb8
|
11 years |
michaelni |
avformat: remove duplicate includes
Signed-off-by: Michael …
|
|
|
@d0c61571
|
11 years |
michaelni |
avdevice/v4l: remove duplicate include
Signed-off-by: Michael …
|
|
|
@4bc7a2a6
|
11 years |
michaelni |
avfilter: remove duplicate includes
Signed-off-by: Michael …
|
|
|
@0506f3fa
|
11 years |
michaelni |
avutil/cpu: remove duplicate include
Signed-off-by: Michael …
|
|
|
@1c4fa2a
|
11 years |
onemda |
avcodec/fraps: use BT.709 colorspace for YUV Fraps versions
Based …
|
|
|
@59d72f8b
|
11 years |
onemda |
lavfi/pad,crop,scale: remove options description from filter …
|
|
|
@8ac0eb2c
|
11 years |
onemda |
avfilter/vf_tinterlace: add yuv411p, yuv440p, yuva422p and yuva444p
…
|
|
|
@eedbc2b5
|
11 years |
michaelni |
tools: Fix apparent merge failure
|
|
|
@56f1740
|
11 years |
michaelni |
matroska: Add the CueDuration element
Use it only on subtitle …
|
|
|
@8ad24659
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@ac821552
|
11 years |
Carl Eugen Hoyos |
Remove '-vf' from pullup documentation example.
|
|
|
@d0171eb8
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@de493809
|
11 years |
michaelni |
Merge commit '01f111bdb21b4ea6d2ff3ea919d70ae9ca451cf9'
* commit …
|
|
|
@79209f5d
|
11 years |
Carl Eugen Hoyos |
Allow encoding YUVJ422P and YUVJ444P with libx264.
Reviewed-by: Reimar
|
|
|
@f76b633a
|
11 years |
Reimar.Doeffinger |
mpeg4dec: Ensure data is not clobbered too early.
Avoid overwriting …
|
|
|
@6c169c2f
|
11 years |
michaelni |
Merge commit '67e285ceca1cb602a5ab87010b30d904527924fe'
* commit …
|
|
|
@f35b2fa8
|
11 years |
onemda |
fate: add adelay test
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@29f244e0
|
11 years |
Reimar.Doeffinger |
dvbsubdec: Check for invalid clut selector.
Fail decoding if strict …
|
|
|
@97ff584
|
11 years |
Reimar.Doeffinger |
Apply clut changes only to one table.
The specification does not …
|
|
|
@5b153f81
|
11 years |
michaelni |
lavf: add SFTP protocol via libssh
Signed-off-by: Lukasz Marek …
|
|
|
@705b30e2
|
11 years |
michaelni |
Improve pullup documentation.
Mention that the fps filter should be …
|
|
|
@68f328fc
|
11 years |
michaelni |
avfilter/vf_psnr: avoid 64bit arithmetic in the inner loop
…
|
|
|
@a11c16a0
|
11 years |
michaelni |
avfilter/vf_psnr: Prevent integer overflow.
The 32-bit integer …
|
|
|
@15672e83
|
11 years |
michaelni |
avformat/utils: remove unused variable
Signed-off-by: Michael …
|
|
|
@fcd64dcc
|
11 years |
michaelni |
avformat/avienc: remove unused variable
Signed-off-by: Michael …
|
|
|
@39442b1
|
11 years |
michaelni |
matroskaenc: Add CuePoints for subtitle tracks
Signed-off-by: James …
|
|
|
@944c3384
|
11 years |
diego |
h264dec: Add .avc file name extension
Signed-off-by: Diego Biurrun …
|
|
|
@01f111bd
|
11 years |
diego |
h264dec: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@67e285ce
|
11 years |
martin |
mem: Handle av_reallocp(..., 0) properly
Previously this did a double …
|
|
|
@bed611f9
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
h264: …
|
|
|
@8377b2b6
|
11 years |
michaelni |
Merge commit '33b88f2a4ae54d5397c45e39a5326289ebdc7747'
* commit …
|
|
|
@e1f74ad1
|
11 years |
michaelni |
Merge commit '09f2581dc5edb3642858d69d9a70b67e249167e9'
* commit …
|
|
|
@dda7bd13
|
11 years |
michaelni |
Merge commit '5532ee6d7d554bb54d4374d0b69f72bc9ab9fd91'
* commit …
|
|
|
@8c320b3
|
11 years |
michaelni |
Merge commit 'a9d50bb578ec04c085a25f1e023f75e0e4499d5e'
* commit …
|
|
|
@391e272c
|
11 years |
michaelni |
Merge commit 'b97b1adb3f807e1acd00d56319ee6cb41cc727e4'
* commit …
|
|
|
@2be92aba
|
11 years |
michaelni |
Merge commit 'e5d45e028cf4193b562075897e55091779e49f15'
* commit …
|
|
|
@f657ca0d
|
11 years |
michaelni |
Merge commit 'd8798276b65543d921adadf63cc7f5ba2d1604af'
* commit …
|
|
|
@2a930fa2
|
11 years |
michaelni |
Merge commit '3ca14aa5964ea5d11f7a15f9fff17924d6096d44'
* commit …
|
|
|
@6c18775b
|
11 years |
michaelni |
Merge commit '83c285f88016b087c2f0f4b9ef356ad8ef12d947'
* commit …
|
|
|
@09b09ef4
|
11 years |
michaelni |
Merge commit 'd8b68660145c76a23fc9665f96932449514ecad2'
* commit …
|
|
|
@9bb86fac
|
11 years |
michaelni |
Merge commit '3185a80259ce1f8f8111073dbd14a69a396e03a3'
* commit …
|
|
|
@c188c108
|
11 years |
michaelni |
Merge commit '82e266c6d3fbf3cc74e515b883e66543381a0f2c'
* commit …
|
|
|
@1cad7171
|
11 years |
martin |
h264: remove an unused static constant
Signed-off-by: Martin Storsjö …
|
|
|
@33b88f2a
|
11 years |
martin |
msvc/icl: Use declspec(noinline)
Signed-off-by: Martin Storsjö …
|
|
|
@09f2581d
|
11 years |
martin |
msvc/icl: Use declspec(deprecated)
Prior to this on msvc/icl there …
|
|
|
@5532ee6d
|
11 years |
lu_zero |
rtmp: Unbreak get_packet
Commit …
|
|
|
@c092af30
|
11 years |
michaelni |
Merge commit '601c2015bc16f0b281160292a6a760cbbbb0eacb'
* commit …
|
|
|
@61a8eaf7
|
11 years |
michaelni |
Merge commit '7a5a55722749a3ab77941914707277b147322cbe'
* commit …
|
|
|
@a9d50bb5
|
11 years |
martin |
dcadec: Validate the lfe parameter
Reported-by: Mateusz "j00ru" …
|
|
|
@3f4cf77a
|
11 years |
michaelni |
Merge commit 'e9d61de96c113ee0ef8082833c7e682df0e23eec'
* commit …
|
|
|
@13b353a7
|
11 years |
michaelni |
avcodec/asvdec: dont fail without extradata
extradata is not …
|
|
|
@1e9a850d
|
11 years |
michaelni |
Merge commit 'f50803354c6acb4575379d7c54ca48ec5d36dd61'
* commit …
|
|
|
@35a8387b
|
11 years |
michaelni |
Merge commit '72fe16a13e3ebd5396ac173bf84c8b20085c16d5'
* commit …
|
|
|