- Oct 22, 2014
-
-
Michael Niedermayer authored
Testcase in Ticket 4051 Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 14, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 22, 2014
-
-
Michael Niedermayer authored
Fixes stream copy from tserror270.ts Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 11, 2014
-
-
Michael Niedermayer authored
ffmpeg: Do av_buffersink_set_frame_size() when reconfiguring the filtergraph not just when changing audio resample parameters Fixes Ticket3562 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 07, 2014
-
-
Michael Niedermayer authored
Fixes Ticket3909 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 01, 2014
-
-
Michael Niedermayer authored
Fixes/works around Ticket3768 Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 28, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 15, 2014
-
-
Michael Niedermayer authored
Reviewed-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Christophe Gisquet authored
The issue is that, when the main packet data buffer is changed, streamcopy uses a temporary new packet to store that buffer, frees the old packet, and replace it with the new packet. However, in doing so, it forgets about the side data, which gets freed, but is still needed and referenced. Then, when the packet gets freed again in the normal code path, it attempts to free its side data which has already been freed. Therefore, simply avoid the first free on side data by removing that side data from the packet. Fixes ticket #3773. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 04, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jul 15, 2014
-
-
Michael Niedermayer authored
Fixes Ticket3741 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jul 14, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jul 12, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jul 09, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jul 02, 2014
-
-
Michael Niedermayer authored
Fixes CID1224275 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 27, 2014
-
-
Sergey authored
Commit fc9c857c introduced deadlock regression when processing too many inputs: ffmpeg $(seq -f " -f lavfi -i aevalsrc=0:d=%.0f" 70) -vf concat=n=70:v=0:a=1 -f null - Happens for different number of inputs, depending on available memory size, overcommit settings, ulimits, etc. Easily noticeable for 32-bit builds, that exhaust address space allocating 8-10 MB stack for each thread. Earlier ffmpeg versions exited with unhelpful "Conversion failed!" message. This patch fixes both problems: it frees the queue to prevent deadlock and adds a meaningful error message if pthread_create() fails. Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 22, 2014
-
-
Michael Niedermayer authored
With threads the decoder has a delay and will thus have multiple frames at EOF left in its buffers which will be returned when flushing the decoder. The code that extracts such frames from the decoder at the end does not pull frames from the filtergraph, thus when one of these frames causes the filtergraph to be reinited, the frames still inside the graph at that point re lost This commit changes the flushing to be more similar to normal decoding and 1 frame at a time Fixes hqx fate with threads Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anshul Maheshwari authored
fix ticket #2024 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 21, 2014
-
-
Anshul Maheshwari authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 14, 2014
-
-
Michael Niedermayer authored
Other solutions welcome Fixes Ticket3711 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 13, 2014
-
-
Michael Niedermayer authored
Fixes Ticket3715 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 05, 2014
-
-
Michael Niedermayer authored
Fixes Ticket3658 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 03, 2014
-
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This fixes the interactively enabled encoder debug by pressing 'D' Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
-
Michael Niedermayer authored
Found-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Reviewed-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
We cannot use avpriv_request_sample() as this is private to the libs or rather it would be a bad usage example Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
It seems working without this now for the files i tested it with, if this causes a regression, dont hesitate to put the line back or open a ticket or fix (if possible) the parser Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 01, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
The demuxer needs this value to generate correct timestamps in some corner cases Ideally the parser would always set this correctly, but some parsers lac support for extracting this value, also its not trivial. This fixes a regression Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 29, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 26, 2014
-
-
Nicolas George authored
-
- May 21, 2014
-
-
Michael Niedermayer authored
Simplifies code and should correct timing values when -*sync drop is used Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-