2007-01-10 |
diego |
Remove generated pci_* files on clean, not just on distclean.
|
2007-01-10 |
gpoirier |
upgrade copyright years
|
2007-01-10 |
diego |
GNU/kFreeBSD support, closes Bugzilla #704.
|
2007-01-10 |
diego |
Audio track switching works with DVDs as well.
|
2007-01-10 |
diego |
small updates
|
2007-01-10 |
diego |
libmpeg2 updated to 0.4.1
|
2007-01-10 |
diego |
CONFIG_DTS was renamed to CONFIG_LIBDTS in FFmpeg.
|
2007-01-10 |
gpoirier |
explain how to use MEncoder to create QuickTime-compatible files
|
2007-01-09 |
rtogni |
Don't drop last rdt packet on eof
|
2007-01-09 |
nicodvb |
removed static declaration before non-instantiated struct; patch by cehoyos ag or at
|
2007-01-08 |
michael |
dont write an index and dont use memory to build one if -noidx is specified
|
2007-01-08 |
voroshil |
r21848: clarify a few things about the interaction between *cmp and mbd options
|
2007-01-08 |
voroshil |
r21848: clarify a few things about the interaction between *cmp and mbd options
|
2007-01-08 |
voroshil |
Two crash issues fixed:
|
2007-01-07 |
reimar |
Make sure we do not crash when eof is reset, e.g. due to an attempt to seek.
|
2007-01-07 |
reimar |
Avoid invalid memory access in ass_process_subtitle for empty subtitles
|
2007-01-07 |
nicodvb |
in dvb_get_config() open the frontend in READ_ONLY mode for probing (worksaround some buggy driver)
|
2007-01-07 |
reimar |
Document sub_add_text and sub_clear_text
|
2007-01-07 |
diego |
Remove superfluous CONFIG_X11_GRAB_DEVICE_DEMUXER=no.
|
2007-01-07 |
gpoirier |
fix typo
|
2007-01-07 |
gpoirier |
clarify a few things about the interaction between *cmp and mbd options
|
2007-01-06 |
Gabrov |
synced with r21624
|
2007-01-06 |
reimar |
Simplify demux_ogg to use the sub_clear_text and sub_add_text functions.
|
2007-01-06 |
reimar |
Subtitle handling cleanup: factor out code for parsing embedded subtitles
|
2007-01-06 |
Gabrov |
synced with r21748
|
2007-01-06 |
nicodvb |
reindented
|
2007-01-06 |
nicodvb |
init to 0 feparams before tuning
|
2007-01-06 |
reimar |
Set default values for proc and iproc for x86_32 case.
|
2007-01-06 |
reimar |
Include "internal" libavformat/riff.h also when dynamic libavformat is used
|
2007-01-06 |
diego |
Fix dependencies for pci_names.c.
|
2007-01-06 |
reimar |
Include libavformat/riff.h when building with static libavformat and
|
2007-01-06 |
Gabrov |
synced with r21741
|
2007-01-06 |
gpoirier |
woops, actually fix URL this time
|
2007-01-06 |
lucabe |
replace some av_malloc();memset(...,0,...) sequences with av_mallocz()
|
2007-01-06 |
nicodvb |
removed useless reporting code
|
2007-01-06 |
nicodvb |
moved actual tuning code from check_status() to tune_it()
|
2007-01-06 |
nicodvb |
don't add pid 0 if it's already present in the list
|
2007-01-06 |
gpoirier |
update comment url
|
2007-01-05 |
reimar |
Simplify after last demux_ogg commit
|
2007-01-05 |
reimar |
Do not access ogg_d->subs after freeing it.
|
2007-01-05 |
reimar |
sizeof() is long, thus %d format in error message is wrong.
|
2007-01-05 |
reimar |
Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,
|
2007-01-05 |
reimar |
Do not abort on X11 errors, most are not at all fatal.
|
2007-01-05 |
reimar |
move runtime cpu detection check after detection of host architecture,
|
2007-01-04 |
gpoirier |
add autodetection support for docbook stuff installed in /opt, such as macports do for ex.
|
2007-01-04 |
reimar |
Use av_d2q to produce the fps fraction, this usually produces more sane fractions
|
2007-01-04 |
reimar |
Fix printf types: AVRational members are ints, not 64 bit.
|
2007-01-04 |
ben |
allows OSD menu to be displayed when using MPEG PES video out
|
2007-01-04 |
ben |
restore volume if muted at exit
|
2007-01-04 |
ben |
fix detection of rage128/radeon using vidix driver on powerpc (which seems to keep them disabled), no impact on other archs
|
2007-01-04 |
ben |
don't fatal if saving vesa state failed (this always fails on qemu, with this patch vesa now works under qemu)
|
2007-01-04 |
ben |
increased a bit max param length as it can be too short to declare tv channels when you have a long list of
|
2007-01-04 |
ben |
support for vidix on ATI Radeon 9600SE cards
|
2007-01-04 |
gpoirier |
fix gprof support (aka work around gprof's brain dead design)
|
2007-01-04 |
torinthiel |
Synced with r21760, typos
|
2007-01-04 |
torinthiel |
translated r21748
|
2007-01-02 |
Gabrov |
synced with r21537
|
2007-01-02 |
Gabrov |
synced with r21737
|
2007-01-02 |
voroshil |
better wording and typos fixing
|
2007-01-02 |
voroshil |
r21791: avoid a possible confusion, as suggested by Wanderer
|
2007-01-01 |
rtogni |
More free() that were forgotten in r21806 memleak fix
|
2007-01-01 |
nicodvb |
set dp->stream_pts only when feeding the video stream to workaround
|
2007-01-01 |
rtogni |
Memleak fix (implement sdpplin_free() and use it)
|
2007-01-01 |
rtogni |
Fix invalid memory access if identifier is unknown
|