index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
rawdec.c
Age
Commit message (
Expand
)
Author
2014-12-07
latm: Do not give a score for a single instance
Luca Barbato
2014-05-03
latm: Add a probe function
Luca Barbato
2013-03-11
lavf: remove disabled FF_API_R_FRAME_RATE cruft
Anton Khirnov
2012-12-05
raw demuxer: initialize end of partial packets
Janne Grunau
2012-10-25
rawdec: remove ff_raw_read_header
Luca Barbato
2012-10-25
g722: refactor out of rawdec.c
Luca Barbato
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-29
lavf: deprecate r_frame_rate.
Anton Khirnov
2012-04-06
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-02-26
rawdec: set timebase to 1/fps.
Anton Khirnov
2012-01-31
lavf: rename AVInputFormat.value to raw_codec_id.
Anton Khirnov
2012-01-27
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-01
rawdec: Set start_time to 0 for raw audio files.
Reimar Döffinger
2011-12-10
rawdec: don't set codec timebase.
Anton Khirnov
2011-11-30
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-02
Create separate functions for the raw GSM demuxer.
Justin Ruggles
2011-10-19
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-13
shn: do not allow seeking in the raw shn demuxer.
Justin Ruggles
2011-10-12
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-09-22
Add LATM demuxer
Janne Grunau
2011-09-17
rawdec: refactor private option for raw video demuxers
Anton Khirnov
2011-09-17
pcmdec: use unique classes for all pcm demuxers.
Anton Khirnov
2011-09-17
rawdec: g722 is always 1 channel/16kHz
Anton Khirnov
2011-08-15
lavf,lavd: remove all usage of AVFormatParameters from demuxers.
Anton Khirnov
2011-07-17
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-06-05
lavf,lavc: free avoptions in a generic way.
Anton Khirnov
2011-06-04
rawdec: add framerate private option.
Anton Khirnov
2011-06-03
rawdec: initialize return value to 0.
Anton Khirnov
2011-06-03
rawdec: don't leak option strings.
Anton Khirnov
2011-05-27
rawdec: add a pixel_format private option.
Anton Khirnov
2011-05-27
rawdec: factor video demuxer definitions into a macro.
Anton Khirnov
2011-05-27
rawdec: add video_size private option.
Anton Khirnov
2011-05-25
lavf: deprecate AVFormatParameters.{channels,sample_rate}.
Anton Khirnov
2011-05-25
rawdec: add sample_rate/channels private options.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-04
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-02-21
avio: make get_partial_buffer internal.
Anton Khirnov
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-09-09
Add a muxer and demuxer for raw G.722
Martin Storsjö
2010-08-30
split raw.c into rawdec.c and rawenc.c
Aurelien Jacobs