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
/
img.c
Age
Commit message (
Expand
)
Author
2005-01-08
integer overflows, heap corruption
Michael Niedermayer
2004-11-10
prefer image2 over image
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-05-21
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
Michael Niedermayer
2004-05-13
segfault fix
Michael Niedermayer
2004-04-12
10l
Michael Niedermayer
2003-10-14
recommit of
Michael Niedermayer
2003-09-10
64 bit pts for writing - more const usage
Fabrice Bellard
2003-09-08
removed os_support.h
Fabrice Bellard
2003-08-24
suppressed frame number modulus hack - added loop_input hack which I find eas...
Fabrice Bellard
2003-08-08
update duration and start_time
Fabrice Bellard
2003-03-12
* moved os_support.h into libavcodec
Zdenek Kabelac
2003-03-12
Cleaner support for usleep()
François Revol
2003-03-12
per context frame_rate_base, this should finally fix frame_rate related av sy...
Michael Niedermayer
2003-03-07
Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)
Max Krasnyansky
2003-02-11
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-02-10
* static,const,compiler warning cleanup
Zdenek Kabelac
2003-01-11
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
Slavik Gnatenko
2003-01-11
jpeg detection fix - fixed imagepipe output
Fabrice Bellard
2003-01-11
added still image support
Fabrice Bellard
2002-12-20
redid usleep() fix for BeOS, more consistant with the MINGW32 one. removed a ...
François Revol
2002-12-20
mingw patch by (Bill Eldridge <bill at rfa dot org>)
Bill Eldridge
2002-12-20
Hey, not everyone has usleep() ! (temporary fix, we should check for this in ...
François Revol
2002-12-11
* Add code to allow the img reader to read files at the nominal frame rate.
Philip Gladstone
2002-11-25
renamed libav to libavformat
Fabrice Bellard