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
/
pva.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-1
/
+1
*
avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate
Diego Biurrun
2013-05-04
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-2
/
+2
*
avformat: Drop pointless "format" from container long names
Diego Biurrun
2012-07-30
1
-1
/
+1
*
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-04-06
1
-1
/
+1
*
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-27
1
-1
/
+1
*
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
-1
/
+1
*
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-19
1
-1
/
+1
*
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
-1
/
+1
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-2
/
+2
*
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
1
-1
/
+1
*
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
-13
/
+13
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-3
/
+3
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-2
/
+2
*
technically mp2 in pva needs AVSTREAM_PARSE_FULL
Baptiste Coudurier
2009-05-27
1
-1
/
+1
*
avoid possibly uninitialized return value
Ivo van Poorten
2009-04-23
1
-1
/
+1
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
Implement read_timestamp and enable seeking in PVA files.
Ivo van Poorten
2008-01-07
1
-10
/
+64
*
cosmetics
Ivo van Poorten
2008-01-07
1
-1
/
+1
*
remove unnecessary check
Ivo van Poorten
2008-01-07
1
-1
/
+0
*
use ff_parse_pes_pts for parsing an MPEG-PES timestamp
Ivo van Poorten
2008-01-07
1
-5
/
+3
*
cosmetics, superfluous space
Ivo van Poorten
2008-01-05
1
-1
/
+1
*
proper check for valid pva_pts
Ivo van Poorten
2008-01-05
1
-1
/
+1
*
do not return an error, but warn and recover when encountering an audio packet
Ivo van Poorten
2008-01-05
1
-2
/
+5
*
validate streamid before use
Ivo van Poorten
2008-01-05
1
-0
/
+4
*
change audio codec id to mp2
Ivo van Poorten
2008-01-05
1
-1
/
+1
*
proper type and initialization of pva_pts
Ivo van Poorten
2008-01-05
1
-1
/
+1
*
remove unnecessary shift
Ivo van Poorten
2008-01-05
1
-1
/
+1
*
TechnoTrend PVA Demuxer
Ivo van Poorten
2008-01-02
1
-0
/
+153