2006-05-14 |
rathann |
Fix:
|
2006-05-14 |
gpoirier |
Various improvement, fix build on AMD-64 and icc
|
2006-05-14 |
gpoirier |
explains why current players do not deinterlace to full fieldrate, original patch by Jerome Ferrari, reworked by Diego and myself.
|
2006-05-14 |
reimar |
do aspect correction of video size before calculating vo_dx and vo_dy.
|
2006-05-14 |
reimar |
typo fixes: Extenstion -> extension
|
2006-05-14 |
gpoirier |
fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepanov A gmail P com>
|
2006-05-14 |
gpoirier |
add section "Choisir le codec video", patch by Jerome Ferrari <jerome PPP ferrari AA lappis PP com> + random fixes by me
|
2006-05-14 |
rtognimp |
Fix some potential integer overflow in memory allocation (mot of these
|
2006-05-14 |
diego |
Don't just check for the existence of xmmintrin.h, also verify it will compile.
|
2006-05-14 |
diego |
Add checks for 3DNow! and SSE compiler intrinsics to be used with FFmpeg.
|
2006-05-14 |
diego |
Use egrep together with extended regular expressions for greater portability.
|
2006-05-14 |
diego |
Fix LDFLAGS vs CPPFLAGS typo noticed by Derek E. Lewis.
|
2006-05-14 |
diego |
Only set the default output filename when it was not passed on the command
|
2006-05-14 |
gabrov |
synced with 1.256 (revert in English version)
|
2006-05-14 |
gabrov |
synced with 1.1289
|
2006-05-14 |
reynaldo |
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
|
2006-05-13 |
reimar |
remove stray ')'
|
2006-05-13 |
reimar |
show OpenGL extension string with -v, very helpful for debugging
|
2006-05-13 |
reimar |
glBindTexture might be called glBindTextureEXT as well
|
2006-05-13 |
kraymer |
grammar fix for 'Syntax'
|
2006-05-13 |
kraymer |
1.1289: support lavc mv0_threshold
|
2006-05-13 |
rathann |
missing argument for mp_msg, fixes:
|
2006-05-13 |
rathann |
Fix:
|
2006-05-13 |
corey |
support lavc mv0_threshold
|
2006-05-13 |
diego |
Move setting the output filename after the suboption parsing, otherwise it
|
2006-05-13 |
reimar |
add check for a working iconv program and point to workaround if not found
|
2006-05-13 |
rathann |
Remove extra return.
|
2006-05-13 |
rathann |
Simplify condition, since both time and time_last are unsigned.
|
2006-05-13 |
rathann |
Make return type consistent with usage. Patch by Pierre Lombard.
|
2006-05-13 |
diego |
Make depend targets consistent: Remove redirection through .depend target.
|
2006-05-13 |
gabrov |
synced with 1.50
|
2006-05-13 |
diego |
Makefile and config.h are not generated files.
|
2006-05-13 |
diego |
make depend requires help_mp.h, fixes make depend after make distclean.
|
2006-05-13 |
gabrov |
synced with 1.1288
|
2006-05-13 |
diego |
Remove redundant line.
|
2006-05-13 |
diego |
Rework the karaoke audio filter section.
|
2006-05-13 |
diego |
Linkers, assisted by a compiler, can optimize out the string that is being
|
2006-05-13 |
nicodvb |
where necesary, replaced all realloc() with realloc_struct() to prevent int oveflows
|
2006-05-13 |
nicodvb |
when searching ac3 in unqualified pes_private1 streams there's no need to scan > 64 KB of data: frames can't be so far apart
|
2006-05-13 |
reimar |
Missing terminating " causes compilation error in vo_aa
|
2006-05-13 |
nicodvb |
prevent memleak
|
2006-05-13 |
nicodvb |
unconditionally stop allocating memory for dvb_channel_t after 1 MB: it's unreasonably big
|
2006-05-13 |
reynaldo |
New karaoke af
|
2006-05-13 |
reynaldo |
Minor pre-release corrections, mostly missed caps
|
2006-05-13 |
rfelker |
accidentally committed this overflow fix with the declaration fix before.
|
2006-05-13 |
rfelker |
remove useless cruft (caused error tz undefined)
|
2006-05-13 |
rfelker |
posix compliance, dont use ancient legacy name
|
2006-05-13 |
rfelker |
10^100l c++ declarations
|
2006-05-12 |
nicodvb |
allocate correct extradata size
|
2006-05-12 |
gpoirier |
Further random updates by Jerome Ferrari <jerome PIOS ferrari A lappis POIU com>
|
2006-05-12 |
nicodvb |
raised max extradata size and refuse to store more than the limit
|
2006-05-12 |
nicodvb |
don't allocate (and demux_push() immediately) demux_packet()s > MAX_PACK_SIZE; releasing immediately audio packets (before the pes is complete) doesn't make any sense and deteriorates interleaving
|
2006-05-12 |
nicodvb |
search ac3 in dvd substream only if pes_aligned flag is set in the pes headers, otherwise false positives are likely to occur
|
2006-05-12 |
diego |
mediaLib is now disabled by default, add a comment about HP-UX SCSI headers.
|
2006-05-12 |
diego |
mlib != mediaLib
|
2006-05-12 |
diego |
--enable-mlib should behave like all other commandline parameters.
|
2006-05-12 |
diego |
some fixes for the VfW encoding section
|
2006-05-12 |
iive |
enable mediaLib check execution and honnor user choise to enable mediaLib even on non-sunos system
|
2006-05-12 |
diego |
Add missing --enable-toolame and --enable-twolame parameters.
|
2006-05-12 |
diego |
output typo fixes
|
2006-05-12 |
diego |
Disable mediaLib by default due to brokenness.
|
2006-05-12 |
reynaldo |
Minor corrections partII - Final
|
2006-05-12 |
reynaldo |
Minor corrections to spanish help messages - Part1
|
2006-05-11 |
diego |
Fall back on the codecs subdirectory of the current directory for Real
|
2006-05-11 |
diego |
Prefer vorbis over ffvorbis for now.
|
2006-05-11 |
diego |
roff syntax fix
|
2006-05-11 |
gpoirier |
like it or not, the vfw options are -(xvfw)opts, not -(vfw)opts
|
2006-05-11 |
gpoirier |
sync with 1.1285
|
2006-05-11 |
rtognimp |
Fix potential integer overflows in memory allocation. Patch by Reimar and me, SIZE_MAX by Rich
|
2006-05-11 |
gabrov |
synced with 1.254
|
2006-05-11 |
gabrov |
synced with 1.1284
|
2006-05-11 |
gabrov |
synced with 1.29
|
2006-05-11 |
gabrov |
synced with 1.17 (increased sync tag after English typo fix)
|
2006-05-11 |
gabrov |
synced with 1.49
|
2006-05-11 |
kraymer |
version bump..
|
2006-05-11 |
kraymer |
release dedicated review Part I (lines 329 - <end>)
|
2006-05-11 |
kraymer |
1.284: fix vfw-related things
|
2006-05-11 |
luran |
sync
|
2006-05-11 |
diego |
Remove unnecessary commented out OPTFLAGS line.
|
2006-05-11 |
gpoirier |
fix vfw-related things, patches by RC and Compn
|
2006-05-10 |
diego |
ffvorbis no longer crashes with native demuxer.
|
2006-05-10 |
nicodvb |
unbound demux_ogg from ad_libvorbis
|
2006-05-10 |
nicodvb |
unbind demux_ogg from ad_libvorbis; this permits to use -ac ffvorbis without crashes
|
2006-05-10 |
nicodvb |
A/R changes are handled correctly by -vc mpeg12
|
2006-05-10 |
nicodvb |
moved code to set aspect ratio for mpeg12 away from video.c and into decoder files; A/R changes work correctly with -vc mpeg12
|
2006-05-10 |
diego |
Feed AltiVec compiler options into CFLAGS explicitly.
|
2006-05-10 |
kraymer |
grammar fix
|
2006-05-10 |
diego |
missing period, noticed by Christian Korff christian.korff$$@$$gmail$$.$$com
|
2006-05-10 |
kraymer |
10l, fix for previous commit
|
2006-05-10 |
kraymer |
fix missing line break for MSGTR_LameCantInit
|
2006-05-10 |
kraymer |
release dedicated review Part I (lines 1 - 328)
|
2006-05-10 |
gpoirier |
fuse XviD entries,
|
2006-05-09 |
kraymer |
align xml tags
|
2006-05-09 |
kraymer |
wording
|
2006-05-09 |
kraymer |
German translation for tvinput.xml
|
2006-05-09 |
rtognimp |
Temporary workaround for libavcodec issues with B-frames
|
2006-05-09 |
kraymer |
1.251: console message review: countless spelling/grammar/wording fixes
|
2006-05-09 |
kraymer |
1.1283: Document xvfwopts.
|
2006-05-09 |
diego |
Document xvfwopts.
|
2006-05-09 |
diego |
small layout fix
|
2006-05-09 |
diego |
Ignore main.xml.
|
2006-05-09 |
kraymer |
1.1281: Small wording fix, add parameters to the lavfopts option declarations.
|
2006-05-09 |
diego |
typo/wording fixes
|
2006-05-09 |
diego |
Add a note about main.xml.
|
2006-05-09 |
kraymer |
1.252: [previously applied by rynaldo, #1.157]
|
2006-05-09 |
gabrov |
synced with 1.48
|
2006-05-09 |
diego |
Unconditionally compile Matroska demuxer - oops, part missed in initial commit.
|
2006-05-09 |
gpoirier |
Explain how to use -ovc vfw, patch by compn < tempn AH twmi PIO rr POI com >, fixes, reformat, pretty indent by me.
|
2006-05-08 |
diego |
Unconditionally compile the Matroska demuxer.
|
2006-05-08 |
diego |
This file is autogenerated and should not be in CVS.
|
2006-05-08 |
gpoirier |
2nd part of review by Pierre Lombard + some more fixes by me.
|
2006-05-08 |
gpoirier |
French correction by Pierre Lombard <p_l AH gmx PO fr>, and some further changes by myself.
|
2006-05-07 |
reimar |
change the type of esp in SwsContext to uint64_t so it can hold a full register
|
2006-05-07 |
diego |
Adapt to latest FFmpeg AMR build changes.
|
2006-05-07 |
nicodvb |
COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.c
|
2006-05-07 |
diego |
vfps OGM support
|
2006-05-07 |
diego |
Fix up some checks to properly use _res_comment.
|
2006-05-07 |
diego |
Remove stray variable.
|
2006-05-06 |
diego |
support for vfps OGM files
|
2006-05-06 |
pacman |
Fix calculation of stream sizes when they are too big for a 32-bit variable
|