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
/
mov.c
Age
Commit message (
Expand
)
Author
2013-10-05
mov: Don't allocate arrays with av_malloc that will be realloced
Martin Storsjö
2013-09-29
mov: Make sure the read sample count is nonnegative
Martin Storsjö
2013-09-26
lavf: Reset the entry count and allocation size variables on av_reallocp fail...
Martin Storsjö
2013-09-18
avformat: Use av_reallocp() where suitable
Alexandra Khirnova
2013-09-17
mov: Don't use a negative duration for setting other fields
Martin Storsjö
2013-09-10
avformat: Use av_reallocp_array() where suitable
Alexandra Khirnova
2013-08-25
mov: Parse tmcd extradata
Luca Barbato
2013-08-24
mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsd
Luca Barbato
2013-08-24
mov: Refactor codec specific final steps in mov_finalize_stsd_codec
Luca Barbato
2013-08-24
mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitle
Luca Barbato
2013-08-24
mov: Refactor audio specific parsing in mov_parse_stsd_audio
Luca Barbato
2013-08-24
mov: Refactor video specific parsing in mov_parse_stsd_video
Luca Barbato
2013-08-24
mov: Refactor codec id selection in mov_codec_id
Luca Barbato
2013-08-23
mov: use tkhd enabled flag to set the default track
John Stebbins
2013-07-15
mov: Do not allow updating the time scale after it has been set
Martin Storsjö
2013-07-15
mov: Seek back if overreading an individual atom
Martin Storsjö
2013-05-16
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-04
avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate
Diego Biurrun
2013-04-11
Move misplaced file author information where it belongs
Diego Biurrun
2013-03-13
avformat: av_log_ask_for_sample() ---> avpriv_request_sample()
Diego Biurrun
2013-03-11
lavf: remove disabled FF_API_R_FRAME_RATE cruft
Anton Khirnov
2013-02-23
mov: use the format context for logging.
Anton Khirnov
2012-12-19
mov: handle h263 and flv1 for codec_tag 'H','2','6','3'
Janne Grunau
2012-12-07
mov: validate number of DataReferenceBox entries against box size
Janne Grunau
2012-12-07
mov: compute avg_frame_rate only if duration is known
Janne Grunau
2012-11-28
lavf: add a common function for selecting a pcm codec from parameters
Justin Ruggles
2012-11-11
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-09-19
mov: support random access point grouping
Yusuke Nakamura
2012-09-18
mov: check for EOF in long lasting loops
Luca Barbato
2012-09-16
mov: stsd entries must be at least 16 byte
Michael Niedermayer
2012-09-16
mov: detect EOF in mov_read_dref()
Michael Niedermayer
2012-09-07
mov_chan: Pass a separate AVIOContext for reading
Samuel Pitoiset
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-30
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-07-29
lavf: deprecate r_frame_rate.
Anton Khirnov
2012-07-19
avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxer
Justin Ruggles
2012-07-04
mov: use forward declaration of a function instead of a table.
Ronald S. Bultje
2012-07-02
mov: read itunes cover art.
Anton Khirnov
2012-06-26
mov: do not try to read total disc/track number if data atom is too short.
Carl Eugen Hoyos
2012-06-24
mov: make a length variable larger.
Anton Khirnov
2012-06-20
mov: fix operator precedence bug
Ronald S. Bultje
2012-06-18
mov: Support muxing/demuxing iLBC
Martin Storsjö
2012-06-09
mov: set AVCodecContext.width/height for h264
Mans Rullgard
2012-05-18
mov: enable parsing for VC-1.
Anton Khirnov
2012-05-09
mov: make one comment slightly more specific
Diego Biurrun
2012-05-07
mov: Remove write-only variable in mov_read_chan().
Diego Biurrun
2012-05-06
Mark a number of variables only used in av_dlog() calls as av_unused.
Diego Biurrun
2012-04-27
mov: Parse EC3SpecificBox (dec3 atom).
Yusuke Nakamura
2012-04-21
mov: Treat keyframe indexes as 1-origin if starting at non-zero.
Yusuke Nakamura
2012-04-21
mov: Take stps entries into consideration also about key_off.
Yusuke Nakamura
[next]