index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libffmpeg
/
xine_encoder.c
Age
Commit message (
Expand
)
Author
2004-09-12
including <unistd.h>, which has been removed from the global headers
Michael Roitzsch
2004-08-16
header inclusion has to depend on the configure detection, because when
Michael Roitzsch
2004-07-31
New configure option --with-external-ffmpeg[=PREFIX].
František Dvořák
2004-07-20
small DXR3 code cleanup:
Michael Roitzsch
2004-04-26
typo fix
Michael Roitzsch
2004-04-26
typo fix
Michael Roitzsch
2004-04-26
help strings added for all remaining config entries (so I hope)
Michael Roitzsch
2004-04-15
patch by Marcel Janssen adds proper pitch support to the libavcodec encoder
Michael Roitzsch
2004-03-03
limit the framerate to valid MPEG range and switch ffmpeg into non-strict mode
Michael Roitzsch
2004-01-04
The most important change is the smallest:
Michael Roitzsch
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2003-11-04
ffmpeg already selects the best matching MPEG framerate code, no need to
Michael Roitzsch
2003-11-01
big ffmpeg patch
Michael Roitzsch
2003-09-11
fix stuttering playback for some non-MPEG content with the dxr3:
Michael Roitzsch
2003-07-09
this is in fact a boolean
Michael Roitzsch
2003-05-31
update video out api to allow better frame management (explicit locking)
Miguel Freitas
2003-05-30
fix race condition in dxr3 encododers:
Michael Roitzsch
2003-05-28
video_out_dxr3.h includes other stuff from the src/dxr3 directory, so there
Michael Roitzsch
2003-05-25
compiling libavcodec's encoding part as an MPEG encoder suitable for the DXR3
Michael Roitzsch