|
|
|
@79d3eeb2
|
10 years |
michaelni |
doc/ffprobe.xsd: fix order and missing elements/attributes
…
|
|
|
@42a92a24
|
10 years |
michaelni |
swr: remove obsolete resample prototypes
Signed-off-by: James Almer …
|
|
|
@23a9edf5
|
10 years |
michaelni |
Partially revert "swr: add prototypes for resample dsp functions"
…
|
|
|
@c45b7f0d
|
10 years |
michaelni |
x86/swr: add ff_resample_{common, linear}_int16_xop
Signed-off-by: …
|
|
|
@1a69224f
|
10 years |
michaelni |
x86/swr: add ff_resample_{common, linear}_float_fma
Signed-off-by: …
|
|
|
@a441a243
|
10 years |
michaelni |
x86: rename dsputil.asm to idctdsp.asm
Its only function is no longer …
|
|
|
@ef7e8425
|
10 years |
michaelni |
avcodec/mjpegdec: factorize some parts of the pix_fmt_id switch()
…
|
|
|
@784e1cf
|
10 years |
michaelni |
avcodec/mjpegdec: handle luma upscale detection generically
…
|
|
|
@64d98da
|
10 years |
michaelni |
avcodec/mjpegdec: set upscale_h/upscale_v using generic code instead …
|
|
|
@7558e553
|
10 years |
michaelni |
avcodec/mjpegdec: Support pix_fmt_id==0x11222200
Fixes: …
|
|
|
@cd417d94
|
10 years |
michaelni |
avcodec/mjpegdec: fix width for non chroma in rescaling
…
|
|
|
@4e09300f
|
10 years |
michaelni |
mjpegdec: Support pix_fmt_id == 0x22112200
Fixes 4780490_300.jpg
…
|
|
|
@141ee10
|
10 years |
michaelni |
Merge commit '48e6432407a73d5006d84609456e6e0bc3dd8fc4'
* commit …
|
|
|
@ee78b0c
|
10 years |
michaelni |
Merge commit 'b75a1f9892b5b715397edbf837e4d4cda337907b'
* commit …
|
|
|
@8365287e
|
10 years |
michaelni |
Merge commit 'f1f6156b3fc9eb77b439d031ba18974d80b8341e'
* commit …
|
|
|
@06e5d28e
|
10 years |
michaelni |
Merge commit 'd0449e754553b0c110b6cd75f6725b82144fbd2a'
* commit …
|
|
|
@dd2c9034
|
10 years |
michaelni |
x86/swr: convert resample_{common, linear}_double_sse2 to yasm
…
|
|
|
@48e64324
|
10 years |
lu_zero |
matroska: Factor out mkv_write_stereo_mode
|
|
|
@b75a1f98
|
10 years |
lu_zero |
matroska: Factor out write_track from mkv_write_tracks
|
|
|
@f1f6156b
|
10 years |
lu_zero |
matroska: K&R formatting cosmetics
|
|
|
@d0449e75
|
10 years |
diego |
vaapi: Update idct_permutation location after dsputil/idctdsp split
|
|
|
@fb318def
|
10 years |
michaelni |
Merge commit '20f95f21f9b9595608ba668a6eca78f2d508be67'
* commit …
|
|
|
@8d0c7031
|
10 years |
michaelni |
Merge commit '79793f833784121d574454af4871866576c0749d'
* commit …
|
|
|
@581b5f0b
|
10 years |
michaelni |
Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'
* commit …
|
|
|
@20f95f21
|
10 years |
martin |
mov: Support default-base-is-moof.
default-base-is-moof shall be set …
|
|
|
@909f53f2
|
10 years |
michaelni |
Merge commit 'adcb8392c9b185fd8a91a95fa256d15ab1432a30'
* commit …
|
|
|
@79793f83
|
10 years |
diego |
Update Fiona's name in copyright statements.
|
|
|
@a97137e9
|
10 years |
michaelni |
avfilter/f_ebur128: Use av_malloc_array()
Signed-off-by: Michael …
|
|
|
@7faa7d3d
|
10 years |
michaelni |
avcodec/hevc: Use av_malloc(z)_array()
Signed-off-by: Michael …
|
|
|
@80da227c
|
10 years |
michaelni |
cmdutils_opencl: Use av_malloc_array()
Signed-off-by: Michael …
|
|
|
@46563af7
|
10 years |
michaelni |
avfilter/showcqt: adding freetype support
Signed-off-by: Michael …
|
|
|
@9efa7f82
|
10 years |
michaelni |
avdevice/xv: fix missing {
Found-by: jamrial
Signed-off-by: Michael …
|
|
|
@847bb638
|
10 years |
michaelni |
swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.
…
|
|
|
@e5c806fd
|
10 years |
michaelni |
lavd/xv: handle delete window message
User may close X11 window by …
|
|
|
@e429d6c1
|
10 years |
michaelni |
avcodec/pgssubdec: remove unused variables
Found-by: ubitux …
|
|
|
@89bcb777
|
10 years |
michaelni |
avcodec/pgssubdec: Check input buffer size in …
|
|
|
@ae9a73de
|
10 years |
michaelni |
Merge commit '253d0be6a1ecc343d29ff8e1df0ddf961ab9c772'
* commit …
|
|
|
@0c911c8f
|
10 years |
michaelni |
avcodec/pgssubdec: fix end display time
Signed-off-by: Michael …
|
|
|
@066a4819
|
10 years |
michaelni |
avcodec/pgssubdec: Bail out of decode_rle() if error and AV_EF_EXPLODE …
|
|
|
@fc7da418
|
10 years |
michaelni |
avcodec/pgssubdec: better error codes
Signed-off-by: Michael …
|
|
|
@5c019ec9
|
10 years |
michaelni |
avcodec/pgssubdec: Pass AVSubtitleRect to decode_rle()
Signed-off-by: …
|
|
|
@4701f767
|
10 years |
michaelni |
avcodec/pgssubdec: split out flush_cache()
Signed-off-by: Michael …
|
|
|
@e3fcb143
|
10 years |
diego |
dsputil: Split off IDCT bits into their own context
|
|
|
@adcb8392
|
10 years |
diego |
mjpeg: Split off bits shared by MJPEG and LJPEG encoders
This …
|
|
|
@ca7f2a73
|
10 years |
michaelni |
avcodec/pgssubdec: do not fail when part of the packet is faulty …
|
|
|
@376f353
|
10 years |
michaelni |
avcodec/pgssubdec: rename PICTURE_SEGMENT
Signed-off-by: Michael …
|
|
|
@ec94c52e
|
10 years |
u |
doc: remove trailing ':' at the end of sections
Also lowercase …
|
|
|
@253d0be6
|
10 years |
anton |
pgssubdec: handle more complex PGS scenarios
Add ability to handle …
|
|
|
@f054d1e7
|
10 years |
michaelni |
avformat/hdsenc: Use av_mallocz_array()
Signed-off-by: Michael …
|
|
|
@ca384d70
|
10 years |
michaelni |
avformat/rtsp: use av_malloc_array()
Signed-off-by: Michael …
|
|
|
@418e5768
|
10 years |
michaelni |
swresample/resample_template: move division out of loop for …
|
|
|
@86576129
|
10 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@c5a405c4
|
10 years |
michaelni |
swresample/resample_template: flip order of operations in …
|
|
|
@09adb1dd
|
10 years |
Carl Eugen Hoyos |
configure: enable lto for icl compiler.
|
|
|
@7f5d75f
|
10 years |
michaelni |
cmdutils: ignore sws_flags if swscale is not enabled
This avoids some …
|
|
|
@3f424346
|
10 years |
michaelni |
avcodec/huffyuvencdsp: try to fix misaligned access
Should fix fate …
|
|
|
@cddbf95c
|
10 years |
michaelni |
doc/examples/resampling_audio: use av_freep() for saftey
also its …
|
|
|
@d5f81779
|
10 years |
u |
avfilter/overlay: reindent
|
|
|
@b18d1b09
|
10 years |
u |
avfilter/buffersrc: reindent
|
|
|
@f02a4408
|
10 years |
michaelni |
ffmpeg_opt: route -ab to -b:a
Fixes combining -ab with -target …
|
|
|
@525a165d
|
10 years |
michaelni |
avfilter/vf_pullup: workaround bug in gcc 4.4.3 on ARM
The gcc …
|
|
|
@4d3072ad
|
10 years |
michaelni |
doc/examples/muxing: remove unused variable
Signed-off-by: Michael …
|
|
|
@01983e5
|
10 years |
michaelni |
Merge commit '7b0c7c9163fe3dd0081696befde28617119d2590'
* commit …
|
|
|
@e6aba1be
|
10 years |
michaelni |
avformat/options_table: Fix flush_packet flag flags
Found-by: Reimar …
|
|
|
@c599c211
|
10 years |
michaelni |
avformat/mux: fix flush_packets flag with flushing buffers
Found-by: …
|
|
|
@7b0c7c91
|
10 years |
martin |
arm: Detect 32 bit cpu features on ARMv8 when running on a 64 bit …
|
|
|
@54649166
|
10 years |
michaelni |
avcodec/cavs: improve conformance with rm52j reference decoder
…
|
|
|
@f9f8491d
|
10 years |
michaelni |
avcodec/cavs: make cavs_chroma_qp non static
The table is needed by …
|
|
|
@faa1471f
|
10 years |
michaelni |
swr: rewrite resample_common/linear_float_sse/avx in yasm.
Linear …
|
|
|
@a348f4be
|
10 years |
michaelni |
avfilter/x86/vf_pullup: fix "invalid combination of opcode and …
|
|
|
@ddb7b44
|
10 years |
michaelni |
swr: move dst_size == 0 handling outside DSP function.
Signed-off-by: …
|
|
|
@cc923727
|
10 years |
michaelni |
doc/APIchanges: lengthening a hash to make it non ambigous
…
|
|
|
@7448afc5
|
10 years |
michaelni |
APIchanges: fillin some missing data
Signed-off-by: Michael …
|
|
|
@823ea19a
|
10 years |
michaelni |
Merge commit '39975acc699c83af0a87a7318c0f41e189142938'
* commit …
|
|
|
@e925a82e
|
10 years |
michaelni |
Merge commit 'f134b5ec53b4cb51cb69bf0c64de87687ea72b12'
* commit …
|
|
|
@39975acc
|
10 years |
vittorio.giovara |
rtpenc_jpeg: check for color_range too
|
|
|
@f134b5e
|
10 years |
vittorio.giovara |
apichanges: fill in changes for lavu 51.19 and 51.20
|
|
|
@504475f3
|
10 years |
michaelni |
avcodec/mpegvideo: dont overwrite emu_edge buffer
Fixes vsynth3 fate …
|
|
|
@21bfed5b
|
10 years |
michaelni |
avcodec/mpegvideo_enc: reduce space between blocks in emu_edge in …
|
|
|
@5bca5f87
|
10 years |
michaelni |
Revert "x86/videodsp: add emulated_edge_mc_mmxext"
The commit causes …
|
|
|
@4d1fa38d
|
10 years |
michaelni |
avcodec/mpeg12dec: Limit progressive_seq reinitilaization to where the …
|
|
|
@8c22bea5
|
10 years |
michaelni |
avcodec/vp8: Fix multiple ff_thread_finish_setup() calls
Fixes …
|
|
|
@1fd0e9a5
|
10 years |
michaelni |
Merge commit '5dd8c08fd5e4c04d7a08d8934f0098a8a4a35c28'
* commit …
|
|
|
@3ac51145
|
10 years |
michaelni |
Merge commit 'e63b818dbe6060b606ae10eb184859f8b97d2353'
* commit …
|
|
|
@6d2df3c
|
10 years |
michaelni |
ffmpeg: fix deadlock regression in threading error handing
Commit …
|
|
|
@263932c0
|
10 years |
michaelni |
avcodec/dvbsubdec: fix ignoring blank frame by updating got_output
…
|
|
|
@5dd8c08f
|
10 years |
diego |
mpeg: Change ff_convert_matrix() to take an MpegEncContext parameter
…
|
|
|
@e63b818
|
10 years |
diego |
dv: Properly split decoder and encoder initialization
|
|
|
@5fef4afb
|
10 years |
michaelni |
configure: add missing audiodsp dependency for ra144
Signed-off-by: …
|
|
|
@607c8812
|
10 years |
michaelni |
configure: fix g729 decoder dependencies
Signed-off-by: James Almer …
|
|
|
@a6b8aef
|
10 years |
michaelni |
configure: remove duplicate ape_decoder_select line
Signed-off-by: …
|
|
|
@b96c9513
|
10 years |
michaelni |
avcodec/snow: factor ff_snow_get_buffer() out
Signed-off-by: Michael …
|
|
|
@134beb9e
|
10 years |
michaelni |
avformat/mxfenc: rename very recently added option to set/force …
|
|
|
@09a7a470
|
10 years |
michaelni |
Merge commit 'd2869aea0494d3a20d53d5034cd41dbb488eb133'
* commit …
|
|
|
@5a636383
|
10 years |
michaelni |
Merge commit '24f45c16224d4c5d482e928676714766ffdda4fc'
* commit …
|
|
|
@357168bc
|
10 years |
michaelni |
Merge commit '5ec6d152e26c570c0a16ec72c1f354db95708179'
* commit …
|
|
|
@d2869aea
|
10 years |
diego |
dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectory
|
|
|
@826726b8
|
10 years |
michaelni |
Merge commit '422e14f721c22cf9c19a8e7aae051ba9d559f6b6'
* commit …
|
|
|
@24f45c16
|
10 years |
diego |
fate: Add dependencies for dct/fft/mdct/rdft tests
|
|
|
@ad081e4d
|
10 years |
michaelni |
Merge commit 'a5864e9a253143437471dba61a533e7fa9acec1c'
* commit …
|
|
|