- Jun 30, 2012
-
-
Marton Balint authored
Otherwise the codec width, height and pixel format values may not be set. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Stefano Sabatini authored
Possibly improve readability.
-
- Jun 29, 2012
-
-
Stefano Sabatini authored
Possibly improve readability.
-
Stefano Sabatini authored
Possibly improve readability.
-
Stefano Sabatini authored
Avoid confusing and pointless double assignment of variable resampled_data_size.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
swr_free() already checks for nullness, no need to add the check in calling code.
-
Stefano Sabatini authored
The comment now references swr_convert(), rather than audio_convert(), which was deprecated and/or dropped.
-
- Jun 28, 2012
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Favor av_buffersrc_add_ref() instead, which is more powerful.
-
- Jun 26, 2012
-
-
Stefano Sabatini authored
Will help factorization with the pending -af patch, and add some checks missing in the original code.
-
Stefano Sabatini authored
It was deprecated since a long time and removed after the 2->3 major bump.
-
- Jun 25, 2012
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Deprecate functions: avfilter_fill_frame_from_buffer_ref avfilter_fill_frame_from_audio_buffer_ref avfilter_fill_frame_from_video_buffer_ref and schedule to drop them at the next API major bump. The function avfilter_copy_buf_props() should be used instead.
-
- Jun 22, 2012
-
-
Stefano Sabatini authored
Fix warning: ffplay.c:1578:40: warning: passing argument 5 of ‘avfilter_graph_create_filter’ discards ‘const’ qualifier from pointer target type [enabled by default] libavfilter/avfiltergraph.h:84:5: note: expected ‘void *’ but argument is of type ‘const enum PixelFormat *’
-
- Jun 17, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Stefano Sabatini authored
The new name is more descriptive. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Stefano Sabatini authored
Fix warning: [src @ ...] Flat options syntax is deprecated, use key=value pairs. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Jun 09, 2012
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Jun 08, 2012
-
-
Michael Niedermayer authored
This fixes: ffplay -f lavfi -i cellauto This was a regression since factorizing the filter code with ffmpeg. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Jun 06, 2012
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
With the filtering code refactored, it was much easier to finally fix this. Fixes ticket 123 and 238. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Fixes segfaults on changing resolution. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Michael Niedermayer authored
reproduceable with: ffmpeg -i tests/lena.pnm -pix_fmt pal8 -vcodec rawvideo -s 512x512 out.avi valgrind ffplay_g out.avi Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Fixes ticket 1402. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Jun 02, 2012
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
This should fix ticket 1384. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- May 29, 2012
-
-
Marton Balint authored
VideoPicture pixel format is set at allocation time, therefore it is not reflecting the proper value. Fixes files with changing pixel format in the avfilter disabled case. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Fixes ticket 215. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
We are not using it. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- May 24, 2012
-
-
Marton Balint authored
Switching to visualization instead of exiting ffplay is a bit more tricky, so just exit for now. Fixes ticket 38. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Fixes ticket 1161. Signed-off-by:
Marton Balint <cus@passwd.hu>
-