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
/
mtv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavf: change some (de)muxer names to lowercase
Mans Rullgard
2012-05-19
1
-1
/
+1
*
mtv: do not byteswap raw video in demuxer
Mans Rullgard
2012-05-14
1
-15
/
+1
*
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-27
1
-1
/
+1
*
cosmetics: drop some pointless parentheses
Diego Biurrun
2012-01-07
1
-1
/
+1
*
mtv: Make sure audio_subsegments is not 0
Shitiz Garg
2012-01-04
1
-0
/
+6
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-2
/
+3
*
lavf: replace av_new_stream->avformat_new_stream part II.
Anton Khirnov
2011-10-19
1
-6
/
+4
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-6
/
+6
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-16
1
-4
/
+4
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-1
/
+1
*
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
1
-4
/
+4
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-1
/
+1
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-10
/
+10
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-2
/
+2
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
1
-1
/
+1
*
Fix MTV decoding on big-endian systems
Vitor Sessak
2010-04-21
1
-2
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-2
/
+2
*
Plug memory leak for truncated files
Vitor Sessak
2010-03-02
1
-4
/
+4
*
Corrects two typos
Reynaldo H. Verdejo Pinochet
2009-11-05
1
-2
/
+2
*
Decrement probe score at unsuported bpp
Reynaldo H. Verdejo Pinochet
2009-11-05
1
-0
/
+3
*
Fix wrong comparison in r20304
Reynaldo H. Verdejo Pinochet
2009-10-19
1
-1
/
+1
*
If missing, calculate width or height from bpp and
Reynaldo H. Verdejo Pinochet
2009-10-18
1
-0
/
+20
*
Smarten mtv's probe a bit. Check for non zero
Reynaldo H. Verdejo Pinochet
2009-10-18
1
-0
/
+5
*
Mark video from .mtv files correctly as upside-down.
Reimar Döffinger
2009-08-25
1
-0
/
+2
*
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-07-26
1
-2
/
+2
*
Remove dead assignments found by CSA
Benjamin Larsson
2009-05-03
1
-2
/
+0
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
COSMETICS
Reynaldo H. Verdejo Pinochet
2008-12-07
1
-17
/
+15
*
Trivial, Cosmetics
Reynaldo H. Verdejo Pinochet
2008-11-18
1
-16
/
+16
*
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-09-08
1
-1
/
+1
*
Change mtv_read_packet so it does not break after seeking (displaying a shift...
Reimar Döffinger
2008-06-28
1
-12
/
+8
*
Fix pkt->pos to really point at start of packet for mtv audio packets.
Reimar Döffinger
2008-06-28
1
-0
/
+1
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
Remove unnecessary parentheses from return calls.
Diego Biurrun
2008-05-06
1
-2
/
+2
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-2
/
+2
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-3
/
+3
*
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-19
1
-2
/
+2
*
add an enum for need_parsing
Aurelien Jacobs
2007-04-15
1
-1
/
+1
*
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-04-08
1
-3
/
+0
*
typos/grammar
Diego Biurrun
2007-04-07
1
-1
/
+1
*
now we set codec_tag, still have to figure out how to handle flipping
Reynaldo H. Verdejo Pinochet
2006-11-03
1
-0
/
+1
*
new mtv demuxer
Reynaldo H. Verdejo Pinochet
2006-10-12
1
-0
/
+186