- 05 Dec, 2012 3 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
Based on the volume filter in FFmpeg written by Stefano Sabatini <stefasab@gmail.com>.
-
- 04 Dec, 2012 1 commit
-
-
Anton Khirnov authored
-
- 28 Nov, 2012 5 commits
-
-
Anton Khirnov authored
This filter modifies the input frame.
-
Anton Khirnov authored
-
Anton Khirnov authored
Any alleged performance benefits gained from the split are purely mythological and do not justify added code complexity.
-
Anton Khirnov authored
The following commit will make it useless. The crop_scale_vflip FATE test changes because of off-by-one differences in output when vflipped slices are passed to sws.
-
Anton Khirnov authored
-
- 11 Nov, 2012 1 commit
-
-
Justin Ruggles authored
Also reorder some other #include when applicable.
-
- 02 Nov, 2012 1 commit
-
-
Anton Khirnov authored
-
- 31 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 30 Oct, 2012 2 commits
-
-
Diego Biurrun authored
This is more consistent with the way we handle C #includes and it simplifies the build system.
-
Diego Biurrun authored
This is necessary to allow refactoring some x86util macros with cpuflags.
-
- 29 Oct, 2012 1 commit
-
-
Anton Khirnov authored
It can be useful for debugging. Based on a patch by Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
- 27 Oct, 2012 2 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 25 Oct, 2012 1 commit
-
-
Janne Grunau authored
Fixes CID700635, CID700636 and CID732274.
-
- 12 Oct, 2012 2 commits
-
-
Diego Biurrun authored
-
Anton Khirnov authored
-
- 10 Oct, 2012 1 commit
-
-
Mans Rullgard authored
A number of compilers, for example those from TI and IBM, choke on these initialisers. The current style is also quite ugly. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 09 Oct, 2012 4 commits
-
-
Janne Grunau authored
Does not make a difference in this case since sizeof(uint8_t*) == sizeof(uint8_t**). Fixes CID703814.
-
Janne Grunau authored
Fixes CID732273.
-
Janne Grunau authored
Fixes CID732272.
-
Janne Grunau authored
Prevents writes to freed memory and the leak of the old extended data. Fixes CID732303.
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 07 Oct, 2012 1 commit
-
-
Justin Ruggles authored
When there is only 1 channel, the planar and interleaved formats of the same data type should be treated as identical.
-
- 06 Oct, 2012 2 commits
-
-
Diego Biurrun authored
Anonymous structs cannot be forward declared and have no benefit.
-
Anton Khirnov authored
Fixes Bug 203. CC:libav-stable@libav.org
-
- 05 Oct, 2012 1 commit
-
-
Anton Khirnov authored
This is more consistent with what the rest of Libav does. This breaks API.
-
- 04 Oct, 2012 2 commits
-
-
Anton Khirnov authored
Right now it incorrectly assumes that the frames are sent in the proper order, which worked with old ffmpeg and avconv versions by accident.
-
Anton Khirnov authored
Output frames correspond 1:1 to input frames on the main input. So use the main input timebase for output.
-
- 24 Sep, 2012 1 commit
-
-
Anton Khirnov authored
-
- 17 Sep, 2012 3 commits
-
-
Anton Khirnov authored
The warning is: libavfilter/avfiltergraph.c: In function ‘avfilter_graph_config’: libavfilter/avfiltergraph.c:528:9: warning: ‘best_idx’ may be used uninitialized in this function [-Wuninitialized] libavfilter/avfiltergraph.c:479:13: note: ‘best_idx’ was declared here Initialize it to an invalid value and add an assert that it's properly set later.
-
Anton Khirnov authored
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 09 Sep, 2012 1 commit
-
-
Luca Barbato authored
-
- 07 Sep, 2012 1 commit
-
-
Anton Khirnov authored
Fixes an infinite loop on flush when avresample_get_delay() still reports some samples but avresample_convert() doesn't return any data.
-
- 04 Sep, 2012 2 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-