ffmpeg/libavformat
Mika Raento f685f7d7a8 hlsenc: single_file, support HLS ver 4 byteranges
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>
2014-09-15 22:16:44 +02:00
..
4xm.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
Makefile rtpdec: HEVC/H.265 support 2014-09-03 02:39:24 +02:00
a64.c avformat/a64: Avoid segfault in a64_write_header() when stream codec is not open 2014-08-18 19:48:18 +02:00
aacdec.c Merge commit '02cf0c9e42967de1e4d2803bee3573bc5b735fdd' 2014-07-29 21:12:07 +02:00
ac3dec.c
act.c
adp.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
adtsenc.c Merge commit '13c90bc9a359e969cc2b7f7e8199b02a0e4c6ec9' 2014-08-21 21:56:33 +02:00
adxdec.c Merge commit 'd5cf5afabbf43f00283e70b12afbe1da030d85b6' 2014-07-09 22:38:13 +02:00
aea.c
afc.c
aiff.h
aiffdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
aiffenc.c
allformats.c Merge commit '051aadeed104ecbe8ee4850ec2d7e5394f5e1ccd' 2014-08-22 21:41:00 +02:00
amr.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
anm.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
apc.c
ape.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
apetag.c
apetag.h
aqtitledec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
asf.c
asf.h
asfcrypt.c
asfcrypt.h
asfdec.c avformat/asfdec: Check av_new_packet()s return code 2014-08-20 18:32:59 +02:00
asfenc.c avformat/asfenc: honor the maximum of 63 payloads 2014-05-13 00:54:55 +02:00
assdec.c avformat/assdec: UTF-16 support 2014-09-05 23:13:07 +02:00
assenc.c avformat/assenc: honor ReadOrder 2014-09-13 23:02:51 +02:00
ast.c
ast.h
astdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
astenc.c avformat/astenc: avoid using AVCodecContext.frame_number 2014-05-05 16:46:47 +02:00
au.c Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228' 2014-06-18 17:28:10 +02:00
audiointerleave.c Merge commit '324ff59444ff5470bb325ff1e2be7c4b054fc944' 2014-07-17 14:20:10 +02:00
audiointerleave.h
avc.c
avc.h
avformat.h Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d' 2014-08-25 13:25:09 +02:00
avformatres.rc
avi.h
avidec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
avienc.c Merge commit '194be1f43ea391eb986732707435176e579265aa' 2014-06-18 19:49:17 +02:00
avio.c Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867' 2014-08-15 21:26:12 +02:00
avio.h lavf/avio: do not include bprint.h. 2014-08-09 15:51:04 +02:00
avio_internal.h Add int64_t probesize2 instead of int probesize to AVFormatContext. 2014-07-30 11:09:25 +02:00
aviobuf.c avformat/aviobuf: remove uses of deprecated url_feof() 2014-08-27 22:30:07 +02:00
avisynth.c avisynth: set duration of audio streams 2014-05-16 14:41:02 +02:00
avlanguage.c
avlanguage.h
avr.c
avs.c Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 2014-08-15 21:00:50 +02:00
bethsoftvid.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
bfi.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
bink.c
bintext.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
bit.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
bluray.c
bmv.c
boadec.c
brstm.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
c93.c
cache.c
caf.c
caf.h
cafdec.c Merge commit '86dfcfd0e30d6645eea2c63c1c60a0550e7c97ea' 2014-08-19 18:27:51 +02:00
cafenc.c Improve frame size calculation in caf muxer to fix adpcm_ms remuxing. 2014-05-30 07:26:18 +02:00
cavsvideodec.c avformat/cavsvideodec: Fix probing when the file extension is avs 2014-06-09 05:17:34 +02:00
cdg.c avformat/cdg: Do not fail if filesize cannot be determined 2014-07-11 01:04:04 +02:00
cdxl.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
cinedec.c avformat/cinedec: allow number zero in metadata 2014-08-19 11:23:49 +02:00
concat.c
concatdec.c avformat/concatdec: fix "warning: explicitly assigning a variable of type int to itself" 2014-09-10 11:48:39 +02:00
crcenc.c
crypto.c
cutils.c
data_uri.c
dauddec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
daudenc.c Merge commit '0955e57ad07640574fc20ce0bea3c0b83982ada1' 2014-07-03 21:42:16 +02:00
dfa.c avformat/dfa: use avio_feof() 2014-08-30 15:50:22 +00:00
diracdec.c
dnxhddec.c
dsfdec.c ff_id3v2_read: add option to limit ID3 magic number search 2014-04-19 04:25:01 +02:00
dsicin.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
dtsdec.c avformat/dtsdec: check more of the dca headers in dts_probe() 2014-08-06 22:28:46 +02:00
dtshddec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
dump.c Merge commit '9301486408a480629336af4d7fd873c0f28fb2d5' 2014-08-28 22:23:01 +02:00
dv.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
dv.h
dvenc.c avformat/dvenc: Implement 32khz & 44.1khz for 25/50fps 2014-07-19 20:48:22 +02:00
dxa.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
eacdata.c
electronicarts.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
epafdec.c
ffm.h Remove avserver. 2014-06-18 14:55:28 +02:00
ffmdec.c lavf/ffmdec: return proper error code in ffm2_read_header() 2014-09-05 11:20:07 +02:00
ffmenc.c Remove avserver. 2014-06-18 14:55:28 +02:00
ffmeta.h
ffmetadec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
ffmetaenc.c
file.c
file_open.c
filmstripdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
filmstripenc.c Merge commit '194be1f43ea391eb986732707435176e579265aa' 2014-06-18 19:49:17 +02:00
flac_picture.c
flac_picture.h
flacdec.c Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8' 2014-08-14 00:05:49 +02:00
flacenc.c Merge commit 'e19d48dfce52f1417f7f06143b96fed00cbcdc52' 2014-06-01 14:16:29 +02:00
flacenc.h Merge commit 'e19d48dfce52f1417f7f06143b96fed00cbcdc52' 2014-06-01 14:16:29 +02:00
flacenc_header.c Merge commit 'e19d48dfce52f1417f7f06143b96fed00cbcdc52' 2014-06-01 14:16:29 +02:00
flic.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
flv.h
flvdec.c avformat/flvdec: read the correct bits into the tag type 2014-09-04 14:54:23 +02:00
flvenc.c align and correct messages regarding bitstream filters 2014-08-19 20:18:01 +02:00
format.c lavf/format.c: use AVPROBE_SCORE_MIME instead of AVPROBE_SCORE_EXTENSION for matching mime types 2014-09-13 00:37:35 +02:00
framecrcenc.c avformat/framecrcenc: print the checksum and size of extradata as well 2014-06-15 18:07:03 +02:00
framehash.c Merge commit '194be1f43ea391eb986732707435176e579265aa' 2014-06-18 19:49:17 +02:00
frmdec.c
ftp.c libavformat/ftp: Do not leak memory in routine ftp_features 2014-08-26 00:52:29 +02:00
g722.c
g723_1.c
g729dec.c
gif.c Force gif aspect ratio multiplication to 64bit. 2014-04-05 01:13:47 +02:00
gifdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
golomb_tab.c
gopher.c
gsmdec.c
gxf.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
gxf.h
gxfenc.c
h261dec.c
h263dec.c avformat/h263dec/h263_probe: Check TR 2014-05-07 03:42:21 +02:00
h264dec.c
hdsenc.c Merge commit '803e82276b3716bf6012ec69e8854dae14a4fd2b' 2014-09-08 00:39:26 +02:00
hevc.c fix various typos 2014-06-03 10:58:19 -08:00
hevc.h
hevcdec.c
hls.c Use new av_dict_set_int helper function. 2014-08-16 14:31:41 +02:00
hlsenc.c hlsenc: single_file, support HLS ver 4 byteranges 2014-09-15 22:16:44 +02:00
hlsproto.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
hnm.c avformat/hnm: fix decoding of 256x256 video 2014-04-16 01:37:38 +02:00
http.c lavf/http: remove special case for cookies attributes. 2014-08-17 20:07:27 +02:00
http.h Merge commit '7bdd2ff6825951f7a6a6008303acfce7c2a63532' 2014-07-22 22:02:48 +02:00
httpauth.c
httpauth.h
icecast.c Merge commit 'eb9244f20210fd420fb9b3c98126f9cae525d1cc' 2014-08-04 14:14:13 +02:00
icodec.c avformat/ico: use avmalloc(z)_array() 2014-04-16 19:41:41 +02:00
icoenc.c avformat/icoenc: Remove deprecated use of codec_name 2014-08-28 14:34:55 +02:00
id3v1.c Use new av_dict_set_int helper function. 2014-08-16 14:31:41 +02:00
id3v1.h
id3v2.c avformat/id3v2: Fix "warning: unused variable uncompressed_buffer_size" if zlib is unavailable 2014-08-30 12:21:07 +02:00
id3v2.h ff_id3v2_read: add option to limit ID3 magic number search 2014-04-19 04:25:01 +02:00
id3v2enc.c Merge commit '9279826008b80daad7446950a821f32033ccd33f' 2014-07-04 00:50:40 +02:00
idcin.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
idroqdec.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
idroqenc.c
iff.c avformat/iff: rudimentary support for animations 2014-08-18 13:51:52 +00:00
ilbc.c
img2.c
img2.h avformat/img2: Make AVOptions available to img* demuxers defined in other files 2014-09-11 15:10:15 +02:00
img2_alias_pix.c avformat/img2_alias_pix: Add AVClass and image2 AVOptions 2014-09-11 15:34:13 +02:00
img2_brender_pix.c avformat/img2_alias & brender_pix: fix function names 2014-09-11 15:16:24 +02:00
img2dec.c avformat/img2dec: Fail probing when no data is yet available and the filename contains no number/glob patterns either. 2014-09-12 19:01:44 +02:00
img2enc.c Allow .y as extension for image2. 2014-04-05 02:18:09 +02:00
ingenientdec.c
internal.h lavf: eliminate ff_get_audio_frame_size() 2014-08-14 03:12:58 +02:00
ipmovie.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
ircam.c
ircam.h
ircamdec.c
ircamenc.c
isom.c Don't overwrite codec_id with 0 in ff_mp4_read_dec_config_descr(). 2014-05-21 22:48:11 +02:00
isom.h Merge commit '86dfcfd0e30d6645eea2c63c1c60a0550e7c97ea' 2014-08-19 18:27:51 +02:00
iss.c
iv8.c
ivfdec.c
ivfenc.c ivfenc: support VP9 2014-07-03 15:46:26 +02:00
jacosubdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
jacosubenc.c
jvdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
latmenc.c Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228' 2014-06-18 17:28:10 +02:00
libavformat.v lavf: stop exporting internal functions 2014-08-11 14:29:56 +02:00
libgme.c
libmodplug.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
libnut.c avformat/libnut: use av_mallocz_array() 2014-05-15 01:56:52 +02:00
libquvi.c
librtmp.c Merge commit '865461099e062de5a3a109c2a5be98004c11d8bd' 2014-07-06 19:12:52 +02:00
libsmbclient.c lavf: add samba protocol via libsmbclient 2014-07-13 20:38:55 +02:00
libssh.c lavf/libssh: set freed pointers to NULL 2014-07-12 03:01:38 +02:00
lmlm4.c
loasdec.c Merge commit 'f66d0c57b13c1b7102e1e353237af178960dd3c5' 2014-05-04 00:19:35 +02:00
log2_tab.c
lrc.c AVFormat: LRC demuxer and muxer 2014-07-13 19:18:31 +02:00
lrc.h AVFormat: LRC demuxer and muxer 2014-07-13 19:18:31 +02:00
lrcdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
lrcenc.c Drop remaining unneeded != NULL 2014-08-15 22:47:45 +02:00
lvfdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
lxfdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
m4vdec.c avformat/m4vdec: Check for non startcode 00 00 00 sequences in probe 2014-09-07 16:39:39 +02:00
matroska.c avformat: remove FF_API_ASS_SSA dead code 2014-09-09 21:34:23 +02:00
matroska.h avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifier 2014-08-29 01:26:52 +02:00
matroskadec.c avformat: remove FF_API_ASS_SSA dead code 2014-09-09 21:34:23 +02:00
matroskaenc.c avformat: remove FF_API_ASS_SSA dead code 2014-09-09 21:34:23 +02:00
md5enc.c avformat/md5enc: add format_version, to allow selecting which version to use 2014-07-16 22:50:24 +02:00
md5proto.c
metadata.c
metadata.h
mgsts.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
microdvddec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
microdvdenc.c
mkvtimestamp_v2.c
mlvdec.c Use new av_dict_set_int helper function. 2014-08-16 14:31:41 +02:00
mm.c
mmf.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
mms.c
mms.h
mmsh.c Use correct msvc type specifiers for ptrdiff_t and size_t. 2014-04-24 18:01:30 +02:00
mmst.c Use correct msvc type specifiers for ptrdiff_t and size_t. 2014-04-24 18:01:30 +02:00
mov.c Do not print a useless error number if mov header reading fails. 2014-08-24 02:45:58 +02:00
mov_chan.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
mov_chan.h
movenc.c Merge commit '4d55e9de27894ddfb337b28cd7aa6d14a12666d2' 2014-09-04 20:09:01 +02:00
movenc.h Merge commit 'da9cc22d5bd5f59756c2037b02966376da2cf323' 2014-08-07 02:42:15 +02:00
movenchint.c avformat/movenchint: use av_freep() for safety 2014-08-17 13:27:20 +02:00
mp3dec.c avformat/mp3dec: Improve seeking frame sync code 2014-09-10 02:32:41 +02:00
mp3enc.c lavf/mp3enc: don't abort if audio packets can't be buffered 2014-08-27 13:51:34 -03:00
mpc.c avformat/mpc: attempt to allocate a packet that is not smaller than the data inside it 2014-06-15 01:33:17 +02:00
mpc8.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
mpeg.c avformat/vobsub: fix NULL dereference 2014-09-13 15:15:32 +02:00
mpeg.h Merge commit '4e9e6fa99f3ff83cedbf6c378d62065ae419a3b9' 2014-08-26 14:05:07 +02:00
mpegenc.c mpegenc: limit the maximum muxrate 2014-08-27 06:21:54 +00:00
mpegts.c avformat/mpegts: Improve probe heuristic by considering the overall frequency of 0x47 headers 2014-09-13 22:08:21 +02:00
mpegts.h lavf/mpegts: remove obsolete ff_mpegts_parse_* cruft 2014-08-11 13:46:53 +02:00
mpegtsenc.c align and correct messages regarding bitstream filters 2014-08-19 20:18:01 +02:00
mpegvideodec.c
mpjpeg.c Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228' 2014-06-18 17:28:10 +02:00
mpl2dec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
mpsubdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
msnwc_tcp.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
mtv.c Merge commit 'a14b61658c3302081ea5da3ea65b7d9f7b4fb2eb' 2014-07-09 23:11:09 +02:00
mux.c lavf: eliminate ff_get_audio_frame_size() 2014-08-14 03:12:58 +02:00
mvdec.c Merge commit '55ddd700c67529ff2c6c4e976673f1341bba7a82' 2014-04-19 20:17:33 +02:00
mvi.c
mxf.c avformat/mxf: added ULs for demuxing avid media composer mxf files 2014-08-18 02:36:32 +02:00
mxf.h Merge commit '304089aca7d238ae184e09993b5c737aa22e2c2c' 2014-08-17 21:50:06 +02:00
mxfdec.c Merge commit '369380e1c4c6fc9b0d9ff04ec23d46b252ba7110' 2014-08-17 23:06:38 +02:00
mxfenc.c avformat/mxfenc: dont warn about d10_channelcount being ignored if its not set 2014-08-27 02:13:50 +02:00
mxg.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
ncdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
network.c lavf: Use av_gettime_relative() 2014-05-17 20:13:33 +02:00
network.h avformat/network: add union for avoiding strict aliassing violations with sockaddr* 2014-09-15 13:31:00 +02:00
nistspheredec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
noproxy-test.c
nsvdec.c avformat/nsvdec: fix out-commented asserts so the function names exist 2014-08-26 15:21:25 +02:00
nullenc.c
nut.c avformat/nut: support storing RFC 3389 comfort noise 2014-05-01 02:13:31 +02:00
nut.h avformat/nutenc: add mode that omits the index 2014-05-29 03:37:37 +02:00
nutdec.c avformat/nutdec: always initialize event_flags 2014-08-20 16:45:08 +02:00
nutenc.c Merge commit 'd754ed41727b1fcbab335b510248a9758a73320c' 2014-06-18 17:47:12 +02:00
nuv.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
oggdec.c oggdec: fix invalid free on error 2014-08-30 16:38:14 +02:00
oggdec.h Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8' 2014-08-14 00:05:49 +02:00
oggenc.c Merge commit 'f9f34cb9983ec6f4ef119c34b726d3b39c143110' 2014-08-23 21:42:13 +02:00
oggparsecelt.c Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8' 2014-08-14 00:05:49 +02:00
oggparsedirac.c
oggparseflac.c Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8' 2014-08-14 00:05:49 +02:00
oggparseogm.c Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8' 2014-08-14 00:05:49 +02:00
oggparseopus.c Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8' 2014-08-14 00:05:49 +02:00
oggparseskeleton.c Merge commit '92e4b643dfdafdb6528f1baffdbea2b9a028d7c0' 2014-05-01 17:26:06 +02:00
oggparsespeex.c Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8' 2014-08-14 00:05:49 +02:00
oggparsetheora.c Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8' 2014-08-14 00:05:49 +02:00
oggparsevorbis.c Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8' 2014-08-14 00:05:49 +02:00
oggparsevp8.c lavf/oggparsevp8: use ff_vorbis_stream_comment() 2014-08-14 05:47:06 +02:00
oma.c
oma.h
omadec.c ff_id3v2_read: add option to limit ID3 magic number search 2014-04-19 04:25:01 +02:00
omaenc.c Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228' 2014-06-18 17:28:10 +02:00
options.c
options_table.h Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d' 2014-08-25 13:25:09 +02:00
os_support.c
os_support.h Merge commit '4c8bd8ddb049950347a5018fecbca7ee25d48c44' 2014-08-26 20:40:40 +02:00
paf.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
pcm.c lavf/pcm: remove redundant check 2014-04-20 20:56:02 +02:00
pcm.h
pcmdec.c Autodetect Asterisk raw pcm with extension "sln". 2014-05-22 15:15:04 +02:00
pcmenc.c
pjsdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
pmpdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
psxstr.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
pva.c
pvfdec.c
qcp.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
qtpalette.h
r3d.c
rawdec.c avformat/rawdec: Increase probe score when "Content-Type: image/jpeg" is found at the file start 2014-06-10 14:42:19 +02:00
rawdec.h avformat/rawdec: add FF_DEF_RAWVIDEO_DEMUXER2, which allows specifying the flags 2014-06-10 14:20:39 +02:00
rawenc.c Fix the mime types for MPEG and MPEG-TS formats 2014-05-22 23:34:59 +02:00
rawenc.h
rawvideodec.c
rdt.c avformat/rdt: fix compiler warning about const qualifier being discarded 2014-08-27 23:52:40 +02:00
rdt.h
realtextdec.c avformat/realtextdec: UTF-16 support 2014-09-05 23:13:07 +02:00
redspark.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
replaygain.c avformat/replaygain: fix mixed declaration and statement 2014-04-18 01:16:27 +02:00
replaygain.h Merge commit 'ae43c10e36197000de2f3cc99ea35727ce98a796' 2014-04-17 21:45:58 +02:00
riff.c Support decoding of ImageJ png in avi. 2014-09-02 12:02:03 +02:00
riff.h Merge commit 'd754ed41727b1fcbab335b510248a9758a73320c' 2014-06-18 17:47:12 +02:00
riffdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
riffenc.c Merge commit '194be1f43ea391eb986732707435176e579265aa' 2014-06-18 19:49:17 +02:00
rl2.c
rm.c
rm.h
rmdec.c avformat/rmdec: very basic MLTI support 2014-09-11 14:13:03 +02:00
rmenc.c Merge commit '194be1f43ea391eb986732707435176e579265aa' 2014-06-18 19:49:17 +02:00
rmsipr.c
rmsipr.h
rpl.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
rsd.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
rso.c
rso.h
rsodec.c
rsoenc.c Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228' 2014-06-18 17:28:10 +02:00
rtmp.h
rtmpcrypt.c
rtmpcrypt.h
rtmpdh.c
rtmpdh.h
rtmphttp.c
rtmppkt.c Merge commit '3b18857ab301d2a0b3e86e9d85eed76f0798a29c' 2014-06-01 23:56:22 +02:00
rtmppkt.h Merge commit '3b18857ab301d2a0b3e86e9d85eed76f0798a29c' 2014-06-01 23:56:22 +02:00
rtmpproto.c Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867' 2014-08-15 21:26:12 +02:00
rtp.c
rtp.h
rtpdec.c rtpdec: HEVC/H.265 support 2014-09-03 02:39:24 +02:00
rtpdec.h Merge commit '0307cc2253e76772b1c645ac6117d08da87a147c' 2014-07-09 23:40:13 +02:00
rtpdec_amr.c Merge commit '0307cc2253e76772b1c645ac6117d08da87a147c' 2014-07-09 23:40:13 +02:00
rtpdec_asf.c avformat/rtpdec_asf: fix compiler warning about const qualifier being discarded 2014-08-27 23:53:53 +02:00
rtpdec_formats.h rtpdec: HEVC/H.265 support 2014-09-03 02:39:24 +02:00
rtpdec_g726.c
rtpdec_h261.c avformat/rtpdec_h261: Fix sanity checks 2014-08-26 20:37:58 +02:00
rtpdec_h263.c
rtpdec_h263_rfc2190.c
rtpdec_h264.c Drop remaining unneeded != NULL 2014-08-15 22:47:45 +02:00
rtpdec_hevc.c Merge commit '95e177eeb21f3e968aa9353bc69d1946966cc835' 2014-09-03 14:56:53 +02:00
rtpdec_ilbc.c Merge commit '0307cc2253e76772b1c645ac6117d08da87a147c' 2014-07-09 23:40:13 +02:00
rtpdec_jpeg.c Parse dri when receiving jpg via rtp. 2014-07-18 23:11:11 +02:00
rtpdec_latm.c Merge commit '0307cc2253e76772b1c645ac6117d08da87a147c' 2014-07-09 23:40:13 +02:00
rtpdec_mpeg4.c Merge commit '0307cc2253e76772b1c645ac6117d08da87a147c' 2014-07-09 23:40:13 +02:00
rtpdec_mpeg12.c
rtpdec_mpegts.c lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*() 2014-08-07 04:28:11 +02:00
rtpdec_qcelp.c
rtpdec_qdm2.c
rtpdec_qt.c avformat/rtpdec_qt: Fix 'warning: passing argument 2 of ffio_init_context discards const qualifier from pointer target type' 2014-09-08 16:56:19 +02:00
rtpdec_svq3.c
rtpdec_vp8.c
rtpdec_xiph.c Merge commit '0307cc2253e76772b1c645ac6117d08da87a147c' 2014-07-09 23:40:13 +02:00
rtpenc.c Add support for H.261 RTP payload format (RFC 4587) 2014-08-24 03:53:30 +02:00
rtpenc.h Add support for H.261 RTP payload format (RFC 4587) 2014-08-24 03:53:30 +02:00
rtpenc_aac.c
rtpenc_amr.c
rtpenc_chain.c Merge commit 'f797b134cad4d248b1c8955659997980d0668bc3' 2014-05-31 12:53:46 +02:00
rtpenc_chain.h
rtpenc_h261.c Add support for H.261 RTP payload format (RFC 4587) 2014-08-24 03:53:30 +02:00
rtpenc_h263.c
rtpenc_h263_rfc2190.c
rtpenc_h264.c
rtpenc_jpeg.c Merge commit '39975acc699c83af0a87a7318c0f41e189142938' 2014-06-28 12:40:01 +02:00
rtpenc_latm.c
rtpenc_mpv.c
rtpenc_vp8.c
rtpenc_xiph.c
rtpproto.c avformat/rtpproto: fix strict aliasing violations with sockaddr 2014-09-15 13:31:00 +02:00
rtpproto.h
rtsp.c lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*() 2014-08-07 04:28:11 +02:00
rtsp.h
rtspcodes.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
rtspdec.c Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 2014-08-15 21:00:50 +02:00
rtspenc.c Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 2014-08-15 21:00:50 +02:00
samidec.c avformat/samidec: UTF-16 support 2014-09-05 23:13:07 +02:00
sapdec.c
sapenc.c avformat/mux: support re-interleaving packets in ff_write_chained() 2014-07-24 22:39:22 +02:00
sauce.c
sauce.h
sbgdec.c
sctp.c Merge commit '6ee1cb5740e7490151db7dcec7e20ceaf8a2fe1f' 2014-08-25 13:27:21 +02:00
sdp.c Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 2014-08-15 21:00:50 +02:00
sdr2.c
seek-test.c
seek.c avformat/seek: use av_malloc_array() 2014-07-19 19:44:56 +02:00
seek.h
segafilm.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
segment.c lavf/segment: abort in case of invalid segment format options 2014-09-08 15:22:55 +02:00
sierravmd.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
siff.c
smacker.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
smjpeg.c
smjpeg.h
smjpegdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
smjpegenc.c
smoothstreamingenc.c Merge commit '803e82276b3716bf6012ec69e8854dae14a4fd2b' 2014-09-08 00:39:26 +02:00
smush.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
sol.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
sox.h
soxdec.c
soxenc.c avformat/soxenc: return more meaningful error code 2014-08-28 15:52:25 +00:00
spdif.c
spdif.h
spdifdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
spdifenc.c
srtdec.c avformat/srtdec: speed up probing 2014-09-05 23:13:08 +02:00
srtenc.c
srtp.c
srtp.h
srtpproto.c
subfile.c
subtitles.c avformat/realtextdec: UTF-16 support 2014-09-05 23:13:07 +02:00
subtitles.h avformat/realtextdec: UTF-16 support 2014-09-05 23:13:07 +02:00
subviewer1dec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
subviewerdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
swf.c
swf.h Merge commit '194be1f43ea391eb986732707435176e579265aa' 2014-06-18 19:49:17 +02:00
swfdec.c avformat/swfdec: Do not change the pixel format 2014-09-07 00:39:52 +02:00
swfenc.c Merge commit '194be1f43ea391eb986732707435176e579265aa' 2014-06-18 19:49:17 +02:00
takdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
tcp.c Merge commit '6ee1cb5740e7490151db7dcec7e20ceaf8a2fe1f' 2014-08-25 13:27:21 +02:00
tedcaptionsdec.c
tee.c avformat/tee: flip assigment direction 2014-08-03 03:18:52 +02:00
thp.c avformat/thp: dont mix integers with pointers 2014-08-16 12:04:45 +02:00
tiertexseq.c
tls.c Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867' 2014-08-15 21:26:12 +02:00
tmv.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
tta.c
tty.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
txd.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
udp.c avformat/udp: Move variables used only with HAVE_PTHREAD_CANCEL, under the #if 2014-08-30 12:43:58 +02:00
uncodedframecrcenc.c
unix.c Merge commit '6ee1cb5740e7490151db7dcec7e20ceaf8a2fe1f' 2014-08-25 13:27:21 +02:00
url-test.c
url.c Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867' 2014-08-15 21:26:12 +02:00
url.h Merge commit 'ec4f04da1a3462dac429b9d15dee5f027309da15' 2014-07-27 02:09:41 +02:00
urldecode.c
urldecode.h
utils.c avformat/utils: free s->pb for image2 as it can be used with and without a file 2014-09-13 23:25:17 +02:00
vc1test.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
vc1testenc.c
version.h avformat: remove FF_API_ASS_SSA dead code 2014-09-09 21:34:23 +02:00
vivo.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
voc.c
voc.h
vocdec.c
vocenc.c Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228' 2014-06-18 17:28:10 +02:00
vorbiscomment.c Merge commit 'efcde917af407a6031ecff68edd51fce7b83d104' 2014-05-28 13:08:50 +02:00
vorbiscomment.h Merge commit 'efcde917af407a6031ecff68edd51fce7b83d104' 2014-05-28 13:08:50 +02:00
vplayerdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
vqf.c Use new av_dict_set_int helper function. 2014-08-16 14:31:41 +02:00
w64.c
w64.h
wavdec.c lavf/wavdec: add sanity check for AVCodecContext.channels 2014-08-18 09:29:25 +02:00
wavenc.c avformat/wavenc: use av_mallocz_array() 2014-07-11 10:38:45 +00:00
wc3movie.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
webmdashenc.c avformat/webmdashenc: use av_strlcpy() and allocate enough space 2014-08-29 13:02:34 +02:00
webvttdec.c
webvttenc.c avcodec/webvttenc: add webvtt encoder 2014-05-25 03:04:14 +02:00
westwood_aud.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
westwood_vqa.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
wtv.h
wtv_common.c
wtvdec.c avformat/wtvdec: seek over broken chunks 2014-08-29 14:00:58 +02:00
wtvenc.c ff_put_wav_header: add flag to force WAVEFORMATEX 2014-04-30 16:41:35 +02:00
wv.c
wv.h
wvdec.c wvdec: check for eof in wv_read_block_header() 2014-08-18 11:30:35 +00:00
wvenc.c
xa.c
xmv.c avformat/xmv: use av_malloc_array() 2014-04-15 13:51:48 +02:00
xwma.c avformat/xwma: fix memleak of dpds_table 2014-04-29 20:48:03 +02:00
yop.c yop: only set extradata size after it has been successfully allocated 2014-05-18 10:22:42 +02:00
yuv4mpeg.h Merge commit 'e4dc1000d7bbbcb5b45cf9849fc5315f19578e37' 2014-05-18 13:37:25 +02:00
yuv4mpegdec.c Merge commit 'b513bf6f69e26e724de6d5dca642c3582dcd0517' 2014-05-18 14:02:31 +02:00
yuv4mpegenc.c Merge commit '650d384048ed42579cc6d67bf32a94b468c0b6cb' 2014-07-09 23:34:33 +02:00