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