summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
Commit message (Collapse)AuthorAge
* avformat: add SUP/PGS subtitle demuxerwm42014-09-26
| | | | Signed-off-by: Clément Bœsch <u@pkh.me>
* Autodetect jpg images.Carl Eugen Hoyos2014-09-26
| | | | | | Based on 2d3842f5 by Michael Niedermayer. Fixes ticket #2541.
* rtpenc: HEVC/H.265 supportThomas Volkert2014-09-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/rtpdec: support for HEVC/H.265 RTP payload format (draft v6) ↵ThomasVolkert2014-08-26
| | | | depacketizing
* Add support for H.261 RTP payload format (RFC 4587)ThomasVolkert2014-08-24
|
* Autodetect jpeg-ls files.Carl Eugen Hoyos2014-08-08
|
* Autodetect webp files.Carl Eugen Hoyos2014-08-08
|
* libavformat: Add Icecast protocolePirat2014-08-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Fix standalone compilation of the adts muxer.Carl Eugen Hoyos2014-07-28
|
* lavf: Add WebM DASH Manifest MuxerVignesh Venkatasubramanian2014-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the ability to generate WebM DASH manifest XML using ffmpeg. A sample command line would be as follows: ffmpeg \ -f webm_dash_manifest -i video1.webm \ -f webm_dash_manifest -i video2.webm \ -f webm_dash_manifest -i audio1.webm \ -f webm_dash_manifest -i audio2.webm \ -map 0 -map 1 -map 2 -map 3 \ -c copy \ -f webm_dash_manifest \ -adaptation_sets “id=0,streams=0,1 id=1,streams=2,3” \ manifest.xml It works by exporting necessary fields as metadata tags in matroskadec and use those values to write the appropriate XML fields as per the WebM DASH Specification [1]. Some ideas are adopted from webm-tools project [2]. [1] https://sites.google.com/a/webmproject.org/wiki/adaptive-streaming/webm-dash-specification [2] https://chromium.googlesource.com/webm/webm-tools/+/master/webm_dash_manifest/ Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf: add samba protocol via libsmbclientLukasz Marek2014-07-13
| | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* AVFormat: LRC demuxer and muxerStar Brilliant2014-07-13
| | | | | Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Autodetect JPEG2000 imagess.Carl Eugen Hoyos2014-07-04
| | | | | Autodetection of jp2 files does not work yet, the files are detected as mov.
* Merge commit '0955e57ad07640574fc20ce0bea3c0b83982ada1'Michael Niedermayer2014-07-03
|\ | | | | | | | | | | | | | | | | | | * commit '0955e57ad07640574fc20ce0bea3c0b83982ada1': daud: split muxer and demuxer Conflicts: libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * daud: split muxer and demuxerNidhi Makhijani2014-07-03
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | avformat: Add image3 demuxers with format autodetectionCarl Eugen Hoyos2014-07-03
| | | | | | | | | | Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix standalone compilation of the wtv muxer.Carl Eugen Hoyos2014-07-02
| |
* | Merge commit '85d805d5cccb2f57e7f2e2254d7a870f05926cfd'Michael Niedermayer2014-06-23
|\| | | | | | | | | | | | | | | | | | | * commit '85d805d5cccb2f57e7f2e2254d7a870f05926cfd': build: Add missing object files for webm muxer Conflicts: libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Add missing object files for webm muxerDiego Biurrun2014-06-22
| |
* | Merge commit '03391b5432a2b8b8dbc3d2db722a54dfb68737b9'Michael Niedermayer2014-06-23
|\| | | | | | | | | | | | | | | | | | | | | * commit '03391b5432a2b8b8dbc3d2db722a54dfb68737b9': build: Add missing object files for Matroska demuxer Conflicts: libavcodec/Makefile libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Add missing object files for Matroska demuxerDiego Biurrun2014-06-22
| |
* | Merge commit '49470b9404583ab3aff6835f78a759349d331696'Michael Niedermayer2014-06-23
|\| | | | | | | | | | | | | | | | | | | * commit '49470b9404583ab3aff6835f78a759349d331696': build: Add missing replaygain object file for CAF demuxer Conflicts: libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Add missing replaygain object file for CAF demuxerDiego Biurrun2014-06-22
| |
| * Remove avserver.Anton Khirnov2014-06-18
| | | | | | | | | | | | | | It has not been properly maintained for years and there is little hope of that changing in the future. It appears simpler to write a new replacement from scratch than unbreaking it.
* | build: Add missing object file for Matroska demuxerDiego Biurrun2014-06-21
| | | | | | | | | | | | Fixes compilation with --disable-everything --disable-network --enable-demuxer=matroska Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
* | lavf/Makefile: fix standalone compilation of live_flv demuxerJames Almer2014-06-19
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '2dc265619a2fc9c6f9aff7ac2bcdbcb90e9610cb'Michael Niedermayer2014-06-16
|\| | | | | | | | | | | | | | | | | | | * commit '2dc265619a2fc9c6f9aff7ac2bcdbcb90e9610cb': lavf: group dump functions together Conflicts: libavformat/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavf: group dump functions togetherVittorio Giovara2014-06-14
| |
* | Fix compilation with --disable-everything --enable-demuxer=matroska.Carl Eugen Hoyos2014-05-31
| | | | | | | | Fixes ticket #3693.
* | Merge commit '106b62f4ba600f24415eaded5e020aeceb23fd59'Michael Niedermayer2014-05-28
|\| | | | | | | | | | | | | | | | | | | * commit '106b62f4ba600f24415eaded5e020aeceb23fd59': matroskaenc: write the channel mask for FLAC Conflicts: libavformat/matroskaenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * matroskaenc: write the channel mask for FLACAnton Khirnov2014-05-28
| |
* | Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f'Michael Niedermayer2014-05-28
|\| | | | | | | | | | | | | | | | | | | * commit '23f741f79327e31be7b2a75ebb2e02111e06e52f': matroskadec: parse the channel layout mask for FLAC Conflicts: libavformat/oggparsevorbis.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-28
| | | | | | | | It is commonly stored in a vorbiscomment block in codec private data.
* | Refuse to mux H.264 with fourcc H264 into avi without startcode.Carl Eugen Hoyos2014-05-23
| | | | | | | | Fixes ticket #3638.
* | Merge commit 'e4dc1000d7bbbcb5b45cf9849fc5315f19578e37'Michael Niedermayer2014-05-18
|\| | | | | | | | | | | | | | | | | | | * commit 'e4dc1000d7bbbcb5b45cf9849fc5315f19578e37': yuv4mpeg: split the demuxer and muxer into separate files Conflicts: libavformat/yuv4mpegdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * yuv4mpeg: split the demuxer and muxer into separate filesAnton Khirnov2014-05-18
| |
* | Merge commit '449511740f06a4675b0066730fa45cdb764ffafc'Michael Niedermayer2014-05-13
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '449511740f06a4675b0066730fa45cdb764ffafc': build: handle library dependencies in configure Conflicts: common.mak configure libavdevice/Makefile libavfilter/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: handle library dependencies in configureJanne Grunau2014-05-13
| | | | | | | | | | Instead of setting FFLIBS in each library Makefile configure exports FFLIBS-$library in config.mak.
* | Fix oga muxer standalone compilation.Carl Eugen Hoyos2014-05-03
| |
* | Merge commit '55ddd700c67529ff2c6c4e976673f1341bba7a82'Michael Niedermayer2014-04-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '55ddd700c67529ff2c6c4e976673f1341bba7a82': Silicon Graphics Movie demuxer Conflicts: Changelog libavformat/mvdec.c libavformat/version.h See: 6fb40779cd3457a819e20d6db91a142c47cad3c2 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Silicon Graphics Movie demuxerPeter Ross2014-04-19
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Magic Lantern Video (MLV) demuxerPeter Ross2014-04-19
| | | | | | | | | | Signed-off-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | DSD Stream File (DSF) demuxerPeter Ross2014-04-18
| | | | | | | | | | Signed-off-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix compilation with --disable-everything --enable-muxer=avi --disable-network.Anh2014-04-16
| | | | | | | | Fixes ticket #3568.
* | Merge commit '9a07fac678a8540d076e635061bbaa4ed09a9431'Michael Niedermayer2014-04-10
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '9a07fac678a8540d076e635061bbaa4ed09a9431': mov: read hydrogenaudio replaygain information Conflicts: libavformat/Makefile libavformat/mov.c See: 37a15f3e669372075c88254e070c971aecb485aa Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mov: read hydrogenaudio replaygain informationAnton Khirnov2014-04-10
| |
| * LucasArts SMUSH demuxerPaul B Mahol2014-04-06
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit '0048deb84cb6d22ba7f4fd7c8b4ecc054fcc22d4'Michael Niedermayer2014-04-04
|\| | | | | | | | | | | | | | | | | | | | | * commit '0048deb84cb6d22ba7f4fd7c8b4ecc054fcc22d4': oggparsevorbis: export replaygain tags from Vorbis comments Conflicts: libavformat/Makefile libavformat/oggparsevorbis.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * oggparsevorbis: export replaygain tags from Vorbis commentsAlessandro Ghedini2014-04-04
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit '1d55f8d5f6f2cd74fa27170e2be37a72441d9202'Michael Niedermayer2014-04-04
|\| | | | | | | | | | | | | * commit '1d55f8d5f6f2cd74fa27170e2be37a72441d9202': flacdec: export replaygain tags from Vorbis comments Merged-by: Michael Niedermayer <michaelni@gmx.at>