|
|
|
@6877537f
|
9 years |
martin |
hmac: add missing version bump and APIChanges entry
Signed-off-by: …
|
|
|
@0c73a5a5
|
9 years |
lu_zero |
hls: Save and forward avio options
Make possible to send the custom …
|
|
|
@5ae17853
|
9 years |
lu_zero |
http: Add the trailing endlines if they are missing
Makes slightly …
|
|
|
@bf0cef5c
|
9 years |
martin |
checkasm: Include io.h for isatty, if available
configure does check …
|
|
|
@9487ffd4
|
9 years |
martin |
rtmpproto: free hmac context properly
Signed-off-by: James Almer …
|
|
|
@65dd6a1f
|
9 years |
martin |
rtmpproto: use AVHMAC instead of a custom implementation
…
|
|
|
@e59f7cd8
|
9 years |
martin |
fate: add test vectors for HMAC SHA and SHA-2
Also replace custom …
|
|
|
@7e38340b
|
9 years |
martin |
hmac: add support for SHA-2
Signed-off-by: James Almer …
|
|
|
@c6e0829e
|
9 years |
martin |
configure: Don't force _WIN32_WINNT to an older version if targeting …
|
|
|
@d75b5563
|
9 years |
martin |
dxva2/d3d11va: Set _WIN32_WINNT to 0x0602 instead of 0x0600
If …
|
|
|
@b7040e67
|
9 years |
anton |
h264: fix AVDISCARD_NONKEY for some interlaced content
When …
|
|
|
@b5c1c162
|
9 years |
anton |
asfdec: do not align Data Object when Broadcast Flag is set
its size …
|
|
|
@db21dde
|
9 years |
anton |
qsvdec_mpeg2: drop an incorrect comment
It got copypasted from the …
|
|
|
@abdc7e40
|
9 years |
vittorio.giovara |
fate: Add hap-chunk ref file
Missing from the push of …
|
|
|
@aaf937ee
|
9 years |
vittorio.giovara |
hap: Add utility functions file
Missing from the push of …
|
|
|
@3ee21785
|
9 years |
vittorio.giovara |
Support the Hap chunked frame format
Signed-off-by: Vittorio Giovara …
|
|
|
@43dd0047
|
9 years |
vittorio.giovara |
hap: Move some per-stream setup into decoder init rather than …
|
|
|
@b94ec304
|
9 years |
vittorio.giovara |
lavc: Update version and APIchanges
Signed-off-by: Vittorio Giovara …
|
|
|
@059a9348
|
9 years |
vittorio.giovara |
lavc: Consistently prefix input buffer defines
Signed-off-by: …
|
|
|
@def9785
|
9 years |
vittorio.giovara |
lavc: AV-prefix all codec capabilities
Express bitfields more simply. …
|
|
|
@7c6eb0a1
|
9 years |
vittorio.giovara |
lavc: AV-prefix all codec flags
Convert doxygen to multiline and …
|
|
|
@4b6b1082
|
9 years |
vittorio.giovara |
lavc: Deprecate avctx.me_method
This option is extremely codec …
|
|
|
@03eb5574
|
9 years |
vittorio.giovara |
wmv2enc: Check memory allocation
|
|
|
@a67b6794
|
9 years |
vittorio.giovara |
ac3enc_template: Use the correct context field
For audio encoders, …
|
|
|
@60a21b3d
|
9 years |
martin |
configure: Check for _M_ARMT to detect thumb when using MSVC
…
|
|
|
@616b409
|
9 years |
martin |
configure: Check MSVC defines for identifying hardfloat
This macro …
|
|
|
@2192ff84
|
9 years |
martin |
configure: Default to armasm for --toolchain=msvc when targeting arm
…
|
|
|
@e4015b00
|
9 years |
martin |
configure: Simplify, remove an unnecessary intermediate variable
…
|
|
|
@6d3081e
|
9 years |
martin |
doc: Remove the now unnecessary remark about PATH and link.exe
…
|
|
|
@9e8627a1
|
9 years |
anton |
asfdec: interpret the first flag in an asf packet as length flag
if …
|
|
|
@65c14801
|
9 years |
anton |
checkasm: Modify report format
Makes it a bit more clear where each …
|
|
|
@f3bd3810
|
9 years |
anton |
qsvdec_*: add missing CODEC_CAP_DR1
|
|
|
@342b0ba5
|
9 years |
martin |
configure: Only redirect strtoll to _strtoi64 if necessary
This isn't …
|
|
|
@5fd553d3
|
9 years |
martin |
configure: Only redefine inline to inline for msvc if necessary
…
|
|
|
@0cff1252
|
9 years |
martin |
configure: Only add -FIstdlib.h for msvc/icl if necessary
This is …
|
|
|
@9b4b96c0
|
9 years |
martin |
force WINAPI_FAMILY to WINAPI_FAMILY_DESKTOP_APP to be able to use …
|
|
|
@4d0d55cd
|
9 years |
martin |
checkasm: Use LOCAL_ALIGNED
Fixes alignment issues and bus errors.
…
|
|
|
@41d47ea8
|
9 years |
anton |
lavc: add Intel libmfx-based HEVC decoder.
|
|
|
@bf52f773
|
9 years |
anton |
lavc: add Intel libmfx-based MPEG2 decoder.
|
|
|
@f89f78c1
|
9 years |
anton |
lavc: add a HEVC mp4->annex B bitstream filter
|
|
|
@96dca089
|
9 years |
anton |
qsvdec: move qsv_process_data() from qsvdec_h264 to the common code
…
|
|
|
@fa85fcf2
|
9 years |
anton |
qsvenc_hevc: fix enum declaration
Declare a named enum, not a …
|
|
|
@22522d9c
|
9 years |
anton |
qsvdec: fix a memleak of async_fifo
init() is called whenever format …
|
|
|
@aa9d15d8
|
9 years |
anton |
qsvdec: avoid an infinite loop with no consumed data and no output
…
|
|
|
@c9edbe4a
|
9 years |
martin |
use a wrapper script to call MS link.exe to avoid mixing with …
|
|
|
@a54e720e
|
9 years |
martin |
configure: force -nologo- when detecting MSVC
The -nologo- option is …
|
|
|
@44f7df0c
|
9 years |
martin |
dds: Write the palette in the native endian form
This fixes the …
|
|
|
@11f3d5c6
|
9 years |
vittorio.giovara |
hap: Name enums, remove unused struct member
|
|
|
@083cbc93
|
9 years |
vittorio.giovara |
snappy: Refactor so ff_snappy_uncompress() uses an existing buffer
…
|
|
|
@7f388c0f
|
9 years |
anton |
asfdec: remove the wrong condition
this condition breaks reading from …
|
|
|
@ae5a8dca
|
9 years |
lu_zero |
hap: Fix slice size computation
A bug was introduced in …
|
|
|
@ebe8b5d9
|
9 years |
lu_zero |
dds: Fix the slice size computation
A bug was introduced in …
|
|
|
@22ecfcd4
|
9 years |
anton |
af_channelmap: properly set the supported output channel layouts
The …
|
|
|
@aed7715b
|
9 years |
anton |
asfdec: increment nb_streams right after the stream allocation
to …
|
|
|
@ee80f834
|
9 years |
anton |
asfdec: set nb_streams to 0 in the asf_read_close
Signed-off-by: …
|
|
|
@21c90d86
|
9 years |
vittorio.giovara |
mpegvideo: Add missing include
|
|
|
@a1685489
|
9 years |
vittorio.giovara |
dds: Add a rgba fate test
|
|
|
@d08d8b61
|
9 years |
vittorio.giovara |
dds: Fix 32bpp bitmaps decoding
Found-By: ami_stuff
Signed-off-by: …
|
|
|
@57214b2f
|
9 years |
vittorio.giovara |
dds: Fix palette decoding
Red and blue channels were decoded in the …
|
|
|
@ea4d46e7
|
9 years |
vittorio.giovara |
dds: Fix enum declaration
Drop the global variables with anonymous …
|
|
|
@2a187a07
|
9 years |
anton |
asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0
…
|
|
|
@93f16f33
|
9 years |
anton |
asfdec: close the demuxer properly when read_header is failing
…
|
|
|
@5655236a
|
9 years |
anton |
asfdec: factor out seeking to the Data Object outside while
return …
|
|
|
@ecee1148
|
9 years |
anton |
qsvenc_hevc: use the correct HW plugin UID
|
|
|
@e605bf3b
|
9 years |
janne-libav |
checkasm: remove empty array initializer list in h264pred test
Fixes …
|
|
|
@3ae0e721
|
9 years |
lu_zero |
checkasm: Always link statically
Checkasm needs to use internal …
|
|
|
@6b2b26e7
|
9 years |
lu_zero |
dds: Decode using optimal slices sizes
Enjoy some cache locality and …
|
|
|
@9771054
|
9 years |
lu_zero |
hap: Decode using optimal slices sizes
Enjoy some cache locality and …
|
|
|
@219b39a7
|
9 years |
lu_zero |
parseutil: Use non ambiguous aliases for uhd
uhd1 and uhd2 would be …
|
|
|
@9ed6f9a1
|
9 years |
janne-libav |
arm: use a local label instead of the function symbol in …
|
|
|
@f56d8d8d
|
9 years |
janne-libav |
h264: aarch64: intra prediction optimisations
|
|
|
@40cf1bba
|
9 years |
vittorio.giovara |
Deprecate avctx.coded_frame
The rationale is that coded_frame was …
|
|
|
@5d3addb
|
9 years |
vittorio.giovara |
Add a quality factor packet side data
This is necessary to preserve …
|
|
|
@d6604b29
|
9 years |
vittorio.giovara |
Gather all coded_frame allocations and free functions to a single …
|
|
|
@91f9b657
|
9 years |
vittorio.giovara |
flashsvenc: Keep coded_frame.key_frame a write-only variable
|
|
|
@75c1ed2e
|
9 years |
vittorio.giovara |
ffv1enc: Use input frame to set SAR and interlacing
|
|
|
@10a9149d
|
9 years |
vittorio.giovara |
ffv1enc: Keep coded_frame.key_frame a write-only variable
|
|
|
@efc618af
|
9 years |
vittorio.giovara |
qtrleenc: Keep coded_frame.key_frame a write-only variable
|
|
|
@f3b4a922
|
9 years |
vittorio.giovara |
libtheoraenc: Keep coded_frame.key_frame a write-only variable
|
|
|
@d6006dd9
|
9 years |
vittorio.giovara |
libvpxenc: Do not entangle coded_frame
Keep coded_frame.key_frame a …
|
|
|
@7fc8d8a1
|
9 years |
vittorio.giovara |
libxvid: Do not entangle coded_frame
|
|
|
@56672aea
|
9 years |
vittorio.giovara |
svq1enc: Do not entangle coded_frame
|
|
|
@05fb4c9a
|
9 years |
vittorio.giovara |
proresenc: Do not entangle coded_frame
|
|
|
@91767360
|
9 years |
vittorio.giovara |
a64multienc: Do not entangle coded_frame
This change (and the …
|
|
|
@95e2317e
|
9 years |
vittorio.giovara |
roqvideoenc: Drop unneeded initialization
Its fields are never …
|
|
|
@1f171de8
|
9 years |
vittorio.giovara |
mpegvideo_enc: Drop unnneded initialization
coded_frame is already …
|
|
|
@e93ca480
|
9 years |
lu_zero |
parseutil: Add more resolution aliases
Add DCI 2k and 4k and uhd1 and …
|
|
|
@69b92f1b
|
9 years |
anton |
qsvenc: properly handle asynchronous encoding
Wait for async_depth …
|
|
|
@f5c4d38c
|
9 years |
anton |
qsvdec: properly handle asynchronous decoding
Wait for async_depth …
|
|
|
@6b15874f
|
9 years |
anton |
af_resample: do not touch the timestamps if we are not resampling
…
|
|
|
@6d592fbd
|
9 years |
anton |
avconv: split creating and (re-)configuring complex filtergraphs
The …
|
|
|
@be101bc1
|
9 years |
anton |
avconv: create the complex filtergraphs earlier
Since global options …
|
|
|
@1959351a
|
9 years |
anton |
avconv: move the no streams failure to open_output_file()
It is a …
|
|
|
@ab7b0389
|
9 years |
anton |
avconv: factor out the output stream initialization
|
|
|
@bd2ab27c
|
9 years |
anton |
avconv: use read_file() for reading the 2pass stats
Also, drop the …
|
|
|
@6d5d9246
|
9 years |
anton |
avconv: move handling the 2pass logfile into avconv_opt
It more …
|
|
|
@59245e0c
|
9 years |
anton |
avconv: set the encoding/decoding_needed flags earlier
This will be …
|
|
|
@56c2f377
|
9 years |
anton |
avconv: drop update_sample_fmt()
There is only one decoder left that …
|
|
|
@e61f3984
|
9 years |
anton |
asfdec: make nb_sub to be unsigned int
number of subpayloads should …
|
|
|
@2883ef34
|
9 years |
anton |
asfdec: read the replicated data in a separate function
…
|
|
|