Mercurial > mplayer.hg
graph
-
Do not use a deprecated audio encoder.2011-04-22, by cehoyos
-
Fix compilation with XvMC, only lightly tested.2011-04-22, by reimar
-
Remove #ifdefs around extern declarations.2011-04-22, by ib
-
Quick hack to fix compilation. Testing and improvements welcome.2011-04-22, by reimar
-
Use metadata API to fix compilation.2011-04-22, by reimar
-
Avoid using first_oformat, use av_oformat_next() instead.2011-04-22, by reimar
-
Remove obsolete options, fixes compilation with latest FFmpeg.2011-04-22, by reimar
-
Hacks to allow compilation to go further.2011-04-22, by reimar
-
Use metadata tag API to get attachment filename.2011-04-22, by reimar
-
Attempt to support attachements without filename.2011-04-22, by reimar
-
Pointless vertical alignment cosmetics to test repository write.2011-04-22, by michael
-
Add description for environment variables used by the GUI.2011-04-19, by ib
-
Tag default sub-fuzziness option.2011-04-19, by ib
-
Correct directory order for skin access.2011-04-19, by ib
-
demux_ts: Hint at -tsprobe option when no audio stream is found.2011-04-19, by diego
-
vf_geq: Fix FFmpeg API usage; eliminates some deprecation warnings.2011-04-19, by diego
-
fix translation error in legacy parts: currently fixed up to (833: \-edl-start-pts)2011-04-16, by jrash
-
Avoid crash when pausing an audio-only file.2011-04-15, by reimar
-
Group and sort configuration variable definitions.2011-04-15, by ib
-
Cosmetic: Format to MPlayer coding style.2011-04-15, by ib
-
Revise German translation of skin documentation.2011-04-15, by ib
-
Revise skin documentation.2011-04-15, by ib
-
Revise skin documentation.2011-04-15, by ib
-
Revise skin documentation.2011-04-15, by ib
-
Revise skin documentation.2011-04-15, by ib
-
Build the geq video filter with shared FFmpeg.2011-04-15, by diego
-
Do not try to set up the FS segment when using quicktime to decode,2011-04-14, by reimar
-
Revise skin documentation.2011-04-14, by ib
-
Revise German translation of skin documentation.2011-04-14, by ib
-
Revise German translation of skin documentation.2011-04-14, by ib
-
Fix wrong allocation.2011-04-14, by cboesch
-
Support decoding Kega Video (kgv1) with FFmpeg.2011-04-13, by cehoyos
-
Update libvpx check: libvpx version must be >=0.9.6 now.2011-04-12, by cehoyos
-
Revert r33246: It broke building MPlayer immediately after adding2011-04-12, by cehoyos
-
Fix typo in v4l2 check.2011-04-11, by diego
-
Add V4L2 support for OpenBSD (and NetBSD).2011-04-10, by diego
-
Ignore FFmpeg git repository in MPlayer source tree.2011-04-10, by diego
-
Remove obviously unused libavutil/internal.h include.2011-04-10, by reimar
-
Reindent. Probably should also be moved, but that I leave to someone else.2011-04-09, by reimar
-
Do no run the ffmpeg git check/update during ./configure --help2011-04-09, by reimar
-
Add -Werror-implicit-function-declaration to default gcc compile flags.2011-04-09, by reimar
-
Add const to type for pointer to a string constant.2011-04-09, by reimar
-
Use strtod instead of sscanf, it is both much faster and allows for2011-04-09, by reimar
-
Send udp master updates also when paused and let slave use normal timing2011-04-09, by reimar
-
Prefer snprintf over printf.2011-04-09, by reimar
-
Prefer double type for timing values.2011-04-09, by reimar
-
Revert r33231, FFmpeg already sets has_b_frames up this way for2011-04-09, by reimar
-
fix translation errors in legacy parts: currently fixed up to line 3042011-04-09, by jrash
-
retranslate teletext part2011-04-09, by jrash
-
improve translation2011-04-09, by jrash
-
Synced with help_mp-en.h rev. 332272011-04-08, by jrash
-
Disable timing/sleep directly after seek.2011-04-07, by reimar
-
Move variables into block where they are used.2011-04-07, by reimar
-
Avoid MPlayer ignoring a key press completely, instead sending2011-04-07, by reimar
-
More precise decoder lag calculation for frame-multithreading.2011-04-07, by reimar
-
Fix artefacts at right border of scaled bitmap subtitles by clearing the2011-04-07, by reimar
-
Define ext array more skillfully.2011-04-06, by ib
-
Add -benchmark to recommended fast dumping options.2011-04-06, by reimar
-
Prevent segmentation faults.2011-04-05, by ib
-
Replace av_freep by av_free2011-04-05, by ib
-
Remove various pngRead() debug messages.2011-04-05, by ib
-
Move debug messages.2011-04-05, by ib
-
Prevent segmentation faults.2011-04-05, by ib
-
Make len match ftell() return value type.2011-04-05, by ib
-
Move debug message.2011-04-05, by ib
-
Revise Convert24to32().2011-04-05, by ib
-
Revise Normalize().2011-04-05, by ib
-
Clean up and simplify fExist().2011-04-05, by ib
-
Define the transparent color as a macro.2011-04-04, by ib
-
Revert r33214.2011-04-04, by ib
-
Don't change original image during conversion.2011-04-04, by ib
-
Cosmetic: Adjust indent.2011-04-04, by ib
-
Get rid of else-block to improve readability.2011-04-04, by ib
-
Enable VDPAU HWACCELs in FFmpeg when VDPAU is enabled.2011-04-04, by reimar
-
Replace inttypes.h by stdint.h and remove inttypes.h where unneeded.2011-04-04, by ib
-
Cosmetic: Rephrase some conditions and rename some variables.2011-04-04, by ib
-
Rename conv24to32() Convert24to32().2011-04-04, by ib
-
Increment the counter before the comparison.2011-04-04, by ib
-
Move common pixel shifting statement2011-04-04, by ib
-
Move variable definitions at top of function.2011-04-04, by ib
-
Use bpFree() to free the bitmap structure.2011-04-04, by ib
-
Rename variable nothaveshape and invert logic.2011-04-04, by ib
-
Use appropriate data type uint32_t for 32 bpp bitmap data.2011-04-04, by ib
-
Remove useless warning message.2011-04-04, by ib
-
Add missing 'else'.2011-04-04, by ib
-
Revise debug messages.2011-04-04, by ib
-
Remove unused message.2011-04-04, by ib
-
Synced with help_mp-en.h rev. 331852011-04-04, by jrash
-
Fix segfault in lavcac3enc audio filter.2011-04-03, by iive
-
Cosmetic: Adjust indent.2011-04-03, by ib
-
Prevent an out-of-bounds array access.2011-04-03, by ib
-
Cosmetic: Rename cmd functions item.2011-04-03, by ib
-
Cosmetic: Adjust indent after simplifying cmd_base().2011-04-03, by ib
-
Simplify cmd_base().2011-04-03, by ib
-
Remove unused wItem member tmp.2011-04-02, by ib
-
Move debug messages so that they will be processed earlier.2011-04-02, by ib
-
Order member assignments according to their definition in the structure.2011-04-02, by ib
-
Add an itMenu item type.2011-04-01, by ib
-
Don't needlessly store font information in the wItems array2011-04-01, by ib
-
Prevent an out-of-bounds array access.2011-04-01, by ib
-
Revise font related error messages.2011-04-01, by ib
-
Avoid using skin pointer.2011-04-01, by ib
-
Avoid using appMPlayer.2011-04-01, by ib
-
Cosmetic: Rearrange variable declarations to match parameters.2011-04-01, by ib
-
Cosmetic: Rearrange variable declarations to match parameters.2011-04-01, by ib
-
Use more appropriate name for variable and reduce it to reasonable size.2011-04-01, by ib
-
Remove needless variable.2011-04-01, by ib
-
Reduce resp. increase arrays to reasonable size.2011-04-01, by ib
-
Cosmetic: Use more appropriate variable names.2011-04-01, by ib
-
Disable background definition for playbar.2011-04-01, by ib
-
Simplify parameter analysis.2011-04-01, by ib
-
Remove needless variable.2011-04-01, by ib
-
Revise message for parameter errors.2011-04-01, by ib
-
Cosmetic: Rename menuBase menu.2011-03-31, by ib
-
Clean up cmd_window().2011-03-31, by ib
-
Cosmetic: Use more appropriate variable names.2011-03-31, by ib
-
(Almost entirely) cosmetic: Use more appropriate variable names.2011-03-31, by ib
-
Allow number sign as comment character.2011-03-31, by ib
-
Cosmetic: Adjust indent.2011-03-31, by ib
-
Reset skin pointer and window name.2011-03-31, by ib
-
Add a check for unknown items.2011-03-31, by ib
-
Leave loop after item function has been found and called.2011-03-31, by ib
-
Cosmetic: Rename command item.2011-03-31, by ib
-
Fix compilation with --disable-mencoder.2011-03-30, by cehoyos
-
Improve handling of the comment character.2011-03-30, by ib
-
Cosmetic: Adjust indent.2011-03-30, by ib
-
Conform message determination2011-03-30, by ib
-
Revise German documentation concerning events.2011-03-30, by ib
-
Rename error message and add missing checks.2011-03-30, by ib
-
Correct documentation on comments.2011-03-30, by ib
-
Issue error message in case of wrong section name.2011-03-30, by ib
-
Don't start GUI in case of window name error.2011-03-30, by ib
-
Rename and revise error message.2011-03-30, by ib
-
Add error check.2011-03-30, by ib
-
Remove pointless assignment.2011-03-30, by ib
-
Cosmetic: Rename error message.2011-03-30, by ib
-
playlist option can't be used in a config file.2011-03-29, by reimar
-
Add dummy shuffle and noshuffle options so they appear in -list-options.2011-03-29, by reimar
-
Remove pointless code and messages.2011-03-29, by ib
-
Replace macro by function.2011-03-29, by ib
-
Cosmetic: Adjust indent.2011-03-29, by ib
-
Prevent a segmentation fault.2011-03-29, by ib
-
Make use of return value of strlower().2011-03-29, by ib
-
Replace macros to check whether a command is allowed by functions.2011-03-29, by ib
-
Cosmetic: Separate return statement with newline.2011-03-29, by ib
-
Move strlower() into auxiliary string function file.2011-03-29, by ib
-
Simplify trim().2011-03-29, by ib
-
Fix CrystalHD autodetection:2011-03-28, by cehoyos
-
Simplify strswap().2011-03-28, by ib
-
Move auxiliary string functions into separate file.2011-03-28, by ib
-
Remove misspelled GUI message 'evEqualeaser'.2011-03-28, by ib
-
Move files with auxiliary functions to own directory.2011-03-28, by ib
-
Cosmetics: Fix typo.2011-03-27, by cehoyos
-
Add condition that lets us switch FFmpeg XvMC decoder back from2011-03-27, by reimar
-
Always use get_format, reduces usage of CODEC_CAP_HWACCEL* conditions.2011-03-27, by reimar
-
Change | to ||.2011-03-27, by reimar
-
Attempt to fix crashes with VDPAU and threads.2011-03-27, by reimar
-
Fix XVMC decoding (avcodec_open would fail if thread_count is set)2011-03-27, by reimar
-
Warn when audio encoder requires an input format different from S16,2011-03-27, by reimar
-
FFmpeg Bitmap Brothers JV decoder.2011-03-27, by cehoyos
-
sync with en/mplayer.1 rev. 331072011-03-27, by jrash
-
Synced with help_mp-en.h rev. 331122011-03-27, by jrash
-
Add ugly hack to compensate DVDNAV's ugly hacks and fix seeking.2011-03-26, by reimar
-
Use fewer () to make code more readable.2011-03-26, by reimar
-
Ensure we always pass a buffer of at least sector size to the read function.2011-03-26, by reimar
-
Disable the combination of slices and multithreaded decode by default, it2011-03-26, by reimar
-
Do not do A-V sync correction if one of the pts values is bogus2011-03-26, by reimar
-
Generalize previous commit: assume that a 0 frame time is always wrong2011-03-26, by reimar
-
For a stream without pts values time video frames based on fps2011-03-26, by reimar
-
Enable both frame and slice threading.2011-03-26, by reimar
-
Do not use deprecated avcodec_thread_init, it is broken and does nothing currently.2011-03-26, by reimar
-
cleanup/unify hdv* fourccs, except vdpau2011-03-25, by compn
-
Revise some GUI error message texts.2011-03-25, by ib
-
Show GUI message when GUI must exit.2011-03-25, by ib
-
Add message showing function.2011-03-25, by ib
-
Cosmetic: Rename ERRORMESSAGE() skin_error().2011-03-25, by ib
-
Cosmetic: Move supportive stuff at top of file.2011-03-25, by ib
-
Update key-fifo-size documentation, stuck keys should no2011-03-24, by reimar
-
Allow mouse wheel to work with a key fifo size of 2.2011-03-24, by reimar
-
Change condition to avoid needless key state resets with very small2011-03-24, by reimar
-
Make "stuck keys" problem impossibly by resetting the internal2011-03-24, by reimar
-
Remove debug printfs that haven't been used since ages.2011-03-24, by reimar
-
Remove pointless initializers.2011-03-24, by reimar
-
Change fifo to not waste one entry needlessly.2011-03-24, by reimar
-
More const preservation.2011-03-24, by reimar
-
Do not pointlessly cast away a const.2011-03-24, by reimar
-
Support E-AC3 in deprecated native matroska demuxer.2011-03-23, by cehoyos
-
Change MP_IMGFLAG_ACCEPT_STRIDE to MP_IMGFLAG_ACCEPT_ALIGNED_STRIDE as various2011-03-23, by zuxy
-
VDPAU does not support colourspaces different from 4:2:0.2011-03-23, by cehoyos
-
Support CrystalHD decoding.2011-03-23, by cehoyos
-
add xd55 isom for mpeg2 video from fcp2011-03-22, by compn
-
Initialize guiIntfStruct.VCDTracks.2011-03-21, by ib
-
Remove unused variable vcd_track.2011-03-21, by ib
-
Correct VCD's titles menu.2011-03-21, by ib
-
Correct next track button functionality for VCDs.2011-03-21, by ib
-
Start vcd:// with first title when hitting play button.2011-03-21, by ib
-
Replace vcd_seek_to_track() by stream_control().2011-03-21, by ib
-
Allow compilation after sine windows were moved into a new file in FFmpeg.2011-03-21, by cehoyos
-
make buildlogs in debian/ubuntu buildlogs verbose2011-03-20, by siretart
-
unbreak compilation with libav2011-03-20, by siretart
-
FFmpeg's AC-3 decoder will do byte-swapping on its own, so no2011-03-19, by reimar
-
sync with en/mplayer.1 rev. 330822011-03-18, by jrash
-
Allow setting custom http header.2011-03-17, by cehoyos
-
Output ID_DVD_VOLUME_ID also for dvdnav://.2011-03-14, by cehoyos
-
Simplify sed expressions to remove groups of decoders from libavdecoders list.2011-03-13, by diego
-
Add CONFIG_AC3DSP to config.mak for FFmpeg; fix build.2011-03-12, by diego
-
Revert broken crystalhd check and replace by minimal bandaid compile fix.2011-03-12, by diego
-
Use fourcc instead of format where appropriate.2011-03-12, by cehoyos
-
Support 32bit big endian float pcm in aiff.2011-03-12, by cehoyos
-
Support 'lpcm' in mov files, has audible (clipping?) artefacts on some systems.2011-03-12, by cehoyos
-
Merge the configure CrystalHD dummy detection with2011-03-11, by iive
-
Fix MPlayer build after CrystalHD have been accepted in FFmpeg.2011-03-11, by iive
-
sync with en/mplayer.1 rev. 330642011-03-11, by jrash
-
Cosmetic: Format to MPlayer coding style.2011-03-11, by ib
-
Cosmetic: Prefer path relative to current directory.2011-03-10, by ib
-
Cosmetic: Remove incorrect comment.2011-03-10, by ib
-
Cosmetic: Add required include files.2011-03-10, by ib
-
Cosmetic: Rename pointers handling current window and items.2011-03-10, by ib
-
Replace some awkward and unnecessary usages of strlen().2011-03-10, by ib
-
Remove unused function guiMessageBox().2011-03-10, by ib
-
Add a command line option -gamma.2011-03-09, by cehoyos
-
Use memmove when source and destination can overlap.2011-03-09, by ranma
-
Make functions static that are only used inside the file.2011-03-09, by ib
-
Add FourCC ai12 for AVC Intra 100 / 1080.2011-03-09, by cehoyos
-
Cosmetic: Adjust indent.2011-03-08, by ib
-
Fix several issues with Translate().2011-03-08, by ib
-
Choose informative variable names.2011-03-08, by ib
-
Use double constants for higher precision calculations.2011-03-08, by ib
-
Make slabel work.2011-03-08, by ib
-
Cosmetic: Add missing break.2011-03-08, by ib
-
Avoid mixing declaration and code.2011-03-08, by ib
-
Replace ternary operator by more intelligible switch statement.2011-03-08, by ib
-
Remove needless casts.2011-03-08, by ib
-
Cosmetic: Rename macro controlling the dlabel delay.2011-03-08, by ib
-
Cosmetic: Format to MPlayer coding style.2011-03-08, by ib
-
Make constants explicitly type float.2011-03-08, by ib
-
Make constants explicitly type float.2011-03-08, by ib
-
Make constants explicitly type float.2011-03-08, by ib
-
Remove unreasonable inline definition from TranslateFilename().2011-03-08, by ib
-
Fix some debug messages.2011-03-08, by ib
-
There is no help list for vo aa.2011-03-08, by cehoyos
-
Move global variables to top of file.2011-03-07, by ib
-
Go without gtk functions.2011-03-07, by ib
-
Get prototype for GetTimerMS() from header file.2011-03-07, by ib
-
Cosmetic: Separate #endif from following line.2011-03-07, by ib
-
Remove needless includes.2011-03-07, by ib
-
Clean up debug messages.2011-03-07, by ib
-
Output right message number.2011-03-07, by ib
-
Cosmetics: add empty line between system and local headers and remove pointless2011-03-06, by cboesch
-
Add variable names to prototype declarations.2011-03-06, by ib
-
Prefer free() to gfree().2011-03-06, by ib
-
Simplify appClearItem() by using memset().2011-03-06, by ib
-
Cosmetic: Rename appResetStruct() appInitStruct().2011-03-06, by ib
-
Use FF_ARRAY_ELEMS() rather than a separate constant.2011-03-06, by ib
-
Add VP8 fourcc.2011-03-05, by cehoyos
-
Fix dnet decoding with -ac ffac3, the data needs to be byte-swapped.2011-03-05, by reimar
-
Fix -ac a52 to work with codecs with tags other than 0x2000 or dnet2011-03-05, by reimar
-
100l, actually only dnet tag indicates byte-swapped AC-3.2011-03-05, by reimar
-
Do not run the AC-3 parser on DNET (byte-swapped AC-3), that will break badly.2011-03-05, by reimar
-
Reduce item arrays to reasonable size.2011-03-04, by ib
-
Cosmetic: Rename listItems structure.2011-03-04, by ib
-
sync with en/mplayer.1 rev. 329462011-03-04, by jrash
-
Synced with help_mp-en.h rev. 329642011-03-04, by jrash
-
Add Uncrustify profile.2011-03-03, by cboesch
-
Move fntFreeFont() into appFreeStruct().2011-03-03, by ib
-
Cosmetic: Rename appInitStruct() to appFreeStruct().2011-03-03, by ib
-
Rename the 'NumberOf' members of the listItems structure.2011-03-03, by ib
-
Cosmetic: Remove needless include.2011-03-03, by ib
-
Clean up appInitStruct().2011-03-03, by ib
-
Fix memory leak in appInitStruct().2011-03-03, by ib
-
Fix memory leak in appInitStruct().2011-03-03, by ib
-
Remove parameter from appInitStruct() function.2011-03-03, by ib
-
Cosmetic: Remove needless include.2011-03-03, by ib
-
Make ITEMS a const int (it was a symbolic constant).2011-03-03, by ib
-
Cosmetic: Rename constant for number of events from evBoxs to EVENTS.2011-03-03, by ib
-
Cosmetic: Adjust indent.2011-03-03, by ib
-
Fix memory leak in appClearItem().2011-03-03, by ib
-
Redefine button states.2011-03-03, by ib
-
Cosmetic: Adjust item definitions.2011-03-03, by ib
-
Cosmetic: Adjust indent.2011-03-02, by ib
-
Add new function bpFree() to free txSamples (bitmaps).2011-03-02, by ib
-
Use appropriate declaration for array indices.2011-03-02, by ib
-
Provide proper conversion specification for long and unsigned variables.2011-03-02, by ib
-
Move declaration of char array into scope of fExist() where it's used.2011-03-02, by ib
-
Cosmetic: Format to MPlayer coding style.2011-03-02, by ib
-
Adjust the listItems structure.2011-03-02, by ib
-
Clean up the wItem structure.2011-03-02, by ib
-
Improve documentation on dlabel.2011-03-02, by ib
-
Print correct result variable for armv6t2 test.2011-03-02, by reimar
-
Fix copy-and-paste error: Should be AV_SAMPLE_FMT_NONE instead of PIX_FMT_NONE.2011-03-02, by reimar
-
Start adding support for lavc audio encoders that use other formats2011-03-01, by reimar
-
Use samplefmt2affmt helper function in ad_ffmpeg.c2011-03-01, by reimar
-
Add conversion functions to and from AVSampleFormat.2011-03-01, by reimar
-
Support dvvideo in Leitch/Harris' VR native stream format (LXF).2011-03-01, by cehoyos
-
Support audio in Leitch/Harris' VR native stream format (LXF).2011-03-01, by cehoyos
-
Missing part of r32577: Add NV12/NV21/HM12 to query_format so they really2011-02-28, by reimar
-
Fix compilation when pthreads are not available.2011-02-28, by reimar
-
Move global skin directory variables.2011-02-28, by ib
-
Remove unused functions appCopy(), appFindKey() and btnGetValue().2011-02-28, by ib
-
Limit scope of internally used appClearItem().2011-02-28, by ib
-
Cosmetic: Format to MPlayer coding style.2011-02-28, by ib
-
Add required include file.2011-02-28, by ib
-
Add ID_DVD_TITLE_x_CHAPTERS and ID_DVD_CURRENT_TITLE to the output of2011-02-28, by cehoyos
-
Cosmetic: Adjust indent.2011-02-27, by ib
-
Get rid of needless listItems variable and pointer.2011-02-27, by ib
-
Fix compilation for systems where vorbis encode is split out into2011-02-27, by reimar
-
Do not run svn or otherwise try to extract the svn revision when2011-02-27, by reimar
-
Improve stream reset on read error, should now fix bug #1841 in more2011-02-27, by reimar
-
10l: forgot mp_strings.h header include with mp_asprintf prototype.2011-02-27, by cboesch
-
Correct documentation.2011-02-26, by ib
-
enable bluray support in the daily builds2011-02-26, by siretart
-
Use mp_asprintf in get_metadata instead of limited stack buffer.2011-02-26, by cboesch
-
Make proxy and url parameter const in get_noauth_url and get_http_proxy_url.2011-02-26, by cboesch
-
Use mp_asprintf in make_noauth_url and make_http_proxy_url.2011-02-26, by cboesch
-
Add mp_strings.c with mp_asprintf function.2011-02-26, by cboesch
-
Remove unused function.2011-02-25, by ib
-
Cosmetic: Format to MPlayer coding style.2011-02-25, by ib
-
Cosmetic: Adjust indent.2011-02-24, by ib
-
Comply with the requested verbosity on GUI message boxes.2011-02-24, by ib
-
Limit scope of internally used skinItem array.2011-02-24, by ib
-
Change message levels to 'error'.2011-02-24, by ib
-
Provide proper conversion specification.2011-02-24, by ib
-
Remove needless explicit initialization.2011-02-24, by ib
-
Clarify the lower case transformation.2011-02-24, by ib
-
Cosmetic: Format to MPlayer coding style.2011-02-24, by ib
-
Improve skin documentation.2011-02-24, by ib
-
Avoid unnecessary brackets and improve message texts.2011-02-24, by ib
-
100l, fix incorrect len when retrying read.2011-02-23, by reimar
-
Cosmetic: Format to MPlayer coding style.2011-02-23, by ib
-
Cosmetic: Format to MPlayer coding style.2011-02-23, by ib
-
When reading from a stream fails, try one more time after a reset.2011-02-22, by reimar
-
Improve handling of audio timestamps where we do not have even a2011-02-22, by reimar
-
Avoid mixing declarations and code.2011-02-22, by reimar
-
Apply forgotten part of previous patch, adding calc_a_pts to mpcommon.h.2011-02-22, by reimar
-
Move MPlayer's audio pts calculation code into mp_common.c and reuse it in2011-02-22, by reimar
-
Remove some tabs that accidentally ended up in mpcommon.c2011-02-22, by reimar
-
ai5q and ai1q fourccs added to h264 decoders, ported from ffmpeg2011-02-22, by compn
-
Update GUI documentation.2011-02-21, by ib
-
Cosmetic: Specify path from main (compiling) directory.2011-02-20, by ib
-
"FIx" chapter references (make them identical to dvd).2011-02-20, by cehoyos
-
Cosmetic: Use more natural notations.2011-02-20, by ib
-
Move declaration into scope of function where it's used.2011-02-20, by ib
-
Remove needless explicit initialization.2011-02-20, by ib
-
Fix buggy strlower(). It's wrong to add 'A'.2011-02-20, by ib
-
Cosmetic: Limit scope of internally used Fonts array.2011-02-20, by ib
-
Add missing include file.2011-02-19, by ib
-
Make setname() directly return the string created instead of writing it2011-02-19, by ib
-
Remove statement no longer needed and forgotten to remove in r32934.2011-02-19, by ib
-
Cosmetic: Adjust indent.2011-02-19, by ib
-
Remove support for skins directories using the obsolete name 'Skin'.2011-02-19, by ib
-
Use power-of-two sizes (mainly cosmetic).2011-02-19, by ib
-
Cosmetic: Don't use a constant for size.2011-02-19, by ib
-
Remove unused function.2011-02-19, by ib
-
Simplify input preparation (analogously to font.c).2011-02-19, by ib
-
Cosmetic: Limit scope of internal functions.2011-02-19, by ib
-
For codecs that produce no data on the first pass, e.g.2011-02-19, by ranma
-
Cosmetic: Use 0, not '\0'.2011-02-18, by ib
-
Cosmetic: Make conditions more readable by having assignments outside.2011-02-18, by ib
-
Cosmetic: Use more natural notations.2011-02-18, by ib
-
Revert r32923: none of the systems known or tested have a problem in it.2011-02-17, by ib
-
Do proper and portable initialization.2011-02-17, by ib
-
Enlarge uchar buffer, because GLib implements 31-bit UTF-8,2011-02-17, by ib
-
Adjust build system to reflect merge of libavcore into libavutil in FFmpeg.2011-02-17, by diego
-
Adjust #include paths after the merge of libavcore into libavutil in FFmpeg.2011-02-17, by diego
-
Add alpha channel value to the ARGB initialization constant2011-02-17, by ib
-
Simplify array initialization.2011-02-17, by ib
-
Add braces for easier association.2011-02-16, by ib
-
Prevent a segmentation fault.2011-02-16, by ib
-
Initialize array in a compiler independent way.2011-02-16, by ib
-
Revert r32911.2011-02-16, by ib
-
Simplify array initialization.2011-02-16, by ib
-
Remove needless pointer check.2011-02-16, by ib
-
Add additional include directory for gui.2011-02-16, by ib
-
Git clone options are after the 'clone' keyword2011-02-16, by cboesch
-
Remove needless cast.2011-02-16, by ib
-
Simplify condition.2011-02-16, by ib
-
Don't use constant not related to definition size2011-02-16, by ib
-
Use gfree().2011-02-16, by ib
-
Limit FFmpeg git clone to the last revision to save time and bandwidth.2011-02-16, by diego
-
Clean up variable declarations.2011-02-16, by ib
-
Use appropriate declaration for array indices.2011-02-16, by ib
-
Simplify condition.2011-02-16, by ib