Timo Rothenpieler
|
8dd73f68a6
avcodec/decode: always free private_ref
|
7 years ago |
wm4
|
0aecc08e5f
avcodec/decode: add missing \n to log message
|
7 years ago |
wm4
|
ae5046e492
avcodec: allow multiple hwaccels for the same codec/pixfmt
|
7 years ago |
Anton Khirnov
|
81c021c6a2
decode: add a per-frame private data for hwaccel use
|
7 years ago |
Anton Khirnov
|
7fa64514c8
decode: add a mechanism for performing delayed processing on the decoded frames
|
7 years ago |
Anton Khirnov
|
9f1cfd88af
decode: add a method for attaching lavc-internal data to frames
|
7 years ago |
Anton Khirnov
|
4776c61424
decode: avoid leaks on failure in ff_get_buffer()
|
7 years ago |
James Almer
|
417d473bde
avcodec: remove ABI portion of the side data merging API
|
7 years ago |
James Almer
|
c68a3ab96e
Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'
|
7 years ago |
Karthick J
|
f7b7d51a37
avcodec/decode: Pass on the Closed Captions Side Data
|
7 years ago |
James Almer
|
6cadbb16e9
avcodec: add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL flag
|
7 years ago |
wm4
|
caa12027ba
lavc, lavu: move frame cropping to a convenience function
|
7 years ago |
Anton Khirnov
|
d14179e3d4
hwframe: Allow hwaccel frame allocators to align surface sizes
|
7 years ago |
wm4
|
865360ba63
lavc: set avctx->hwaccel before init
|
7 years ago |
John Rummell
|
966a0a814d
avcodec/decode: Update decode_simple_internal() to get the side data correctly.
|
7 years ago |
James Almer
|
f20161d899
avcodec/decode: fix function name
|
7 years ago |
Anton Khirnov
|
02327d1237
decode: fix the code reducing cropping to preserve alignment
|
7 years ago |
James Almer
|
f089e02fa2
Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5'
|
7 years ago |
Michael Niedermayer
|
e813df4fa3
avcodec: Avoid splitting side data repeatedly
|
7 years ago |
James Almer
|
b3570f0389
avcodec/decode: also check for FF_CODEC_CAP_SETS_PKT_DTS in audio decoders
|
7 years ago |
Muhammad Faiz
|
9b4648a2cd
avcodec/decode: do not treat discarded frames as eof when draining
|
7 years ago |
Muhammad Faiz
|
d535e0c140
avcodec/pthread_frame, decode: allow errors to happen on draining
|
7 years ago |
Vittorio Giovara
|
960b4d4761
decode: Initialize ret before using it
|
8 years ago |
James Almer
|
16c88465a1
avcodec/decode: also update consumed bytes on last_pkt_props->size
|
8 years ago |
Muhammad Faiz
|
31f61b0d4f
avcodec: do not use AVFrame accessor
|
8 years ago |
James Almer
|
79778bb9b0
Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813'
|
8 years ago |
James Almer
|
bddb2343b6
Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'
|
8 years ago |
James Almer
|
1fd7627770
Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f'
|
8 years ago |
James Almer
|
00fb745a10
Merge commit '3fe2a01df7f2c193805809f57b61d79607572351'
|
8 years ago |
Anton Khirnov
|
019ab88a95
lavc: add an option for exporting cropping information to the caller
|
8 years ago |
Anton Khirnov
|
972c71e9cb
lavc: add support for filtering packets before decoding
|
8 years ago |
Anton Khirnov
|
061a0c14bb
decode: restructure the core decoding code
|
8 years ago |
Anton Khirnov
|
549d0bdca5
decode: be more explicit about storing the last packet properties
|
8 years ago |
Vittorio Giovara
|
2fb6acd9c2
lavc: Add spherical packet side data API
|
8 years ago |
Anton Khirnov
|
3fe2a01df7
lavc: move decoding-related code from utils.c to a new file
|
8 years ago |