Clément Bœsch
|
8ef57a0d61
|
Merge commit '41ed7ab45f'
* commit '41ed7ab45f':
cosmetics: Fix spelling mistakes
Merged-by: Clément Bœsch <u@pkh.me>
|
2016-06-21 21:55:34 +02:00 |
|
Vittorio Giovara
|
41ed7ab45f
|
cosmetics: Fix spelling mistakes
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
2016-05-04 18:16:21 +02:00 |
|
Derek Buitenhuis
|
79aafd43fd
|
Merge commit '90ed6c5cf7'
* commit '90ed6c5cf7':
h2645_parse: compute the actual data length, without trailing paddding
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
|
2016-04-26 14:27:35 +01:00 |
|
Derek Buitenhuis
|
438ed974b8
|
Merge commit 'b667252a41'
* commit 'b667252a41':
h2645_parse: add support for parsing h264
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
|
2016-04-26 14:07:03 +01:00 |
|
Derek Buitenhuis
|
b5c10c4c92
|
Merge commit '52ec149fbe'
* commit '52ec149fbe':
h2645_parse: change the AVCodecContext* parameter to void*
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
|
2016-04-26 14:04:48 +01:00 |
|
Derek Buitenhuis
|
8e73574d4f
|
Merge commit '8229eff4b7'
* commit '8229eff4b7':
h2645_parse: add a function for uninitializing the packet
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
|
2016-04-26 14:01:45 +01:00 |
|
Derek Buitenhuis
|
3c4ca4c5d7
|
Merge commit 'fa936a307f'
* commit 'fa936a307f':
hevc_parse: rename into h2645_parse
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
|
2016-04-26 13:56:47 +01:00 |
|
Anton Khirnov
|
90ed6c5cf7
|
h2645_parse: compute the actual data length, without trailing paddding
This is required by h264.
|
2016-03-28 09:47:25 +02:00 |
|
Anton Khirnov
|
b667252a41
|
h2645_parse: add support for parsing h264
|
2016-03-28 09:45:04 +02:00 |
|
Anton Khirnov
|
52ec149fbe
|
h2645_parse: change the AVCodecContext* parameter to void*
This should make it more clear that it is not supposed to be used for
anything except logging.
|
2016-03-28 09:43:31 +02:00 |
|
Anton Khirnov
|
8229eff4b7
|
h2645_parse: add a function for uninitializing the packet
|
2016-03-28 09:43:18 +02:00 |
|
Anton Khirnov
|
fa936a307f
|
hevc_parse: rename into h2645_parse
This code will be shared with h264.
|
2016-03-28 09:42:44 +02:00 |
|