|
|
|
@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
…
|
|
|
@be1e1373
|
11 years |
martin |
flvenc: Support muxing VP6A as well
Handle it in the same way as …
|
|
|
@4d7aeff9
|
11 years |
martin |
flvenc: Don't pretend to support muxing "plain" VP6
The plain VP6 …
|
|
|
@41a10f3b
|
11 years |
martin |
vp6: Support cropping to AVCodecContext.width/height
In these cases, …
|
|
|
@ceec6e7
|
11 years |
lu_zero |
avi: directly resync on DV in AVI read failure
Reported-by: Mateusz …
|
|
|
@756547ce
|
11 years |
lu_zero |
avi: DV in AVI must be considered single stream
Reported-by: Mateusz …
|
|
|
@1cac9acc
|
11 years |
lu_zero |
avi: properly fail if the dv demuxer is missing
CC: libav-stable@libav.org
|
|
|
@1018a922
|
11 years |
lu_zero |
jpeg2000: Check block length
Reported-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@071e29af
|
11 years |
lu_zero |
vmnc: Use meaningful return values
|
|
|
@5e992a46
|
11 years |
lu_zero |
vmnc: Check the cursor dimensions
And manage the reallocation failure …
|
|
|
@61cd19b
|
11 years |
lu_zero |
vmnc: Port to bytestream2
Fix some buffer overreads.
Reported-by: …
|
|
|
@a66aa0da
|
11 years |
lu_zero |
vmnc: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@ad7d7d4f
|
11 years |
derek.buitenhuis |
x86inc: Remove .rodata kludges
The Mach-O bug was fixed in yasm 0.8.0 …
|
|
|
@9e3946aa
|
11 years |
derek.buitenhuis |
build: Require yasm 0.8.0 or higher
This is in preparation for …
|
|
|
@b2148fa
|
11 years |
lu_zero |
shorten: Extend fixed_coeffs to properly support pred_order 0
…
|
|
|
@6405ca7d
|
11 years |
diego |
x86: h264_idct: Update comments to match 8/10-bit depth optimization split
|
|
|
@3e2fa991
|
11 years |
derek.buitenhuis |
x86inc: remove misaligned cpu flag
Prevents a crash if the misaligned …
|
|
|
@71155665
|
11 years |
derek.buitenhuis |
x86inc: various minor backports from x264
Small backports that …
|
|
|
@47f9d7ce
|
11 years |
derek.buitenhuis |
x86inc: Check for OUTPUT_FORMAT having a value of "x64"
This is …
|
|
|
@bbe4a6db
|
11 years |
derek.buitenhuis |
x86inc: Utilize the shadow space on 64-bit Windows
Store XMM6 and …
|
|
|
@3fb78e99
|
11 years |
derek.buitenhuis |
x86inc: create xm# and ym#, analagous to m#
For when we want to mix …
|
|
|
@49ebe3f9
|
11 years |
derek.buitenhuis |
x86inc: fix some corner cases of SWAP
SWAP with >=3 named (rather …
|
|
|
@63f0d623
|
11 years |
derek.buitenhuis |
x86inc: Use SSE instead of SSE2 for copying data
Reduces code size …
|
|
|
@ad76e6e
|
11 years |
derek.buitenhuis |
x86inc: Set ELF hidden visibility for global constants
Signed-off-by: …
|
|
|
@e52567c
|
11 years |
derek.buitenhuis |
build: Strip spurious labels
The implementation of 25cb0c1a involves …
|
|
|
@25cb0c1a
|
11 years |
derek.buitenhuis |
x86inc: activate REP_RET automatically
Now RET checks whether it …
|
|
|
@ce1e8045
|
11 years |
diego |
x86: fdct: Employ more specific ifdefs
This avoids building mmxext …
|
|
|