Files
UltraGrid/src
Martin Pulec e2f0bb34d7 lavd video: removed parser
This effectively reverts recent commit d70e2fb3 (from 15th Aug).

The use of parser seems to be a problem for UG workflow, in the end -
the point is that it may cache a packet until arival of next packet
(commit 6e9a4142), so in that commit, as a solution flushing with EOF
was added.

However, it seems to produce problems with simple (but not with H.264 parser):
```
uv -d gl -t  testcard -c libavcodec:encoder=libx265
```
because the parser seems to be confused when parsing frames after EOF
so for the subsequent frames it consumes 1 byte producing 1 byte output. This
is mostly harmless (it is actually '\0', part of the start code), but
it produces errors:
```
[lavc hevc @ 0x68216c0055c0] missing picture in access unit with size 1
```

Possible solution would be to re-create the parser for every frame
(sic!) but it is unclear the overhead (which applies also to parsing the
frames, anyways). Anyways, as piggy-backed frames should not occur since
the commit c57f2fc5, it is perhaps best to remove this stuff altogether.
2023-08-23 16:51:04 +02:00
..
2023-08-15 13:08:11 +02:00
2023-04-26 09:53:10 +02:00
2023-08-15 13:08:13 +02:00
2023-07-18 16:43:37 +02:00
2023-06-07 09:06:37 +02:00
2023-07-18 16:43:37 +02:00
2023-03-14 10:31:41 +01:00
2023-04-04 14:22:52 +02:00
2023-06-29 16:30:30 +02:00
2023-04-11 11:52:13 +02:00
2023-08-08 15:32:29 +02:00
2023-08-08 15:32:29 +02:00
2023-08-15 09:05:56 +02:00
2023-03-29 12:09:38 +02:00
2023-04-11 13:10:58 +02:00
2023-05-02 15:22:55 +02:00
2023-03-09 12:30:10 +01:00
2023-03-29 12:09:38 +02:00
2023-06-29 16:30:30 +02:00
2022-10-13 12:15:40 +02:00
2022-03-18 08:52:32 +01:00
2022-03-18 08:52:32 +01:00
2023-05-02 15:22:55 +02:00
2023-06-20 13:37:48 +02:00
2022-10-03 08:41:40 +02:00
2022-03-18 08:52:32 +01:00
2022-03-18 08:52:32 +01:00
2023-08-01 10:26:15 +02:00
2023-07-18 16:43:37 +02:00
2023-07-18 16:43:37 +02:00
2023-06-29 16:30:30 +02:00
2023-07-18 16:43:37 +02:00
2023-07-18 16:43:37 +02:00