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
/
dvenc.c
Age
Commit message (
Expand
)
Author
2009-03-08
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
Michael Niedermayer
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-07
Remove inappropriate const qualifier from function argument, fixes the warning:
Diego Biurrun
2008-10-24
prettyprinting cosmetics
Diego Biurrun
2008-10-24
spelling cosmetics
Diego Biurrun
2008-10-07
replacing frame_rate and frame_rate_base with an AVRational time_base
Roman Shaposhnik
2008-10-02
spelling cosmetics
Diego Biurrun
2008-09-02
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific
Diego Biurrun
2008-07-24
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
Diego Biurrun
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-28
use av_fifo_generic_write, old func is deprecated
Baptiste Coudurier
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-06-24
Cosmetics: use consistent indentation by four spaces
Reimar Döffinger
2007-06-24
DV muxer should not only fail for more that 3 streams altogether
Reimar Döffinger
2007-05-16
Don't forget about audio remaining in buffer, in case there is enough
Corey Hickey
2007-04-08
Get rid of unnecessary pointer casts.
Nicholas Tung
2007-01-15
* Fixing a bug with incorrect bits set in AAUX source pack
Roman Shaposhnik
2006-11-08
* fixing a memory leak in DV format.
Brian Brice
2006-10-16
* Simplifying the setting of STYPE for AAUX AS
Roman Shaposhnik
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-21
* Moving FifoBuffer out of libavformat/avformat.h and
Roman Shaposhnik
2006-09-15
Split the DV demuxer and muxer into separate files (as suggested by Diego
Panagiotis Issaris