index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
nut.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nut: Use correct function pointer casts instead of void*
Diego Biurrun
2016-11-12
1
-1
/
+2
*
PCM signed 16-bit big-endian planar decoder
Paul B Mahol
2015-06-24
1
-0
/
+1
*
raw, nut: Support rgba64 encoding
Carl Eugen Hoyos
2014-03-16
1
-0
/
+4
*
nut: Fix unchecked allocations
Derek Buitenhuis
2013-10-22
1
-1
/
+9
*
pcm: support 24-bit/32-bit little-endian planar
Paul B Mahol
2013-09-27
1
-0
/
+2
*
nut: K&R formatting cosmetics
Luca Barbato
2013-05-04
1
-137
/
+141
*
nut: support vp9 tag
Luca Barbato
2013-01-14
1
-0
/
+1
*
lavf: move "MP3 " fourcc from riff to nut
Justin Ruggles
2012-11-28
1
-0
/
+1
*
pixfmt: support more yuva formats
Luca Barbato
2012-10-30
1
-0
/
+28
*
nut: support textual data
Luca Barbato
2012-10-29
1
-1
/
+6
*
nut: support pcm codecs not mapped in avi
Luca Barbato
2012-10-13
1
-1
/
+26
*
nut: prioritize native tags
Luca Barbato
2012-10-13
1
-0
/
+6
*
Use the new aes/md5/sha/tree allocation functions
Martin Storsjö
2012-10-11
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-59
/
+59
*
nut: support 10bit YUV
Luca Barbato
2011-12-21
1
-0
/
+6
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
Peter Ross
2011-04-28
1
-0
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add support to B4BY and R4BY NUT codec tags added in NUT r672.
Stefano Sabatini
2010-06-06
1
-0
/
+2
*
bgr/rgb444 for nut
Michael Niedermayer
2010-06-06
1
-0
/
+4
*
Add support for the newly added Nut codec tags (added in Nut r669):
Stefano Sabatini
2010-05-26
1
-0
/
+10
*
Define ff_nut_video_tags and make Nut muxer and demuxer set it in
Stefano Sabatini
2010-05-23
1
-0
/
+33
*
Move AVCodecTag from riff.h into internal.h.
Francesco Lavra
2010-05-22
1
-0
/
+1
*
Fix NUT (de)muxer warnings:
Vitor Sessak
2010-03-28
1
-3
/
+3
*
Fix warning:
Vitor Sessak
2010-03-24
1
-1
/
+2
*
Plug memory leak in NUT muxer and demuxer
Vitor Sessak
2010-03-03
1
-0
/
+11
*
Introduce metadata conversion table for NUT muxer and demuxer.
Anton Khirnov
2010-02-24
1
-0
/
+13
*
remove _t for POSIX compatibility.
Michael Niedermayer
2008-12-11
1
-3
/
+3
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
Evgeniy Stepanov
2008-03-07
1
-0
/
+11
*
Subtitle support. (untested)
Michael Niedermayer
2008-03-05
1
-0
/
+8
*
ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only
Oded Shimon
2008-02-04
1
-1
/
+1
*
Move *malloc() out of tree.c, that way the code can be used with
Michael Niedermayer
2008-01-04
1
-3
/
+6
*
Add some parentheses to clarify operator precedence, fixes the warnings:
Diego Biurrun
2007-11-04
1
-2
/
+2
*
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....
Baptiste Coudurier
2007-10-30
1
-4
/
+0
*
Ensure av_tree_insert() is defined before using it.
Carl Eugen Hoyos
2007-08-11
1
-0
/
+1
*
move syncpoint cache related stuff to common file
Michael Niedermayer
2007-08-09
1
-0
/
+18
*
move lsb2full to common file
Michael Niedermayer
2007-08-09
1
-0
/
+7
*
move crc wrapper to slightly better spot
Michael Niedermayer
2007-08-09
1
-0
/
+4
*
move syncpoint timestamp resetting code to a common file
Michael Niedermayer
2007-08-09
1
-0
/
+33
*
remove old unused nut (de)muxer
Michael Niedermayer
2007-08-09
1
-1455
/
+0
*
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
URL update, move comment to a better place.
Diego Biurrun
2007-07-05
1
-4
/
+2
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-2
/
+2
*
variable renaming: mp3lame --> libmp3lame
Diego Biurrun
2007-01-07
1
-1
/
+1
*
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-11-01
1
-13
/
+13
*
Fix license header error notice by Steve LHomme.
Diego Biurrun
2006-10-18
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
remove redundant declarations
Måns Rullgård
2006-09-02
1
-2
/
+0
*
fix regression failure after adler simplification
Michael Niedermayer
2006-07-20
1
-2
/
+2
[next]