|
|
|
@5ee3a40f
|
10 years |
michaelni |
ffmpeg: Fix -vstats when coded_frame is not set
There are several …
|
|
|
@888a33c0
|
10 years |
michaelni |
lavc/pngenc: Support writing colorspace tags.
These are defined in …
|
|
|
@0a23129b
|
10 years |
michaelni |
avformat: Add prefix to get_codec_guid()
Signed-off-by: Michael …
|
|
|
@ae20682f
|
10 years |
michaelni |
swscale: Add prefix to updateMMXDitherTables()
Signed-off-by: Michael …
|
|
|
@4d00860a
|
10 years |
michaelni |
swresample: Add prefix to soxr_resampler
also move declaration to …
|
|
|
@bf610204
|
10 years |
michaelni |
avcodec/dvdec: Make dv_iweight_720_c static
Signed-off-by: Michael …
|
|
|
@23a90768
|
10 years |
michaelni |
avcodec/v210dec: Add ff prefix to v210_x86_init()
Signed-off-by: …
|
|
|
@b37c3396
|
10 years |
michaelni |
avcodec/h264: Add ff_ prefix to the shared h264_init_dequant_tables() …
|
|
|
@60bdc868
|
10 years |
michaelni |
lavf/mov: correct printf specifier
The type is int64_t.
…
|
|
|
@0e699676
|
10 years |
michaelni |
avcodec/snow: mark dwt init as av_cold
Signed-off-by: Michael …
|
|
|
@22a80272
|
10 years |
michaelni |
avcodec/diracdsp: Mark ff_diracdsp_init() as av_cold
Signed-off-by: …
|
|
|
@f8b743b
|
10 years |
michaelni |
avcodec/mjpegenc: Mark ff_mjpeg_encode_close() as av_cold
…
|
|
|
@78cd9c56
|
10 years |
michaelni |
postproc: mark alloc/free context functions as av_cold
Signed-off-by: …
|
|
|
@a2203228
|
10 years |
derek.buitenhuis |
movenc: Write 'colr' box correctly for MP4
This also restricts it to …
|
|
|
@3e0ae19f
|
10 years |
clement |
avfilter/palettegen: fix frame mem leak
|
|
|
@d490b26f
|
10 years |
michaelni |
avformat/ffmenc: Use ffio_free_dyn_buf()
Signed-off-by: Michael …
|
|
|
@629a03a9
|
10 years |
michaelni |
avformat/rtpdec_vp9: Use ffio_free_dyn_buf()
Signed-off-by: Michael …
|
|
|
@aa7a2fa5
|
10 years |
onemda |
avcodec/hqx: use init_get_bits8()
Signed-off-by: Paul B Mahol …
|
|
|
@54400763
|
10 years |
onemda |
avcodec/hqx: fix typo
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@007498fc
|
10 years |
michaelni |
swscale/utils: clear formatConvBuffer on allocation
Fixes use of …
|
|
|
@d0b8640f
|
10 years |
michaelni |
avformat/bit: only accept the g729 codec and 1 channel
Other …
|
|
|
@eeda2c3d
|
10 years |
michaelni |
avformat/bit: check that pkt->size is 10 in write_packet
Ohter packet …
|
|
|
@19dbe89f
|
10 years |
michaelni |
Merge remote-tracking branch 'cigaes/master'
* cigaes/master:
…
|
|
|
@50833c9f
|
10 years |
michaelni |
Fix buffer_size argument to init_put_bits() in multiple encoders.
…
|
|
|
@b851bc20
|
10 years |
michaelni |
avformat/mp3dec: Check for avcodec_alloc_context3() failure
…
|
|
|
@6ad42b3e
|
10 years |
michaelni |
avformat/mp3dec: properly allocate dummy AVCodecContext
Fixes …
|
|
|
@51b7ab2e
|
10 years |
michaelni |
Merge commit '82b6e451161f19ab90bfb9565b710021caf5dcbd'
* commit …
|
|
|
@43e5e3c0
|
10 years |
michaelni |
colormatrix: Accept bt601 aliases as input
As far as matrix …
|
|
|
@d92c6d82
|
10 years |
george |
ffmpeg: notify when the thread message queue blocks.
This can help …
|
|
|
@508d6a23
|
10 years |
george |
ffmpeg: allow to set the thread message queue size.
|
|
|
@a92193f2
|
10 years |
george |
lavd/alsa: set frame_size field.
The value tells the typical size of …
|
|
|
@b9de1303
|
10 years |
michaelni |
mips/acelp_filters: fix incorrect register constraint
Change register …
|
|
|
@f6bf745c
|
10 years |
michaelni |
mips/aacdec: refactor out duplicated assembly code
The float_copy and …
|
|
|
@83589e69
|
10 years |
michaelni |
mips/sbrdsp: remove sbr_neg_odd_64_mips
The optimized C version of …
|
|
|
@d6f66aec
|
10 years |
michaelni |
mips/fft: remove some useless assembly
Remove some assembly that the …
|
|
|
@39077148
|
10 years |
michaelni |
mips/aacpsdsp: fix definition of ps_decorrelate_mips
Q_fract should …
|
|
|
@213e823d
|
10 years |
michaelni |
mips/mathops: remove 64-bit code
GCC is perfectly happy generating …
|
|
|
@82b6e451
|
10 years |
lu_zero |
configure: Move the cross_prefix setting after the toolchain one
…
|
|
|
@a6a2da2f
|
10 years |
clement |
tests: add paletteuse test
|
|
|
@e0f03de8
|
10 years |
clement |
tests: add palettegen test
|
|
|
@4629993d
|
10 years |
clement |
avfilter/paletteuse: use AV_QSORT()
See previous commit for a rationale.
|
|
|
@321de034
|
10 years |
clement |
avfilter/palettegen: use AV_QSORT()
This makes the sorting of the …
|
|
|
@30f4e9d3
|
10 years |
clement |
avfilter/palettegen: consistently use the same frame for dimensions
|
|
|
@4216968f
|
10 years |
clement |
avfilter/palettegen: use a logging context for the dupped color warning
|
|
|
@ab093bde
|
10 years |
clement |
avfilter/palettegen: export color quantization ratio
|
|
|
@7faa40af
|
10 years |
michaelni |
avformat/adxdec: check avctx->channels for invalid values
This avoids …
|
|
|
@64ea4a05
|
10 years |
michaelni |
avformat/adxdec: set avctx->channels in adx_read_header
It is used in …
|
|
|
@111d79a
|
10 years |
michaelni |
avformat/dss: implement seeking
This assumes CBR (which is true for …
|
|
|
@626904b7
|
10 years |
michaelni |
avformat/dss: set bitrate
Signed-off-by: Michael Niedermayer …
|
|
|
@5634ca6d
|
10 years |
michaelni |
avformat/dss: set packet duration
Value taken from the decoder …
|
|
|
@8064265a
|
10 years |
michaelni |
avformat/dss: correct sample rate
Signed-off-by: Michael Niedermayer …
|
|
|
@bc65abc8
|
10 years |
James |
libavutil: add x86 optimized av_popcount
Reviewed-by: Ronald S. …
|
|
|
@701c965a
|
10 years |
michaelni |
avcodec/hevc_ps: Check that log2_ctb_size is not smaller than the …
|
|
|
@dd369c9a
|
10 years |
michaelni |
avcodec/snow: Initialize spatial_decomposition_count to a valid value
…
|
|
|
@6d66e1a
|
10 years |
michaelni |
avutil/common: Fix integer overflow in av_clip_int8/16_c
Fixes: …
|
|
|
@63ca0fe8
|
10 years |
michaelni |
avcodec/hevcdsp: ARM NEON optimized qpel functions
uses comma as …
|
|
|
@d1e2d59
|
10 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@205b2ba3
|
10 years |
michaelni |
avcodec/hevc_ps: Sanity checks for some log2_* values
log2 values …
|
|
|
@5c11f5b4
|
10 years |
clement |
avfilter/palettegen: move longest variable to a local scope
Also drop …
|
|
|
@56ffde3f
|
10 years |
Carl Eugen Hoyos |
Allow muxing h264 into ts with startcode "001" instead of "0001".
…
|
|
|
@ab3ff19f
|
10 years |
Carl Eugen Hoyos |
lavfi/fade: Do not overread input buffer.
|
|
|
@bbbc8c6
|
10 years |
michaelni |
avformat/mov: Check ctts_count before use
Fixes out of array read …
|
|
|
@1f5c7781
|
10 years |
michaelni |
avcodec/zmbv: Check len before reading in decode_frame()
Fixes out of …
|
|
|
@7296716e
|
10 years |
michaelni |
avcodec/h264: Clear last_pic_for_ec on seeks and reinits
Fixes out of …
|
|
|
@390c5778
|
10 years |
michaelni |
avcodec/arm/hevcdsp_idct_neon: drop ".code 32"
gas-preprocessor and …
|
|
|
@a1b5cf01
|
10 years |
michaelni |
Merge commit '85b3b1c4ba7af9c2658442b0aafd27d613e1854b'
* commit …
|
|
|
@2fbdf30e
|
10 years |
michaelni |
Merge commit 'b31328d008985f87f0a7c83c700847cef1a4f08c'
* commit …
|
|
|
@53dd75e9
|
10 years |
michaelni |
Merge commit 'da7e561964ee833678dc24fae0b0265358126d1e'
* commit …
|
|
|
@3130e5be
|
10 years |
michaelni |
Merge commit 'd594dbecce5f3af7f80bbf5bb1b516d740b69ccd'
* commit …
|
|
|
@7f03f75c
|
10 years |
michaelni |
Merge commit '8e32b1f0963d01d4f5d4803eb721f162e0d58d9a'
* commit …
|
|
|
@7d9b06eb
|
10 years |
michaelni |
Merge commit '199fb40278146c5bb162990c66ad3cd561abc780'
* commit …
|
|
|
@6e9bbaca
|
10 years |
michaelni |
Merge commit '8a273a746061a112e5e35066a8fd8e146d821a62'
* commit …
|
|
|
@79052cd4
|
10 years |
michaelni |
Merge commit '078d43e23a7a3d64aafee8a58b380d3e139b3020'
* commit …
|
|
|
@fa80b76b
|
10 years |
michaelni |
Merge commit 'bb4a310bb85f43e62240145a656b1e5285b14239'
* commit …
|
|
|
@64f58d20
|
10 years |
michaelni |
Merge commit 'f4b59334bd898c47c9ac30999a346176548630a8'
* commit …
|
|
|
@f966ac2b
|
10 years |
michaelni |
avformat/rtpdec_vp9: remove alloc/free functions
Simplify code
…
|
|
|
@d52bf89d
|
10 years |
michaelni |
Merge commit '78791c086bcaf9eb084c27555b31fea8bbb7624a'
* commit …
|
|
|
@99c76902
|
10 years |
michaelni |
Merge commit '88434f9725e7c9484dcbcf323566ae88a2904f32'
* commit …
|
|
|
@d2a5c6f
|
10 years |
michaelni |
Merge commit 'ec96a89c3e507cf0fb1f2b159b28a53f2bad9a74'
* commit …
|
|
|
@499da71
|
10 years |
michaelni |
Merge commit 'ac0e54fda9305cc7d149007f5b512bb8619f7c78'
* commit …
|
|
|
@1c5d9dd2
|
10 years |
michaelni |
Merge commit '12251f997bbc0abb93be39c51021e6d404ca385f'
* commit …
|
|
|
@cf958774
|
10 years |
michaelni |
Merge commit 'c82bf15dca00f67a701d126e47ea9075fc9459cb'
* commit …
|
|
|
@17773f49
|
10 years |
michaelni |
Merge commit '3567b91e49c6ae101c9a35c90f46b8ad9890ac15'
* commit …
|
|
|
@0f8de2b5
|
10 years |
michaelni |
Merge commit 'f3449062a8d100ac4f703647336c32b126aa99f1'
* commit …
|
|
|
@29f9d82
|
10 years |
michaelni |
Merge commit '8633fb47db2ec39eb8bd1bd65302af75a94ff5d0'
* commit …
|
|
|
@df388836
|
10 years |
michaelni |
Merge commit '5956f489d0452ff6dea6b6b81b4fa8e596fc5684'
* commit …
|
|
|
@3804d73e
|
10 years |
michaelni |
Merge commit '5d8cae45737bed6239bd6b6e0698802dbe1463c8'
* commit …
|
|
|
@48e3cd4f
|
10 years |
michaelni |
Merge commit 'e72605f80bf5cbe32053a554ccc137e0a99cf3dd'
* commit …
|
|
|
@11fb625
|
10 years |
michaelni |
Merge commit '2b982e92f42a6e661d90b12b6592cd13cae496d4'
* commit …
|
|
|
@4c8a556a
|
10 years |
michaelni |
Merge commit 'b7a4c319fda22aa91ce29692d728ec6103b514f6'
* commit …
|
|
|
@85b3b1c
|
10 years |
lu_zero |
xcbgrab: Unbreak parsing filename options
CC: libav-stable@libav.org
…
|
|
|
@b31328d0
|
10 years |
lu_zero |
xcbgrab: Provide better names for the y and x option
Incidentally …
|
|
|
@da7e5619
|
10 years |
lu_zero |
matroskaenc: Allow writing track "forced" flag
Signed-off-by: Luca …
|
|
|
@2bedcbf8
|
10 years |
michaelni |
Merge commit 'b651c9139e1ab222d5aab9151dcd7d6e40e49885'
* commit …
|
|
|
@a51b192f
|
10 years |
michaelni |
Merge commit 'db158f0dd217cf839be8af195d66cf49a76537a8'
* commit …
|
|
|
@8c6651a1
|
10 years |
michaelni |
Merge commit '353b492d0f2a21ae8eb829db1ac01b54b2a4d202'
* commit …
|
|
|
@a4f50ec9
|
10 years |
michaelni |
Merge commit '0752f700d63f6b15ffd5369ac7615414cce71247'
* commit …
|
|
|
@ae2a8d87
|
10 years |
michaelni |
Merge commit '247764a592f83521f9c1ccdc900b00a8b84f3c87'
* commit …
|
|
|
@5d06b6e9
|
10 years |
michaelni |
Merge commit 'fe414059ec1fe8237574bed34cdaa8ac3893917b'
* commit …
|
|
|
@d594dbec
|
10 years |
martin |
rtpdec: Rename the free method to close
Many of these functions were …
|
|
|