summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | doc/filters: add geq gradient examplesLou Logan2014-09-16
| | | | | | | | | | | | | | | | | | | | | | | | Radial gradient by Víctor Paesa. Linear gradient by Paul Gentemann. Also-by: Víctor Paesa <victorpaesa@googlemail.com> Also-by: Paul Gentemann <beriukay@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
* | | Revert "avformat/rtpproto: fix strict aliasing violations with sockaddr"Michael Niedermayer2014-09-16
|/ / | | | | | | | | | | | | | | | | It appears this breaks build with MSVC until someone who has MSVC setup has time to investigate and workaround/fix this, its better to revert so that build is not broken Thats even more so as the original commit only fixed a hypothetical issue This reverts commit e587a428d75d58e2e5a592efd7bff44e1d9294ee.
* | avfilter/ass: add shaping optionClément Bœsch2014-09-16
| | | | | | | | The documentation is mostly based on ass.h public header.
* | avfilter/ass: better log level mappingClément Bœsch2014-09-16
| |
* | avfilter/ass: make sure the log level are in available rangeClément Bœsch2014-09-16
| |
* | Merge commit '45ff7c93dd84a254cc96acc589e5ac3d7bd16bce'Michael Niedermayer2014-09-16
|\| | | | | | | | | | | | | | | | | | | | | * commit '45ff7c93dd84a254cc96acc589e5ac3d7bd16bce': dca: K&R formatting cosmetics Conflicts: libavcodec/dca_parser.c libavcodec/dcadec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dca: K&R formatting cosmeticsGabriel Dume2014-09-16
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | Merge commit '9030c58a780a02fb8256cb75cd39275eaad786d1'Michael Niedermayer2014-09-16
|\| | | | | | | | | | | | | | | * commit '9030c58a780a02fb8256cb75cd39275eaad786d1': configure: Disable i686 for i586 and lower CPUs See: cdb3eee7c496f763d195de34be7f67783b98fb2c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Disable i686 for i586 and lower CPUsMikulas Patocka2014-09-16
| |
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-09-16
|\ \ | | | | | | | | | | | | | | | | | | * cehoyos/master: Add a closing LF to Webm-manifest files. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | Add a closing LF to Webm-manifest files.Carl Eugen Hoyos2014-09-16
| | | | | | | | | | | | | | | | | | Fixes fate-webm-dash-manifest on AIX. Reviewed-by: Nicolas George
* | | tools/crypto_bench: fix build when AV_READ_TIME is unavailableMichael Niedermayer2014-09-16
|/ / | | | | | | | | Found-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sws: use av_clip() instead of av_clip_c()Clément Bœsch2014-09-16
| |
* | avformat/flacenc: use av_clip() instead of av_clip_c()Clément Bœsch2014-09-16
| |
* | lavf/hls: add hls_ts_optionSteven Liu2014-09-16
| | | | | | | | | | | | Same as COMMITID 4f5493fe2380ad4aba67759baa7d7d4437f2e776. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/examples/transcoding: use av_packet_rescale_ts()Stefano Sabatini2014-09-16
| | | | | | | | Simplify.
* | Merge commit '2d589273dd36c5eb271a035ea0e669b64dae257f'Michael Niedermayer2014-09-16
|\| | | | | | | | | | | | | * commit '2d589273dd36c5eb271a035ea0e669b64dae257f': configure: Split adding of CFLAGS and CPPFLAGS for hardened toolchain Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Split adding of CFLAGS and CPPFLAGS for hardened toolchainDiego Biurrun2014-09-16
| |
* | avcodec/h264_sei: ff_h264_decode_sei: dont try to parse trailing zeroesMichael Niedermayer2014-09-16
| | | | | | | | | | | | reduces noise for tserrors.ts Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/mpegtsenc: More verbose warning messages in case of missing video ↵Michael Niedermayer2014-09-16
| | | | | | | | | | | | ES startcodes Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/network: move sockaddr_union after sockaddr_storage compatibility codeMichael Niedermayer2014-09-16
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | build: simplify libwebp checkClément Bœsch2014-09-15
| | | | | | | | Tested (compilation and runtime) with libwebp 0.2.0, 0.2.1 and 0.4.1.
* | Merge commit '00431bf874e1044b01e09a2266ef85d4ff8d44cc'Michael Niedermayer2014-09-15
|\| | | | | | | | | | | | | * commit '00431bf874e1044b01e09a2266ef85d4ff8d44cc': ismindex: handle time discontinuities and nonzero start time Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ismindex: handle time discontinuities and nonzero start timeMika Raento2014-09-15
| | | | | | | | | | | | | | | | | | The input file may not have consistent start times, stream durations and chunk durations. This patch at least removes negative durations that make chromecast unhappy, and correctly sets starting time on chunks so that the split (or .ismf) outputs match the manifest. Signed-off-by: Martin Storsjö <martin@martin.st>
* | hlsenc: single_file, support HLS ver 4 byterangesMika Raento2014-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new option -hls_flags single_file that creates one .ts file for HLS and adds byteranges to the .m3u8 file, instead of creating one .ts file for each segment. This is helpful at least for storing large number of videos, as the number of files per video is drastically reduced and copying and storing those files takes less requests and inodes. This is based on work by Nicolas Martyanoff, discussed on ffmpeg-devel in July 2014. That patch seems abandoned by the author, and contained unrelated changes. This patch tries to add the minimum amount of code to support the byterange playlists. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter: remove obsolete FF_API_BUFFERSRC_BUFFER cruftJames Almer2014-09-15
| | | | | | | | | | Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
* | avutil: remove obsolete FF_API_OLD_OPENCL cruftJames Almer2014-09-15
| | | | | | | | | | Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
* | avutil: remove obsolete FF_API_LLS1 cruftJames Almer2014-09-15
| | | | | | | | | | Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
* | RELEASE: update to 2.4.gitJames Almer2014-09-15
| | | | | | | | | | Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
* | avformat/rtpproto: fix strict aliasing violations with sockaddrMichael Niedermayer2014-09-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/network: add union for avoiding strict aliassing violations with ↵Michael Niedermayer2014-09-15
| | | | | | | | | | | | sockaddr* Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec: remove obsolete FF_API_DSPUTIL cruftJames Almer2014-09-14
| | | | | | | | | | Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
* | avcodec/tiff: fix odd dimensioned yuvMichael Niedermayer2014-09-15
| | | | | | | | | | | | Fixes Ticket3893 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/libvpxdec: Adds decode support for formats other than 420Deb Mukherjee2014-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Handles decoding of new VP9 profiles 1-3 with different color sampling and bit-depths. For high bitdepth (profiles 2 and 3) support, we currently need to link with the highbitdepth branch of libvpx with --enable-experimental and --enable-vp9-high config options on. But eventually this branch will be merged into master, whereafter to enable high bitdepth support you will need to link with libvpx with configure option --enable-vp9-highbitdepth on. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/microdvddec: indent fixClément Bœsch2014-09-14
| |
* | avcodec/utils: remove avcodec_ prefix for internal symbolClément Bœsch2014-09-14
| |
* | avcodec/mjpegenc: the AMV encoder doesnt support yuv422Michael Niedermayer2014-09-14
| | | | | | | | | | | | Fixes Ticket3883 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Changelog: add 2.4Michael Niedermayer2014-09-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/examples: remove unneeded NULL checksMichael Niedermayer2014-09-14
| | | | | | | | | | | | dst_file cannot be NULL Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | MAINTAINERS: Add 2.4 to maintained releases, drop 2.3Michael Niedermayer2014-09-14
| | | | | | | | | | | | | | | | 2.2 is used by 4 distributions, 2.3 by none, thus continuing maintaining 2.2 makes more sense than 2.3 see: https://trac.ffmpeg.org/wiki/Downstreams Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Changelog/RELEASE_NOTES: prepare for 2.4Clément Bœsch2014-09-14
| |
* | doc/APIchanges: Update hashes and datesMichael Niedermayer2014-09-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: attempt to split releasesClément Bœsch2014-09-14
| | | | | | | | | | | | Based on several git show origin/release/X.Y:doc/APIchanges. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: mention important API changes in the RELEASE_NOTESAndreas Cadhalpun2014-09-14
| | | | | | | | | | Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffserver: drop custom skip_spaces() implReynaldo H. Verdejo Pinochet2014-09-13
| | | | | | | | Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
* | ffserver: use correct error for stream not foundReynaldo H. Verdejo Pinochet2014-09-13
| | | | | | | | Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
* | doc: mention in APIChanges that AVProbeData must be initialized due to the ↵Andreas Cadhalpun2014-09-14
| | | | | | | | | | | | | | new mime_type field Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | RELEASE_NOTES: add version numbersMichael Niedermayer2014-09-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | RELEASE_NOTES: Add next versions name (Fresnel)Michael Niedermayer2014-09-13
| | | | | | | | | | | | | | The name is "randomly" picked from previous suggestions If people prefer something else, suggest it quickly Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/utils: free s->pb for image2 as it can be used with and without a fileMichael Niedermayer2014-09-13
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>