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
/
yuv4mpeg.c
Age
Commit message (
Expand
)
Author
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
2008-08-23
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
Aurelien Jacobs
2008-07-11
Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER,
Diego Biurrun
2008-06-19
remove useless close func
Baptiste Coudurier
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-29
ENOMEM is better, yes ...
Michael Niedermayer
2008-05-28
Null pointer check / CID26.
Michael Niedermayer
2008-05-28
useless
Michael Niedermayer
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-06-27
remove empty write trailer functions
Vitor Sessak
2007-04-08
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
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-17
Add (mostly) const to variable and parameter declaration, where a char* was
Stefan Huehner
2006-02-08
Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific.
Colin Ward
2006-02-08
Correctly set the interlaced_frame and top_field_first fields.
Luca Abeni
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-09-23
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-08-14
kill a bunch of compiler warnings
Måns Rullgård
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-05-26
AVPacket.pos
Michael Niedermayer
2005-04-30
switch to native time bases
Michael Niedermayer
2005-04-26
Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gus...
Roine Gustafsson
2005-04-26
Update yuv4mpeg to use PIX_FMT_NONE patch by (Roine Gustafsson <roine users s...
Roine Gustafsson
2005-01-19
add luma only support to yuv4mpeg patch by (Roine Gustafsson <roine users.sou...
Roine Gustafsson
2005-01-04
- Writes correct unknown aspect
Roine Gustafsson
2004-10-01
do not call (av_)abort()
Michael Niedermayer
2004-06-19
sweeping change from -EIO -> AVERROR_IO
Mike Melanson
2004-05-29
pass AVPacket into av_write_frame()
Michael Niedermayer
2004-04-01
yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>)
Steven M. Schultz
2004-03-03
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-10-20
AVRational
Michael Niedermayer
2003-10-20
bottom_field_first -> top_field_first
Michael Niedermayer
2003-10-18
* providing MPEG codecs with a generic fields in AVFrame to use.
Roman Shaposhnik
2003-10-14
disable encoders where appropriate (patch courtesy of BERO
Mike Melanson
2003-09-25
yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Steven M. Schultz
2003-09-10
64 bit pts for writing - more const usage
Fabrice Bellard
2003-08-29
stdin patch by (Charles Yates <charles dot yates at pandora dot be>)
Charles Yates
2003-08-05
yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias a...
D Richard Felker III
2003-07-17
removed warnings
Fabrice Bellard
2003-03-12
per context frame_rate_base, this should finally fix frame_rate related av sy...
Michael Niedermayer
2003-02-11
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-01-11
extracted yuv4mpeg from img.c (untested)
Fabrice Bellard