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
/
rawdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: Consistently prefix input buffer defines
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
latm: Do not give a score for a single instance
Luca Barbato
2014-12-07
1
-1
/
+1
*
latm: Add a probe function
Luca Barbato
2014-05-03
1
-0
/
+53
*
lavf: remove disabled FF_API_R_FRAME_RATE cruft
Anton Khirnov
2013-03-11
1
-3
/
+0
*
raw demuxer: initialize end of partial packets
Janne Grunau
2012-12-05
1
-0
/
+4
*
rawdec: remove ff_raw_read_header
Luca Barbato
2012-10-25
1
-70
/
+0
*
g722: refactor out of rawdec.c
Luca Barbato
2012-10-25
1
-12
/
+0
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-2
/
+2
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-10
/
+10
*
lavf: deprecate r_frame_rate.
Anton Khirnov
2012-07-29
1
-1
/
+4
*
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-04-06
1
-9
/
+9
*
rawdec: set timebase to 1/fps.
Anton Khirnov
2012-02-26
1
-1
/
+1
*
lavf: rename AVInputFormat.value to raw_codec_id.
Anton Khirnov
2012-01-31
1
-8
/
+8
*
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-27
1
-5
/
+3
*
rawdec: Set start_time to 0 for raw audio files.
Reimar Döffinger
2012-01-01
1
-0
/
+1
*
rawdec: don't set codec timebase.
Anton Khirnov
2011-12-10
1
-1
/
+1
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-3
/
+4
*
Create separate functions for the raw GSM demuxer.
Justin Ruggles
2011-11-02
1
-12
/
+0
*
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-19
1
-3
/
+3
*
shn: do not allow seeking in the raw shn demuxer.
Justin Ruggles
2011-10-13
1
-1
/
+1
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-1
/
+1
*
Add LATM demuxer
Janne Grunau
2011-09-22
1
-0
/
+12
*
rawdec: refactor private option for raw video demuxers
Anton Khirnov
2011-09-17
1
-13
/
+2
*
pcmdec: use unique classes for all pcm demuxers.
Anton Khirnov
2011-09-17
1
-13
/
+0
*
rawdec: g722 is always 1 channel/16kHz
Anton Khirnov
2011-09-17
1
-4
/
+5
*
lavf,lavd: remove all usage of AVFormatParameters from demuxers.
Anton Khirnov
2011-08-15
1
-21
/
+1
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-30
/
+21
*
lavf,lavc: free avoptions in a generic way.
Anton Khirnov
2011-06-05
1
-4
/
+0
*
rawdec: add framerate private option.
Anton Khirnov
2011-06-04
1
-18
/
+30
*
rawdec: initialize return value to 0.
Anton Khirnov
2011-06-03
1
-1
/
+1
*
rawdec: don't leak option strings.
Anton Khirnov
2011-06-03
1
-1
/
+0
*
rawdec: add a pixel_format private option.
Anton Khirnov
2011-05-27
1
-10
/
+19
*
rawdec: factor video demuxer definitions into a macro.
Anton Khirnov
2011-05-27
1
-21
/
+2
*
rawdec: add video_size private option.
Anton Khirnov
2011-05-27
1
-3
/
+37
*
lavf: deprecate AVFormatParameters.{channels,sample_rate}.
Anton Khirnov
2011-05-25
1
-0
/
+2
*
rawdec: add sample_rate/channels private options.
Anton Khirnov
2011-05-25
1
-5
/
+31
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-1
/
+1
*
avio: make get_partial_buffer internal.
Anton Khirnov
2011-02-21
1
-1
/
+2
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-7
/
+7
*
Add a muxer and demuxer for raw G.722
Martin Storsjö
2010-09-09
1
-0
/
+14
*
split raw.c into rawdec.c and rawenc.c
Aurelien Jacobs
2010-08-30
1
-0
/
+221