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
/
raw.c
Age
Commit message (
Expand
)
Author
2007-07-19
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-08
* Getting rid of the use of GCC language extensions
Roman Shaposhnik
2007-07-07
kill uninitialised variable warning in ac3_probe()
Måns Rullgård
2007-06-27
remove empty write trailer functions
Vitor Sessak
2007-06-12
misc spelling fixes
Diego Biurrun
2007-05-23
add rgb suffix handling for demuxer
Benoit Fouet
2007-05-09
RoQ muxer, patch by Vitor, vitor1001 gmail com
Vitor Sessak
2007-05-08
move aac and ac3 parsers in their own files
Aurelien Jacobs
2007-05-07
improve mpeg4-es detection by rejecting streams with reserved startcodes (fix...
Michael Niedermayer
2007-04-25
add rgb suffix to rawvideo muxer
Benoit Fouet
2007-04-15
add an enum for need_parsing
Aurelien Jacobs
2007-04-15
Make the declaration of AVInputFormat ac3_demuxer conditional
Diego Biurrun
2007-04-15
Move AC3 header parsing code together with the rest of the AC3 parsing code.
Diego Biurrun
2007-04-08
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-03-29
fix probe of 001.vdr-broken-6025
Michael Niedermayer
2007-03-18
improve ac3_probe by counting consecutive frames
Justin Ruggles
2007-02-09
Raw VC-1 demuxer
Kostya Shishkov
2007-02-08
add read_probe function to raw ac3 demuxer
Justin Ruggles
2007-02-05
better generic index building and seeking code
Michael Niedermayer
2006-11-08
mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)
Thijs Vermeir
2006-10-23
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-18
simplify pcm read seek, use av_get_bits_per_sample
Baptiste Coudurier
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-08-08
dont be too picky about timestampsbeing wrong if the destination container is...
Michael Niedermayer
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-06-16
Fix compilation with all combinations of --disable-(de)muxers.
Diego Biurrun
2006-05-12
Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can be
Justin Ruggles
2006-05-09
Add support for raw flac decoding based on the .flac suffix of input files.
Benjamin Larsson
2006-03-11
simplify AVFormatParameters NULL checks
Michael Niedermayer
2006-03-01
can't have PES headers in MPEG video elementary streams so fail probe
Måns Rullgård
2006-02-10
generate adts frame headers if required
Måns Rullgård
2006-02-08
read/write adts aac
Måns Rullgård
2006-02-04
3rd try for mpeg-es probe ...
Michael Niedermayer
2006-02-04
fix regression tests
Michael Niedermayer
2006-02-02
improve mpeg1/2-es detection
Michael Niedermayer
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-10-29
Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenien...
Alex Beregszaszi
2005-09-23
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-11
.m1v and .m2a (feature req #1178960)
Michael Niedermayer
2005-07-03
.264
Michael Niedermayer
2005-05-26
AVPacket.pos
Michael Niedermayer
2005-05-06
default to YUV420P if none specified for rawvideo input
Michael Niedermayer
2005-05-06
always honor the user specified frame rate if set
Michael Niedermayer
2005-04-30
switch to native time bases
Michael Niedermayer
2005-02-26
shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)
Michael Niedermayer
[next]