|
|
|
@0f48acf2
|
11 years |
michaelni |
lavu: provide msvc implementation of attribute_deprecated
…
|
|
|
@50b90d5
|
11 years |
onemda |
lavfi/telecine: remove bitstream and pal formats
Signed-off-by: Paul …
|
|
|
@6770fa4d
|
11 years |
onemda |
lavfi/fieldorder: work with non writtable frames too
Signed-off-by: …
|
|
|
@33dacda4
|
11 years |
onemda |
lavfi/fieldorder: remove pal8 format
Signed-off-by: Paul B Mahol …
|
|
|
@86cb986c
|
11 years |
onemda |
lavfi/fieldorder: add timeline support
Signed-off-by: Paul B Mahol …
|
|
|
@df7e3572
|
11 years |
onemda |
lavfi/fieldorder: use av_image_fill_linesizes()
Signed-off-by: Paul B …
|
|
|
@9b35bee6
|
11 years |
onemda |
lavfi/fieldorder: remove redundant get_video_buffer()
Signed-off-by: …
|
|
|
@c9b5ad12
|
11 years |
onemda |
s302m: s/bits_per_coded_sample/bits_per_raw_sample
…
|
|
|
@6b024d8a
|
11 years |
onemda |
avcodec/xan: use uint8_t instead of unsigned char
Signed-off-by: Paul …
|
|
|
@6508bd4a
|
11 years |
onemda |
pixfmt: add native GBRAP16 format
Signed-off-by: Paul B Mahol …
|
|
|
@898c6191
|
11 years |
onemda |
lavfi: Weston 3 Field Deinterlacing Filter
Signed-off-by: Paul B …
|
|
|
@911a100
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@86ca6a75
|
11 years |
michaelni |
Merge commit '97b052e56807fab6887e9ba210a28a622e6a4b78'
* commit …
|
|
|
@c4a696fb
|
11 years |
michaelni |
Merge commit 'befe044bb9561c9d7d6559db06bba375e82a4b66'
* commit …
|
|
|
@2a27e52
|
11 years |
michaelni |
Merge commit '7f93a861aaf2e76fd63b53ccc465909873b8dc29'
* commit …
|
|
|
@61845dc7
|
11 years |
michaelni |
Merge commit '66f091053f11a8957b2175480d2f368d2cf4474c'
* commit …
|
|
|
@5866c107
|
11 years |
michaelni |
Merge commit 'c3e6e8f06c42499bd020fd0b37f9542150e6067b'
* commit …
|
|
|
@92424a4
|
11 years |
michaelni |
Merge commit 'b634b36fcebfe16b837b6c4044f5d5cb99a75040'
* commit …
|
|
|
@c16ddcc9
|
11 years |
diego |
avisynth: K&R formatting cosmetics
|
|
|
@97b052e5
|
11 years |
diego |
avisynth: Add missing #include for NULL_IF_CONFIG_SMALL
|
|
|
@bcd1c206
|
11 years |
michaelni |
avcodec/mjpegdec: support >8bit in mjpeg_decode_scan_progressive_ac()
…
|
|
|
@b155fb0
|
11 years |
michaelni |
avcodec/mjpegdec: move shift_output() to its own function
…
|
|
|
@c407c734
|
11 years |
michaelni |
avcodec/mjpegdec: 12bit Grayscale support
Fixes part of Ticket2812
…
|
|
|
@1deeb943
|
11 years |
michaelni |
avcodec/mjpegdec: Fix normal jpeg with bits < 8
Untested due to lack …
|
|
|
@15071ed4
|
11 years |
michaelni |
avcodec/mjpegdec fix last_dc for bits != 8
Signed-off-by: Michael …
|
|
|
@ae57e824
|
11 years |
michaelni |
avcodec/dsputil: add 12bit simple idct
Will be needed for jpeg
…
|
|
|
@d2e2373
|
11 years |
onemda |
lavfi/mp: remove mp=fil
The filter does not work correctly most of …
|
|
|
@befe044b
|
11 years |
diego |
avcodec: Stop exporting the removed audio_resample* symbols
|
|
|
@0a8bb915
|
11 years |
onemda |
lavfi/mp: remove mp=dint
There are better and actually maintained …
|
|
|
@7f93a861
|
11 years |
diego |
mpeg12enc: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@59b9ecc9
|
11 years |
michaelni |
avfilter/vf_yadif: Treat mode as a field of flags
Signed-off-by: …
|
|
|
@4ff5b268
|
11 years |
michaelni |
avfilter/vf_yadif: fix "incompatible pointer type" warning
…
|
|
|
@a67dcd74
|
11 years |
michaelni |
avfilter/vf_yadif: add gbr(a)p support
Suggested-by: durandal_1707 …
|
|
|
@2230d85c
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@66f09105
|
11 years |
diego |
mpeg12enc: drop forward declarations
Signed-off-by: Diego Biurrun …
|
|
|
@c3e6e8f0
|
11 years |
diego |
mem: Do not check unsigned values for negative size
|
|
|
@b634b36f
|
11 years |
diego |
mem: Improve documentation wording and spelling
|
|
|
@b042712a
|
11 years |
michaelni |
avcodec/mjpegdec: Simplify masking in ljpeg_decode_yuv_scan()
…
|
|
|
@b394ccfe
|
11 years |
michaelni |
avcodec/mjpegdec: fix rgb ljpeg prediction 5/6/7 with point_transform
…
|
|
|
@38f8640d
|
11 years |
michaelni |
avcodec/mjpegdec: fix yuv ljpeg prediction 5/6/7 with point transforms …
|
|
|
@4ced3090
|
11 years |
michaelni |
avcodec/jpeg2000dec: make SOC finding code more robust
Fixes file …
|
|
|
@cb026ac3
|
11 years |
michaelni |
avcodec/mjpegdec: make "unknown colorspace" error more informative
…
|
|
|
@61c68000
|
11 years |
michaelni |
avcodec/mjpegdec: Add some sanity checks to ljpeg_decode_rgb_scan()
…
|
|
|
@f9742896
|
11 years |
u |
doc/APIchanges: update hashes and dates after last two commits.
…
|
|
|
@3e1f507f
|
11 years |
u |
avcodec: make avcodec_close() more tolerant.
See previous commit.
|
|
|
@36cd017a
|
11 years |
u |
avformat: make avformat_close_input() more tolerant.
The purpose of …
|
|
|
@bc68927a
|
11 years |
u |
tools/crypto_bench: fix 2 typos.
|
|
|
@9cbb3fc
|
11 years |
michaelni |
avcodec/avpacket: zero memory in av_packet_new_side_data()
This …
|
|
|
@26b241c0
|
11 years |
anton |
matroskaenc: Allow chapters to be written in trailer
This allows …
|
|
|
@04dcdc46
|
11 years |
nicolas.george |
lavc/avfft: init context to 0.
Prevent an invalid free in case of …
|
|
|
@83635ac6
|
11 years |
nicolas.george |
ffprobe: show bitmap subtitles size.
Fix trac ticket #2930.
|
|
|
@d7ccfe5
|
11 years |
nicolas.george |
lavc/libvorbisdec: do not return empty frames.
Some parts of the code …
|
|
|
@d5b58f6
|
11 years |
nicolas.george |
tools: add benchmark for crypto functions.
The benchmark tests the …
|
|
|
@dc8f7322
|
11 years |
clement |
doc/examples: fix lib math dep for resampling_audio.
It uses at least …
|
|
|
@2c1eb38e
|
11 years |
clement |
avcodec: fix AVpacket → AVPacket typo.
|
|
|
@98b9bbb7
|
11 years |
clement |
doc/examples: remove extra "the".
"into the doc/examples directory" …
|
|
|
@2ffead98
|
11 years |
michaelni |
avcodec: add emuedge_linesize_type
Currently all uses of the emu edge …
|
|
|
@3eeca8b0
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@35307df5
|
11 years |
michaelni |
Merge commit '0ebfdae099d2749240b6a565abcdf0bf62589748'
* commit …
|
|
|
@1c10e89c
|
11 years |
michaelni |
Merge commit 'b4ec7a5fee644ad9882e10c097817b65447b8e55'
* commit …
|
|
|
@a711a2cb
|
11 years |
martin |
mpegvideo: Avoid 32-bit wrapping of linesize multiplications
This …
|
|
|
@44d884f0
|
11 years |
michaelni |
Merge commit '7f9e893f56db52078e0f46677ed337b2e25fa94d'
* commit …
|
|
|
@49f5519
|
11 years |
michaelni |
Merge commit 'af11fa5409cc72fc45ca7f3527400beca10967b9'
* commit …
|
|
|
@f1b15c1e
|
11 years |
michaelni |
Merge commit '35cbc98b720db95b923cb2d745f77bb2ee4363dc'
* commit …
|
|
|
@0ebfdae0
|
11 years |
diego |
doc: Describe TB option of setpts filter
Signed-off-by: Diego Biurrun …
|
|
|
@9411e9ca
|
11 years |
michaelni |
Merge commit 'd719981273bc779c7d1e879d88404fd867f93a0e'
* commit …
|
|
|
@233ab0f0
|
11 years |
michaelni |
Merge commit '5bcd3ae5b167fb74215520b01d5d810e0c8986ab'
* commit …
|
|
|
@642207d
|
11 years |
michaelni |
Merge commit 'f7c5883126f9440547933eefcf000aa78af4821c'
* commit …
|
|
|
@b4ec7a5f
|
11 years |
lu_zero |
mem: Document the av_realloc family of functions properly
realloc() …
|
|
|
@7f9e893f
|
11 years |
lu_zero |
build: Report an error message when a pc file is not found
Ease …
|
|
|
@54d628a
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@e5c338ba
|
11 years |
michaelni |
avformat/utils: assert position monotonicity in ff_find_last_ts()
…
|
|
|
@6fcfafff
|
11 years |
Carl Eugen Hoyos |
Show subtitle resolution in avcodec_string().
|
|
|
@a6609919
|
11 years |
michaelni |
avformat/mpegts: Ensure that mpegts_get_dts() only considers packets …
|
|
|
@b78e75eb
|
11 years |
michaelni |
fate: Force diff into text mode
On openbsd the exif-image-jpg test …
|
|
|
@56061234
|
11 years |
michaelni |
avcodec/pictordec: remove y checks, which have become redundant
…
|
|
|
@8088d6f5
|
11 years |
michaelni |
avcodec/pictordec: run av_image_check_size() unconditionally
This …
|
|
|
@d21e496
|
11 years |
onemda |
lavfi/mptestsrc: use outlink->frame_count
Signed-off-by: Paul B Mahol …
|
|
|
@af11fa5
|
11 years |
martin |
mjpegb: Detect changing number of planes in interlaced video
…
|
|
|
@35cbc98b
|
11 years |
martin |
alac: Check that the channels fit at the given offset
The code tries …
|
|
|
@d7199812
|
11 years |
martin |
4xm: Check that the read track value is non-negative
Reported-by: …
|
|
|
@5bcd3ae5
|
11 years |
martin |
matroskadec: Check that .lang was allocated and set before reading it
…
|
|
|
@f7c58831
|
11 years |
martin |
alac: Limit max_samples_per_frame
Otherwise buffer size calculations …
|
|
|
@30d40c9e
|
11 years |
u |
lavfi/drawtext: add generic timeline interface and deprecate "draw".
|
|
|
@493ebbd
|
11 years |
u |
Update copyrights where my email appears with the new one.
|
|
|
@060c6c46
|
11 years |
u |
avformat/mpl2dec: handle files with CRLF linebreaks correctly
Skip …
|
|
|
@902a5fa7
|
11 years |
michaelni |
avformat: H265 demuxer
Signed-off-by: Michael Niedermayer …
|
|
|
@771e2e5
|
11 years |
onemda |
lavfi/hue: relicense to LGPL with permission by all contributors
…
|
|
|
@60538128
|
11 years |
onemda |
x86/simple_idct: use LOCAL_ALIGNED instead of DECLARE_ALIGNED
…
|
|
|
@916549cb
|
11 years |
onemda |
lavfi/mp: remove mp=phase
The filter was ported to a native …
|
|
|
@3dd4b6ea
|
11 years |
onemda |
lavfi: port phase filter from libmpcodecs
Signed-off-by: Paul B Mahol …
|
|
|
@f4e9c76
|
11 years |
michaelni |
avcodec/vcr1: simplify code drop buf variable
Signed-off-by: Michael …
|
|
|
@84b6451d
|
11 years |
michaelni |
avcodec/vcr1: simplify code, drop buf_size
Signed-off-by: Michael …
|
|
|
@a4e7091
|
11 years |
michaelni |
avcodec/vcr1: return the actual number of consumed bytes
…
|
|
|
@40bb9503
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
movenc: …
|
|
|
@4cfe3b74
|
11 years |
michaelni |
Merge commit '7df9e693a34c84c698da60426c78140c950f95ed'
* commit …
|
|
|
@50fd98b7
|
11 years |
michaelni |
Merge commit '488b2984fece7ad0c2596826fee18e74aa904667'
* commit …
|
|
|
@bdb4ed96
|
11 years |
michaelni |
Merge commit 'a7c1689dedd11689edb30088d467ac03f9b8d1cf'
* commit …
|
|
|
@a5d67bc
|
11 years |
michaelni |
avformat/utils: Fix bitrate overflow check
The check added in …
|
|
|
@d07d54fd
|
11 years |
michaelni |
Merge commit 'df33a58e5311ee9a64a573889b883a80e981af7b'
* commit …
|
|
|