Mercurial > mplayer.hg
graph
-
Force gcc to emit function body under -gnu992008-07-17, by zuxy
-
limits.h is required for UINT_MAX2008-07-16, by reimar
-
And a 1000l for r27263, swapped a condition, thus setting size to2008-07-16, by reimar
-
100l, fix calloc being called with the wrong argument due to reordering2008-07-16, by reimar
-
Make sure demuxed ASF packet is properly padded after descrambling2008-07-16, by reimar
-
Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h2008-07-16, by reimar
-
Add variables for all available man page and documentation languages.2008-07-16, by diego
-
Do not just print a warning, also fix the len in ASF demuxer!2008-07-16, by reimar
-
Remove redundant check in message language test.2008-07-16, by diego
-
Move the "all" option to the front of the list of available languages in2008-07-16, by diego
-
cosmetics: Rename LANGUAGES variable to msg_langs.2008-07-16, by diego
-
Replace output redirection with grep by POSIX standard options.2008-07-16, by diego
-
Replace simple sed invocation by even simpler tr invocation.2008-07-16, by diego
-
Merge two consecutive sed calls into one.2008-07-16, by diego
-
Add IDs to some XML elements to avoid warnings.2008-07-15, by diego
-
Make af_hrtf tables static const2008-07-15, by reimar
-
Add const to libaf/filter.c functions.2008-07-15, by reimar
-
ALSA stupidly tries to define struct timeval and struct timespec, which2008-07-15, by reimar
-
Fix dlopen(), dlclose() dlsym() calls in configure test.2008-07-15, by diego
-
Fix tgetent call in termcap configure test.2008-07-15, by diego
-
Add two more missing headers to configure checks.2008-07-15, by diego
-
Add missing return statements to configure tests.2008-07-15, by diego
-
Add missing headers to configure checks.2008-07-15, by diego
-
Remove -std=gnu99/gnu89/default dialect linux define, as it violates the2008-07-15, by michael
-
Try to keep decoded audio buffer aligned.2008-07-14, by reimar
-
Change a broken check. FFMAX does not work as intended because trak->chunkmap[i].first2008-07-14, by reimar
-
Cosmetics: reindent.2008-07-13, by astrange
-
Remove const vector casts from Altivec.2008-07-13, by astrange
-
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's2008-07-13, by reimar
-
Add support for FFmpeg's ADPCM codecs and make them the default2008-07-13, by reimar
-
100l, do not use macros on functions that are not idempotent2008-07-13, by reimar
-
Do not set _dvdreadconfig unconditionally.2008-07-13, by rathann
-
cosmetics: main (void) --> main(void)2008-07-13, by diego
-
main(void) --> int main(void) in .align test2008-07-13, by diego
-
Use correct header in libamr narrowband test.2008-07-13, by diego
-
Simplify and clamp coefficient index for MS ADPCM2008-07-12, by reimar
-
Dependency files should be refreshed when object files are rebuilt.2008-07-12, by diego
-
in dvd streams the title part ranges from 1 to 992008-07-12, by nicodvb
-
Reindent after last commit2008-07-11, by reimar
-
Check size of tkdata before using it in mov demuxer.2008-07-11, by reimar
-
Add atom_len sanity check to mov demuxer.2008-07-11, by reimar
-
Quick hack to fix demux_mov crashes where easily possible.2008-07-11, by reimar
-
Make really sure channels can only be 1 or 2 for imaadpcm2008-07-11, by reimar
-
Simplify imaadpcm return statement2008-07-11, by reimar
-
Check length of input buffer for msadpcm2008-07-11, by reimar
-
Add a comment on shift vs. division2008-07-11, by reimar
-
Scale msadpcm coefficients to fit into 8 bits2008-07-11, by reimar
-
Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read and2008-07-11, by reimar
-
Copy macro simplification from imaadpcm to msadpcm2008-07-11, by reimar
-
Remove useless comments from ad_msadpcm2008-07-11, by reimar
-
Make msadpcm arrays const2008-07-11, by reimar
-
Remove unused macros2008-07-11, by reimar
-
Explicitly include inttypes.h in ad_imaadpcm2008-07-11, by reimar
-
1000l, fix demux_lavf compilation2008-07-11, by reimar
-
Correct stream-seekability tests in demux_audio and demux_lavf2008-07-11, by reimar
-
Only read wav header cbSize when there is enough space in header.2008-07-10, by reimar
-
100l, assignment introduced in r27246 was exactly the wrong way around.2008-07-10, by reimar
-
Cosmetics: reindent2008-07-10, by reimar
-
Clean up reading of wav extradata.2008-07-10, by reimar
-
100l, avoption splitted code added, I should double check with svn status...2008-07-10, by lu_zero
-
Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini2008-07-09, by lu_zero
-
Fix stupid and almost pointless check-after-read code in asfheader.c.2008-07-09, by reimar
-
Fix \fn without an argument consuming the next '\'.2008-07-09, by eugeni
-
sync w/r272362008-07-09, by gpoirier
-
Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines to2008-07-08, by diego
-
Mark function not used outside of the file as static.2008-07-08, by diego
-
Remove declaration of extern inline function that is used nowhere from header2008-07-08, by diego
-
synced with r272362008-07-08, by ptt
-
another alphabetical order correction2008-07-08, by ptt
-
moved o option beetwen m* and p*2008-07-08, by ptt
-
Add missing #include <sys/socket.h>, fixes the warnings:2008-07-08, by diego
-
Use correct PRIu64 length modifier for uint64_t value, fixes the warning:2008-07-08, by diego
-
Add support for MLP audio through FFmpeg.2008-07-07, by diego
-
Run bash-specific shell scripts with bash, not sh.2008-07-07, by diego
-
Give all shell scripts a .sh suffix for consistency.2008-07-07, by diego
-
Replace bash-specific [[]] construct by a proper [] test.2008-07-07, by diego
-
Replace == in []/test constructs with =, == is a bashism.2008-07-07, by diego
-
Remove unnecessary function keyword from shell script function declarations,2008-07-07, by diego
-
avoid unnecessary strdup(); patch by Aurel2008-07-06, by nicodvb
-
Update homepage and license info for NuppelVideo.2008-07-06, by diego
-
Add standard license header for NuppelVideo, i.e. GPL v2+.2008-07-06, by diego
-
Introduce DRIVER_OBJS variable for list of all driver targets.2008-07-06, by diego
-
Simplify codecs.conf.h generation rule.2008-07-06, by diego
-
Merge version.h dependency declarations.2008-07-06, by diego
-
Remove redundant dependencies for .rc files.2008-07-06, by diego
-
Add a generic rule for .rc files and use it.2008-07-06, by diego
-
cosmetics: Merge three lines into two.2008-07-06, by diego
-
Also remove dhahelper and dhahelperwin on distclean.2008-07-06, by diego
-
One more hack for PBOs on ATI cards.2008-07-06, by reimar
-
Move at-hack code a bit up for further changes2008-07-06, by reimar
-
Remove ASSERT() macro. SoC Patch from Keiji Costantini2008-07-06, by lu_zero
-
Reindent. SoC Patch from Keiji Costantini2008-07-06, by lu_zero
-
Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini2008-07-06, by lu_zero
-
Surround stream cache specific code by an appropriate #ifdef; fixes linking2008-07-05, by diego
-
Sync with r27208.2008-07-05, by diego
-
Add some more -identify information for CDDB.2008-07-05, by diego
-
Add disc ID to -identify output.2008-07-05, by diego
-
Rename ALLPARTSLIBS variable to FFMPEGLIBS.2008-07-05, by diego
-
Group some variable declarations together in sensible places.2008-07-05, by diego
-
Declare FFmpeg dependencies in a more elegant way using the PARTS variable.2008-07-05, by diego
-
r27182: apply parameter name change of no-correct-pts from r26842 to man page2008-07-04, by kraymer
-
100l: finally understood ATI PBO problem: width must be a power of two.2008-07-04, by reimar
-
More stride alignment is needed to work reliably on ATI cards :-(2008-07-04, by reimar
-
Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere.2008-07-04, by diego
-
cosmetics: in ifo_stream_oped() aligned the prototype to the style2008-07-04, by nicodvb
-
added support for the device part in the url; patch by2008-07-04, by nicodvb
-
Check stdata_len before accessing stdata. Fixes bug #11252008-07-04, by reimar
-
Simplify tool generation rules with a pattern rule.2008-07-04, by diego
-
Only build loader tests on x86.2008-07-04, by diego
-
Fix liba52/test linking, it needs -lm.2008-07-04, by diego
-
spelling/grammar/wording overhaul2008-07-04, by diego
-
Put common dependencies of mp3lib/test + mp3lib/test2 on a common line.2008-07-04, by diego
-
whitespace cosmetics2008-07-04, by diego
-
Place license header at the top of the file for consistency.2008-07-04, by diego
-
Declare common netstream + vivodump dependencies in the common place.2008-07-04, by diego
-
Remove unused variable.2008-07-02, by diego
-
sync w/r271822008-07-01, by gpoirier
-
Fix FFmpeg subdirectory dependencies: The FFmpeg libraries depend on each2008-07-01, by diego
-
apply parameter name change of no-correct-pts from r26842 to man page2008-07-01, by kraymer
-
sync w/r27179 + misc fixes of untranslated chunks2008-06-30, by gpoirier
-
r26502: Document rgbtest arguments2008-06-30, by kraymer
-
remove two trailing whitespaces2008-06-30, by kraymer
-
r25756: Document vo gl lscale=32008-06-30, by kraymer
-
r25385: Add new audio filter for encoding multi-channel audio into ac3 at runtime.2008-06-30, by kraymer
-
r25179: Add missing forced linebreak, slight wording improvement.2008-06-30, by kraymer
-
consistency fix: capitalize Windows Media Player, and add <application> tag around it.2008-06-30, by gpoirier
-
misc fixes, patch by Cédric Viou2008-06-30, by gpoirier
-
sync w/r27132, patch by JRaSH2008-06-30, by gpoirier
-
sync w/r271692008-06-30, by gpoirier
-
Try to get frame rate information through VIDIOC_G_PARM if2008-06-30, by voroshil
-
Fix division by zero in tvi_v4l2 which occures when capture device2008-06-30, by voroshil
-
add missing escapes and full stops for scaletempo filter2008-06-30, by kraymer
-
r24808: Add a space behind openal to get minimum length of 72008-06-30, by kraymer
-
r24772: DirectShow based tv:// driver for win322008-06-30, by kraymer
-
r24727: H.264 content can also be decoded with multiple threads2008-06-30, by kraymer
-
version bump to 247192008-06-30, by kraymer
-
r27123: Add verbose messages about trying and searching for audio output drivers.2008-06-30, by kraymer
-
r27067: Remove pointless #ifdef.2008-06-30, by kraymer
-
r27066: update comments, whitespace cosmetics2008-06-30, by kraymer
-
r27065: whitespace consistency cosmetics2008-06-30, by kraymer
-
r26863: make use of the new MGA_VID_VERSION ioctl to check2008-06-30, by kraymer
-
r25605: properties to get and set angle2008-06-30, by kraymer
-
r24924: Add audio filter scaletempo2008-06-30, by kraymer
-
r24790: Disable channel scanner when no tuner is present.2008-06-29, by kraymer
-
remove trailing whitespaces2008-06-29, by kraymer
-
Replace asserts by proper conditions to allow playback of some broken but2008-06-29, by reimar
-
Half size for adpcm_index2008-06-29, by reimar
-
Simplify predictor updates2008-06-29, by reimar
-
Get rid of 16-bit sign extension macro2008-06-29, by reimar
-
Simplify some imaadpcm macros2008-06-29, by reimar
-
Directly pass arrays into decode_nibbles2008-06-29, by reimar
-
Use smaller types for tables2008-06-29, by reimar
-
Make imaadpcm tables const2008-06-29, by reimar
-
Simplify code to read index/predictor2008-06-29, by reimar
-
Add a few size checks to IMA decoder. The code is still a mess though,2008-06-29, by reimar
-
Simplify ad_imaadpcm decode_audio function2008-06-29, by reimar
-
Make sure we do not use uninitialized data in case of a short read.2008-06-29, by reimar
-
Do not use stdata before checking its length2008-06-29, by reimar
-
mingw uses Windows sockets.2008-06-28, by vayne
-
sync w/r27123, patch by JRaSH, %jrash06 A 163 P com%2008-06-28, by gpoirier
-
sync w/r271322008-06-27, by gpoirier
-
one more wish, and an update2008-06-26, by compn
-
r24772: DirectShow based tv:// driver for win322008-06-25, by kraymer
-
Complete the code move across librtsp, fixes the rtsp_close collision with libnemesi2008-06-25, by lu_zero
-
Move rtsp_close away by simplification - avoids symbol clash with libnemesi2008-06-25, by lu_zero
-
some updates2008-06-24, by compn
-
add ffmdec and ffadpcmxa2008-06-24, by compn
-
Fix/restore the description of the rectangle video filter.2008-06-24, by diego
-
Touch FFmpeg libraries after recursing into their subdirectories.2008-06-24, by diego
-
Do not unconditionally recurse into FFmpeg subdirectories. Instead, just2008-06-24, by diego
-
Add missing 'struct input_id id' to Apple IR configure check.2008-06-24, by diego
-
Check if the font set returned from FcFontSort in not NULL.2008-06-23, by eugeni
-
Reindent.2008-06-23, by eugeni
-
Only use application font dir if library->fonts_dir is not NULL.2008-06-23, by eugeni
-
Dependency files need to get updated when any of their dependencies are2008-06-23, by diego
-
Rename some definitions to avoid clashing with system headers, fixes:2008-06-23, by diego
-
Add verbose messages about trying and searching for audio output drivers.2008-06-22, by corey
-
Replace misuse of echores in libdvdnav check by _res_comment.2008-06-22, by diego
-
100l, bpp is bits per pixel, not bytes2008-06-22, by reimar
-
revert non-acked r271062008-06-21, by ben
-
cosmetic: be consistent2008-06-20, by ben
-
fixes two bugs:2008-06-20, by ben
-
fix obviously wrong option description2008-06-20, by ben
-
Remove useless typedef for VDXContext.2008-06-20, by ben
-
cosmetic: give a coherent indentation2008-06-20, by ben