|
|
|
@884c7a6e
|
11 years |
anton |
avfilter: fix const use of avfilter_next
Signed-off-by: Anton Khirnov …
|
|
|
@5c439b41
|
11 years |
anton |
avfilter: have avfilter_get_by_name return const for next bump
…
|
|
|
@97de206b
|
11 years |
anton |
lavc: disable CRC checking by default
|
|
|
@23a211cb
|
11 years |
anton |
lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.
…
|
|
|
@f354f308
|
11 years |
anton |
error resilience: check error_concealment, not err_recognition.
…
|
|
|
@53151723
|
11 years |
lu_zero |
avio: K&R formatting cosmetics
|
|
|
@aaaf2dc0
|
11 years |
lu_zero |
h263: Check init_get_bits return value
And use init_get_bits8 to …
|
|
|
@07493148
|
11 years |
lu_zero |
h263: Return meaningful errors
|
|
|
@de606120
|
11 years |
lu_zero |
configure: Disable -Wmaybe-uninitialized by default
It is by …
|
|
|
@0b357a80
|
11 years |
anton |
AVOptions: do not range check flag options.
It does not make sense in …
|
|
|
@94603fe
|
11 years |
anton |
h264_ps: when parsing a VUI fails, only abort when explode is set
A …
|
|
|
@79ef4b19
|
11 years |
anton |
FATE: add bitexact sws flags to the fieldorder test
swscale is called …
|
|
|
@ddc589c
|
11 years |
anton |
avconv: drop a now useless variable
|
|
|
@529a9893
|
11 years |
anton |
avframe: mark source frame const in _ref and _clone
Signed-off-by: …
|
|
|
@fc06ee6e
|
11 years |
anton |
mmvideo: fix uninitialized variable use in mm_decode_intra
…
|
|
|
@211ca69b
|
11 years |
justin.ruggles |
lavr: check that current_buffer is not NULL before using it
Fixes a …
|
|
|
@83425952
|
11 years |
anton |
fft-test: add a missing #include
stdio.h needed for printf since …
|
|
|
@b284e1ff
|
11 years |
anton |
mem: do not check for negative size
size_t is guaranteed to be …
|
|
|
@4e326ec7
|
11 years |
alex.converse |
fate: aac: Add test for AAC-ELD
|
|
|
@adea4512
|
11 years |
alex.converse |
aacdec: Fix calls to avpriv_report_missing_feature().
It does not …
|
|
|
@4d6ee07
|
11 years |
derek.buitenhuis |
libavutil: x86: Add AVX2 capable CPU detection.
Patch based on x264's …
|
|
|
@7177df9
|
11 years |
derek.buitenhuis |
fft-test: Remove possibility of returning restricted exit code
…
|
|
|
@5331d2b9
|
11 years |
derek.buitenhuis |
dct-test: Remove possibility of returning a restricted exit code
…
|
|
|
@8dc1b7b
|
11 years |
derek.buitenhuis |
base64-test: Remove posibility of returning restricted exit codes
…
|
|
|
@530cd289
|
11 years |
derek.buitenhuis |
tree-test: Don't return restricted exit codes
Signed-off-by: Derek …
|
|
|
@fb13fe83
|
11 years |
diego |
golomb: reduce scope of a few variables
Signed-off-by: Diego Biurrun …
|
|
|
@0e73049
|
11 years |
diego |
avfilter: x86: Port gradfun filter optimizations to yasm
…
|
|
|
@2c993e8b
|
11 years |
diego |
golomb: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@1ce3ec24
|
11 years |
diego |
h263: K&R formatting cosmetics
Signed-off-by: Vittorio Giovara …
|
|
|
@0d6d4a9e
|
11 years |
diego |
avstring-test: Mark pointer passed to av_free() as non-const
…
|
|
|
@72072bf9
|
11 years |
lu_zero |
mpegvideo: Drop a faulty assert
That check is easily reachable by …
|
|
|
@f6633c55
|
11 years |
diego |
avfilter: Fix typo in Loren's email address
|
|
|
@e01fba55
|
11 years |
martin |
movenc: Add an F4V muxer
F4V is Adobe's mp4/iso media variant, with …
|
|
|
@b3be41ca
|
11 years |
alex.converse |
aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).
This does …
|
|
|
@f457edb6
|
11 years |
alex.converse |
aacdec: Use avpriv_report_missing_feature() instead of custom logging.
|
|
|
@b1fcdc08
|
11 years |
derek.buitenhuis |
nut: Fix unchecked allocations
CC: libav-stable@libav.org …
|
|
|
@3511d4fc
|
11 years |
derek.buitenhuis |
pthread: Avoid crashes/odd behavior caused by spurious wakeups
This …
|
|
|
@157dc0b4
|
11 years |
lu_zero |
fate: add fieldorder filter test
Signed-off-by: Luca Barbato …
|
|
|
@00d7369d
|
11 years |
lu_zero |
vf_fieldorder: log when processing is skipped
Signed-off-by: Luca …
|
|
|
@103d073d
|
11 years |
lu_zero |
h264_parser: Use ff_h264_reset_sei()
Signed-off-by: Luca Barbato …
|
|
|
@19f53840
|
11 years |
lu_zero |
h264_parser: Fix order of operations
Signed-off-by: Michael …
|
|
|
@f825d42b
|
11 years |
lu_zero |
avplay: Accept cpuflags option
Quite useful for debugging.
…
|
|
|
@ea71aafd
|
11 years |
lu_zero |
avio: Use AVERROR_PROTOCOL_NOT_FOUND
When the protocol is missing …
|
|
|
@5152196b
|
11 years |
lu_zero |
pthread: Avoid spurious wakeups
pthread_wait_cond can wake up …
|
|
|
@23e6d3d4
|
11 years |
diego |
fate: vpx: Remove one redundant $(eval) invocation
|
|
|
@2b72f8ac
|
11 years |
lu_zero |
wtv: Seek by sector properly
Use an helper function to seek by sector …
|
|
|
@a27f1116
|
11 years |
martin |
fate: Increase the tolerance in the lavr tests
A few fate instances …
|
|
|
@f52fd3f3
|
11 years |
diego |
fate: aac: Add test for AAC-LD
|
|
|
@d433e1ae
|
11 years |
martin |
mem: Make av_strdup allocate using av_realloc
This makes sure that …
|
|
|
@825c7c6
|
11 years |
lu_zero |
mpegvideo: Move 8x8 in a separate function
|
|
|
@95587859
|
11 years |
lu_zero |
mpegvideo: Move obmc in a separate function
|
|
|
@a90905db
|
11 years |
lu_zero |
ffv1: Assume bitdepth 0 means 8bit
CC: libav-stable@libav.org …
|
|
|
@a84616b7
|
11 years |
lu_zero |
mpegvideo: K&R formatting cosmetics
|
|
|
@93f30547
|
11 years |
lu_zero |
lavc: Convert some remaining strides to ptrdiff_t
|
|
|
@4baba6c8
|
11 years |
anton |
h264_parser: Fix POC parsing for the case where MMCO_RESET is present. …
|
|
|
@b81dbd6c
|
11 years |
anton |
h264_parser: Fix POC parsing for the case where MMCO_RESET is absent.
…
|
|
|
@6b081eff
|
11 years |
anton |
fate: add vorbiscomment cover art test
Signed-off-by: James Almer …
|
|
|
@68edd5be
|
11 years |
anton |
FATE: use proper comparison mode in the lavr tests
|
|
|
@dd33637
|
11 years |
anton |
tiny_psnr: switch f32 handling to floating point
Also add support for f64.
|
|
|
@29c455ce
|
11 years |
diego |
bitstream: Check the result of av_malloc()
|
|
|
@3b4fa548
|
11 years |
diego |
cavs: more K&R formatting cosmetics
|
|
|
@c0085f9
|
11 years |
derek.buitenhuis |
mpegaudio_tablegen: Don't use llrint
You cannot count on it being …
|
|
|
@479a5279
|
11 years |
derek.buitenhuis |
cos_tablegen: Don't use lrint
You cannot count on it being present on …
|
|
|
@bc31a7a3
|
11 years |
derek.buitenhuis |
tablegen: Don't use cbrtf in host tools
You cannot count on them …
|
|
|
@884fd4d2
|
11 years |
derek.buitenhuis |
tableprint: Fix use of a size_t print with MSVC
%zu was introduced in …
|
|
|
@708b32b
|
11 years |
martin |
http: Check the auth string contents and not only the pointer
This …
|
|
|
@a3fabc6c
|
11 years |
derek.buitenhuis |
x86: more AVX2 framework
Signed-off-by: Derek Buitenhuis …
|
|
|
@c6908d6b
|
11 years |
derek.buitenhuis |
x86inc: FMA3/4 Support
Signed-off-by: Derek Buitenhuis …
|
|
|
@20689570
|
11 years |
derek.buitenhuis |
x86inc: Remove our FMA4 support
This is so we can sync to x264's …
|
|
|
@c108ba01
|
11 years |
derek.buitenhuis |
x86inc: Use VEX-encoded instructions in AVX functions
Automatically …
|
|
|
@15748773
|
11 years |
derek.buitenhuis |
avresample/x86: Switch operand order for mulps
With the forthcoming …
|
|
|
@84a125c
|
11 years |
martin |
rtmp: Allocate the prev_pkt arrays dynamically
Normally, all channel …
|
|
|
@39185ec4
|
11 years |
lu_zero |
cavs: Check for negative cbp
Sample-Id: 00000647-google
Reported-by: …
|
|
|
@1b20d0f5
|
11 years |
lu_zero |
cavs: Return meaningful error values
|
|
|
@14ddbb47
|
11 years |
lu_zero |
cavs: K&R formatting cosmetics
|
|
|
@71549a85
|
11 years |
martin |
http: Support auth method detection for POST
Inspired by a patch by …
|
|
|
@eb8b05a3
|
11 years |
martin |
http: Add an option for forcing basic authentication
The default is …
|
|
|
@eb90a209
|
11 years |
derek.buitenhuis |
pthread: Fix deadlock during thread initialization
Sometimes, if …
|
|
|
@c9ef6b09
|
11 years |
lu_zero |
indeo4: Check the inherited quant_mat
Invalidate it if not supported. …
|
|
|
@0cb83c56
|
11 years |
lu_zero |
indeo4: Check the block size if reusing the band configuration
…
|
|
|
@fd2384f0
|
11 years |
anton |
oggparsevorbis: fail on memory allocation error
|
|
|
@c18375ec
|
11 years |
anton |
oggvorbisdec: add support for embedded cover art
Signed-off-by: James …
|
|
|
@601d6228
|
11 years |
anton |
flac: move picture parsing code in a separate file
Signed-off-by: …
|
|
|
@ecab1c77
|
11 years |
anton |
oggdec: add support for Opus in Ogg demuxing
|
|
|
@ed9245db
|
11 years |
anton |
oggparsevorbis: check allocations
Signed-off-by: Anton Khirnov …
|
|
|
@9c15ef35
|
11 years |
anton |
oggparsevorbis: support official chapter extension
Signed-off-by: …
|
|
|
@16ea20c8
|
11 years |
anton |
lavc doxy: extend/clarify avcodec_decode_audio4() doxy
Elaborate on …
|
|
|
@66d3f5fd
|
11 years |
anton |
lavc doxy: remove false statements about alignment requirements.
The …
|
|
|
@364af376
|
11 years |
anton |
FATE: add lavr resampling tests
|
|
|
@9ab5f710
|
11 years |
anton |
FATE: add lavr mixing tests
|
|
|
@df6737a5
|
11 years |
anton |
audio_mix: fix channel order in mix_1_to_2_fltp_flt_c
…
|
|
|
@a52b5a5a
|
11 years |
martin |
riff: Add a mapping for VP6A
This allows demuxing VP6A from F4V …
|
|
|
@c0de9a23
|
11 years |
lu_zero |
prores: Reject negative run and level values
Sample-Id: …
|
|
|
@054454c6
|
11 years |
lu_zero |
mxf: Add jpeg2000 codec to intra only codecs
Conform with SMPTE RP …
|
|
|
@5f5ada3d
|
11 years |
lu_zero |
shorten: Fix out-of-array read
pred_order == …
|
|
|
@ed796fba
|
11 years |
diego |
atrac3: Better name for IMDCT window initialization
Signed-off-by: …
|
|
|
@be764150
|
11 years |
diego |
atrac3: Remove unused gain compensation tables
Signed-off-by: Diego …
|
|
|
@2df7f771
|
11 years |
lu_zero |
prores: Error out only on surely incomplete ac_coeffs
|
|
|
@44690dfa
|
11 years |
lu_zero |
prores: Add a codepath for decoding errors
|
|
|
@e6ed866
|
11 years |
martin |
flvenc: Write proper cropping for VP6 even if there's no extradata
…
|
|
|